aboutsummaryrefslogtreecommitdiff
path: root/third_party/googletest/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googletest/BUILD.gn')
-rw-r--r--third_party/googletest/BUILD.gn16
1 files changed, 0 insertions, 16 deletions
diff --git a/third_party/googletest/BUILD.gn b/third_party/googletest/BUILD.gn
deleted file mode 100644
index 518360bdbe..0000000000
--- a/third_party/googletest/BUILD.gn
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2017 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("../third_party.gni")
-
-if (!is_win) {
- third_party("googletest") {
- public_include_dirs = [ "../externals/googletest/googletest/include" ]
- include_dirs = [ "../externals/googletest/googletest" ]
- sources = [
- "../externals/googletest/googletest/src/gtest-all.cc",
- ]
- }
-}