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

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

Issue 2090283002: add experimental param to control the triggering threshold to default Always Translate checked (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review issues Created 4 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
« no previous file with comments | « components/translate/DEPS ('k') | components/translate/core/browser/translate_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/browser/BUILD.gn
diff --git a/components/translate/core/browser/BUILD.gn b/components/translate/core/browser/BUILD.gn
index 82218a99e5d71664032c465e008d827523267c7c..5efd47f223a39db0e628c01b376c4e5414b4de6b 100644
--- a/components/translate/core/browser/BUILD.gn
+++ b/components/translate/core/browser/BUILD.gn
@@ -49,6 +49,7 @@ source_set("browser") {
"//components/resources:components_resources",
"//components/strings",
"//components/translate/core/common",
+ "//components/variations",
"//google_apis",
"//net",
"//third_party/icu",
@@ -92,6 +93,7 @@ source_set("unit_tests") {
"//components/pref_registry:test_support",
"//components/prefs",
"//components/translate/core/common",
+ "//components/variations",
"//net:test_support",
"//testing/gtest",
]
« no previous file with comments | « components/translate/DEPS ('k') | components/translate/core/browser/translate_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698