blob: 7117740688ba8fc223d77121b11b7e9a1cca9da5 [file] [log] [blame]
include_rules = [
"+components/tracing",
# We don't want the proxy to depend on the C++ layer, which is appropriate
# for plugins only.
"-ppapi/cpp",
# The untrusted build references the NaCl integrated runtime (IRT).
"+native_client/src/public",
"+native_client/src/shared/srpc/nacl_srpc_ppapi_plugin_internal.h",
"+native_client/src/untrusted/irt/irt.h",
# The IRT also needs to know the errno and sysconf enums.
"+native_client/src/trusted/service_runtime/include/sys/errno.h",
"+native_client/src/trusted/service_runtime/include/sys/unistd.h",
]