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

Unified Diff: ios/chrome/test/base/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: remove public_deps Created 3 years, 7 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
Index: ios/chrome/test/base/BUILD.gn
diff --git a/ios/chrome/test/base/BUILD.gn b/ios/chrome/test/base/BUILD.gn
index 871eb232503b54bb0794c0d84a49447132fab6a8..4ad48892593846dba025d67b724922570dff9130 100644
--- a/ios/chrome/test/base/BUILD.gn
+++ b/ios/chrome/test/base/BUILD.gn
@@ -37,6 +37,6 @@ source_set("perf_test_support") {
"//base",
"//ios/chrome/browser/web:web_internal",
"//ios/chrome/test:test_support",
- "//ios/web:test_support",
+ "//ios/web/public/test:test_support",
]
}

Powered by Google App Engine
This is Rietveld 408576698