Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 specific_include_rules = { | 1 specific_include_rules = { |
| 2 ".*\.cc": [ | 2 ".*\.(cc|h)": [ |
|
jam
2016/06/16 17:04:04
why make this change?
We don't want public header
scottmg
2016/06/16 18:10:34
Ah, it was just because content/public/browser/pow
| |
| 3 "+content/browser", | 3 "+content/browser", |
| 4 "-content/browser/loader", | 4 "-content/browser/loader", |
| 5 | 5 |
| 6 "+device/power_save_blocker/power_save_blocker.h", | |
| 7 | |
| 6 # TODO: content/browser/loader is being separated out of content, and this | 8 # TODO: content/browser/loader is being separated out of content, and this |
| 7 # file will be moved elsewhere. See http://crbug.com/598073. | 9 # file will be moved elsewhere. See http://crbug.com/598073. |
| 8 "!content/browser/loader/resource_dispatcher_host_impl.h", | 10 "!content/browser/loader/resource_dispatcher_host_impl.h", |
| 9 ], | 11 ], |
| 10 } | 12 } |
| OLD | NEW |