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

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

Issue 2047473002: Revert of Specify direct dependency of //components/crash on kasko_features.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/crash/content/app/BUILD.gn ('k') | no next file » | 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 "+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 6
7 # TODO(fdoray): Remove this once the PreRead field trial has expired. 7 # TODO(fdoray): Remove this once the PreRead field trial has expired.
8 # crbug.com/577698 8 # crbug.com/577698
9 "+components/startup_metric_utils/common/pre_read_field_trial_utils_win.h", 9 "+components/startup_metric_utils/common/pre_read_field_trial_utils_win.h",
10 10
11 "+third_party/crashpad", 11 "+third_party/crashpad",
12 "+third_party/kasko/kasko_features.h", 12 "+third_party/kasko",
13 "+third_party/lss/linux_syscall_support.h", 13 "+third_party/lss/linux_syscall_support.h",
14 ] 14 ]
OLDNEW
« no previous file with comments | « components/crash/content/app/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698