• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 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}
17