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