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

Unified Diff: components/spellcheck/renderer/DEPS

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/renderer/BUILD.gn ('k') | components/spellcheck/renderer/spellcheck.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/renderer/DEPS
diff --git a/components/spellcheck/renderer/DEPS b/components/spellcheck/renderer/DEPS
index 16305c71d9d9fb429af94d824f84e4d47634d610..5911cd864caf4976d6f832cc323c4716784fb1fe 100644
--- a/components/spellcheck/renderer/DEPS
+++ b/components/spellcheck/renderer/DEPS
@@ -1,6 +1,9 @@
include_rules = [
+ "+content/public/common",
"+content/public/renderer",
"+ipc",
- "+third_party/WebKit/public",
+ "+mojo/public/cpp/bindings",
+ "+services/service_manager/public/cpp",
"+third_party/hunspell",
+ "+third_party/WebKit/public",
]
« no previous file with comments | « components/spellcheck/renderer/BUILD.gn ('k') | components/spellcheck/renderer/spellcheck.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698