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

Unified Diff: google_apis/gcm/gcm.gyp

Issue 126513007: GCM Registration Request implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding RegistrationRequest::RequestInfo to the list of exports Created 6 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 | « google_apis/gcm/engine/registration_request_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 bff7c49673ffa4da364c05a09fdd730803b27332..ad4989ab1c8eb4bced059ee9d47745f347b8d433 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -62,6 +62,8 @@
'engine/heartbeat_manager.h',
'engine/mcs_client.cc',
'engine/mcs_client.h',
+ 'engine/registration_request.cc',
+ 'engine/registration_request.h',
'gcm_client.cc',
'gcm_client.h',
'gcm_client_impl.cc',
@@ -130,6 +132,7 @@
'engine/gcm_store_impl_unittest.cc',
'engine/heartbeat_manager_unittest.cc',
'engine/mcs_client_unittest.cc',
+ 'engine/registration_request_unittest.cc',
]
},
],
« no previous file with comments | « google_apis/gcm/engine/registration_request_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698