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

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

Issue 131463002: Move TranslateURLFetcher to the translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
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 04ff986ee85d1806202042228545a8ee4f5419b2..d67569b5fabf3eea58fedbb441e4752eae8bc351 100644
--- a/tools/gn/secondary/components/translate/BUILD.gn
+++ b/tools/gn/secondary/components/translate/BUILD.gn
@@ -7,12 +7,16 @@ static_library("translate_core_browser") {
sources = [
"core/browser/page_translated_details.h",
+ "core/browser/translate_delegate.h",
"core/browser/translate_error_details.h",
"core/browser/translate_event_details.cc",
"core/browser/translate_event_details.h",
+ "core/browser/translate_url_fetcher.cc",
+ "core/browser/translate_url_fetcher.h",
]
deps = [
+ ":translate_core_common",
"//base",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698