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

Unified Diff: third_party/polymer/v0_8/README.chromium

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake Created 5 years, 7 months 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 | « content/browser/webui/shared_resources_data_source.cc ('k') | third_party/polymer/v0_8/bower.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/v0_8/README.chromium
diff --git a/third_party/polymer/v0_8/README.chromium b/third_party/polymer/v0_8/README.chromium
deleted file mode 100644
index 2b846bf931aa897065ba3c97d8a4adcac4187a8e..0000000000000000000000000000000000000000
--- a/third_party/polymer/v0_8/README.chromium
+++ /dev/null
@@ -1,54 +0,0 @@
-Name: Polymer
-Short Name: polymer
-URL: http://www.polymer-project.org
-Version: 1.0
-Revision: (See components/<component>/.bower.json)
-License: BSD
-License File: ../LICENSE.polymer
-Security Critical: no
-
-Description:
-This directory contains a copy of the following components which are a part of
-the Polymer project:
--polymer core + externs
--Iron elements and their dependencies
--Paper elements and their dependencies
--more-routing
-See bower.json for a full list of components.
-
-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:
-Core Library - https://github.com/Polymer/polymer
-Elements - https://github.com/PolymerElements/<element name>
-
-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.
-
-Local Modifications:
-- Removed executable bit from the files in 'components/iron-selector'.
-- Created a copy 'components-chromium' of the 'components' directory with the
-only difference that all inline JavaScript blocks are extracted from Polymer
-HTML elements to external JS files. This version of the Polymer is used in a web
-UI, where CSP forbids an execution of inline scripts. The extraction was made
-with the help of the Vulcanize tool (https://github.com/Polymer/vulcanize).
-- Replaced CRLF line endings with LF line endings in text files.
-
-To restore a content of the 'components', 'components-chromium' directorires
-from scratch, run ./reproduce.sh (requires bower and vulcanize >= 1.2).
-
-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).
« no previous file with comments | « content/browser/webui/shared_resources_data_source.cc ('k') | third_party/polymer/v0_8/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698