summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--third_party/cacheinvalidation/cacheinvalidation.gyp1
-rw-r--r--third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h10
3 files changed, 12 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index ec0e057..6f591e2 100644
--- a/DEPS
+++ b/DEPS
@@ -46,7 +46,7 @@ deps = {
"http://protobuf.googlecode.com/svn/trunk@327",
"src/third_party/cacheinvalidation/files":
- "http://google-cache-invalidation-api.googlecode.com/svn/trunk@13",
+ "http://google-cache-invalidation-api.googlecode.com/svn/trunk@21",
"src/tools/gyp":
"http://gyp.googlecode.com/svn/trunk@826",
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp
index b0700f2..f429bda 100644
--- a/third_party/cacheinvalidation/cacheinvalidation.gyp
+++ b/third_party/cacheinvalidation/cacheinvalidation.gyp
@@ -86,6 +86,7 @@
'type': '<(library)',
'sources': [
'overrides/google/cacheinvalidation/callback.h',
+ 'overrides/google/cacheinvalidation/compiler-specific.h',
'overrides/google/cacheinvalidation/googletest.h',
'overrides/google/cacheinvalidation/logging.h',
'overrides/google/cacheinvalidation/mutex.h',
diff --git a/third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h b/third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h
new file mode 100644
index 0000000..5ca6b57
--- /dev/null
+++ b/third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h
@@ -0,0 +1,10 @@
+// Copyright (c) 2010 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.
+
+#ifndef GOOGLE_CACHEINVALIDATION_COMPILER_SPECIFIC_H_
+#define GOOGLE_CACHEINVALIDATION_COMPILER_SPECIFIC_H_
+
+#include "base/compiler_specific.h"
+
+#endif // GOOGLE_CACHEINVALIDATION_COMPILER_SPECIFIC_H_