| 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 "+components/autofill/common", |
| 5 "+device/bluetooth", # For BluetoothDevicePermission | 5 "+device/bluetooth", # For BluetoothDevicePermission |
| 6 "+device/media_transfer_protocol", # For MediaTransferProtocolManager | 6 "+device/media_transfer_protocol", # For MediaTransferProtocolManager |
| 7 "+device/usb", # For UsbDevicePermission | 7 "+device/usb", # For UsbDevicePermission |
| 8 "+extensions/common", | 8 "+extensions/common", |
| 9 "+grit", # For generated headers | 9 "+grit", # For generated headers |
| 10 "+libxml", | 10 "+libxml", |
| 11 "+ppapi/c", # For various types. | 11 "+ppapi/c", # For various types. |
| 12 "+ppapi/proxy", | 12 "+ppapi/proxy", |
| 13 "+ppapi/shared_impl", | 13 "+ppapi/shared_impl", |
| 14 "+remoting/client/plugin", | 14 "+remoting/client/plugin", |
| 15 "+sandbox/win/src", | 15 "+sandbox/win/src", |
| 16 "+skia", | 16 "+skia", |
| 17 "+webkit/glue", | 17 "+webkit/glue", |
| 18 "+webkit/plugins", | 18 "+webkit/plugins", |
| 19 "+webkit/user_agent", | 19 "+webkit/user_agent", |
| 20 | 20 |
| 21 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser | 21 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser |
| 22 "+content/public/browser/notification_types.h", | 22 "+content/public/browser/notification_types.h", |
| 23 | 23 |
| 24 # Other libraries. | 24 # Other libraries. |
| 25 "+chrome/third_party/xdg_user_dirs", | 25 "+chrome/third_party/xdg_user_dirs", |
| 26 "+third_party/bzip2", | |
| 27 "+third_party/mt19937ar", | 26 "+third_party/mt19937ar", |
| 28 "+third_party/npapi", | 27 "+third_party/npapi", |
| 29 "+third_party/re2", | 28 "+third_party/re2", |
| 30 "+third_party/sqlite", | 29 "+third_party/sqlite", |
| 31 "+third_party/zlib", | 30 "+third_party/zlib", |
| 32 | 31 |
| 33 # This is required by all_messages.h to allow logging of all messages. It | 32 # This is required by all_messages.h to allow logging of all messages. It |
| 34 # can't be moved to chrome/common/ because it has so many dependencies in | 33 # can't be moved to chrome/common/ because it has so many dependencies in |
| 35 # chrome/browser/. | 34 # chrome/browser/. |
| 36 "+chrome/browser/importer/profile_import_process_messages.h", | 35 "+chrome/browser/importer/profile_import_process_messages.h", |
| 37 | 36 |
| 38 # FIXME - refactor code and remove these dependencies | 37 # FIXME - refactor code and remove these dependencies |
| 39 "+chrome/installer", | 38 "+chrome/installer", |
| 40 ] | 39 ] |
| OLD | NEW |