| OLD | NEW |
| (Empty) |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 # | |
| 5 # NOTE: Created with generate_compiled_resources_gyp.py, please do not edit. | |
| 6 { | |
| 7 'targets': [ | |
| 8 { | |
| 9 'target_name': 'neon-animatable-behavior-extracted', | |
| 10 'dependencies': [ | |
| 11 'animations/compiled_resources2.gyp:opaque-animation-extracted', | |
| 12 ], | |
| 13 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | |
| 14 }, | |
| 15 { | |
| 16 'target_name': 'neon-animatable-extracted', | |
| 17 'dependencies': [ | |
| 18 '../iron-resizable-behavior/compiled_resources2.gyp:iron-resizable-behav
ior-extracted', | |
| 19 'neon-animatable-behavior-extracted', | |
| 20 ], | |
| 21 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | |
| 22 }, | |
| 23 { | |
| 24 'target_name': 'neon-animated-pages-extracted', | |
| 25 'dependencies': [ | |
| 26 '../iron-resizable-behavior/compiled_resources2.gyp:iron-resizable-behav
ior-extracted', | |
| 27 '../iron-selector/compiled_resources2.gyp:iron-selectable-extracted', | |
| 28 'animations/compiled_resources2.gyp:opaque-animation-extracted', | |
| 29 'neon-animation-runner-behavior-extracted', | |
| 30 ], | |
| 31 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | |
| 32 }, | |
| 33 { | |
| 34 'target_name': 'neon-animation-behavior-extracted', | |
| 35 'dependencies': [ | |
| 36 '../iron-meta/compiled_resources2.gyp:iron-meta-extracted', | |
| 37 ], | |
| 38 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | |
| 39 }, | |
| 40 { | |
| 41 'target_name': 'neon-animation-runner-behavior-extracted', | |
| 42 'dependencies': [ | |
| 43 '../iron-meta/compiled_resources2.gyp:iron-meta-extracted', | |
| 44 'neon-animatable-behavior-extracted', | |
| 45 ], | |
| 46 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | |
| 47 }, | |
| 48 { | |
| 49 'target_name': 'neon-animation-extracted', | |
| 50 'dependencies': [ | |
| 51 'neon-animatable-behavior-extracted', | |
| 52 'neon-animatable-extracted', | |
| 53 'neon-animated-pages-extracted', | |
| 54 'neon-animation-behavior-extracted', | |
| 55 'neon-animation-runner-behavior-extracted', | |
| 56 'neon-shared-element-animatable-behavior-extracted', | |
| 57 'neon-shared-element-animation-behavior-extracted', | |
| 58 ], | |
| 59 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | |
| 60 }, | |
| 61 { | |
| 62 'target_name': 'neon-animations-extracted', | |
| 63 'dependencies': [ | |
| 64 'animations/compiled_resources2.gyp:cascaded-animation-extracted', | |
| 65 'animations/compiled_resources2.gyp:fade-in-animation-extracted', | |
| 66 'animations/compiled_resources2.gyp:fade-out-animation-extracted', | |
| 67 'animations/compiled_resources2.gyp:hero-animation-extracted', | |
| 68 'animations/compiled_resources2.gyp:opaque-animation-extracted', | |
| 69 'animations/compiled_resources2.gyp:reverse-ripple-animation-extracted', | |
| 70 'animations/compiled_resources2.gyp:ripple-animation-extracted', | |
| 71 'animations/compiled_resources2.gyp:scale-down-animation-extracted', | |
| 72 'animations/compiled_resources2.gyp:scale-up-animation-extracted', | |
| 73 'animations/compiled_resources2.gyp:slide-down-animation-extracted', | |
| 74 'animations/compiled_resources2.gyp:slide-from-bottom-animation-extracte
d', | |
| 75 'animations/compiled_resources2.gyp:slide-from-left-animation-extracted'
, | |
| 76 'animations/compiled_resources2.gyp:slide-from-right-animation-extracted
', | |
| 77 'animations/compiled_resources2.gyp:slide-from-top-animation-extracted', | |
| 78 'animations/compiled_resources2.gyp:slide-left-animation-extracted', | |
| 79 'animations/compiled_resources2.gyp:slide-right-animation-extracted', | |
| 80 'animations/compiled_resources2.gyp:slide-up-animation-extracted', | |
| 81 'animations/compiled_resources2.gyp:transform-animation-extracted', | |
| 82 ], | |
| 83 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | |
| 84 }, | |
| 85 { | |
| 86 'target_name': 'neon-shared-element-animatable-behavior-extracted', | |
| 87 'dependencies': [ | |
| 88 'neon-animatable-behavior-extracted', | |
| 89 ], | |
| 90 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | |
| 91 }, | |
| 92 { | |
| 93 'target_name': 'neon-shared-element-animation-behavior-extracted', | |
| 94 'dependencies': [ | |
| 95 'neon-animation-behavior-extracted', | |
| 96 ], | |
| 97 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | |
| 98 }, | |
| 99 { | |
| 100 'target_name': 'web-animations-extracted', | |
| 101 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | |
| 102 }, | |
| 103 ], | |
| 104 } | |
| OLD | NEW |