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