| Index: google_apis/gcm/gcm.gyp
|
| diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
|
| index 75d2715d7a59c4a561eb49de37fc4c09bcb26ba4..7f33e08edfdb9f5f3e67b6d0cc3e40d544822913 100644
|
| --- a/google_apis/gcm/gcm.gyp
|
| +++ b/google_apis/gcm/gcm.gyp
|
| @@ -70,6 +70,8 @@
|
| 'gcm_client.h',
|
| 'gcm_client_impl.cc',
|
| 'gcm_client_impl.h',
|
| + 'gcm_stats_recorder.cc',
|
| + 'gcm_stats_recorder.h',
|
| 'protocol/android_checkin.proto',
|
| 'protocol/checkin.proto',
|
| 'protocol/mcs.proto',
|
| @@ -136,7 +138,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'
|
| ]
|
| },
|
| ],
|
|
|