| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 ], | 113 ], |
| 114 'externs': [ | 114 'externs': [ |
| 115 '<(EXTERNS_GYP):settings_private', | 115 '<(EXTERNS_GYP):settings_private', |
| 116 ], | 116 ], |
| 117 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 117 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 118 }, | 118 }, |
| 119 { | 119 { |
| 120 'target_name': 'site_list', | 120 'target_name': 'site_list', |
| 121 'dependencies': [ | 121 'dependencies': [ |
| 122 '../compiled_resources2.gyp:route', | 122 '../compiled_resources2.gyp:route', |
| 123 '../compiled_resources2.gyp:settings_action_menu', |
| 124 'constants', |
| 125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 123 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 126 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 124 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 125 '<(EXTERNS_GYP):settings_private', | 128 '<(EXTERNS_GYP):settings_private', |
| 126 'constants', | |
| 127 'site_settings_behavior', | 129 'site_settings_behavior', |
| 128 ], | 130 ], |
| 129 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 131 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 130 }, | 132 }, |
| 131 { | 133 { |
| 132 'target_name': 'site_settings_behavior', | 134 'target_name': 'site_settings_behavior', |
| 133 'dependencies': [ | 135 'dependencies': [ |
| 134 '../compiled_resources2.gyp:route', | 136 '../compiled_resources2.gyp:route', |
| 135 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 137 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 136 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 138 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 { | 176 { |
| 175 'target_name': 'zoom_levels', | 177 'target_name': 'zoom_levels', |
| 176 'dependencies': [ | 178 'dependencies': [ |
| 177 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 179 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 178 'site_settings_behavior', | 180 'site_settings_behavior', |
| 179 ], | 181 ], |
| 180 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 182 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 181 }, | 183 }, |
| 182 ], | 184 ], |
| 183 } | 185 } |
| OLD | NEW |