Chromium Code Reviews| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 153 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 153 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 156 '<(EXTERNS_GYP):settings_private', | 156 '<(EXTERNS_GYP):settings_private', |
| 157 'constants', | 157 'constants', |
| 158 'site_settings_prefs_browser_proxy', | 158 'site_settings_prefs_browser_proxy', |
| 159 ], | 159 ], |
| 160 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], | 160 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 'target_name': 'site_settings_category', | 163 'target_name': 'category_setting_exceptions', |
|
tommycli
2016/12/15 21:36:38
Should we add a target for category_default_settin
dschuyler
2016/12/16 20:39:45
Done.
| |
| 164 'dependencies': [ | 164 'dependencies': [ |
| 165 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 165 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 166 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 166 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 167 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', | 167 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', |
| 168 '<(EXTERNS_GYP):settings_private', | 168 '<(EXTERNS_GYP):settings_private', |
| 169 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 169 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 170 'constants', | 170 'constants', |
| 171 'site_settings_behavior', | 171 'site_settings_behavior', |
| 172 ], | 172 ], |
| 173 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], | 173 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 192 { | 192 { |
| 193 'target_name': 'zoom_levels', | 193 'target_name': 'zoom_levels', |
| 194 'dependencies': [ | 194 'dependencies': [ |
| 195 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', | 195 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', |
| 196 'site_settings_behavior', | 196 'site_settings_behavior', |
| 197 ], | 197 ], |
| 198 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], | 198 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], |
| 199 }, | 199 }, |
| 200 ], | 200 ], |
| 201 } | 201 } |
| OLD | NEW |