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