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