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