| Index: google_apis/gcm/gcm.gyp
|
| diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
|
| index 79ecd0e6906846929d4a1cce1faa1e28d7cef188..5019c5045b0f5a243ffb4b26a6bb40e8e1720632 100644
|
| --- a/google_apis/gcm/gcm.gyp
|
| +++ b/google_apis/gcm/gcm.gyp
|
| @@ -52,6 +52,8 @@
|
| 'engine/connection_handler.cc',
|
| 'engine/connection_handler_impl.h',
|
| 'engine/connection_handler_impl.cc',
|
| + 'engine/gcm_checkin_request.cc',
|
| + 'engine/gcm_checkin_request.h',
|
| 'engine/heartbeat_manager.h',
|
| 'engine/heartbeat_manager.cc',
|
| 'engine/mcs_client.h',
|
| @@ -62,6 +64,8 @@
|
| 'gcm_client.h',
|
| 'gcm_client_impl.cc',
|
| 'gcm_client_impl.h',
|
| + 'protocol/android_checkin.proto',
|
| + 'protocol/checkin.proto',
|
| 'protocol/mcs.proto',
|
| ],
|
| 'includes': [
|
| @@ -120,6 +124,7 @@
|
| 'engine/fake_connection_factory.cc',
|
| 'engine/fake_connection_handler.h',
|
| 'engine/fake_connection_handler.cc',
|
| + 'engine/gcm_checkin_request_unittest.cc',
|
| 'engine/heartbeat_manager_unittest.cc',
|
| 'engine/mcs_client_unittest.cc',
|
| 'engine/rmq_store_unittest.cc',
|
|
|