Chromium Code Reviews| Index: content/public/browser/DEPS |
| diff --git a/content/public/browser/DEPS b/content/public/browser/DEPS |
| index ba7ab501b007d2a3f8261a15d0f4f60e4e03c3f7..e539f0cab7f2b0aa148e18b61956aa3624040ea0 100644 |
| --- a/content/public/browser/DEPS |
| +++ b/content/public/browser/DEPS |
| @@ -1,8 +1,10 @@ |
| specific_include_rules = { |
| - ".*\.cc": [ |
| + ".*\.(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
|
| "+content/browser", |
| "-content/browser/loader", |
| + "+device/power_save_blocker/power_save_blocker.h", |
| + |
| # TODO: content/browser/loader is being separated out of content, and this |
| # file will be moved elsewhere. See http://crbug.com/598073. |
| "!content/browser/loader/resource_dispatcher_host_impl.h", |