| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+breakpad", # For Breakpad constants. | 2 "+breakpad", # For Breakpad constants. |
| 3 "+chrome/plugin", # For checking whether we're a plugin process. | 3 "+chrome/plugin", # For checking whether we're a plugin process. |
| 4 "+components/autofill/common", |
| 4 "+device/bluetooth", # For BluetoothDevicePermission | 5 "+device/bluetooth", # For BluetoothDevicePermission |
| 5 "+device/media_transfer_protocol", # For MediaTransferProtocolManager | 6 "+device/media_transfer_protocol", # For MediaTransferProtocolManager |
| 6 "+device/usb", # For UsbDevicePermission | 7 "+device/usb", # For UsbDevicePermission |
| 7 "+extensions/common", | 8 "+extensions/common", |
| 8 "+grit", # For generated headers | 9 "+grit", # For generated headers |
| 9 "+libxml", | 10 "+libxml", |
| 10 "+ppapi/c", # For various types. | 11 "+ppapi/c", # For various types. |
| 11 "+ppapi/proxy", | 12 "+ppapi/proxy", |
| 12 "+ppapi/shared_impl", | 13 "+ppapi/shared_impl", |
| 13 "+remoting/client/plugin", | 14 "+remoting/client/plugin", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 30 "+third_party/zlib", | 31 "+third_party/zlib", |
| 31 | 32 |
| 32 # This is required by all_messages.h to allow logging of all messages. It | 33 # This is required by all_messages.h to allow logging of all messages. It |
| 33 # can't be moved to chrome/common/ because it has so many dependencies in | 34 # can't be moved to chrome/common/ because it has so many dependencies in |
| 34 # chrome/browser/. | 35 # chrome/browser/. |
| 35 "+chrome/browser/importer/profile_import_process_messages.h", | 36 "+chrome/browser/importer/profile_import_process_messages.h", |
| 36 | 37 |
| 37 # FIXME - refactor code and remove these dependencies | 38 # FIXME - refactor code and remove these dependencies |
| 38 "+chrome/installer", | 39 "+chrome/installer", |
| 39 ] | 40 ] |
| OLD | NEW |