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

Unified Diff: base/test/BUILD.gn

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « base/allocator/BUILD.gn ('k') | breakpad/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index c2a825e2ebbb3c8ff63113128ad3eda64dfae825..f7a6001655d6a0d01cd3a09dc6dc950c7979f1c8 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -148,7 +148,7 @@ source_set("test_support_perf") {
"//testing/gtest",
]
- direct_dependent_configs = [ ":perf_test_config" ]
+ public_configs = [ ":perf_test_config" ]
}
source_set("run_all_unittests") {
« no previous file with comments | « base/allocator/BUILD.gn ('k') | breakpad/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698