OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+components/view_manager", | 2 "+components/view_manager", |
3 "+mandoline/services", | 3 "+mandoline/services", |
4 "+mojo/application", | 4 "+mojo/application", |
5 "+mojo/common", | 5 "+mojo/common", |
6 "+mojo/converters", | 6 "+mojo/converters", |
7 "+mojo/runner", | |
yzshen1
2015/08/13 15:59:12
It probably shouldn't depend on runner to gain acc
msw
2015/08/13 22:12:06
Done.
| |
7 "+mojo/services/network/public", | 8 "+mojo/services/network/public", |
9 "+mojo/services/tracing", | |
yzshen1
2015/08/13 15:59:12
Maybe we should put the interface in a public/ sub
msw
2015/08/13 22:12:06
Done.
| |
8 "+third_party/mojo/src/mojo/public", | 10 "+third_party/mojo/src/mojo/public", |
9 "+third_party/mojo_services", | 11 "+third_party/mojo_services", |
10 "+ui", | 12 "+ui", |
11 ] | 13 ] |
OLD | NEW |