| 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': 'add_site_dialog', | 7 'target_name': 'add_site_dialog', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 10 'constants', | 10 'constants', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 168 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 169 '<(EXTERNS_GYP):settings_private', | 169 '<(EXTERNS_GYP):settings_private', |
| 170 'site_settings_behavior', | 170 'site_settings_behavior', |
| 171 ], | 171 ], |
| 172 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 172 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 173 }, | 173 }, |
| 174 { | 174 { |
| 175 'target_name': 'site_settings_behavior', | 175 'target_name': 'site_settings_behavior', |
| 176 'dependencies': [ | 176 'dependencies': [ |
| 177 '../compiled_resources2.gyp:route', | 177 '../compiled_resources2.gyp:route', |
| 178 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', |
| 179 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', |
| 178 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 180 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 179 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 181 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 180 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 182 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 181 '<(EXTERNS_GYP):settings_private', | 183 '<(EXTERNS_GYP):settings_private', |
| 182 'constants', | 184 'constants', |
| 183 'site_settings_prefs_browser_proxy', | 185 'site_settings_prefs_browser_proxy', |
| 184 ], | 186 ], |
| 185 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 187 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 186 }, | 188 }, |
| 187 { | 189 { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 205 { | 207 { |
| 206 'target_name': 'zoom_levels', | 208 'target_name': 'zoom_levels', |
| 207 'dependencies': [ | 209 'dependencies': [ |
| 208 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 210 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 209 'site_settings_behavior', | 211 'site_settings_behavior', |
| 210 ], | 212 ], |
| 211 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 213 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 212 }, | 214 }, |
| 213 ], | 215 ], |
| 214 } | 216 } |
| OLD | NEW |