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

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

Issue 133273029: Move LanguageState to the translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment + 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/browser/translate_driver.h ('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 5664c0780b23d1c6c65c55920e3cbcc7207fc103..66332015c91d671d58efc7503e9f4366dbc5f412 100644
--- a/tools/gn/secondary/components/translate/BUILD.gn
+++ b/tools/gn/secondary/components/translate/BUILD.gn
@@ -6,10 +6,13 @@ static_library("translate_core_browser") {
external = true
sources = [
+ "core/browser/language_state.cc",
+ "core/browser/language_state.h",
"core/browser/page_translated_details.h",
"core/browser/translate_browser_metrics.cc",
"core/browser/translate_browser_metrics.h",
"core/browser/translate_delegate.h",
+ "core/browser/translate_driver.h",
"core/browser/translate_error_details.h",
"core/browser/translate_event_details.cc",
"core/browser/translate_event_details.h",
« no previous file with comments | « components/translate/core/browser/translate_driver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698