diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 23:57:01 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 23:57:01 +0000 |
commit | 21e9cad7ec96f4aec529152741d5fae7a773b69d (patch) | |
tree | 5e85f4b9fa7f3cb34d8b870c91721fee9267b55f /chrome/common/extensions/docs/hosting.html | |
parent | 2b92bd5a27606e41358eb7e4e08290b981161d70 (diff) | |
download | chromium_src-21e9cad7ec96f4aec529152741d5fae7a773b69d.zip chromium_src-21e9cad7ec96f4aec529152741d5fae7a773b69d.tar.gz chromium_src-21e9cad7ec96f4aec529152741d5fae7a773b69d.tar.bz2 |
Revert 83452 (see crbug.com/80916) - Move jstemplate from chrome/third_party to third_party.
All third party libraries should be in third_party.
The presubmit check complains about jstemplate's README.chromium
being nonstandard; I will fix that in a follow-up.
The interesting changes are to the .grd file and the .py file.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6901102
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/6905149
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/hosting.html')
-rw-r--r-- | chrome/common/extensions/docs/hosting.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/hosting.html b/chrome/common/extensions/docs/hosting.html index 1632e4b..cb0a07e 100644 --- a/chrome/common/extensions/docs/hosting.html +++ b/chrome/common/extensions/docs/hosting.html @@ -11,7 +11,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> - <script type="text/javascript" src="../../../../third_party/jstemplate/jstemplate_compiled.js"> + <script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js"> </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> |