summaryrefslogtreecommitdiffstats
path: root/chromium/components/nacl/renderer/DEPS
blob: c72eb55d1f6b42e413472759468a2e75c3c0af8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  "+content/public/renderer",
  "+ppapi/c",
  "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h",  # For NaCl registration.
  "+ppapi/proxy",
  "+ppapi/shared_impl",

  # TODO(raymes): Once all of the resources are refactored to the new pepper
  # resource model, these includes shouldn't be needed.
  "+ppapi/thunk",

  "+v8/include",
  "+third_party/WebKit/public/web",
]