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