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

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: Updates based on CR Created 7 years 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
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',
]
},
],

Powered by Google App Engine
This is Rietveld 408576698