OLD | NEW |
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/content_switches.h", |
5 "+content/public/common/result_codes.h", | 6 "+content/public/common/result_codes.h", |
| 7 |
| 8 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
| 9 # crbug.com/577698 |
| 10 "+components/startup_metric_utils/common/pre_read_field_trial_utils_win.h", |
| 11 |
6 "+third_party/crashpad", | 12 "+third_party/crashpad", |
7 "+third_party/kasko", | 13 "+third_party/kasko", |
8 "+third_party/lss/linux_syscall_support.h", | 14 "+third_party/lss/linux_syscall_support.h", |
9 ] | 15 ] |
OLD | NEW |