| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 'constants', | 182 'constants', |
| 183 'site_settings_prefs_browser_proxy', | 183 'site_settings_prefs_browser_proxy', |
| 184 ], | 184 ], |
| 185 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 185 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 186 }, | 186 }, |
| 187 { | 187 { |
| 188 'target_name': 'site_settings_prefs_browser_proxy', | 188 'target_name': 'site_settings_prefs_browser_proxy', |
| 189 'dependencies': [ | 189 'dependencies': [ |
| 190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 191 '<(EXTERNS_GYP):chrome_send', | 191 '<(EXTERNS_GYP):chrome_send', |
| 192 'constants', |
| 192 'cookie_tree_node', | 193 'cookie_tree_node', |
| 193 ], | 194 ], |
| 194 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 195 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 195 }, | 196 }, |
| 196 { | 197 { |
| 197 'target_name': 'website_usage_private_api', | 198 'target_name': 'website_usage_private_api', |
| 198 'dependencies': [ | 199 'dependencies': [ |
| 199 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 200 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 200 '<(EXTERNS_GYP):chrome_send', | 201 '<(EXTERNS_GYP):chrome_send', |
| 201 ], | 202 ], |
| 202 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 203 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 203 }, | 204 }, |
| 204 { | 205 { |
| 205 'target_name': 'zoom_levels', | 206 'target_name': 'zoom_levels', |
| 206 'dependencies': [ | 207 'dependencies': [ |
| 207 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 208 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 208 'site_settings_behavior', | 209 'site_settings_behavior', |
| 209 ], | 210 ], |
| 210 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 211 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 211 }, | 212 }, |
| 212 ], | 213 ], |
| 213 } | 214 } |
| OLD | NEW |