-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ship abseil and re2 as required by googletest
Showing
24 changed files
with
820 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule abseil-cpp
added at
79b08c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# This file is a dummy used so that non-Chromium clients can specify | ||
# recursive DEPS. Otherwise the clients would need to nest DEPS inside | ||
# each other. Nested DEPS are not supported by gclient. | ||
# | ||
# Clients *must* specify googletest_revision when using this DEPS file. | ||
|
||
use_relative_paths = True | ||
|
||
vars = { | ||
'chromium_git': 'https://chromium.googlesource.com', | ||
|
||
# We must specify a dummy variable here for recursedeps to work. | ||
'googletest_revision': 'master', | ||
} | ||
|
||
deps = { | ||
'src': '{chromium_git}/external/github.com/google/googletest.git@{googletest_revision}' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
monorail: { | ||
component: "Test>gTest" | ||
} | ||
buganizer_public: { | ||
component_id: 1457072 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
file://testing/gtest/OWNERS |
Oops, something went wrong.