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

Unified Diff: third_party/polymer/README.chromium

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/PATENTS ('k') | third_party/polymer/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/README.chromium
diff --git a/third_party/polymer/README.chromium b/third_party/polymer/README.chromium
index 037910fdc8a04a8b18fd76c67835248c7d6cb8dd..a46fd6a0e162f803329088fd641226b1bfd66928 100644
--- a/third_party/polymer/README.chromium
+++ b/third_party/polymer/README.chromium
@@ -1,21 +1,33 @@
Name: Polymer
+Short Name: polymer
URL: http://www.polymer-project.org
-Version: 0.0.20131107
-Revision: c5b3ef18879843d41302a9722884dfc60963b492
+Version: 0.1.1
+Revision: (See <component>/.bower.json)
License: BSD
License File: LICENSE
Security Critical: no
Description:
-This directory contains a copy of polymer.min.js file. It is a minified version
-of javascript library Polymer. Polymer is comprised of two efforts:
+This directory contains a copy of the following components which are a part of
+the Polymer project:
+-polymer
+-platform
+
+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.
+
+The source git repositories can be found at:
+https://github.com/Polymer/<component>
+
+Polymer is comprised of two efforts:
1. A set of core platform features (Shadow DOM, Custom Elements, MDV).
Initially, these core features will be enabled with a set of polyfills. As
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.
-
-This is downloaded from polymer stable release
-(https://github.com/Polymer/polymer/releases). See build.log and README.md for
-how the minified file is generated.
« no previous file with comments | « third_party/polymer/PATENTS ('k') | third_party/polymer/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698