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

Unified Diff: google_apis/gcm/gcm.gyp

Issue 54743007: [GCM] Add connection factory for creating MCS connections (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile 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
« no previous file with comments | « google_apis/gcm/engine/connection_handler_unittest.cc ('k') | net/socket/client_socket_pool_manager.h » ('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 52abd22a5dc82c7d9b58a37234f6ad5a4395df1a..833f2c876c8f77be8e0eca229d2b4166dd672cdf 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -34,7 +34,8 @@
'../../components/components.gyp:encryptor',
'../../net/net.gyp:net',
'../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
- '../../third_party/protobuf/protobuf.gyp:protobuf_lite'
+ '../../third_party/protobuf/protobuf.gyp:protobuf_lite',
+ '../../url/url.gyp:url_lib',
],
'sources': [
'base/mcs_message.h',
@@ -43,8 +44,14 @@
'base/mcs_util.cc',
'base/socket_stream.h',
'base/socket_stream.cc',
+ 'engine/connection_factory.h',
+ 'engine/connection_factory.cc',
+ 'engine/connection_factory_impl.h',
+ 'engine/connection_factory_impl.cc',
'engine/connection_handler.h',
'engine/connection_handler.cc',
+ 'engine/connection_handler_impl.h',
+ 'engine/connection_handler_impl.cc',
'engine/rmq_store.h',
'engine/rmq_store.cc',
'gcm_client.cc',
@@ -78,7 +85,8 @@
'sources': [
'base/mcs_util_unittest.cc',
'base/socket_stream_unittest.cc',
- 'engine/connection_handler_unittest.cc',
+ 'engine/connection_factory_impl_unittest.cc',
+ 'engine/connection_handler_impl_unittest.cc',
'engine/rmq_store_unittest.cc',
]
},
« no previous file with comments | « google_apis/gcm/engine/connection_handler_unittest.cc ('k') | net/socket/client_socket_pool_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698