OLD | NEW |
1 specific_include_rules = { | 1 specific_include_rules = { |
2 ".*\.cc": [ | 2 ".*\.cc": [ |
| 3 "+components/task_scheduler_util/initialization", |
3 "+content/browser", | 4 "+content/browser", |
4 "-content/browser/loader", | 5 "-content/browser/loader", |
5 | 6 |
6 # TODO: content/browser/loader is being separated out of content, and this | 7 # TODO: content/browser/loader is being separated out of content, and this |
7 # file will be moved elsewhere. See http://crbug.com/598073. | 8 # file will be moved elsewhere. See http://crbug.com/598073. |
8 "!content/browser/loader/resource_dispatcher_host_impl.h", | 9 "!content/browser/loader/resource_dispatcher_host_impl.h", |
9 ], | 10 ], |
10 } | 11 } |
OLD | NEW |