aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Chloe Calvarin <chloe.calvarin@gmail.com>2018-03-26 12:23:10 -0400
committerGravatar Philipp Wollermann <philwo@google.com>2018-03-27 14:42:36 +0200
commit97a5c8ce09254d42bafe75f784f1231a92827667 (patch)
tree2672c1586f5b5e00c3b64f8bfb21f255c25cba0b /third_party/BUILD
parent02f9caec8901ade002874081c047bc94eef18a79 (diff)
Remove third_party/gtest, we now have the remote dependency @googletest instead.
Change-Id: I65379afbee65d321c31a48a9e1c8afae0cb99c34
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 556034c3d0..377330ae2e 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -591,23 +591,6 @@ java_import(
jars = ["xz/xz-1.5.jar"],
)
-cc_library(
- name = "gtest",
- srcs = [
- "gtest/gtest-all.cc",
- "gtest/gtest_main.cc",
- ],
- hdrs = [
- "gtest/gtest.h",
- ],
- data = [
- "//tools:test_sharding_compliant",
- ],
- includes = ["."],
- # gtest detects pthread, and the linker fails without it.
- linkopts = ["-lpthread"],
-)
-
# To be used by the skylark example.
filegroup(
name = "junit4-jars",