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': 'device_page', | 7 'target_name': 'device_page', |
8 'dependencies': [ | 8 'dependencies': [ |
9 '../compiled_resources2.gyp:route', | 9 '../compiled_resources2.gyp:route', |
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
102 '<(EXTERNS_GYP):system_display', | 102 '<(EXTERNS_GYP):system_display', |
103 '<(INTERFACES_GYP):system_display_interface', | 103 '<(INTERFACES_GYP):system_display_interface', |
104 ], | 104 ], |
105 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 105 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
106 }, | 106 }, |
107 { | 107 { |
108 'target_name': 'night_light_slider', | 108 'target_name': 'night_light_slider', |
109 'dependencies': [ | 109 'dependencies': [ |
110 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | 110 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
111 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 111 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-behaviors/c
ompiled_resources2.gyp:paper-inky-focus-behavior-extracted', |
112 '../prefs/compiled_resources2.gyp:prefs_behavior', | 112 '../prefs/compiled_resources2.gyp:prefs_behavior', |
113 ], | 113 ], |
114 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 114 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
115 }, | 115 }, |
116 { | 116 { |
117 'target_name': 'power', | 117 'target_name': 'power', |
118 'dependencies': [ | 118 'dependencies': [ |
119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
120 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 120 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
121 '../compiled_resources2.gyp:route', | 121 '../compiled_resources2.gyp:route', |
(...skipping 16 matching lines...) Expand all Loading... |
138 { | 138 { |
139 'target_name': 'drive_cache_dialog', | 139 'target_name': 'drive_cache_dialog', |
140 'dependencies': [ | 140 'dependencies': [ |
141 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 141 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
142 '<(EXTERNS_GYP):chrome_send', | 142 '<(EXTERNS_GYP):chrome_send', |
143 ], | 143 ], |
144 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 144 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
145 }, | 145 }, |
146 ], | 146 ], |
147 } | 147 } |
OLD | NEW |