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

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: Fix unit tests 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 1a4b1d8e5262c98dbd7a29f2443e2a1eecb88597..15ea7a89207e95fb1d1221cb452c93bb875a96ae 100644
--- a/components/translate/content/browser/BUILD.gn
+++ b/components/translate/content/browser/BUILD.gn
@@ -12,12 +12,11 @@ source_set("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