OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/grit", # For generated headers. | 2 "+chrome/grit", # For generated headers. |
3 "+components/prefs", | 3 "+components/prefs", |
| 4 "+components/network_session_configurator/switches.h", |
4 | 5 |
5 # TODO(fdoray): Remove this once the PreRead field trial has expired. | 6 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
6 # crbug.com/577698 | 7 # crbug.com/577698 |
7 "+components/startup_metric_utils/common", | 8 "+components/startup_metric_utils/common", |
8 | 9 |
9 "+components/version_info", | 10 "+components/version_info", |
10 "+sandbox/win/src", | 11 "+sandbox/win/src", |
11 ] | 12 ] |
OLD | NEW |