aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gtest.BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-11 09:51:45 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-11 09:51:45 -0700
commit70dbfd587cecc8f72e2258161f5f145fd5fd4d35 (patch)
treee241090fe640eca71267d84f757776018009baec /third_party/gtest.BUILD
parent7281d19de374852abf38521a20ef96b88e2916e9 (diff)
parent498e2b350aec3d358b3ec505fa800194778cd8e4 (diff)
Merge github.com:grpc/grpc into foo
Diffstat (limited to 'third_party/gtest.BUILD')
-rw-r--r--third_party/gtest.BUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/third_party/gtest.BUILD b/third_party/gtest.BUILD
index a07db65b91..52c9ca2ba7 100644
--- a/third_party/gtest.BUILD
+++ b/third_party/gtest.BUILD
@@ -1,11 +1,12 @@
cc_library(
name = "gtest",
srcs = [
- "src/gtest-all.cc",
+ "googletest/src/gtest-all.cc",
],
- hdrs = glob(["include/**/*.h", "src/*.cc", "src/*.h"]),
+ hdrs = glob(["googletest/include/**/*.h", "googletest/src/*.cc", "googletest/src/*.h"]),
includes = [
- "include",
+ "googletest",
+ "googletest/include",
],
linkstatic = 1,
visibility = [