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