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

Unified Diff: ui/app_list/app_list.gyp

Issue 105773004: Introduces the speech recognition UI to app_list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: start_page existence Created 7 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 side-by-side diff with in-line comments
Download patch
Index: ui/app_list/app_list.gyp
diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
index b4339f734d76815a25c97f2fc561f746a73a15a3..5e6579a8f5061adb23f2110c77566208cc75cd9f 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -80,6 +80,8 @@
'search_result.h',
'signin_delegate.cc',
'signin_delegate.h',
+ 'speech_ui_model.cc',
+ 'speech_ui_model.h',
'views/apps_container_view.cc',
'views/apps_container_view.h',
'views/app_list_background.cc',
@@ -124,6 +126,8 @@
'views/search_result_view_delegate.h',
'views/signin_view.cc',
'views/signin_view.h',
+ 'views/speech_view.cc',
+ 'views/speech_view.h',
],
'conditions': [
['use_aura==1', {

Powered by Google App Engine
This is Rietveld 408576698