| Index: google_apis/gcm/gcm.gyp
|
| diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
|
| index f81c4ef449338fc76d8632c011dd1b965fb45bbe..ccdee564befbb7cda3905c9f82f3faa0df93f080 100644
|
| --- a/google_apis/gcm/gcm.gyp
|
| +++ b/google_apis/gcm/gcm.gyp
|
| @@ -38,24 +38,26 @@
|
| '../../url/url.gyp:url_lib',
|
| ],
|
| 'sources': [
|
| - 'base/mcs_message.h',
|
| 'base/mcs_message.cc',
|
| - 'base/mcs_util.h',
|
| + 'base/mcs_message.h',
|
| 'base/mcs_util.cc',
|
| - 'base/socket_stream.h',
|
| + 'base/mcs_util.h',
|
| 'base/socket_stream.cc',
|
| - 'engine/connection_factory.h',
|
| + 'base/socket_stream.h',
|
| 'engine/connection_factory.cc',
|
| - 'engine/connection_factory_impl.h',
|
| + 'engine/connection_factory.h',
|
| 'engine/connection_factory_impl.cc',
|
| - 'engine/connection_handler.h',
|
| + 'engine/connection_factory_impl.h',
|
| 'engine/connection_handler.cc',
|
| - 'engine/connection_handler_impl.h',
|
| + 'engine/connection_handler.h',
|
| 'engine/connection_handler_impl.cc',
|
| - 'engine/mcs_client.h',
|
| + 'engine/connection_handler_impl.h',
|
| + 'engine/gcm_store.cc',
|
| + 'engine/gcm_store.h',
|
| + 'engine/gcm_store_impl.cc',
|
| + 'engine/gcm_store_impl.h',
|
| 'engine/mcs_client.cc',
|
| - 'engine/rmq_store.h',
|
| - 'engine/rmq_store.cc',
|
| + 'engine/mcs_client.h',
|
| 'gcm_client.cc',
|
| 'gcm_client.h',
|
| 'gcm_client_impl.cc',
|
| @@ -114,12 +116,12 @@
|
| 'base/socket_stream_unittest.cc',
|
| 'engine/connection_factory_impl_unittest.cc',
|
| 'engine/connection_handler_impl_unittest.cc',
|
| - 'engine/fake_connection_factory.h',
|
| 'engine/fake_connection_factory.cc',
|
| - 'engine/fake_connection_handler.h',
|
| + 'engine/fake_connection_factory.h',
|
| 'engine/fake_connection_handler.cc',
|
| + 'engine/fake_connection_handler.h',
|
| 'engine/mcs_client_unittest.cc',
|
| - 'engine/rmq_store_unittest.cc',
|
| + 'engine/gcm_store_impl_unittest.cc',
|
| ]
|
| },
|
| ],
|
|
|