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

Unified Diff: components/translate/content/renderer/BUILD.gn

Issue 564793003: Move TranslateHelper to the translate component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@translateBrowserIPC
Patch Set: rebase AGAIN Created 6 years, 3 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.gypi ('k') | components/translate/content/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/content/renderer/BUILD.gn
diff --git a/components/translate/content/renderer/BUILD.gn b/components/translate/content/renderer/BUILD.gn
index 5651dbd500a40a49fa4135d30057b1ddf43226cf..db461be40aeb79bda08e2d335f13c603e9d663c4 100644
--- a/components/translate/content/renderer/BUILD.gn
+++ b/components/translate/content/renderer/BUILD.gn
@@ -7,12 +7,21 @@ import("//build/config/features.gni")
static_library("renderer") {
sources = [
"renderer_cld_data_provider.h",
+ "translate_helper.cc",
+ "translate_helper.h",
]
deps = [
"//base",
+ "//components/translate/content/common",
+ "//components/translate/core/common",
+ "//components/translate/core/language_detection",
"//content/public/common",
+ "//content/public/renderer",
"//ipc",
+ "//third_party/WebKit/public:blink",
+ "//url",
+ "//v8",
]
if (cld_version == 0 || cld_version == 2) {
« no previous file with comments | « components/translate.gypi ('k') | components/translate/content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698