summaryrefslogtreecommitdiffstats
path: root/third_party/polymer/README.chromium
diff options
context:
space:
mode:
authorrsadam@chromium.org <rsadam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-24 15:53:16 +0000
committerrsadam@chromium.org <rsadam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-24 15:53:16 +0000
commitdb757daeb09ad452e941209b3cd0cc0cc2ab3265 (patch)
treea2327e399933e8124e455bcd3dceb8dad52f7f0c /third_party/polymer/README.chromium
parent2fe3ba281f0a0b7428d62623b57742eacc8af541 (diff)
downloadchromium_src-db757daeb09ad452e941209b3cd0cc0cc2ab3265.zip
chromium_src-db757daeb09ad452e941209b3cd0cc0cc2ab3265.tar.gz
chromium_src-db757daeb09ad452e941209b3cd0cc0cc2ab3265.tar.bz2
The polymer version in third_party is out-dated, however due to the substansive changes between it and the latest version uprevving polymer in one go is not feasible. The old polymer will be renamed to polymer_legacy, and a follow up CL will add the latest version of polymer.
Projects that depend on the old version of polymer (audio player, file manager, virtual keyboard) will be able to migrate to the newest version independently. BUG=396169 Review URL: https://codereview.chromium.org/407183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285287 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/polymer/README.chromium')
-rw-r--r--third_party/polymer/README.chromium33
1 files changed, 0 insertions, 33 deletions
diff --git a/third_party/polymer/README.chromium b/third_party/polymer/README.chromium
deleted file mode 100644
index bbb24b8..0000000
--- a/third_party/polymer/README.chromium
+++ /dev/null
@@ -1,33 +0,0 @@
-Name: Polymer
-Short Name: polymer
-URL: http://www.polymer-project.org
-Version: 0.2.2
-Revision: (See <component>/.bower.json)
-License: BSD
-License File: LICENSE
-Security Critical: no
-
-Description:
-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.