diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 00:16:12 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 00:16:12 +0000 |
commit | e4097c8d5848463fcd3e25f124f017d027b3ccf1 (patch) | |
tree | 22c0bbe14e059923b5ace391c3a2473112241359 /google_apis/gcm/gcm.gyp | |
parent | f880cb6a95cc4c3810de87490b7434811f210897 (diff) | |
download | chromium_src-e4097c8d5848463fcd3e25f124f017d027b3ccf1.zip chromium_src-e4097c8d5848463fcd3e25f124f017d027b3ccf1.tar.gz chromium_src-e4097c8d5848463fcd3e25f124f017d027b3ccf1.tar.bz2 |
[GCM] Add GCMClient interface and dummy implementation
BUG=284553
TEST=none due to no real implementation added yet
R=fgorski@chromium.org, zea@chromium.org
Review URL: https://codereview.chromium.org/62803002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis/gcm/gcm.gyp')
-rw-r--r-- | google_apis/gcm/gcm.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp index f04fbee..6344d48 100644 --- a/google_apis/gcm/gcm.gyp +++ b/google_apis/gcm/gcm.gyp @@ -30,6 +30,7 @@ ], 'dependencies': [ '../../base/base.gyp:base', + '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../../net/net.gyp:net', '../../third_party/protobuf/protobuf.gyp:protobuf_lite' ], @@ -40,6 +41,10 @@ 'base/socket_stream.cc', 'engine/connection_handler.h', 'engine/connection_handler.cc', + 'gcm_client.cc', + 'gcm_client.h', + 'gcm_client_impl.cc', + 'gcm_client_impl.h', 'protocol/mcs.proto', ], 'includes': [ |