| 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 'site_settings_behavior', | 10 'site_settings_behavior', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 ], | 124 ], |
| 125 'externs': [ | 125 'externs': [ |
| 126 '<(EXTERNS_GYP):settings_private', | 126 '<(EXTERNS_GYP):settings_private', |
| 127 ], | 127 ], |
| 128 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 128 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 129 }, | 129 }, |
| 130 { | 130 { |
| 131 'target_name': 'site_list', | 131 'target_name': 'site_list', |
| 132 'dependencies': [ | 132 'dependencies': [ |
| 133 '../compiled_resources2.gyp:route', | 133 '../compiled_resources2.gyp:route', |
| 134 '../compiled_resources2.gyp:settings_action_menu', | 134 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 135 'constants', | 135 'constants', |
| 136 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 136 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 137 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 137 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 138 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 138 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 139 '<(EXTERNS_GYP):settings_private', | 139 '<(EXTERNS_GYP):settings_private', |
| 140 'site_settings_behavior', | 140 'site_settings_behavior', |
| 141 ], | 141 ], |
| 142 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 142 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 143 }, | 143 }, |
| 144 { | 144 { |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 { | 187 { |
| 188 'target_name': 'zoom_levels', | 188 'target_name': 'zoom_levels', |
| 189 'dependencies': [ | 189 'dependencies': [ |
| 190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 191 'site_settings_behavior', | 191 'site_settings_behavior', |
| 192 ], | 192 ], |
| 193 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 193 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 194 }, | 194 }, |
| 195 ], | 195 ], |
| 196 } | 196 } |
| OLD | NEW |