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

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

Issue 2066483004: [Wait to be closed] [Translate] Migrate IPCs to Mojo interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from groby, 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
« no previous file with comments | « components/translate/content/DEPS ('k') | components/translate/content/browser/content_translate_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « components/translate/content/DEPS ('k') | components/translate/content/browser/content_translate_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698