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

Unified Diff: base/BUILD.gn

Issue 2785133002: Reproduction for a bug when a test target depends on another test target
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 3125e8d99aec1e232a1bae54d30da03e14a38f4f..0979d145079653b0b8101c56bfcddec1148456cc 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1746,6 +1746,7 @@ test("base_perftests") {
]
deps = [
":base",
+ ":base_unittests",
"//base/test:test_support",
"//base/test:test_support_perf",
"//testing/gtest",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698