aboutsummaryrefslogtreecommitdiff
path: root/gmock.BUILD
diff options
context:
space:
mode:
authorDamien Martin-Guillerez <dmarting@google.com>2015-12-01 22:52:42 +0100
committerDamien Martin-Guillerez <dmarting@google.com>2015-12-01 22:52:42 +0100
commitcc42db83d36aa0a6e17613e6f72a510e95cefddf (patch)
tree652fbc17355681e12231d2e5e2c902b2dd8f1133 /gmock.BUILD
parent1a59a715dc5fa584340197aac0811ba3de9850b5 (diff)
downloadprotobuf-cc42db83d36aa0a6e17613e6f72a510e95cefddf.tar.gz
protobuf-cc42db83d36aa0a6e17613e6f72a510e95cefddf.tar.bz2
protobuf-cc42db83d36aa0a6e17613e6f72a510e95cefddf.zip
Fix headers for gmock.BUILD
Bazel 0.1.2 fix strict header checks and sandboxing for C++ rules. This change add the necessary headers for gmock so the headers get shipped in the sandbox.
Diffstat (limited to 'gmock.BUILD')
-rw-r--r--gmock.BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/gmock.BUILD b/gmock.BUILD
index 66cddea9..82abf275 100644
--- a/gmock.BUILD
+++ b/gmock.BUILD
@@ -4,6 +4,11 @@ cc_library(
"gmock-1.7.0/gtest/src/gtest-all.cc",
"gmock-1.7.0/src/gmock-all.cc",
],
+ hdrs = glob([
+ "gmock-1.7.0/**/*.h",
+ "gmock-1.7.0/gtest/src/*.cc",
+ "gmock-1.7.0/src/*.cc",
+ ]),
includes = [
"gmock-1.7.0",
"gmock-1.7.0/gtest",