OSDN Git Service

build: Add gtest as a secondary source
authorArman Uguray <armansito@google.com>
Thu, 21 May 2015 20:20:01 +0000 (13:20 -0700)
committerArman Uguray <armansito@google.com>
Tue, 26 May 2015 21:56:48 +0000 (14:56 -0700)
commit5c57faaaca6b6f10647b46cf291546501a1aa837
tree77c7ab9a38d562a2e5a6e0d988680e590b8f2a4a
parent9ca3fb824639c2f15c104ca99be872e0e55035cb
build: Add gtest as a secondary source

As a temporary solution, this CL introduces gtest as a secondary build
source. For now, gtest can be included in testonly targets as a direct
GN target dependency, by placing the gtest source under "testing/gtest"
at the root of the tree.

Moving forward, we can use solutions like gclient to pull in external
dependencies such as gtest, or we can depend on it being available on
the system.

BUG=21339022,21340407

Change-Id: I80ab3a81a53d7c29d54857a8d0cd9677fed77549
.gitignore
.gn
build/secondary/testing/gtest/BUILD.gn [new file with mode: 0644]