summaryrefslogtreecommitdiffstats
path: root/third_party/polymer/components-chromium/font-roboto/.bower.json
diff options
context:
space:
mode:
authorPavel Sergeev <dzhioev@chromium.org>2014-09-25 20:35:56 +0400
committerPavel Sergeev <dzhioev@chromium.org>2014-09-25 16:36:38 +0000
commit7bda37ee9e690822ebcfaed5ab73e1086fa6f285 (patch)
tree0864330364bfd83485979079b3aab6985e7450ea /third_party/polymer/components-chromium/font-roboto/.bower.json
parente3c6d9defedfec359fc3d7c69fd63fa36035e722 (diff)
downloadchromium_src-7bda37ee9e690822ebcfaed5ab73e1086fa6f285.zip
chromium_src-7bda37ee9e690822ebcfaed5ab73e1086fa6f285.tar.gz
chromium_src-7bda37ee9e690822ebcfaed5ab73e1086fa6f285.tar.bz2
Inline scripts were extracted from Polymer elements.
Added a directory 'components-chromium'. The difference with the 'components' directory is that all inline scripts were extracted from Polymer elements to separate files. Such version is needed if we want to use the elements in a web UI, where inline scripts are forbidden by content security policy. An extraction was made by the vulcanize tool. I wrote the script called 'extract_inline_scripts.sh' to handle all the elements at once. It finds HTML files containing inline scripts (excluding some HTML files that are not a components of Polymer) and applies vulcanize to them. A JS file extracted from a file named 'foo/bar.html' will have a name 'foo/bar-extracted.js'. Also changed the wrong dependency 'core-iconset-svg' in bower.json and 'core-iconset-svg' was checked out correctly. Landed manually, because of the bug in the commit queue (http://crbug.com/416255). R=raymes@chromium.org, rsadam@chromium.org, thestig@chromium.org TBR=cpu BUG=415696 TEST=none Review URL: https://codereview.chromium.org/592593002 Cr-Commit-Position: refs/heads/master@{#296721}
Diffstat (limited to 'third_party/polymer/components-chromium/font-roboto/.bower.json')
-rw-r--r--third_party/polymer/components-chromium/font-roboto/.bower.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/polymer/components-chromium/font-roboto/.bower.json b/third_party/polymer/components-chromium/font-roboto/.bower.json
new file mode 100644
index 0000000..d6919f3
--- /dev/null
+++ b/third_party/polymer/components-chromium/font-roboto/.bower.json
@@ -0,0 +1,14 @@
+{
+ "name": "font-roboto",
+ "homepage": "https://github.com/Polymer/font-roboto",
+ "version": "0.3.5",
+ "_release": "0.3.5",
+ "_resolution": {
+ "type": "version",
+ "tag": "0.3.5",
+ "commit": "3515cb3b0d19e5df52ae8c4ad9606ab9a67b8fa6"
+ },
+ "_source": "git://github.com/Polymer/font-roboto.git",
+ "_target": "0.3.5",
+ "_originalSource": "Polymer/font-roboto"
+} \ No newline at end of file