| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Allow inclusion of specific components that we depend on. We may only | 2 # Allow inclusion of specific components that we depend on. We may only |
| 3 # depend on components which we share with the mojo html_viewer. | 3 # depend on components which we share with the mojo html_viewer. |
| 4 "+components/memory_coordinator/child", |
| 4 "+components/mus/public", | 5 "+components/mus/public", |
| 5 "+components/scheduler", | 6 "+components/scheduler", |
| 6 "+components/url_formatter", | 7 "+components/url_formatter", |
| 7 | 8 |
| 8 "+cc/blink", | 9 "+cc/blink", |
| 9 "+content/public/child", | 10 "+content/public/child", |
| 10 "+content/public/renderer", | 11 "+content/public/renderer", |
| 11 "+content/child", | 12 "+content/child", |
| 12 "+device/battery", # For battery status service. | 13 "+device/battery", # For battery status service. |
| 13 "+device/usb/public", | 14 "+device/usb/public", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 25 | 26 |
| 26 specific_include_rules = { | 27 specific_include_rules = { |
| 27 '.*_[a-z]*browsertest.*': [ | 28 '.*_[a-z]*browsertest.*': [ |
| 28 "+content/public/browser", | 29 "+content/public/browser", |
| 29 "+content/shell", | 30 "+content/shell", |
| 30 ], | 31 ], |
| 31 "render_thread_impl_browsertest\.cc": [ | 32 "render_thread_impl_browsertest\.cc": [ |
| 32 "+content/app/mojo/mojo_init.h", | 33 "+content/app/mojo/mojo_init.h", |
| 33 ], | 34 ], |
| 34 } | 35 } |
| OLD | NEW |