Chromium Code Reviews| Index: google_apis/gcm/gcm.gyp |
| diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp |
| index 98437763d72ece3ac8607c981884394c45ee3a5e..dd00c92f3dcb977b426fa44a4ff4ba159a4041f3 100644 |
| --- a/google_apis/gcm/gcm.gyp |
| +++ b/google_apis/gcm/gcm.gyp |
| @@ -72,6 +72,8 @@ |
| 'gcm_client.h', |
| 'gcm_client_impl.cc', |
| 'gcm_client_impl.h', |
| + 'gcm_stats_recorder.cc', |
|
fgorski
2014/03/29 05:09:29
zea@ does it make sense to have gcm_stats_recorder
juyik
2014/03/31 22:19:23
I'll let zea@ comment on this.
|
| + 'gcm_stats_recorder.h', |
| 'protocol/android_checkin.proto', |
| 'protocol/checkin.proto', |
| 'protocol/mcs.proto', |
| @@ -138,7 +140,8 @@ |
| 'engine/mcs_client_unittest.cc', |
| 'engine/registration_request_unittest.cc', |
| 'engine/unregistration_request_unittest.cc', |
| - 'gcm_client_impl_unittest.cc' |
| + 'gcm_client_impl_unittest.cc', |
| + 'gcm_stats_recorder_unittest.cc' |
| ] |
| }, |
| ], |