Index: third_party/polymer/README.chromium |
diff --git a/third_party/polymer/README.chromium b/third_party/polymer/README.chromium |
index 7e25541ce9306238af125e433c9cd311cf404779..9a8d6d4509bc87db6a79cf2d64a0ed0c21abb9b9 100644 |
--- a/third_party/polymer/README.chromium |
+++ b/third_party/polymer/README.chromium |
@@ -2,18 +2,9 @@ Name: Polymer |
Short Name: polymer |
URL: http://www.polymer-project.org |
Version: 0.3.5 |
-Revision: (See components/<component>/.bower.json) |
+Revision: (See <component>/.bower.json) |
License: BSD |
-License File: LICENSE.polymer |
-Security Critical: no |
- |
-Name: Web Animations JS |
-Short Name: web-animations-js |
-URL: https://github.com/web-animations/web-animations-js |
-Version: NA |
-Revision: (See components/web-animations-js/.bower.json) |
-License: Apache 2.0 |
-License File: components/web-animations-js/COPYING |
+License File: LICENSE |
Security Critical: no |
Description: |
@@ -21,9 +12,11 @@ This directory contains a copy of the following components which are a part of |
the Polymer project: |
-polymer |
-platform |
--all core elements and their dependencies |
--all paper elements and their dependencies |
-See bower.json for a full list of components. |
+ |
+The directory can be updated by running "bower update". A now component can be |
+installed by running "bower install Polymer/<component>". Be sure to add the |
+.bower.json file to the repository as it includes the revision information of |
+the polymer component. |
The version can be found in header of polymer/polymer.js. The license can |
be found in polymer/LICENSE. |
@@ -38,17 +31,3 @@ browsers begin to implement these new primitives, the polyfill platform layer |
becomes smaller and better over time. |
2. A next-generation web application framework built upon these core |
technologies called the Polymer. |
- |
-Also this directory contains a copy of Web Animations JS library, which is |
-used by polymer "core-animation" element. |
- |
-Note on Bower: |
-The directory can be updated by running "bower update". A new component can be |
-installed by running "bower install -S Polymer/<component>#version". Be sure to |
-add the .bower.json file to the repository as it includes the revision |
-information of the polymer component. |
-Also be sure that you listed all the added packages and **all their |
-dependencies** in bower.json, and specified **exact** versions of every package |
-explicitly. That is needed because Bower can't handle recursive dependencies |
-correctly (see http://stackoverflow.com/q/25899532). |
- |