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

Unified Diff: components/spellcheck/renderer/DEPS

Issue 2198143002: Componentize spellcheck [3]: move renderer/ files to component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « components/spellcheck/renderer/BUILD.gn ('k') | components/spellcheck/renderer/custom_dictionary_engine.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/network_hints/renderer/DEPS b/components/spellcheck/renderer/DEPS
similarity index 68%
copy from components/network_hints/renderer/DEPS
copy to components/spellcheck/renderer/DEPS
index d6ea0c484c8eab6d501f443456b653c9295c42e3..16305c71d9d9fb429af94d824f84e4d47634d610 100644
--- a/components/network_hints/renderer/DEPS
+++ b/components/spellcheck/renderer/DEPS
@@ -1,5 +1,6 @@
include_rules = [
- "+components/network_hints/common",
"+content/public/renderer",
+ "+ipc",
"+third_party/WebKit/public",
+ "+third_party/hunspell",
]
« no previous file with comments | « components/spellcheck/renderer/BUILD.gn ('k') | components/spellcheck/renderer/custom_dictionary_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698