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

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: Address feedback 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index eb730bbc3ca5a11cb600869062325ce992851ddb..0290ebdd74d8de1e50ee329d6fc7f6426d440d75 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -178,6 +178,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',
@@ -438,6 +440,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',

Powered by Google App Engine
This is Rietveld 408576698