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/scheduler/child", |
| 5 "+components/scheduler/common", |
| 6 "+components/tracing", |
4 "+components/webcrypto", | 7 "+components/webcrypto", |
5 | 8 |
6 "+components/tracing", | |
7 "+content/app/strings/grit", # For generated headers | 9 "+content/app/strings/grit", # For generated headers |
8 "+content/public/child", | 10 "+content/public/child", |
9 "+media/base/android", | 11 "+media/base/android", |
10 "+v8/include/v8.h" | 12 "+v8/include/v8.h" |
11 ] | 13 ] |
OLD | NEW |