| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 2166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2177 'browser/ui/webui/certificate_viewer_webui.cc', | 2177 'browser/ui/webui/certificate_viewer_webui.cc', |
| 2178 'browser/ui/webui/certificate_viewer_webui.h', | 2178 'browser/ui/webui/certificate_viewer_webui.h', |
| 2179 'browser/ui/webui/certificate_viewer_ui.cc', | 2179 'browser/ui/webui/certificate_viewer_ui.cc', |
| 2180 'browser/ui/webui/certificate_viewer_ui.h', | 2180 'browser/ui/webui/certificate_viewer_ui.h', |
| 2181 'browser/ui/webui/chrome_web_contents_handler.cc', | 2181 'browser/ui/webui/chrome_web_contents_handler.cc', |
| 2182 'browser/ui/webui/chrome_web_contents_handler.h', | 2182 'browser/ui/webui/chrome_web_contents_handler.h', |
| 2183 'browser/ui/webui/chrome_web_ui_controller_factory.cc', | 2183 'browser/ui/webui/chrome_web_ui_controller_factory.cc', |
| 2184 'browser/ui/webui/chrome_web_ui_controller_factory.h', | 2184 'browser/ui/webui/chrome_web_ui_controller_factory.h', |
| 2185 'browser/ui/webui/chromeos/bluetooth_pairing_ui.cc', | 2185 'browser/ui/webui/chromeos/bluetooth_pairing_ui.cc', |
| 2186 'browser/ui/webui/chromeos/bluetooth_pairing_ui.h', | 2186 'browser/ui/webui/chromeos/bluetooth_pairing_ui.h', |
| 2187 'browser/ui/webui/chromeos/charger_replacement_handler.cc', |
| 2188 'browser/ui/webui/chromeos/charger_replacement_handler.h', |
| 2189 'browser/ui/webui/chromeos/charger_replacement_ui.cc', |
| 2190 'browser/ui/webui/chromeos/charger_replacement_ui.h', |
| 2187 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', | 2191 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', |
| 2188 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 2192 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
| 2189 'browser/ui/webui/chromeos/cryptohome_ui.cc', | 2193 'browser/ui/webui/chromeos/cryptohome_ui.cc', |
| 2190 'browser/ui/webui/chromeos/cryptohome_ui.h', | 2194 'browser/ui/webui/chromeos/cryptohome_ui.h', |
| 2191 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', | 2195 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', |
| 2192 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', | 2196 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', |
| 2193 'browser/ui/webui/chromeos/drive_internals_ui.cc', | 2197 'browser/ui/webui/chromeos/drive_internals_ui.cc', |
| 2194 'browser/ui/webui/chromeos/drive_internals_ui.h', | 2198 'browser/ui/webui/chromeos/drive_internals_ui.h', |
| 2195 'browser/ui/webui/chromeos/first_run/first_run_actor.cc', | 2199 'browser/ui/webui/chromeos/first_run/first_run_actor.cc', |
| 2196 'browser/ui/webui/chromeos/first_run/first_run_actor.h', | 2200 'browser/ui/webui/chromeos/first_run/first_run_actor.h', |
| (...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3354 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3358 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3355 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3359 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3356 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3360 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3357 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3361 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3358 ], | 3362 ], |
| 3359 }], | 3363 }], |
| 3360 ], | 3364 ], |
| 3361 }, | 3365 }, |
| 3362 ], | 3366 ], |
| 3363 } | 3367 } |
| OLD | NEW |