| 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 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2179 'browser/ui/webui/certificate_viewer_webui.cc', | 2179 'browser/ui/webui/certificate_viewer_webui.cc', |
| 2180 'browser/ui/webui/certificate_viewer_webui.h', | 2180 'browser/ui/webui/certificate_viewer_webui.h', |
| 2181 'browser/ui/webui/certificate_viewer_ui.cc', | 2181 'browser/ui/webui/certificate_viewer_ui.cc', |
| 2182 'browser/ui/webui/certificate_viewer_ui.h', | 2182 'browser/ui/webui/certificate_viewer_ui.h', |
| 2183 'browser/ui/webui/chrome_web_contents_handler.cc', | 2183 'browser/ui/webui/chrome_web_contents_handler.cc', |
| 2184 'browser/ui/webui/chrome_web_contents_handler.h', | 2184 'browser/ui/webui/chrome_web_contents_handler.h', |
| 2185 'browser/ui/webui/chrome_web_ui_controller_factory.cc', | 2185 'browser/ui/webui/chrome_web_ui_controller_factory.cc', |
| 2186 'browser/ui/webui/chrome_web_ui_controller_factory.h', | 2186 'browser/ui/webui/chrome_web_ui_controller_factory.h', |
| 2187 'browser/ui/webui/chromeos/bluetooth_pairing_ui.cc', | 2187 'browser/ui/webui/chromeos/bluetooth_pairing_ui.cc', |
| 2188 'browser/ui/webui/chromeos/bluetooth_pairing_ui.h', | 2188 'browser/ui/webui/chromeos/bluetooth_pairing_ui.h', |
| 2189 'browser/ui/webui/chromeos/charger_replacement_handler.cc', |
| 2190 'browser/ui/webui/chromeos/charger_replacement_handler.h', |
| 2191 'browser/ui/webui/chromeos/charger_replacement_ui.cc', |
| 2192 'browser/ui/webui/chromeos/charger_replacement_ui.h', |
| 2189 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', | 2193 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', |
| 2190 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 2194 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
| 2191 'browser/ui/webui/chromeos/cryptohome_ui.cc', | 2195 'browser/ui/webui/chromeos/cryptohome_ui.cc', |
| 2192 'browser/ui/webui/chromeos/cryptohome_ui.h', | 2196 'browser/ui/webui/chromeos/cryptohome_ui.h', |
| 2193 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', | 2197 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', |
| 2194 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', | 2198 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', |
| 2195 'browser/ui/webui/chromeos/drive_internals_ui.cc', | 2199 'browser/ui/webui/chromeos/drive_internals_ui.cc', |
| 2196 'browser/ui/webui/chromeos/drive_internals_ui.h', | 2200 'browser/ui/webui/chromeos/drive_internals_ui.h', |
| 2197 'browser/ui/webui/chromeos/first_run/first_run_actor.cc', | 2201 'browser/ui/webui/chromeos/first_run/first_run_actor.cc', |
| 2198 'browser/ui/webui/chromeos/first_run/first_run_actor.h', | 2202 'browser/ui/webui/chromeos/first_run/first_run_actor.h', |
| (...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3361 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3365 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3362 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3366 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3363 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3364 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3368 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3365 ], | 3369 ], |
| 3366 }], | 3370 }], |
| 3367 ], | 3371 ], |
| 3368 }, | 3372 }, |
| 3369 ], | 3373 ], |
| 3370 } | 3374 } |
| OLD | NEW |