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 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
33 ], | 33 ], |
34 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 34 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
35 }, | 35 }, |
36 { | 36 { |
37 'target_name': 'settings_section', | 37 'target_name': 'settings_section', |
38 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 38 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
39 }, | 39 }, |
40 { | 40 { |
| 41 'target_name': 'settings_subpage', |
| 42 'dependencies': [ |
| 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', |
| 44 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co
mpiled_resources2.gyp:neon-animatable-behavior-extracted', |
| 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 46 ], |
| 47 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 48 }, |
| 49 { |
41 'target_name': 'transition_behavior', | 50 'target_name': 'transition_behavior', |
42 'dependencies': [ | 51 'dependencies': [ |
43 '<(EXTERNS_GYP):settings_private', | 52 '<(EXTERNS_GYP):settings_private', |
44 '<(EXTERNS_GYP):web_animations', | 53 '<(EXTERNS_GYP):web_animations', |
45 ], | 54 ], |
46 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 55 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
47 }, | 56 }, |
48 ], | 57 ], |
49 } | 58 } |
OLD | NEW |