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

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: Self review Created 7 years, 1 month 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 763bcad9e4a74cb1a5f8345ed58eb0b00fa816a3..0060ebf90f35de50613fec774f8e82feeb97b377 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -33,7 +33,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',
@@ -42,8 +43,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',
'protocol/mcs.proto',
@@ -72,7 +79,7 @@
'sources': [
'base/mcs_util_unittest.cc',
'base/socket_stream_unittest.cc',
- 'engine/connection_handler_unittest.cc',
+ 'engine/connection_handler_impl_unittest.cc',
'engine/rmq_store_unittest.cc',
]
},

Powered by Google App Engine
This is Rietveld 408576698