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

Unified Diff: components/spellcheck/browser/DEPS

Issue 2244083002: Componentize spellcheck [4]: spellcheck/browser and android java-side. (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
Index: components/spellcheck/browser/DEPS
diff --git a/components/safe_browsing_db/DEPS b/components/spellcheck/browser/DEPS
similarity index 51%
copy from components/safe_browsing_db/DEPS
copy to components/spellcheck/browser/DEPS
index 36ffd25242c4da720f8c5acff2bddce876c33dac..b843201b6023af6a63fa70b41b39ee5f6e13f6b3 100644
--- a/components/safe_browsing_db/DEPS
+++ b/components/spellcheck/browser/DEPS
@@ -1,9 +1,12 @@
include_rules = [
+ "+components/data_use_measurement",
+ "+components/prefs",
+ "+components/user_prefs",
"+components/variations",
"+content/public/browser",
- "+content/public/common",
"+content/public/test",
"+crypto",
- "+third_party/protobuf/src/google",
+ "+google_apis",
+ "+jni",
"+net",
]

Powered by Google App Engine
This is Rietveld 408576698