Chromium Code Reviews

Side by Side Diff: components/crash/app/DEPS

Issue 1001103002: Crashpad! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean it all up Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+sandbox", 2 "+sandbox",
3 3
4 "+content/public/common/content_descriptors.h", 4 "+content/public/common/content_descriptors.h",
5 "+content/public/common/result_codes.h", 5 "+content/public/common/result_codes.h",
6 "+third_party/crashpad",
6 "+third_party/lss/linux_syscall_support.h", 7 "+third_party/lss/linux_syscall_support.h",
7 ] 8 ]
OLDNEW

Powered by Google App Engine