From 6b50058889099e4287f683b97a86ca74607172c4 Mon Sep 17 00:00:00 2001 From: Jeff McGlynn Date: Thu, 26 Jul 2018 13:08:01 -0700 Subject: Remove third_party/googletest and reference git repo instead Use a Bazel git_repository rule to reference the git repository instead of bundling the source. Change-Id: I32a0970178cb87fbf0e381db2e2d51fcccab542f --- .../googletest/googletest/xcode/Config/TestTarget.xcconfig | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 third_party/googletest/googletest/xcode/Config/TestTarget.xcconfig (limited to 'third_party/googletest/googletest/xcode/Config/TestTarget.xcconfig') diff --git a/third_party/googletest/googletest/xcode/Config/TestTarget.xcconfig b/third_party/googletest/googletest/xcode/Config/TestTarget.xcconfig deleted file mode 100644 index e6652ba..0000000 --- a/third_party/googletest/googletest/xcode/Config/TestTarget.xcconfig +++ /dev/null @@ -1,8 +0,0 @@ -// -// TestTarget.xcconfig -// -// These are Test target settings for the gtest framework and examples. It -// is set in the "Based On:" dropdown in the "Target" info dialog. - -PRODUCT_NAME = $(TARGET_NAME) -HEADER_SEARCH_PATHS = ../include -- cgit v1.2.3