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