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

Unified Diff: third_party/polymer/v1_0/components-chromium/neon-animation/compiled_resources2.gyp

Issue 2878483003: Polymer/Closure: fix bug in script that generates Closure GYP (Closed)
Patch Set: Created 3 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/neon-animation/compiled_resources2.gyp
diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/compiled_resources2.gyp b/third_party/polymer/v1_0/components-chromium/neon-animation/compiled_resources2.gyp
index b820a06f9fc336ea54064bcda6cf5e75fd0f669d..bf86452465c8ebbb70282a28cbe2512fb63e122b 100644
--- a/third_party/polymer/v1_0/components-chromium/neon-animation/compiled_resources2.gyp
+++ b/third_party/polymer/v1_0/components-chromium/neon-animation/compiled_resources2.gyp
@@ -33,19 +33,6 @@
],
'includes': ['../../../../closure_compiler/compile_js2.gypi'],
},
- {
- 'target_name': 'neon-animation-extracted',
- 'dependencies': [
- 'neon-animatable-behavior-extracted',
- 'neon-animatable-extracted',
- 'neon-animated-pages-extracted',
- 'neon-animation-behavior-extracted',
- 'neon-animation-runner-behavior-extracted',
- 'neon-shared-element-animatable-behavior-extracted',
- 'neon-shared-element-animation-behavior-extracted',
- ],
- 'includes': ['../../../../closure_compiler/compile_js2.gypi'],
- },
{
'target_name': 'neon-animation-runner-behavior-extracted',
'dependencies': [
@@ -54,30 +41,6 @@
],
'includes': ['../../../../closure_compiler/compile_js2.gypi'],
},
- {
- 'target_name': 'neon-animations-extracted',
- 'dependencies': [
- 'animations/compiled_resources2.gyp:cascaded-animation-extracted',
- 'animations/compiled_resources2.gyp:fade-in-animation-extracted',
- 'animations/compiled_resources2.gyp:fade-out-animation-extracted',
- 'animations/compiled_resources2.gyp:hero-animation-extracted',
- 'animations/compiled_resources2.gyp:opaque-animation-extracted',
- 'animations/compiled_resources2.gyp:reverse-ripple-animation-extracted',
- 'animations/compiled_resources2.gyp:ripple-animation-extracted',
- 'animations/compiled_resources2.gyp:scale-down-animation-extracted',
- 'animations/compiled_resources2.gyp:scale-up-animation-extracted',
- 'animations/compiled_resources2.gyp:slide-down-animation-extracted',
- 'animations/compiled_resources2.gyp:slide-from-bottom-animation-extracted',
- 'animations/compiled_resources2.gyp:slide-from-left-animation-extracted',
- 'animations/compiled_resources2.gyp:slide-from-right-animation-extracted',
- 'animations/compiled_resources2.gyp:slide-from-top-animation-extracted',
- 'animations/compiled_resources2.gyp:slide-left-animation-extracted',
- 'animations/compiled_resources2.gyp:slide-right-animation-extracted',
- 'animations/compiled_resources2.gyp:slide-up-animation-extracted',
- 'animations/compiled_resources2.gyp:transform-animation-extracted',
- ],
- 'includes': ['../../../../closure_compiler/compile_js2.gypi'],
- },
{
'target_name': 'neon-shared-element-animatable-behavior-extracted',
'dependencies': [
@@ -92,9 +55,5 @@
],
'includes': ['../../../../closure_compiler/compile_js2.gypi'],
},
- {
- 'target_name': 'web-animations-extracted',
- 'includes': ['../../../../closure_compiler/compile_js2.gypi'],
- },
],
}

Powered by Google App Engine
This is Rietveld 408576698