Add wfh@ to chrome/browser/resources/plugin_metadata OWNERS.
[chromium-blink-merge.git] / ppapi / nacl_irt / DEPS
blobda4e94bc92fcf9f361171c7cca140288683dcc2a
1 include_rules = [
2   "+components/tracing",
4   # We don't want the proxy to depend on the C++ layer, which is appropriate
5   # for plugins only.
6   "-ppapi/cpp",
8   # The untrusted build references the NaCl integrated runtime (IRT).
9   "+native_client/src/public",
10   "+native_client/src/untrusted/irt/irt.h",
11   # The IRT also needs to know the errno and sysconf enums.
12   "+native_client/src/trusted/service_runtime/include/sys/errno.h",
13   "+native_client/src/trusted/service_runtime/include/sys/unistd.h",