| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'browser/ui/app_list/search/tokenized_string_match.h', | 228 'browser/ui/app_list/search/tokenized_string_match.h', |
| 229 'browser/ui/app_list/search/webstore/webstore_installer.cc', | 229 'browser/ui/app_list/search/webstore/webstore_installer.cc', |
| 230 'browser/ui/app_list/search/webstore/webstore_installer.h', | 230 'browser/ui/app_list/search/webstore/webstore_installer.h', |
| 231 'browser/ui/app_list/search/webstore/webstore_provider.cc', | 231 'browser/ui/app_list/search/webstore/webstore_provider.cc', |
| 232 'browser/ui/app_list/search/webstore/webstore_provider.h', | 232 'browser/ui/app_list/search/webstore/webstore_provider.h', |
| 233 'browser/ui/app_list/search/webstore/webstore_result.cc', | 233 'browser/ui/app_list/search/webstore/webstore_result.cc', |
| 234 'browser/ui/app_list/search/webstore/webstore_result.h', | 234 'browser/ui/app_list/search/webstore/webstore_result.h', |
| 235 'browser/ui/app_list/start_page_observer.h', | 235 'browser/ui/app_list/start_page_observer.h', |
| 236 'browser/ui/app_list/start_page_service.cc', | 236 'browser/ui/app_list/start_page_service.cc', |
| 237 'browser/ui/app_list/start_page_service.h', | 237 'browser/ui/app_list/start_page_service.h', |
| 238 'browser/ui/app_list/start_page_service_factory.cc', |
| 239 'browser/ui/app_list/start_page_service_factory.h', |
| 238 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', | 240 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', |
| 239 'browser/ui/app_modal_dialogs/app_modal_dialog.h', | 241 'browser/ui/app_modal_dialogs/app_modal_dialog.h', |
| 240 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', | 242 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', |
| 241 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', | 243 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', |
| 242 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', | 244 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', |
| 243 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', | 245 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', |
| 244 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', | 246 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', |
| 245 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', | 247 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', |
| 246 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', | 248 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', |
| 247 'browser/ui/apps/app_info_dialog.h', | 249 'browser/ui/apps/app_info_dialog.h', |
| (...skipping 3150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3398 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3400 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3399 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3401 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3400 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3402 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3401 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3403 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3402 ], | 3404 ], |
| 3403 }], | 3405 }], |
| 3404 ], | 3406 ], |
| 3405 }, | 3407 }, |
| 3406 ], | 3408 ], |
| 3407 } | 3409 } |
| OLD | NEW |