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

Unified Diff: google_apis/gcm/gcm.gyp

Issue 310973002: Move GCMClient related files to gcm_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 b496281b24f648bf2723f137020730af66f569e8..81dcf21596f554709533d8ee137c19f53265a532 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -69,15 +69,7 @@
'engine/registration_request.h',
'engine/unregistration_request.cc',
'engine/unregistration_request.h',
- 'gcm_activity.cc',
- 'gcm_activity.h',
- 'gcm_client.cc',
- 'gcm_client.h',
- 'gcm_client_impl.cc',
- 'gcm_client_impl.h',
'monitoring/gcm_stats_recorder.h',
Nicolas Zea 2014/06/03 23:22:47 what about the stats recorder interface?
jianli 2014/06/03 23:26:01 GCMStatsRecorder interface can't be moved to gcm_d
- 'monitoring/gcm_stats_recorder_impl.cc',
- 'monitoring/gcm_stats_recorder_impl.h',
'protocol/android_checkin.proto',
'protocol/checkin.proto',
'protocol/mcs.proto',
@@ -171,8 +163,6 @@
'engine/mcs_client_unittest.cc',
'engine/registration_request_unittest.cc',
'engine/unregistration_request_unittest.cc',
- 'gcm_client_impl_unittest.cc',
- 'monitoring/gcm_stats_recorder_impl_unittest.cc'
]
},
],

Powered by Google App Engine
This is Rietveld 408576698