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

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

Issue 2143383002: [Translate] Migrate IPCs to Mojo interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from Ken and Anand Created 4 years, 5 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/content/renderer/BUILD.gn
diff --git a/components/translate/content/renderer/BUILD.gn b/components/translate/content/renderer/BUILD.gn
index 03dba499b77a51f0c80f51e24d1e589aa4b70d0d..18d4d87e4ce3876f24a9d3fb420b53e9b374e20d 100644
--- a/components/translate/content/renderer/BUILD.gn
+++ b/components/translate/content/renderer/BUILD.gn
@@ -12,12 +12,12 @@ static_library("renderer") {
deps = [
"//base",
- "//components/translate/content/common",
+ "//components/translate/content/public/interfaces",
"//components/translate/core/common",
"//components/translate/core/language_detection",
"//content/public/common",
"//content/public/renderer",
- "//ipc",
+ "//services/shell/public/cpp",
"//third_party/WebKit/public:blink",
"//third_party/cld_2",
"//url",

Powered by Google App Engine
This is Rietveld 408576698