summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-15 21:31:07 +0000
committerghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-15 21:31:07 +0000
commitd49f4633c36d83088d1d96932e6718a0ca9826ff (patch)
tree9e0fd5dc573ebbc778ed7677949c32e0a04b0825 /third_party
parent46400c18c47fcbf4c11aa96752e461c0ba0d8fc5 (diff)
downloadchromium_src-d49f4633c36d83088d1d96932e6718a0ca9826ff.zip
chromium_src-d49f4633c36d83088d1d96932e6718a0ca9826ff.tar.gz
chromium_src-d49f4633c36d83088d1d96932e6718a0ca9826ff.tar.bz2
addresses akalin's comments on:
http://codereview.chromium.org/7273034 rolls cacheinvalidation forward to add message validation and better logging Review URL: http://codereview.chromium.org/7324033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/cacheinvalidation/cacheinvalidation.gyp8
1 files changed, 7 insertions, 1 deletions
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp
index 1aeee19..4e0ae02 100644
--- a/third_party/cacheinvalidation/cacheinvalidation.gyp
+++ b/third_party/cacheinvalidation/cacheinvalidation.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -137,6 +137,7 @@
'files/src/google/cacheinvalidation/v2/proto-converter.cc',
'files/src/google/cacheinvalidation/v2/proto-converter.h',
'files/src/google/cacheinvalidation/v2/proto-helpers.h',
+ 'files/src/google/cacheinvalidation/v2/proto-helpers.cc',
'files/src/google/cacheinvalidation/v2/protocol-handler.cc',
'files/src/google/cacheinvalidation/v2/protocol-handler.h',
'files/src/google/cacheinvalidation/v2/registration-manager.cc',
@@ -150,7 +151,10 @@
'files/src/google/cacheinvalidation/v2/statistics.h',
'files/src/google/cacheinvalidation/v2/string_util.h',
'files/src/google/cacheinvalidation/v2/system-resources.h',
+ 'files/src/google/cacheinvalidation/v2/throttle.cc',
+ 'files/src/google/cacheinvalidation/v2/throttle.h',
'files/src/google/cacheinvalidation/v2/ticl-message-validator.h',
+ 'files/src/google/cacheinvalidation/v2/ticl-message-validator.cc',
'files/src/google/cacheinvalidation/v2/time.h',
'files/src/google/cacheinvalidation/v2/types.h',
],
@@ -184,6 +188,8 @@
'type': 'executable',
'sources': [
'../../base/test/run_all_unittests.cc',
+ 'files/src/google/cacheinvalidation/v2/test/deterministic-scheduler.h',
+ 'files/src/google/cacheinvalidation/v2/test/throttle_test.cc',
],
'dependencies': [
'../../base/base.gyp:base',