Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1061)

Unified Diff: chrome/common/extensions/docs/autoupdate.html

Issue 10200004: Copy third-party extension deps into local root. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/third_party/json_minify/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/autoupdate.html
diff --git a/chrome/common/extensions/docs/autoupdate.html b/chrome/common/extensions/docs/autoupdate.html
index 2aaf387962a7cd601e2036542c8d8c5f6fb4d531..add6f83a6bb453c5ce30898e03c722697056b948 100644
--- a/chrome/common/extensions/docs/autoupdate.html
+++ b/chrome/common/extensions/docs/autoupdate.html
@@ -14,12 +14,8 @@
<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>
- <script type="text/javascript"
- src="../../../../third_party/json_minify/minify-sans-regexp.js">
- </script>
+ <script type="text/javascript" src="third_party/jstemplate/jstemplate_compiled.js"></script>
+ <script type="text/javascript" src="third_party/json_minify/minify-sans-regexp.js"></script>
<script type="text/javascript" src="js/api_page_generator.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/sidebar.js"></script>
« no previous file with comments | « no previous file | chrome/common/extensions/docs/third_party/json_minify/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698