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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/data_use_measurement",
3 "+components/prefs",
4 "+components/user_prefs",
2 "+components/variations", 5 "+components/variations",
3 "+content/public/browser", 6 "+content/public/browser",
4 "+content/public/common",
5 "+content/public/test", 7 "+content/public/test",
6 "+crypto", 8 "+crypto",
7 "+third_party/protobuf/src/google", 9 "+google_apis",
10 "+jni",
8 "+net", 11 "+net",
9 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698