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

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: Fix timeout. 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
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 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 'browser/ui/app_list/app_list_prefs.h', 1142 'browser/ui/app_list/app_list_prefs.h',
1143 'browser/ui/app_list/app_list_prefs_factory.cc', 1143 'browser/ui/app_list/app_list_prefs_factory.cc',
1144 'browser/ui/app_list/app_list_prefs_factory.h', 1144 'browser/ui/app_list/app_list_prefs_factory.h',
1145 'browser/ui/app_list/app_list_service.cc', 1145 'browser/ui/app_list/app_list_service.cc',
1146 'browser/ui/app_list/app_list_service.h', 1146 'browser/ui/app_list/app_list_service.h',
1147 'browser/ui/app_list/app_list_service_impl.cc', 1147 'browser/ui/app_list/app_list_service_impl.cc',
1148 'browser/ui/app_list/app_list_service_impl.h', 1148 'browser/ui/app_list/app_list_service_impl.h',
1149 'browser/ui/app_list/app_list_service_mac.h', 1149 'browser/ui/app_list/app_list_service_mac.h',
1150 'browser/ui/app_list/app_list_service_mac.mm', 1150 'browser/ui/app_list/app_list_service_mac.mm',
1151 'browser/ui/app_list/app_list_shower_delegate.h', 1151 'browser/ui/app_list/app_list_shower_delegate.h',
1152 'browser/ui/app_list/app_list_speech_recognizer.cc',
1153 'browser/ui/app_list/app_list_speech_recognizer.h',
1152 'browser/ui/app_list/app_list_syncable_service.cc', 1154 'browser/ui/app_list/app_list_syncable_service.cc',
1153 'browser/ui/app_list/app_list_syncable_service.h', 1155 'browser/ui/app_list/app_list_syncable_service.h',
1154 'browser/ui/app_list/app_list_syncable_service_factory.cc', 1156 'browser/ui/app_list/app_list_syncable_service_factory.cc',
1155 'browser/ui/app_list/app_list_syncable_service_factory.h', 1157 'browser/ui/app_list/app_list_syncable_service_factory.h',
1156 'browser/ui/app_list/app_list_view_delegate.cc', 1158 'browser/ui/app_list/app_list_view_delegate.cc',
1157 'browser/ui/app_list/app_list_view_delegate.h', 1159 'browser/ui/app_list/app_list_view_delegate.h',
1158 'browser/ui/app_list/extension_app_item.cc', 1160 'browser/ui/app_list/extension_app_item.cc',
1159 'browser/ui/app_list/extension_app_item.h', 1161 'browser/ui/app_list/extension_app_item.h',
1160 'browser/ui/app_list/extension_app_model_builder.cc', 1162 'browser/ui/app_list/extension_app_model_builder.cc',
1161 'browser/ui/app_list/extension_app_model_builder.h', 1163 'browser/ui/app_list/extension_app_model_builder.h',
(...skipping 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after
3036 }], 3038 }],
3037 ['OS!="android" and OS!="ios"', { 3039 ['OS!="android" and OS!="ios"', {
3038 'dependencies': [ 3040 'dependencies': [
3039 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3041 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3040 ], 3042 ],
3041 }], 3043 }],
3042 ], 3044 ],
3043 }, 3045 },
3044 ], 3046 ],
3045 } 3047 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698