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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
| 7 'target_name': 'expand_card_transition', |
| 8 'dependencies': [ |
| 9 'settings_section', |
| 10 '../animation/compiled_resources2.gyp:animation', |
| 11 '../animation/compiled_resources2.gyp:animation_group', |
| 12 '<(EXTERNS_GYP):web_animations', |
| 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 14 ], |
| 15 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 16 }, |
| 17 { |
7 'target_name': 'main_page_behavior', | 18 'target_name': 'main_page_behavior', |
8 'dependencies': [ | 19 'dependencies': [ |
9 'settings_section', | 20 'settings_section', |
10 'transition_behavior', | 21 'open_section_transition', |
11 '<(EXTERNS_GYP):settings_private', | 22 '<(EXTERNS_GYP):settings_private', |
12 '<(EXTERNS_GYP):web_animations', | |
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
14 ], | 24 ], |
15 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 26 }, |
| 27 { |
| 28 'target_name': 'open_section_transition', |
| 29 'dependencies': [ |
| 30 'settings_section', |
| 31 'expand_card_transition', |
| 32 '../animation/compiled_resources2.gyp:animation_group', |
| 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 34 ], |
| 35 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
16 }, | 36 }, |
17 { | 37 { |
18 'target_name': 'settings_animated_pages', | 38 'target_name': 'settings_animated_pages', |
19 'dependencies': [ | 39 'dependencies': [ |
20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
22 ], | 42 ], |
23 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 43 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
24 }, | 44 }, |
25 { | 45 { |
(...skipping 15 matching lines...) Expand all Loading... |
41 }, | 61 }, |
42 { | 62 { |
43 'target_name': 'settings_subpage', | 63 'target_name': 'settings_subpage', |
44 'dependencies': [ | 64 'dependencies': [ |
45 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', | 65 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', |
46 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co
mpiled_resources2.gyp:neon-animatable-behavior-extracted', | 66 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co
mpiled_resources2.gyp:neon-animatable-behavior-extracted', |
47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
48 ], | 68 ], |
49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 69 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
50 }, | 70 }, |
51 { | |
52 'target_name': 'transition_behavior', | |
53 'dependencies': [ | |
54 '<(EXTERNS_GYP):settings_private', | |
55 '<(EXTERNS_GYP):web_animations', | |
56 ], | |
57 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | |
58 }, | |
59 ], | 71 ], |
60 } | 72 } |
OLD | NEW |