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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1925733005: Remove people search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deprecate people search actions and enum Created 4 years, 7 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
« no previous file with comments | « chrome/browser/ui/app_list/search/search_util.h ('k') | chrome/chrome_tests.gypi » ('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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2659 matching lines...) Expand 10 before | Expand all | Expand 10 after
2670 'browser/ui/app_list/search/common/webservice_search_provider.cc', 2670 'browser/ui/app_list/search/common/webservice_search_provider.cc',
2671 'browser/ui/app_list/search/common/webservice_search_provider.h', 2671 'browser/ui/app_list/search/common/webservice_search_provider.h',
2672 'browser/ui/app_list/search/extension_app_result.cc', 2672 'browser/ui/app_list/search/extension_app_result.cc',
2673 'browser/ui/app_list/search/extension_app_result.h', 2673 'browser/ui/app_list/search/extension_app_result.h',
2674 'browser/ui/app_list/search/history_factory.cc', 2674 'browser/ui/app_list/search/history_factory.cc',
2675 'browser/ui/app_list/search/history_factory.h', 2675 'browser/ui/app_list/search/history_factory.h',
2676 'browser/ui/app_list/search/omnibox_provider.cc', 2676 'browser/ui/app_list/search/omnibox_provider.cc',
2677 'browser/ui/app_list/search/omnibox_provider.h', 2677 'browser/ui/app_list/search/omnibox_provider.h',
2678 'browser/ui/app_list/search/omnibox_result.cc', 2678 'browser/ui/app_list/search/omnibox_result.cc',
2679 'browser/ui/app_list/search/omnibox_result.h', 2679 'browser/ui/app_list/search/omnibox_result.h',
2680 'browser/ui/app_list/search/people/people_provider.cc',
2681 'browser/ui/app_list/search/people/people_provider.h',
2682 'browser/ui/app_list/search/people/people_result.cc',
2683 'browser/ui/app_list/search/people/people_result.h',
2684 'browser/ui/app_list/search/people/person.cc',
2685 'browser/ui/app_list/search/people/person.h',
2686 'browser/ui/app_list/search/search_controller_factory.cc', 2680 'browser/ui/app_list/search/search_controller_factory.cc',
2687 'browser/ui/app_list/search/search_controller_factory.h', 2681 'browser/ui/app_list/search/search_controller_factory.h',
2688 'browser/ui/app_list/search/search_resource_manager.cc', 2682 'browser/ui/app_list/search/search_resource_manager.cc',
2689 'browser/ui/app_list/search/search_resource_manager.h', 2683 'browser/ui/app_list/search/search_resource_manager.h',
2690 'browser/ui/app_list/search/search_util.cc', 2684 'browser/ui/app_list/search/search_util.cc',
2691 'browser/ui/app_list/search/search_util.h', 2685 'browser/ui/app_list/search/search_util.h',
2692 'browser/ui/app_list/search/search_webstore_result.cc', 2686 'browser/ui/app_list/search/search_webstore_result.cc',
2693 'browser/ui/app_list/search/search_webstore_result.h', 2687 'browser/ui/app_list/search/search_webstore_result.h',
2694 'browser/ui/app_list/search/suggestions/suggestions_search_provider.cc', 2688 'browser/ui/app_list/search/suggestions/suggestions_search_provider.cc',
2695 'browser/ui/app_list/search/suggestions/suggestions_search_provider.h', 2689 'browser/ui/app_list/search/suggestions/suggestions_search_provider.h',
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
3376 ], 3370 ],
3377 'sources': [ 3371 'sources': [
3378 '<@(chrome_browser_ui_non_mobile_sources)', 3372 '<@(chrome_browser_ui_non_mobile_sources)',
3379 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3373 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3380 ], 3374 ],
3381 }], 3375 }],
3382 ], 3376 ],
3383 }, 3377 },
3384 ], 3378 ],
3385 } 3379 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/search/search_util.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698