blob: cf4620fa5d070d505e37aaaa14d3768722d60009 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include_rules = [
"+components/policy/core/common",
"+device/bluetooth", # For BluetoothPermission
"+device/usb", # For UsbDevicePermission
"+libxml",
"+ppapi/c", # For various types.
"+skia",
]
specific_include_rules = {
# The extensions client interface is the master arbiter of which
# API schemas exist, so it needs to know about app APIs.
"chrome_extensions_client\.cc": [
"+apps/common/api/generated_schemas.h",
],
}
|