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