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

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: fix formatting 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/spellcheck/renderer/DEPS
diff --git a/components/guest_view/renderer/DEPS b/components/spellcheck/renderer/DEPS
similarity index 62%
copy from components/guest_view/renderer/DEPS
copy to components/spellcheck/renderer/DEPS
index 10f503479dfca5afcff339adf188a97824b0b3e3..f5809a06cd29d663de937d5eea308e1886f2258a 100644
--- a/components/guest_view/renderer/DEPS
+++ b/components/spellcheck/renderer/DEPS
@@ -1,7 +1,7 @@
include_rules = [
+ "+components/test_runner",
"+content/public/renderer",
- "+content/public/common",
"+ipc",
"+third_party/WebKit/public",
- "+v8/include/v8.h",
+ "+third_party/hunspell",
]

Powered by Google App Engine
This is Rietveld 408576698