blob: 518360bdbe3dfaf50198886dafe83bcffcfb12a5 [file] [log] [blame]
Hal Canary75427132017-10-11 16:00:31 -04001# Copyright 2017 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6import("../third_party.gni")
7
8if (!is_win) {
9 third_party("googletest") {
10 public_include_dirs = [ "../externals/googletest/googletest/include" ]
11 include_dirs = [ "../externals/googletest/googletest" ]
12 sources = [
13 "../externals/googletest/googletest/src/gtest-all.cc",
14 ]
15 }
16}