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