Switch Linux and CrOS to BoringSSL.
[chromium-blink-merge.git] / ppapi / nacl_irt / DEPS
bloba173f60f8649b16d9e8a4a33b7c1460a798b6070
1 include_rules = [
2   "+components/tracing",
4   # Required for Mojo IRT support.
5   "+mojo/nacl/mojo_irt.h",
7   # We don't want the proxy to depend on the C++ layer, which is appropriate
8   # for plugins only.
9   "-ppapi/cpp",
11   # The untrusted build references the NaCl integrated runtime (IRT).
12   "+native_client/src/public",
13   "+native_client/src/untrusted/irt/irt.h",
14   # The IRT also needs to know the errno and sysconf enums.
15   "+native_client/src/trusted/service_runtime/include/sys/errno.h",
16   "+native_client/src/trusted/service_runtime/include/sys/unistd.h",