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