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