diff options
author | nyquist <nyquist@chromium.org> | 2015-03-30 16:30:39 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-30 23:31:39 +0000 |
commit | 5f3a341cd644f5689736951ad1e8588e03cf90b7 (patch) | |
tree | 86bb90b4db5eb967eed50d8db61f0a082b07d134 /DEPS | |
parent | 0ef88bbcbfba77dad3994f35ab862776c1e8b0ed (diff) | |
download | chromium_src-5f3a341cd644f5689736951ad1e8588e03cf90b7.zip chromium_src-5f3a341cd644f5689736951ad1e8588e03cf90b7.tar.gz chromium_src-5f3a341cd644f5689736951ad1e8588e03cf90b7.tar.bz2 |
Roll cacheinvalidation DEPS to r342
This adds a workaround for startService for Android.
There are only Java-changes in this roll.
Full list of changes:
r342 When request auth token, using Intent#setClassName rather than Intent#setPackage to work around issue in #startService.
BUG=467362
Review URL: https://codereview.chromium.org/1034313002
Cr-Commit-Position: refs/heads/master@{#322906}
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ deps = { Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + '9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6', 'src/third_party/cacheinvalidation/src': - Var('chromium_git') + '/external/google-cache-invalidation-api/src.git' + '@' + 'c91bd9d9fed06bf440be64f87b94a2effdb32bc4', # from svn revision 341 + Var('chromium_git') + '/external/google-cache-invalidation-api/src.git' + '@' + '0fbfe801cca467fa986ebe08d34012342aa47e55', # from svn revision 342 'src/third_party/leveldatabase/src': Var('chromium_git') + '/external/leveldb.git' + '@' + '251ebf5dc70129ad3c38193fe6c99a5b0ec6b9fa', |