blob: dcb9c327a3c17c07f4afd25570bdf6d9d6afeb57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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/app",
"+chrome/renderer",
"+chrome/test",
"+sandbox/src",
"+native_client/src",
]
|