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