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

Unified Diff: google_apis/gcm/BUILD.gn

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
« no previous file with comments | « components/gcm_driver/registration_info.cc ('k') | google_apis/gcm/base/gcm_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/BUILD.gn
diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn
index 83aa0672deccc985f668e18fa2c004f25a784fc0..ee6a42f13aeb72ed0a6936d5760fe42806fb8b93 100644
--- a/google_apis/gcm/BUILD.gn
+++ b/google_apis/gcm/BUILD.gn
@@ -7,6 +7,8 @@ import("//third_party/protobuf/proto_library.gni")
component("gcm") {
sources = [
+ "base/gcm_util.cc",
+ "base/gcm_util.h",
"base/mcs_message.cc",
"base/mcs_message.h",
"base/mcs_util.cc",
@@ -25,18 +27,24 @@ component("gcm") {
"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 | « components/gcm_driver/registration_info.cc ('k') | google_apis/gcm/base/gcm_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698