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

Unified Diff: components/gcm_driver.gypi

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 gn 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index 7efe3c02e2fb5bb7446478c9fbaf30919889d9ae..f91e85c5d891a7d8ec28ecae796f37ac88ea6acd 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -29,6 +29,10 @@
'gcm_driver/gcm_activity.h',
'gcm_driver/gcm_app_handler.cc',
'gcm_driver/gcm_app_handler.h',
+ 'gcm_driver/gcm_backoff_policy.cc',
+ 'gcm_driver/gcm_backoff_policy.h',
+ 'gcm_driver/gcm_channel_status_request.cc',
+ 'gcm_driver/gcm_channel_status_request.h',
'gcm_driver/gcm_client.cc',
'gcm_driver/gcm_client.h',
'gcm_driver/gcm_client_factory.cc',
@@ -45,9 +49,15 @@
'gcm_driver/gcm_driver_desktop.h',
'gcm_driver/gcm_stats_recorder_impl.cc',
'gcm_driver/gcm_stats_recorder_impl.h',
+ 'gcm_driver/proto/gcm_channel_status.proto',
'gcm_driver/system_encryptor.cc',
'gcm_driver/system_encryptor.h',
],
+ 'variables': {
+ 'proto_in_dir': 'gcm_driver/proto',
+ 'proto_out_dir': 'components/gcm_driver/proto',
+ },
+ 'includes': [ '../build/protoc.gypi' ],
'conditions': [
['OS == "android"', {
'dependencies': [
@@ -59,6 +69,8 @@
'sources!': [
'gcm_driver/gcm_account_mapper.cc',
'gcm_driver/gcm_account_mapper.h',
+ 'gcm_driver/gcm_channel_status_request.cc',
+ 'gcm_driver/gcm_channel_status_request.h',
'gcm_driver/gcm_client_factory.cc',
'gcm_driver/gcm_client_factory.h',
'gcm_driver/gcm_client_impl.cc',
@@ -67,6 +79,7 @@
'gcm_driver/gcm_driver_desktop.h',
'gcm_driver/gcm_stats_recorder_impl.cc',
'gcm_driver/gcm_stats_recorder_impl.h',
+ 'gcm_driver/proto/gcm_channel_status.proto',
],
}],
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698