summaryrefslogtreecommitdiffstats
path: root/chrome/nacl/DEPS
blob: c2468b98bc8b87f61740ed9273590391ee30ee42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_rules = [
  "+app",
  # TODO(mseaborn): Remove chrome/renderer from this list.  This is
  # here because we need chrome/renderer/renderer_sandbox_support_linux.h
  # for creating shared memory segments.  We should probably move this
  # sandbox support code out of chrome/renderer.  (Previously, this
  # header was #included from the native_client directory, which was
  # worse.)
  "+chrome/renderer",
  "+chrome/test",
  "+sandbox/src",
  "+native_client/src",
]