Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content/public/common", | 2 "+content/public/common", |
| 3 # Allow inclusion of WebKit API files. | |
| 4 "+third_party/WebKit/public/platform", | |
| 5 "+third_party/WebKit/public/web", | |
|
jochen (gone - plz use gerrit)
2017/05/10 11:45:41
browser/ must not blanket allow WebKit includes, s
dvadym
2017/05/10 16:42:52
Thanks
| |
| 6 "+mojo/common", | 3 "+mojo/common", |
| 7 "+mojo/public", | 4 "+mojo/public", |
| 8 "+services/service_manager/public/cpp", | 5 "+services/service_manager/public/cpp", |
| 9 ] | 6 ] |
| 10 | 7 |
| 11 specific_include_rules = { | 8 specific_include_rules = { |
| 12 '.*_[a-z]*test\.cc': [ | 9 '.*_[a-z]*test\.cc': [ |
| 13 "+content/public/test", | 10 "+content/public/test", |
| 14 ], | 11 ], |
| 15 } | 12 } |
| OLD | NEW |