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

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: Fix trybots Created 4 years, 4 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 3d992a9559c4d0a04036a3b3ccc32adeb900c675..7fc33fd415a4083e739a90572b9468bfb77583c5 100644
--- a/components/translate/content/renderer/BUILD.gn
+++ b/components/translate/content/renderer/BUILD.gn
@@ -17,7 +17,7 @@ static_library("renderer") {
"//components/translate/core/language_detection",
"//content/public/common",
"//content/public/renderer",
- "//ipc",
+ "//services/shell/public/cpp",
"//third_party:cld",
"//third_party/WebKit/public:blink",
"//url",
« no previous file with comments | « components/translate/content/common/translate_struct_traits.cc ('k') | components/translate/content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698