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

Unified Diff: ui/app_list/app_list.gyp

Issue 12095027: [win] Add signin support for the app launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix cros test Created 7 years, 11 months 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/chrome_browser_ui.gypi ('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 488f1723b7a1da7dd9cf54591bbf67786096c763..705ca73ed3bdc93bd076ce88aeb318702bd9b8d3 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -49,6 +49,9 @@
'search_result.h',
'search_result_list_view_delegate.h',
'search_result_view_delegate.h',
+ 'signin_delegate.cc',
+ 'signin_delegate.h',
+ 'signin_delegate_observer.h',
'views/app_list_background.cc',
'views/app_list_background.h',
'views/app_list_item_view.cc',
@@ -71,6 +74,8 @@
'views/search_result_list_view.h',
'views/search_result_view.cc',
'views/search_result_view.h',
+ 'views/signin_view.cc',
+ 'views/signin_view.h',
],
'conditions': [
['use_aura==1', {
@@ -80,6 +85,8 @@
}],
['toolkit_views==1', {
'dependencies': [
+ '../../content/content.gyp:content_browser',
+ '../views/controls/webview/webview.gyp:webview',
'../views/views.gyp:views',
],
}, { # toolkit_views==0
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698