Make compositor initialize top controls to be shown.
[chromium-blink-merge.git] / ppapi / nacl_irt / DEPS
blob8e4bc776b366f1eb2dabb3be4f40419485015d7d
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/shared/srpc/nacl_srpc.h",
11   "+native_client/src/untrusted/irt/irt.h",
12   "+native_client/src/untrusted/irt/irt_private.h",
13   # The IRT also needs to know the errno and sysconf enums.
14   "+native_client/src/trusted/service_runtime/include/sys/errno.h",
15   "+native_client/src/trusted/service_runtime/include/sys/unistd.h",