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

Unified Diff: tools/gn/secondary/components/translate/BUILD.gn

Issue 143003020: Move TranslateLanguageList to the Translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@removeDelegate
Patch Set: rebase Created 6 years, 11 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/core/common/translate_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/components/translate/BUILD.gn
diff --git a/tools/gn/secondary/components/translate/BUILD.gn b/tools/gn/secondary/components/translate/BUILD.gn
index 6258f0633287a5ec90dd2a3c65667f907e5d73c8..ad5568775935bb565fc8499b4f1601948fed130c 100644
--- a/tools/gn/secondary/components/translate/BUILD.gn
+++ b/tools/gn/secondary/components/translate/BUILD.gn
@@ -17,8 +17,12 @@ static_library("translate_core_browser") {
"core/browser/translate_error_details.h",
"core/browser/translate_event_details.cc",
"core/browser/translate_event_details.h",
+ "core/browser/translate_language_list.cc",
+ "core/browser/translate_language_list.h",
"core/browser/translate_url_fetcher.cc",
"core/browser/translate_url_fetcher.h",
+ "core/browser/translate_url_util.cc",
+ "core/browser/translate_url_util.h",
]
deps = [
@@ -39,6 +43,8 @@ static_library("translate_core_common") {
"core/common/translate_errors.h",
"core/common/translate_metrics.cc",
"core/common/translate_metrics.h",
+ "core/common/translate_pref_names.cc",
+ "core/common/translate_pref_names.h",
"core/common/translate_switches.cc",
"core/common/translate_switches.h",
"core/common/translate_util.cc",
« no previous file with comments | « components/translate/core/common/translate_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698