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

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: rebase 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
« no previous file with comments | « chrome/browser/ui/webui/app_list/start_page_handler.cc ('k') | ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list.gyp
diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
index 76179a7c7623b8861c5ddcd4625ce52dc863a3c2..15f01f27a76578e825caa6bdd692a322b3e2d2e9 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -80,6 +80,9 @@
'search_result.h',
'signin_delegate.cc',
'signin_delegate.h',
+ 'speech_ui_model.cc',
+ 'speech_ui_model.h',
+ 'speech_ui_model_observer.h',
'views/apps_container_view.cc',
'views/apps_container_view.h',
'views/app_list_background.cc',
@@ -125,6 +128,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', {
« no previous file with comments | « chrome/browser/ui/webui/app_list/start_page_handler.cc ('k') | ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698