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

Unified Diff: ui/keyboard/resources/polymer_loader.js

Issue 98583008: Checkout Polymer using bower instead of the raw repository. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 | « third_party/polymer/polymer/polymer.js.map ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/polymer_loader.js
diff --git a/ui/keyboard/resources/polymer_loader.js b/ui/keyboard/resources/polymer_loader.js
index f39ea61fae2b70d90f16aff151fc8bf6fc656f06..38a6280dc68abfdf6f7ce89cecfbb08abb021dfd 100644
--- a/ui/keyboard/resources/polymer_loader.js
+++ b/ui/keyboard/resources/polymer_loader.js
@@ -7,5 +7,5 @@
// TODO(bshe): remove this line when polymer supports the configuration.
document.register = undefined;
-<include src="../../../third_party/polymer/platform.js"></include>
-<include src="../../../third_party/polymer/polymer.js"></include>
+<include src="../../../third_party/polymer/platform/platform.js"></include>
+<include src="../../../third_party/polymer/polymer/polymer.js"></include>
« no previous file with comments | « third_party/polymer/polymer/polymer.js.map ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698