Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: google_apis/gcm/gcm.gyp

Issue 121743002: Renaming RMQStore to GCMStore and breaking out its interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding a GCM_EXPORT directive to GCMStoreImpl Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « google_apis/gcm/engine/rmq_store_unittest.cc ('k') | google_apis/gcm/tools/mcs_probe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/gcm.gyp
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
index 79ecd0e6906846929d4a1cce1faa1e28d7cef188..dabc10005413d0c907e11c782210632a2a2d21c9 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -38,26 +38,28 @@
'../../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/heartbeat_manager.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/heartbeat_manager.cc',
- 'engine/mcs_client.h',
+ 'engine/heartbeat_manager.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',
@@ -116,13 +118,13 @@
'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/gcm_store_impl_unittest.cc',
'engine/heartbeat_manager_unittest.cc',
'engine/mcs_client_unittest.cc',
- 'engine/rmq_store_unittest.cc',
]
},
],
« no previous file with comments | « google_apis/gcm/engine/rmq_store_unittest.cc ('k') | google_apis/gcm/tools/mcs_probe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698