diff options
author | zea@chromium.org <zea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-22 03:11:49 +0000 |
---|---|---|
committer | zea@chromium.org <zea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-22 03:11:49 +0000 |
commit | a574802d408f552757ad5f87f5c12ea47b617abf (patch) | |
tree | 7e9ffc33c3ccc685f623466624a5a9da05e64a53 /google_apis | |
parent | 8823c508461bc053b1e2d780bbbfb486562f100a (diff) | |
download | chromium_src-a574802d408f552757ad5f87f5c12ea47b617abf.zip chromium_src-a574802d408f552757ad5f87f5c12ea47b617abf.tar.gz chromium_src-a574802d408f552757ad5f87f5c12ea47b617abf.tar.bz2 |
[GCM] Build mcs_probe with gcm_unit_tests
This allows trybots to verify that mcs_probe compiles, without actually attempting to run it.
BUG=364257
Review URL: https://codereview.chromium.org/294963005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272066 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rw-r--r-- | google_apis/gcm/gcm.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp index 670b0a1..ba9bf0c 100644 --- a/google_apis/gcm/gcm.gyp +++ b/google_apis/gcm/gcm.gyp @@ -124,6 +124,7 @@ '../../net/net.gyp:net_test_support', '../../testing/gtest.gyp:gtest', '../../third_party/protobuf/protobuf.gyp:protobuf_lite', + 'mcs_probe', 'gcm' ], 'sources': [ |