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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'browser/ui/app_list/chrome_signin_delegate.cc', | 164 'browser/ui/app_list/chrome_signin_delegate.cc', |
165 'browser/ui/app_list/chrome_signin_delegate.h', | 165 'browser/ui/app_list/chrome_signin_delegate.h', |
166 'browser/ui/app_list/extension_app_item.cc', | 166 'browser/ui/app_list/extension_app_item.cc', |
167 'browser/ui/app_list/extension_app_item.h', | 167 'browser/ui/app_list/extension_app_item.h', |
168 'browser/ui/app_list/extension_app_model_builder.cc', | 168 'browser/ui/app_list/extension_app_model_builder.cc', |
169 'browser/ui/app_list/extension_app_model_builder.h', | 169 'browser/ui/app_list/extension_app_model_builder.h', |
170 'browser/ui/app_list/extension_uninstaller.cc', | 170 'browser/ui/app_list/extension_uninstaller.cc', |
171 'browser/ui/app_list/extension_uninstaller.h', | 171 'browser/ui/app_list/extension_uninstaller.h', |
172 'browser/ui/app_list/fast_show_pickler.cc', | 172 'browser/ui/app_list/fast_show_pickler.cc', |
173 'browser/ui/app_list/fast_show_pickler.h', | 173 'browser/ui/app_list/fast_show_pickler.h', |
174 'browser/ui/app_list/hotword_background_activity_delegate.h', | |
175 'browser/ui/app_list/hotword_background_activity_monitor.cc', | |
176 'browser/ui/app_list/hotword_background_activity_monitor.h', | |
177 'browser/ui/app_list/keep_alive_service.h', | 174 'browser/ui/app_list/keep_alive_service.h', |
178 'browser/ui/app_list/keep_alive_service_impl.cc', | 175 'browser/ui/app_list/keep_alive_service_impl.cc', |
179 'browser/ui/app_list/keep_alive_service_impl.h', | 176 'browser/ui/app_list/keep_alive_service_impl.h', |
180 'browser/ui/app_list/profile_loader.cc', | 177 'browser/ui/app_list/profile_loader.cc', |
181 'browser/ui/app_list/profile_loader.h', | 178 'browser/ui/app_list/profile_loader.h', |
182 'browser/ui/app_list/profile_store.h', | 179 'browser/ui/app_list/profile_store.h', |
183 'browser/ui/app_list/recommended_apps.cc', | 180 'browser/ui/app_list/recommended_apps.cc', |
184 'browser/ui/app_list/recommended_apps.h', | 181 'browser/ui/app_list/recommended_apps.h', |
185 'browser/ui/app_list/recommended_apps_observer.h', | 182 'browser/ui/app_list/recommended_apps_observer.h', |
186 'browser/ui/app_list/search/app_result.cc', | 183 'browser/ui/app_list/search/app_result.cc', |
(...skipping 3255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3442 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3439 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3443 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3440 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3444 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3441 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3445 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3442 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3446 ], | 3443 ], |
3447 }], | 3444 }], |
3448 ], | 3445 ], |
3449 }, | 3446 }, |
3450 ], | 3447 ], |
3451 } | 3448 } |
OLD | NEW |