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

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

Issue 2819793002: Translate: do not show the context menu entry when the feature is disabled (Closed)
Patch Set: some more include path changes for ios/android Created 3 years, 8 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 f4b7c5db0a2b0772f87685f47e219ab41e8728ed..3ef1f8d203d67095a47a2a3ff9cffb0f319f738c 100644
--- a/components/translate/ios/browser/BUILD.gn
+++ b/components/translate/ios/browser/BUILD.gn
@@ -57,7 +57,7 @@ source_set("unit_tests") {
"//base",
"//components/prefs:test_support",
"//components/resources",
- "//components/translate/core/common",
+ "//components/translate/core/browser",
"//ios/web:test_support",
"//testing/gtest",
"//third_party/ocmock",

Powered by Google App Engine
This is Rietveld 408576698