| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/subresource_filter/content/common", |
| 3 "+content/public/browser", |
| 2 "+content/public/common", | 4 "+content/public/common", |
| 3 # Allow inclusion of WebKit API files. | |
| 4 "+third_party/WebKit/public/platform", | |
| 5 "+third_party/WebKit/public/web", | |
| 6 "+ipc", | 5 "+ipc", |
| 7 "+mojo/public", | |
| 8 ] | 6 ] |
| 9 | 7 |
| 10 specific_include_rules = { | 8 specific_include_rules = { |
| 11 '.*_[a-z]*test\.cc': [ | 9 '.*_[a-z]*test\.cc': [ |
| 12 "+content/public/test", | 10 "+content/public/test", |
| 13 ], | 11 ], |
| 14 } | 12 } |
| OLD | NEW |