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 "+components/network_session_configurator/switches.h", |
5 | |
6 # TODO(fdoray): Remove this once the PreRead field trial has expired. | |
7 # crbug.com/577698 | |
8 "+components/startup_metric_utils/common", | |
9 | |
10 "+components/version_info", | 5 "+components/version_info", |
11 "+sandbox/win/src", | 6 "+sandbox/win/src", |
12 ] | 7 ] |
OLD | NEW |