Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: test/unittests/BUILD.gn

Issue 2343423002: Use git ls-tree to collect source files instead of walking the fs (Closed)
Patch Set: updates Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/oom_dump/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/BUILD.gn
diff --git a/test/unittests/BUILD.gn b/test/unittests/BUILD.gn
index 9dddb100edc8839701c6d0be1df7c97e4ce7ee1f..29a1a46760f7da0a4236abca877c64b0f6325adb 100644
--- a/test/unittests/BUILD.gn
+++ b/test/unittests/BUILD.gn
@@ -8,6 +8,8 @@ v8_executable("unittests") {
testonly = true
sources = [
+ "../../testing/gmock-support.h",
+ "../../testing/gtest-support.h",
"base/atomic-utils-unittest.cc",
"base/bits-unittest.cc",
"base/cpu-unittest.cc",
« no previous file with comments | « no previous file | tools/oom_dump/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698