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