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

Unified Diff: chrome/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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index ac9d810b3eb3fee2e607d672987e605d14a2cc2e..14353e20909518ababe3aca52c9af8cb2f08d9d0 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -68,6 +68,9 @@ source_set("test_support") {
]
# New deps should go in the non-iOS section below.
+ public_deps = [
+ "//content/test:test_support",
+ ]
deps = [
"//base:prefs_test_support",
"//base/test:test_support",
@@ -91,7 +94,6 @@ source_set("test_support") {
"//components/signin/core/browser:test_support",
"//components/sync_driver:test_support",
"//content/public/app:both",
- "//content/test:test_support",
"//ui/gfx:test_support",
"//net",
"//net:test_support",
@@ -105,10 +107,6 @@ source_set("test_support") {
"//ui/message_center:test_support",
]
- forward_dependent_configs_from = [
- "//content/test:test_support",
- ]
-
if (!is_ios) {
deps += [
"//chrome/common/extensions/api",
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698