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

Unified Diff: components/spellcheck/renderer/BUILD.gn

Issue 2828313002: Convert render process component common Spellcheck IPC to mojo (Closed)
Patch Set: Build fix. Created 3 years, 7 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/spellcheck/common/spellcheck_messages.h ('k') | components/spellcheck/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/renderer/BUILD.gn
diff --git a/components/spellcheck/renderer/BUILD.gn b/components/spellcheck/renderer/BUILD.gn
index 2af3945faf364107819578cea738def9a9c4d132..96c1cb91a78160932362916d695de31c2da7c07d 100644
--- a/components/spellcheck/renderer/BUILD.gn
+++ b/components/spellcheck/renderer/BUILD.gn
@@ -46,8 +46,10 @@ source_set("renderer") {
deps = [
"//base:i18n",
"//components/spellcheck/common",
+ "//content/public/common",
"//content/public/renderer",
"//ipc",
+ "//services/service_manager/public/cpp",
"//third_party/WebKit/public:blink",
"//third_party/icu",
]
« no previous file with comments | « components/spellcheck/common/spellcheck_messages.h ('k') | components/spellcheck/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698