summaryrefslogtreecommitdiffstats
path: root/chrome/nacl/DEPS
blob: 868eeec6ec26230843f3ee2aea8f635c006790e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_rules = [
  # 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/app",
  "+chrome/renderer",
  "+chrome/test",
  "+sandbox/src",
  "+native_client/src",
]