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