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

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

Issue 1695663004: Adding GYP V2 targets for all Polymer code (with a script!). Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding JSDoc. Created 4 years, 10 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
new file mode 100644
index 0000000000000000000000000000000000000000..9a0a83cc5da0ff55a0c1066cc627cc7e14fc59fa
--- /dev/null
+++ b/third_party/polymer/v1_0/components-chromium/neon-animation/compiled_resources2.gyp
@@ -0,0 +1,303 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'targets': [
+ {
+ 'target_name': 'cascaded-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'fade-in-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'fade-out-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'hero-animation-extracted',
+ 'dependencies': [
+ '../neon-shared-element-animation-behavior.html/compiled_resources2.gyp:neon-shared-element-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'opaque-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'reverse-ripple-animation-extracted',
+ 'dependencies': [
+ '../neon-shared-element-animation-behavior.html/compiled_resources2.gyp:neon-shared-element-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'ripple-animation-extracted',
+ 'dependencies': [
+ '../neon-shared-element-animation-behavior.html/compiled_resources2.gyp:neon-shared-element-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'scale-down-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'scale-up-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'slide-down-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'slide-from-bottom-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'slide-from-left-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'slide-from-right-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'slide-from-top-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'slide-left-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'slide-right-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'slide-up-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'transform-animation-extracted',
+ 'dependencies': [
+ '../neon-animation-behavior.html/compiled_resources2.gyp:neon-animation-behavior-extracted',
+ '../web-animations.html/compiled_resources2.gyp:web-animations-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'neon-animatable-behavior-extracted',
+ 'dependencies': [
+ 'animations/opaque-animation.html/compiled_resources2.gyp:opaque-animation-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'neon-animatable-extracted',
+ 'dependencies': [
+ '../iron-resizable-behavior/compiled_resources2.gyp:iron-resizable-behavior-extracted',
+ 'neon-animatable-behavior-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'neon-animated-pages-extracted',
+ 'dependencies': [
+ '../iron-resizable-behavior/compiled_resources2.gyp:iron-resizable-behavior-extracted',
+ '../iron-selector/compiled_resources2.gyp:iron-selectable-extracted',
+ 'neon-animation-runner-behavior-extracted',
+ 'animations/opaque-animation.html/compiled_resources2.gyp:opaque-animation-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'neon-animation-behavior-extracted',
+ 'dependencies': [
+ '../iron-meta/compiled_resources2.gyp:iron-meta-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'neon-animation-runner-behavior-extracted',
+ 'dependencies': [
+ '../iron-meta/compiled_resources2.gyp:iron-meta-extracted',
+ 'neon-animatable-behavior-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'neon-animation-extracted',
+ 'dependencies': [
+ 'neon-animatable-behavior-extracted',
+ 'neon-animated-pages-extracted',
+ 'neon-animatable-extracted',
+ 'neon-animation-behavior-extracted',
+ 'neon-animation-runner-behavior-extracted',
+ 'neon-animations-extracted',
+ 'neon-shared-element-animatable-behavior-extracted',
+ 'neon-shared-element-animation-behavior-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'neon-animations-extracted',
+ 'dependencies': [
+ 'animations/cascaded-animation.html/compiled_resources2.gyp:cascaded-animation-extracted',
+ 'animations/fade-in-animation.html/compiled_resources2.gyp:fade-in-animation-extracted',
+ 'animations/fade-out-animation.html/compiled_resources2.gyp:fade-out-animation-extracted',
+ 'animations/hero-animation.html/compiled_resources2.gyp:hero-animation-extracted',
+ 'animations/opaque-animation.html/compiled_resources2.gyp:opaque-animation-extracted',
+ 'animations/ripple-animation.html/compiled_resources2.gyp:ripple-animation-extracted',
+ 'animations/reverse-ripple-animation.html/compiled_resources2.gyp:reverse-ripple-animation-extracted',
+ 'animations/scale-down-animation.html/compiled_resources2.gyp:scale-down-animation-extracted',
+ 'animations/scale-up-animation.html/compiled_resources2.gyp:scale-up-animation-extracted',
+ 'animations/slide-from-left-animation.html/compiled_resources2.gyp:slide-from-left-animation-extracted',
+ 'animations/slide-from-right-animation.html/compiled_resources2.gyp:slide-from-right-animation-extracted',
+ 'animations/slide-from-top-animation.html/compiled_resources2.gyp:slide-from-top-animation-extracted',
+ 'animations/slide-from-bottom-animation.html/compiled_resources2.gyp:slide-from-bottom-animation-extracted',
+ 'animations/slide-left-animation.html/compiled_resources2.gyp:slide-left-animation-extracted',
+ 'animations/slide-right-animation.html/compiled_resources2.gyp:slide-right-animation-extracted',
+ 'animations/slide-up-animation.html/compiled_resources2.gyp:slide-up-animation-extracted',
+ 'animations/slide-down-animation.html/compiled_resources2.gyp:slide-down-animation-extracted',
+ 'animations/transform-animation.html/compiled_resources2.gyp:transform-animation-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'neon-shared-element-animatable-behavior-extracted',
+ 'dependencies': [
+ 'neon-animatable-behavior-extracted'
+ ],
+ 'includes': [
+ '../../../../closure_compiler/compile_js2.gypi'
+ ]
+ },
+ {
+ 'target_name': 'neon-shared-element-animation-behavior-extracted',
+ 'dependencies': [
+ 'neon-animation-behavior-extracted'
+ ],
+ '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