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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 676593003: Implement native speech recognition for the launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass in WeakPtr<Delegate>. Created 6 years, 1 month 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/start_page_service.cc ('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 '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 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/webstore/webstore_installer.cc', 1192 'browser/ui/app_list/search/webstore/webstore_installer.cc',
1193 'browser/ui/app_list/search/webstore/webstore_installer.h', 1193 'browser/ui/app_list/search/webstore/webstore_installer.h',
1194 'browser/ui/app_list/search/webstore/webstore_provider.cc', 1194 'browser/ui/app_list/search/webstore/webstore_provider.cc',
1195 'browser/ui/app_list/search/webstore/webstore_provider.h', 1195 'browser/ui/app_list/search/webstore/webstore_provider.h',
1196 'browser/ui/app_list/search/webstore/webstore_result.cc', 1196 'browser/ui/app_list/search/webstore/webstore_result.cc',
1197 'browser/ui/app_list/search/webstore/webstore_result.h', 1197 'browser/ui/app_list/search/webstore/webstore_result.h',
1198 'browser/ui/app_list/speech_recognizer.cc',
1199 'browser/ui/app_list/speech_recognizer.h',
1200 'browser/ui/app_list/speech_recognizer_delegate.h',
1198 'browser/ui/app_list/start_page_observer.h', 1201 'browser/ui/app_list/start_page_observer.h',
1199 'browser/ui/app_list/start_page_service.cc', 1202 'browser/ui/app_list/start_page_service.cc',
1200 'browser/ui/app_list/start_page_service.h', 1203 'browser/ui/app_list/start_page_service.h',
1201 'browser/ui/app_list/start_page_service_factory.cc', 1204 'browser/ui/app_list/start_page_service_factory.cc',
1202 'browser/ui/app_list/start_page_service_factory.h', 1205 'browser/ui/app_list/start_page_service_factory.h',
1203 'browser/ui/views/app_list/app_list_dialog_container.cc', 1206 'browser/ui/views/app_list/app_list_dialog_container.cc',
1204 'browser/ui/views/app_list/app_list_dialog_container.h', 1207 'browser/ui/views/app_list/app_list_dialog_container.h',
1205 'browser/ui/views/app_list/win/activation_tracker_win.cc', 1208 'browser/ui/views/app_list/win/activation_tracker_win.cc',
1206 'browser/ui/views/app_list/win/activation_tracker_win.h', 1209 'browser/ui/views/app_list/win/activation_tracker_win.h',
1207 'browser/ui/views/app_list/win/app_list_controller_delegate_win.cc', 1210 'browser/ui/views/app_list/win/app_list_controller_delegate_win.cc',
(...skipping 1847 matching lines...) Expand 10 before | Expand all | Expand 10 after
3055 ['OS!="android" and OS!="ios"', { 3058 ['OS!="android" and OS!="ios"', {
3056 'dependencies': [ 3059 'dependencies': [
3057 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3060 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3058 ], 3061 ],
3059 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3062 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3060 }], 3063 }],
3061 ], 3064 ],
3062 }, 3065 },
3063 ], 3066 ],
3064 } 3067 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/start_page_service.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698