| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 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 | 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | 31 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 32 }, | 32 }, |
| 33 { | 33 { |
| 34 'target_name': 'neon-animation-behavior-extracted', | 34 'target_name': 'neon-animation-behavior-extracted', |
| 35 'dependencies': [ | 35 'dependencies': [ |
| 36 '../iron-meta/compiled_resources2.gyp:iron-meta-extracted', | 36 '../iron-meta/compiled_resources2.gyp:iron-meta-extracted', |
| 37 ], | 37 ], |
| 38 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | 38 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 39 }, | 39 }, |
| 40 { | 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 { |
| 41 'target_name': 'neon-animation-extracted', | 49 'target_name': 'neon-animation-extracted', |
| 42 'dependencies': [ | 50 'dependencies': [ |
| 43 'neon-animatable-behavior-extracted', | 51 'neon-animatable-behavior-extracted', |
| 44 'neon-animatable-extracted', | 52 'neon-animatable-extracted', |
| 45 'neon-animated-pages-extracted', | 53 'neon-animated-pages-extracted', |
| 46 'neon-animation-behavior-extracted', | 54 'neon-animation-behavior-extracted', |
| 47 'neon-animation-runner-behavior-extracted', | 55 'neon-animation-runner-behavior-extracted', |
| 48 'neon-shared-element-animatable-behavior-extracted', | 56 'neon-shared-element-animatable-behavior-extracted', |
| 49 'neon-shared-element-animation-behavior-extracted', | 57 'neon-shared-element-animation-behavior-extracted', |
| 50 ], | 58 ], |
| 51 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | 59 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 52 }, | 60 }, |
| 53 { | 61 { |
| 54 'target_name': 'neon-animation-runner-behavior-extracted', | |
| 55 'dependencies': [ | |
| 56 '../iron-meta/compiled_resources2.gyp:iron-meta-extracted', | |
| 57 'neon-animatable-behavior-extracted', | |
| 58 ], | |
| 59 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | |
| 60 }, | |
| 61 { | |
| 62 'target_name': 'neon-animations-extracted', | 62 'target_name': 'neon-animations-extracted', |
| 63 'dependencies': [ | 63 'dependencies': [ |
| 64 'animations/compiled_resources2.gyp:cascaded-animation-extracted', | 64 'animations/compiled_resources2.gyp:cascaded-animation-extracted', |
| 65 'animations/compiled_resources2.gyp:fade-in-animation-extracted', | 65 'animations/compiled_resources2.gyp:fade-in-animation-extracted', |
| 66 'animations/compiled_resources2.gyp:fade-out-animation-extracted', | 66 'animations/compiled_resources2.gyp:fade-out-animation-extracted', |
| 67 'animations/compiled_resources2.gyp:hero-animation-extracted', | 67 'animations/compiled_resources2.gyp:hero-animation-extracted', |
| 68 'animations/compiled_resources2.gyp:opaque-animation-extracted', | 68 'animations/compiled_resources2.gyp:opaque-animation-extracted', |
| 69 'animations/compiled_resources2.gyp:reverse-ripple-animation-extracted', | 69 'animations/compiled_resources2.gyp:reverse-ripple-animation-extracted', |
| 70 'animations/compiled_resources2.gyp:ripple-animation-extracted', | 70 'animations/compiled_resources2.gyp:ripple-animation-extracted', |
| 71 'animations/compiled_resources2.gyp:scale-down-animation-extracted', | 71 'animations/compiled_resources2.gyp:scale-down-animation-extracted', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 95 'neon-animation-behavior-extracted', | 95 'neon-animation-behavior-extracted', |
| 96 ], | 96 ], |
| 97 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | 97 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 'target_name': 'web-animations-extracted', | 100 'target_name': 'web-animations-extracted', |
| 101 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | 101 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 102 }, | 102 }, |
| 103 ], | 103 ], |
| 104 } | 104 } |
| OLD | NEW |