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