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 '../compiled_resources2.gyp:route', | 9 '../compiled_resources2.gyp:route', |
10 'settings_section', | 10 'settings_section', |
(...skipping 19 matching lines...) Expand all Loading... |
30 { | 30 { |
31 'target_name': 'settings_section', | 31 'target_name': 'settings_section', |
32 'dependencies': [ | 32 'dependencies': [ |
33 '<(EXTERNS_GYP):web_animations', | 33 '<(EXTERNS_GYP):web_animations', |
34 ], | 34 ], |
35 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 35 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
36 }, | 36 }, |
37 { | 37 { |
38 'target_name': 'settings_subpage', | 38 'target_name': 'settings_subpage', |
39 'dependencies': [ | 39 'dependencies': [ |
| 40 '../compiled_resources2.gyp:route', |
40 'settings_subpage_search', | 41 'settings_subpage_search', |
41 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', | 42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', |
42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co
mpiled_resources2.gyp:neon-animatable-behavior-extracted', | 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co
mpiled_resources2.gyp:neon-animatable-behavior-extracted', |
43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
44 ], | 45 ], |
45 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 46 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
46 }, | 47 }, |
47 { | 48 { |
48 'target_name': 'settings_subpage_search', | 49 'target_name': 'settings_subpage_search', |
49 'dependencies': [ | 50 'dependencies': [ |
50 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-icon-button
/compiled_resources2.gyp:paper-icon-button-extracted', | 51 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-icon-button
/compiled_resources2.gyp:paper-icon-button-extracted', |
51 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-container-extracted', | 52 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-container-extracted', |
52 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour
ces2.gyp:cr_search_field_behavior', | 53 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour
ces2.gyp:cr_search_field_behavior', |
53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
54 ], | 55 ], |
55 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 56 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
56 }, | 57 }, |
57 { | 58 { |
58 'target_name': 'transition_behavior', | 59 'target_name': 'transition_behavior', |
59 'dependencies': [ | 60 'dependencies': [ |
60 '<(EXTERNS_GYP):settings_private', | 61 '<(EXTERNS_GYP):settings_private', |
61 '<(EXTERNS_GYP):web_animations', | 62 '<(EXTERNS_GYP):web_animations', |
62 ], | 63 ], |
63 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 64 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
64 }, | 65 }, |
65 ], | 66 ], |
66 } | 67 } |
OLD | NEW |