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

Unified Diff: google_apis/gcm/gcm.gyp

Issue 1137463003: Support getting and deleting token for Instance ID. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch to land Created 5 years, 7 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: google_apis/gcm/gcm.gyp
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
index 20a63b9c048cb14d9e521e108ad12198f1cb48ab..aa9df60868be004dce75fba23e783ea2f6a43191 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -39,6 +39,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'base/gcm_util.cc',
+ 'base/gcm_util.h',
'base/mcs_message.cc',
'base/mcs_message.h',
'base/mcs_util.cc',
@@ -57,18 +59,24 @@
'engine/connection_handler.h',
'engine/connection_handler_impl.cc',
'engine/connection_handler_impl.h',
+ 'engine/gcm_registration_request_handler.cc',
+ 'engine/gcm_registration_request_handler.h',
'engine/gcm_store.cc',
'engine/gcm_store.h',
'engine/gcm_store_impl.cc',
'engine/gcm_store_impl.h',
+ 'engine/gcm_unregistration_request_handler.cc',
+ 'engine/gcm_unregistration_request_handler.h',
'engine/gservices_settings.cc',
'engine/gservices_settings.h',
'engine/heartbeat_manager.cc',
'engine/heartbeat_manager.h',
+ 'engine/instance_id_delete_token_request_handler.cc',
+ 'engine/instance_id_delete_token_request_handler.h',
+ 'engine/instance_id_get_token_request_handler.cc',
+ 'engine/instance_id_get_token_request_handler.h',
'engine/mcs_client.cc',
'engine/mcs_client.h',
- 'engine/registration_info.cc',
- 'engine/registration_info.h',
'engine/registration_request.cc',
'engine/registration_request.h',
'engine/unregistration_request.cc',
« no previous file with comments | « google_apis/gcm/engine/unregistration_request_unittest.cc ('k') | google_apis/gcm/monitoring/fake_gcm_stats_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698