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': 'main_page_behavior', | 7 'target_name': 'main_page_behavior', |
8 'dependencies': [ | 8 'dependencies': [ |
9 'settings_section', | 9 'settings_section', |
10 'transition_behavior', | 10 'transition_behavior', |
(...skipping 20 matching lines...) Expand all Loading... |
31 'target_name': 'settings_router', | 31 'target_name': 'settings_router', |
32 'dependencies': [ | 32 'dependencies': [ |
33 '../compiled_resources2.gyp:route', | 33 '../compiled_resources2.gyp:route', |
34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
36 ], | 36 ], |
37 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 37 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
38 }, | 38 }, |
39 { | 39 { |
40 'target_name': 'settings_section', | 40 'target_name': 'settings_section', |
| 41 'dependencies': [ |
| 42 '<(EXTERNS_GYP):web_animations', |
| 43 ], |
41 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 44 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
42 }, | 45 }, |
43 { | 46 { |
44 'target_name': 'settings_subpage', | 47 'target_name': 'settings_subpage', |
45 'dependencies': [ | 48 'dependencies': [ |
46 'settings_subpage_search', | 49 'settings_subpage_search', |
47 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', | 50 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', |
48 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co
mpiled_resources2.gyp:neon-animatable-behavior-extracted', | 51 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co
mpiled_resources2.gyp:neon-animatable-behavior-extracted', |
49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
50 ], | 53 ], |
(...skipping 12 matching lines...) Expand all Loading... |
63 { | 66 { |
64 'target_name': 'transition_behavior', | 67 'target_name': 'transition_behavior', |
65 'dependencies': [ | 68 'dependencies': [ |
66 '<(EXTERNS_GYP):settings_private', | 69 '<(EXTERNS_GYP):settings_private', |
67 '<(EXTERNS_GYP):web_animations', | 70 '<(EXTERNS_GYP):web_animations', |
68 ], | 71 ], |
69 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 72 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
70 }, | 73 }, |
71 ], | 74 ], |
72 } | 75 } |
OLD | NEW |