Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 158143002: Fine tuned availability of hotword plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698