Skip to content
Snippets Groups Projects
Commit 96a4c3eb authored by akalin@chromium.org's avatar akalin@chromium.org
Browse files

Rolled cacheinvalidation to @67.

This includes a crash fix (see bugs).

BUG=65945,chromium-os:5014
TEST=Manual

Review URL: http://codereview.chromium.org/5782001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68881 0039d316-1c4b-4281-b951-d872f2087c98
parent b55b9b12
No related merge requests found
......@@ -52,7 +52,7 @@ deps = {
(Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
"src/third_party/cacheinvalidation/files":
(Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@61",
(Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@67",
"src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@857",
......
......@@ -140,6 +140,7 @@
'../../base/test/run_all_unittests.cc',
'files/src/google/cacheinvalidation/system-resources-for-test.h',
'files/src/google/cacheinvalidation/invalidation-client-impl_test.cc',
'files/src/google/cacheinvalidation/persistence-manager_test.cc',
'files/src/google/cacheinvalidation/persistence-utils_test.cc',
'files/src/google/cacheinvalidation/throttle_test.cc',
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment