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

Unified Diff: components/translate/core/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/core/browser/BUILD.gn
diff --git a/components/translate/core/browser/BUILD.gn b/components/translate/core/browser/BUILD.gn
index 1e56c7eae3f37dde44620018e6f88e3d2fca81bf..45e0c2b0fe99f343e093ab5f55f6f398581c7ef6 100644
--- a/components/translate/core/browser/BUILD.gn
+++ b/components/translate/core/browser/BUILD.gn
@@ -32,6 +32,8 @@ static_library("browser") {
"translate_language_list.h",
"translate_manager.cc",
"translate_manager.h",
+ "translate_pref_names.cc",
+ "translate_pref_names.h",
"translate_prefs.cc",
"translate_prefs.h",
"translate_ranker.h",

Powered by Google App Engine
This is Rietveld 408576698