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

Unified Diff: ui/webui/resources/html/polymer.html

Issue 1846383002: MD Downloads: fix vulcanize issues by excluding higher up in the dependency tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 4 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
Index: ui/webui/resources/html/polymer.html
diff --git a/ui/webui/resources/html/polymer.html b/ui/webui/resources/html/polymer.html
index 4b9e0414092a85250e70f4e29f23b4922c9e43c4..e7fe7ecae1b4abd0c422eba800ac2ab199cc5344 100644
--- a/ui/webui/resources/html/polymer.html
+++ b/ui/webui/resources/html/polymer.html
@@ -1,2 +1,2 @@
-<script src="chrome://resources/js/polymer_config.js"></script>
+<link rel="import" href="chrome://resources/html/polymer_config.html">
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">

Powered by Google App Engine
This is Rietveld 408576698