include_rules = [
  "+native_client/src/public",
  "+native_client/src/shared",
  "+native_client/src/untrusted",
  "+native_client/src/third_party/dlmalloc",
  "+native_client/src/third_party/valgrind",
  # TODO(bradnelson): move this to src/shared ?
  "+native_client/src/trusted/weak_ref",
  # For nacl/syscall_bindings_trampoline.h and a couple of tests:
  "+native_client/src/trusted/service_runtime/include/bits/nacl_syscalls.h",
  "+native_client/src/trusted/service_runtime/nacl_config.h",
  # For various tests:
  "+native_client/src/trusted/service_runtime/include/sys",
]
