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

Unified Diff: chromeos/chromeos.gyp

Issue 13495003: Add LoginState class to src/chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 8 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/ui/webui/screenshot_source.cc ('k') | chromeos/login/login_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index b62fb005eea119fb5ca5d3c6a4efa99b17206948..a5f8a6ddbf06ad0d652f01bc0cab0abe2006468e 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -180,6 +180,8 @@
'ime/input_method_whitelist.h',
'ime/xkeyboard.cc',
'ime/xkeyboard.h',
+ 'login/login_state.cc',
+ 'login/login_state.h',
'network/certificate_pattern.cc',
'network/certificate_pattern.h',
'network/cros_network_functions.cc',
@@ -440,6 +442,7 @@
'ime/input_method_property_unittest.cc',
'ime/input_method_whitelist_unittest.cc',
'ime/xkeyboard_unittest.cc',
+ 'login/login_state_unittest.cc',
'network/cros_network_functions_unittest.cc',
'network/geolocation_handler_unittest.cc',
'network/network_change_notifier_chromeos_unittest.cc',
« no previous file with comments | « chrome/browser/ui/webui/screenshot_source.cc ('k') | chromeos/login/login_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698