summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorraymes@google.com <raymes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-17 23:28:21 +0000
committerraymes@google.com <raymes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-17 23:28:21 +0000
commit1c0f485d33e69debce4813b468d1b14ad16c8913 (patch)
treecf82c422194496bc8b8525f31c57c95b8d045be0 /ui
parentbc4c855c6813135986ffd9141c2c19ca9257c36d (diff)
downloadchromium_src-1c0f485d33e69debce4813b468d1b14ad16c8913.zip
chromium_src-1c0f485d33e69debce4813b468d1b14ad16c8913.tar.gz
chromium_src-1c0f485d33e69debce4813b468d1b14ad16c8913.tar.bz2
Checkout Polymer using bower instead of the raw repository.
This adds Polymer to third_party using bower rather than the raw repository. Bower is the recommended way to manage Polymer. It makes it easy to update this dependency in chrome as well. Instructions for updating polymer are included in the README.chromium file. The existing references to polymer.min.js have been updated. This change is so that more polymer components can easily be added which are needed for the PDF extension. R=bshe@chromium.org Review URL: https://codereview.chromium.org/98583008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/keyboard/resources/polymer_loader.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/keyboard/resources/polymer_loader.js b/ui/keyboard/resources/polymer_loader.js
index f39ea61..38a6280 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>