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

Unified Diff: components/translate/content/browser/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/browser/BUILD.gn
diff --git a/components/translate/content/browser/BUILD.gn b/components/translate/content/browser/BUILD.gn
index 59bbcc8846422f3e6c36fe13ec86983beea6ede6..43dadfeb3e76bb94c502440be0329602ffee407f 100644
--- a/components/translate/content/browser/BUILD.gn
+++ b/components/translate/content/browser/BUILD.gn
@@ -12,12 +12,11 @@ static_library("browser") {
deps = [
"//base",
- "//components/translate/content/common",
+ "//components/translate/content/public/interfaces",
"//components/translate/core/browser",
"//components/translate/core/common",
"//content/public/browser",
"//content/public/common",
- "//ipc",
"//net",
]
}

Powered by Google App Engine
This is Rietveld 408576698