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

Unified Diff: google_apis/gcm/gcm.gyp

Issue 56353002: [GCM] Add RMQ storage and MCS message passing support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: really really? 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
« no previous file with comments | « google_apis/gcm/engine/rmq_store_unittest.cc ('k') | no next file » | 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 6344d48efc809674404216f186b2183745825851..52abd22a5dc82c7d9b58a37234f6ad5a4395df1a 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -31,16 +31,22 @@
'dependencies': [
'../../base/base.gyp:base',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../../components/components.gyp:encryptor',
'../../net/net.gyp:net',
+ '../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../../third_party/protobuf/protobuf.gyp:protobuf_lite'
],
'sources': [
+ 'base/mcs_message.h',
+ 'base/mcs_message.cc',
'base/mcs_util.h',
'base/mcs_util.cc',
'base/socket_stream.h',
'base/socket_stream.cc',
'engine/connection_handler.h',
'engine/connection_handler.cc',
+ 'engine/rmq_store.h',
+ 'engine/rmq_store.cc',
'gcm_client.cc',
'gcm_client.h',
'gcm_client_impl.cc',
@@ -63,6 +69,7 @@
'dependencies': [
'../../base/base.gyp:run_all_unittests',
'../../base/base.gyp:base',
+ '../../components/components.gyp:encryptor',
'../../net/net.gyp:net_test_support',
'../../testing/gtest.gyp:gtest',
'../../third_party/protobuf/protobuf.gyp:protobuf_lite',
@@ -72,6 +79,7 @@
'base/mcs_util_unittest.cc',
'base/socket_stream_unittest.cc',
'engine/connection_handler_unittest.cc',
+ 'engine/rmq_store_unittest.cc',
]
},
],
« no previous file with comments | « google_apis/gcm/engine/rmq_store_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698