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

Unified Diff: chrome/chrome_browser.gypi

Issue 6579003: Add in chrome://login-container (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed some garbage that ended up in the CL and fixed a couple of headers that moved Created 9 years, 10 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/browser/resources/login_container.html ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 9fa63ea7474273cd56a360283533128c73741673..3367744bfce24395f24ea129a24004beaf63d32a 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -726,6 +726,8 @@
'browser/chromeos/webui/login/authenticator_facade_cros_helpers.h',
'browser/chromeos/webui/login/login_ui.cc',
'browser/chromeos/webui/login/login_ui.h',
+ 'browser/chromeos/webui/login/login_container_ui.cc',
+ 'browser/chromeos/webui/login/login_container_ui.h',
'browser/chromeos/webui/login/login_ui_helpers.cc',
'browser/chromeos/webui/login/login_ui_helpers.h',
'browser/chromeos/webui/menu_ui.cc',
@@ -3447,6 +3449,7 @@
['touchui==1', {
'sources/': [
['include', '^browser/ui/touch/*'],
+ ['include', '^browser/chromeos/dom_ui/login/'],
['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc'],
['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
« no previous file with comments | « chrome/browser/resources/login_container.html ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698