blob: a7ee2748852fdaca9038505e8124f88f419406c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"-mojo",
"+mojo/common",
"+mojo/public",
"+jni",
"+third_party/mojo/src/mojo/public",
# TODO(abarth) Instead of having the services depend on the shell, we
# probably should create a layer below the services.
"+mojo/shell",
]
|