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

Unified Diff: components/translate/ios/browser/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: more header guards 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: components/translate/ios/browser/BUILD.gn
diff --git a/components/translate/ios/browser/BUILD.gn b/components/translate/ios/browser/BUILD.gn
index 3ef1f8d203d67095a47a2a3ff9cffb0f319f738c..878ec3949d9e30ffc9a68ded09245b3e366dd2f9 100644
--- a/components/translate/ios/browser/BUILD.gn
+++ b/components/translate/ios/browser/BUILD.gn
@@ -58,7 +58,8 @@ source_set("unit_tests") {
"//components/prefs:test_support",
"//components/resources",
"//components/translate/core/browser",
- "//ios/web:test_support",
+ "//ios/web/public/test",
+ "//ios/web/public/test/fakes",
"//testing/gtest",
"//third_party/ocmock",
"//ui/base",

Powered by Google App Engine
This is Rietveld 408576698