xref: /aosp_15_r20/external/cronet/components/nacl/renderer/DEPS (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1include_rules = [
2  "+content/public/renderer",
3  # for NaClErrorCode
4  "+native_client/src/trusted/service_runtime/nacl_error_code.h",
5  "+net",
6  "+ppapi/c",
7  "+ppapi/proxy",
8  "+ppapi/shared_impl",
9
10  # TODO(raymes): Once all of the resources are refactored to the new pepper
11  # resource model, these includes shouldn't be needed.
12  "+ppapi/thunk",
13
14  "+v8/include",
15  "+third_party/blink/public/platform",
16  "+third_party/blink/public/web",
17]
18