summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/DEPS
blob: 48f8c4340806e4200df9e56aec2e4fc9d012f047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include_rules = [
  "+base",
  "+gpu",
  "+media/audio",
  "+media/base",
  "+skia",
  "+webkit/common/webpreferences.h",
  "+webkit/common/fileapi/file_system_types.h",

  # The untrusted build references the NaCl integrated runtime (IRT).
  "+native_client/src/untrusted/irt",

  "-ppapi/cpp",
  "-ppapi/proxy",

  # For testing purpose.
  "+ppapi/proxy/ppapi_proxy_test.h",
]