QUIC - cleanup changes to sync chromium tree with internal source.
[chromium-blink-merge.git] / components / nacl / renderer / DEPS
blob72eb98563da7c1e3e40f8b89dde318910638ad56
1 include_rules = [
2   "+content/public/renderer",
3   "+native_client/src/public/imc_types.h",  # for NaClHandle
4   # for NaClErrorCode
5   "+native_client/src/trusted/service_runtime/nacl_error_code.h",
6   "+net",
7   "+ppapi/c",
8   "+ppapi/proxy",
9   "+ppapi/shared_impl",
11   # TODO(raymes): Once all of the resources are refactored to the new pepper
12   # resource model, these includes shouldn't be needed.
13   "+ppapi/thunk",
15   "+v8/include",
16   "+third_party/WebKit/public/platform",
17   "+third_party/WebKit/public/web",