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

Side by Side Diff: components/safe_json/DEPS

Issue 1203083002: Add a JSON sanitizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN Created 5 years, 5 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 "+base", 2 "+base",
3 "+content/public", 3 "+content/public",
4 "+grit", # For generated headers 4 "+grit", # For generated headers
5 "+grit/components_strings.h", # For generated headers 5 "+grit/components_strings.h", # For generated headers
sdefresne 2015/07/10 14:01:19 nit: this line is redundant with the previous one
Bernhard Bauer 2015/07/10 14:09:09 Removed.
6 "+ipc", 6 "+ipc",
7 "+jni",
7 "+ui/base", 8 "+ui/base",
8 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698