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:transition', |
| 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:transition', |
| 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 14 matching lines...) Expand all Loading... |
40 }, | 60 }, |
41 { | 61 { |
42 'target_name': 'settings_subpage', | 62 'target_name': 'settings_subpage', |
43 'dependencies': [ | 63 'dependencies': [ |
44 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', | 64 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', |
45 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co
mpiled_resources2.gyp:neon-animatable-behavior-extracted', | 65 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co
mpiled_resources2.gyp:neon-animatable-behavior-extracted', |
46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 66 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
47 ], | 67 ], |
48 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 68 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
49 }, | 69 }, |
50 { | |
51 'target_name': 'transition_behavior', | |
52 'dependencies': [ | |
53 '<(EXTERNS_GYP):settings_private', | |
54 '<(EXTERNS_GYP):web_animations', | |
55 ], | |
56 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | |
57 }, | |
58 ], | 70 ], |
59 } | 71 } |
OLD | NEW |