diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 23:57:24 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 23:57:24 +0000 |
commit | 367f8ea350e8aac8368002b78456e3c61f6a2cd1 (patch) | |
tree | 7d57e5032b0288f2468f0bda7a672c7963eb34ea /chrome/common/extensions/docs/match_patterns.html | |
parent | 6afd6af9cf372e1ef691a0a106772ab5db391bce (diff) | |
download | chromium_src-367f8ea350e8aac8368002b78456e3c61f6a2cd1.zip chromium_src-367f8ea350e8aac8368002b78456e3c61f6a2cd1.tar.gz chromium_src-367f8ea350e8aac8368002b78456e3c61f6a2cd1.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83452 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/match_patterns.html')
-rw-r--r-- | chrome/common/extensions/docs/match_patterns.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/match_patterns.html b/chrome/common/extensions/docs/match_patterns.html index 49a5e42..db154a4 100644 --- a/chrome/common/extensions/docs/match_patterns.html +++ b/chrome/common/extensions/docs/match_patterns.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> |