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

Unified Diff: components/gcm_driver/BUILD.gn

Issue 530253002: Add GCMChannelStatusRequest to talk with server for all users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android build Created 6 years, 3 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: components/gcm_driver/BUILD.gn
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
index 6ee0dc64d7914e6708ff19ff097b69bfaa1eb6c6..19b833dace2e9e5be4cd22d921524299c8b27066 100644
--- a/components/gcm_driver/BUILD.gn
+++ b/components/gcm_driver/BUILD.gn
@@ -12,6 +12,10 @@ static_library("gcm_driver") {
"gcm_activity.h",
"gcm_app_handler.cc",
"gcm_app_handler.h",
+ "gcm_backoff_policy.cc",
+ "gcm_backoff_policy.h",
+ "gcm_channel_status_request.cc",
+ "gcm_channel_status_request.h",
"gcm_client.cc",
"gcm_client.h",
"gcm_client_factory.cc",
@@ -34,6 +38,7 @@ static_library("gcm_driver") {
deps = [
"//base",
+ "//components/gcm_driver/proto",
"//components/os_crypt",
"//google_apis/gcm",
"//net",

Powered by Google App Engine
This is Rietveld 408576698