blob: edb5129057f8deed8a0fccb37fe259b7a205e7e4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
"+chrome/app/breakpad_win.h",
"+content/public/app/startup_helper_win.h",
"+sandbox/linux/services",
"+sandbox/linux/seccomp-legacy",
"+sandbox/win/src",
"+native_client/src",
"+ppapi/c", # header files only
"+ppapi/proxy/ppapi_messages.h", # for message id's only
]
|