diff options
author | khushalsagar <khushalsagar@chromium.org> | 2015-08-19 15:53:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-19 22:54:00 +0000 |
commit | 66b1bc2e00f04466babc450c7fed23e6c8dc43c5 (patch) | |
tree | e2205f1e12c589f1105c4fe030079270f7a61d09 /third_party/cacheinvalidation/cacheinvalidation.gyp | |
parent | 8e27e940555f57b24548a6c0954a186a8b484155 (diff) | |
download | chromium_src-66b1bc2e00f04466babc450c7fed23e6c8dc43c5.zip chromium_src-66b1bc2e00f04466babc450c7fed23e6c8dc43c5.tar.gz chromium_src-66b1bc2e00f04466babc450c7fed23e6c8dc43c5.tar.bz2 |
[Part 1/3] CacheInvalidation Library Update to use GCM in GMSCore.
Roll cacheinvalidation client update release 20150819.
With this update cacheinvalidation adds support for using GCM in GMSCore. The update is backwards compatible and will support the deprecated GCM client library.
BUG=397327, 477059
Review URL: https://codereview.chromium.org/1300923002
Cr-Commit-Position: refs/heads/master@{#344360}
Diffstat (limited to 'third_party/cacheinvalidation/cacheinvalidation.gyp')
-rw-r--r-- | third_party/cacheinvalidation/cacheinvalidation.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp index 7755807..dea1f54 100644 --- a/third_party/cacheinvalidation/cacheinvalidation.gyp +++ b/third_party/cacheinvalidation/cacheinvalidation.gyp @@ -223,6 +223,7 @@ 'type': 'none', 'dependencies': [ '../../third_party/android_tools/android_tools.gyp:android_gcm', + '../../third_party/android_tools/android_tools.gyp:google_play_services_javalib', 'cacheinvalidation_proto_java', ], 'variables': { |