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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 775893005: [AppList] Add a Suggestions Provider to applist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 'browser/ui/app_list/search/people/person.cc', 1182 'browser/ui/app_list/search/people/person.cc',
1183 'browser/ui/app_list/search/people/person.h', 1183 'browser/ui/app_list/search/people/person.h',
1184 'browser/ui/app_list/search/search_controller_factory.cc', 1184 'browser/ui/app_list/search/search_controller_factory.cc',
1185 'browser/ui/app_list/search/search_controller_factory.h', 1185 'browser/ui/app_list/search/search_controller_factory.h',
1186 'browser/ui/app_list/search/search_resource_manager.cc', 1186 'browser/ui/app_list/search/search_resource_manager.cc',
1187 'browser/ui/app_list/search/search_resource_manager.h', 1187 'browser/ui/app_list/search/search_resource_manager.h',
1188 'browser/ui/app_list/search/search_util.cc', 1188 'browser/ui/app_list/search/search_util.cc',
1189 'browser/ui/app_list/search/search_util.h', 1189 'browser/ui/app_list/search/search_util.h',
1190 'browser/ui/app_list/search/search_webstore_result.cc', 1190 'browser/ui/app_list/search/search_webstore_result.cc',
1191 'browser/ui/app_list/search/search_webstore_result.h', 1191 'browser/ui/app_list/search/search_webstore_result.h',
1192 'browser/ui/app_list/search/suggestions/suggestions_result.cc',
1193 'browser/ui/app_list/search/suggestions/suggestions_result.h',
1194 'browser/ui/app_list/search/suggestions/suggestions_search_provider.cc',
1195 'browser/ui/app_list/search/suggestions/suggestions_search_provider.h',
1192 'browser/ui/app_list/search/webstore/webstore_installer.cc', 1196 'browser/ui/app_list/search/webstore/webstore_installer.cc',
1193 'browser/ui/app_list/search/webstore/webstore_installer.h', 1197 'browser/ui/app_list/search/webstore/webstore_installer.h',
1194 'browser/ui/app_list/search/webstore/webstore_provider.cc', 1198 'browser/ui/app_list/search/webstore/webstore_provider.cc',
1195 'browser/ui/app_list/search/webstore/webstore_provider.h', 1199 'browser/ui/app_list/search/webstore/webstore_provider.h',
1196 'browser/ui/app_list/search/webstore/webstore_result.cc', 1200 'browser/ui/app_list/search/webstore/webstore_result.cc',
1197 'browser/ui/app_list/search/webstore/webstore_result.h', 1201 'browser/ui/app_list/search/webstore/webstore_result.h',
1198 'browser/ui/app_list/speech_recognizer.cc', 1202 'browser/ui/app_list/speech_recognizer.cc',
1199 'browser/ui/app_list/speech_recognizer.h', 1203 'browser/ui/app_list/speech_recognizer.h',
1200 'browser/ui/app_list/speech_recognizer_delegate.h', 1204 'browser/ui/app_list/speech_recognizer_delegate.h',
1201 'browser/ui/app_list/start_page_observer.h', 1205 'browser/ui/app_list/start_page_observer.h',
(...skipping 1890 matching lines...) Expand 10 before | Expand all | Expand 10 after
3092 ['OS!="android" and OS!="ios"', { 3096 ['OS!="android" and OS!="ios"', {
3093 'dependencies': [ 3097 'dependencies': [
3094 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3098 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3095 ], 3099 ],
3096 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3100 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3097 }], 3101 }],
3098 ], 3102 ],
3099 }, 3103 },
3100 ], 3104 ],
3101 } 3105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698