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

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: review 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
« no previous file with comments | « components/safe_json/BUILD.gn ('k') | components/safe_json/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+content/public", 3 "+content/public",
jochen (gone - plz use gerrit) 2015/07/13 09:16:17 please restrict to c/p/browser
Bernhard Bauer 2015/07/13 09:41:40 components/safe_json/safe_json_parser_messages.h n
Bernhard Bauer 2015/07/13 09:43:25 Oh, and SafeJsonParserMessageFilter needs c/p/util
4 "+grit", # For generated headers 4 "+grit", # For generated headers
5 "+grit/components_strings.h", # For generated headers
6 "+ipc", 5 "+ipc",
6 "+jni",
7 "+ui/base", 7 "+ui/base",
8 ] 8 ]
OLDNEW
« no previous file with comments | « components/safe_json/BUILD.gn ('k') | components/safe_json/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698