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

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

Issue 2913573002: Updates language model on iOS. (Closed)
Patch Set: Created 3 years, 6 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 878ec3949d9e30ffc9a68ded09245b3e366dd2f9..27e5a52a68f96b54ad72429febd5f6b9caba8813 100644
--- a/components/translate/ios/browser/BUILD.gn
+++ b/components/translate/ios/browser/BUILD.gn
@@ -58,6 +58,8 @@ source_set("unit_tests") {
"//components/prefs:test_support",
"//components/resources",
"//components/translate/core/browser",
+ "//ios/chrome/browser",
+ "//ios/chrome/browser/browser_state",
droger 2017/06/06 09:06:13 Components cannot depend on chrome (the dependency
ramyasharma 2017/06/07 01:58:15 Thanks for pointing this out, I had removed this,
"//ios/web/public/test",
"//ios/web/public/test/fakes",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698