blob: bea4aec12fb3629fc6bd69b505ca96c02edca97f (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
"+gpu/command_buffer",
"+libEGL",
"+libGLESv2",
"+sandbox",
"+skia",
"+third_party/libxml", # For parsing WinSAT results files.
"+third_party/libXNVCtrl", # For NV driver version query.
"+third_party/re2",
]
|