| Index: google_apis/gcm/gcm.gyp
|
| diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
|
| index 79ecd0e6906846929d4a1cce1faa1e28d7cef188..afcc3f1816fb913008330c1d9667feeb6eaabaf0 100644
|
| --- a/google_apis/gcm/gcm.gyp
|
| +++ b/google_apis/gcm/gcm.gyp
|
| @@ -44,6 +44,8 @@
|
| 'base/mcs_util.cc',
|
| 'base/socket_stream.h',
|
| 'base/socket_stream.cc',
|
| + 'engine/checkin_request.cc',
|
| + 'engine/checkin_request.h',
|
| 'engine/connection_factory.h',
|
| 'engine/connection_factory.cc',
|
| 'engine/connection_factory_impl.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': [
|
| @@ -114,6 +118,7 @@
|
| 'base/mcs_message_unittest.cc',
|
| 'base/mcs_util_unittest.cc',
|
| 'base/socket_stream_unittest.cc',
|
| + 'engine/checkin_request_unittest.cc',
|
| 'engine/connection_factory_impl_unittest.cc',
|
| 'engine/connection_handler_impl_unittest.cc',
|
| 'engine/fake_connection_factory.h',
|
|
|