| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # This file is generated but otherwise would be excluded because of the | 2 # This file is generated but otherwise would be excluded because of the |
| 3 # "-chrome" rule in a parent dir. | 3 # "-chrome" rule in a parent dir. |
| 4 "+chrome/grit/chromium_strings.h", | 4 "+chrome/grit/chromium_strings.h", |
| 5 | 5 |
| 6 "+chrome/install_static/install_util.h", | 6 "+chrome/install_static/install_util.h", |
| 7 | 7 |
| 8 "+components/base32", | 8 "+components/base32", |
| 9 "+components/metrics", | 9 "+components/metrics", |
| 10 | |
| 11 # TODO(fdoray): Remove this once the PreRead field trial has expired. | |
| 12 # crbug.com/577698 | |
| 13 "+components/startup_metric_utils/common", | |
| 14 | |
| 15 "+third_party/crashpad", | 10 "+third_party/crashpad", |
| 16 ] | 11 ] |
| OLD | NEW |