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

Unified Diff: google_apis/gcm/gcm.gyp

Issue 443573002: [GCM] Adding status to AccountMapping structure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing status from the serialized form of account mapping per CR Created 6 years, 4 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 | « google_apis/gcm/engine/gcm_store_impl_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/gcm.gyp
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
index a1d634997f8aa79812e0dcb663509c184c9cf802..93271491aa84fce7c8ad2003ed4a98f0e90335f3 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -45,8 +45,8 @@
'base/mcs_util.h',
'base/socket_stream.cc',
'base/socket_stream.h',
- 'engine/account_info.cc',
- 'engine/account_info.h',
+ 'engine/account_mapping.cc',
+ 'engine/account_mapping.h',
'engine/checkin_request.cc',
'engine/checkin_request.h',
'engine/connection_factory.cc',
@@ -161,7 +161,7 @@
'base/mcs_message_unittest.cc',
'base/mcs_util_unittest.cc',
'base/socket_stream_unittest.cc',
- 'engine/account_info_unittest.cc',
+ 'engine/account_mapping_unittest.cc',
'engine/checkin_request_unittest.cc',
'engine/connection_factory_impl_unittest.cc',
'engine/connection_handler_impl_unittest.cc',
« no previous file with comments | « google_apis/gcm/engine/gcm_store_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698