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

Unified Diff: third_party/polymer/v1_0/components-chromium/app-route/compiled_resources2.gyp

Issue 1984963002: Roll Polymer elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/polymer/v1_0/components-chromium/app-route/compiled_resources2.gyp
diff --git a/third_party/polymer/v1_0/components-chromium/carbon-route/compiled_resources2.gyp b/third_party/polymer/v1_0/components-chromium/app-route/compiled_resources2.gyp
similarity index 60%
rename from third_party/polymer/v1_0/components-chromium/carbon-route/compiled_resources2.gyp
rename to third_party/polymer/v1_0/components-chromium/app-route/compiled_resources2.gyp
index d6d8aabd08249927f9150ed5755153ac60faf9f3..c2952942832946bdd17c139251a752d920c4e14c 100644
--- a/third_party/polymer/v1_0/components-chromium/carbon-route/compiled_resources2.gyp
+++ b/third_party/polymer/v1_0/components-chromium/app-route/compiled_resources2.gyp
@@ -6,20 +6,27 @@
{
'targets': [
{
- 'target_name': 'carbon-location-extracted',
+ 'target_name': 'app-location-extracted',
'dependencies': [
'../iron-location/compiled_resources2.gyp:iron-location-extracted',
'../iron-location/compiled_resources2.gyp:iron-query-params-extracted',
- 'carbon-route-converter-extracted',
+ 'app-route-converter-behavior-extracted',
],
'includes': ['../../../../closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'carbon-route-converter-extracted',
+ 'target_name': 'app-route-converter-behavior-extracted',
'includes': ['../../../../closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'carbon-route-extracted',
+ 'target_name': 'app-route-converter-extracted',
+ 'dependencies': [
+ './compiled_resources2.gyp:app-route-converter-behavior-extracted',
+ ],
+ 'includes': ['../../../../closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'app-route-extracted',
'includes': ['../../../../closure_compiler/compile_js2.gypi'],
},
],

Powered by Google App Engine
This is Rietveld 408576698