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

Unified Diff: tools/polymer/txt_to_polymer_grdp.py

Issue 1214573003: Fix Polymer licensing issues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
Index: tools/polymer/txt_to_polymer_grdp.py
diff --git a/tools/polymer/txt_to_polymer_grdp.py b/tools/polymer/txt_to_polymer_grdp.py
index 4ad08c51604837142229b9fdcee59006749bb601..6aeaefb9caf2981f8047255883dabfc59664a348 100755
--- a/tools/polymer/txt_to_polymer_grdp.py
+++ b/tools/polymer/txt_to_polymer_grdp.py
@@ -39,15 +39,12 @@ FILE_TEMPLATE = \
<grit-part>
<!-- Polymer 0.5 (TODO: Remove by M45 branch point) -->
%(v_0_5)s
- <structure name="IDR_POLYMER_WEB_ANIMATIONS_JS_WEB_ANIMATIONS_NEXT_LITE_MIN_JS"
- file="../../../third_party/web-animations-js/sources/web-animations-next-lite.min.js"
- type="chrome_html" />
- <structure name="IDR_POLYMER_WEB_ANIMATIONS_JS_WEB_ANIMATIONS_NEXT_LITE_MIN_JS_MAP"
- file="../../../third_party/web-animations-js/sources/web-animations-next-lite.min.js.map"
- type="chrome_html" />
<!-- Polymer 1.0 -->
%(v_1_0)s
+ <structure name="IDR_POLYMER_1_0_WEB_ANIMATIONS_JS_WEB_ANIMATIONS_NEXT_LITE_MIN_JS"
+ file="../../../third_party/web-animations-js/sources/web-animations-next-lite.min.js"
+ type="chrome_html" />
</grit-part>
"""

Powered by Google App Engine
This is Rietveld 408576698