OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
| 2 "+breakpad", # For Breakpad constants. |
2 "+chrome/plugin", # For checking whether we're a plugin process. | 3 "+chrome/plugin", # For checking whether we're a plugin process. |
3 "+device/bluetooth", # For BluetoothDevicePermission | 4 "+device/bluetooth", # For BluetoothDevicePermission |
4 "+device/media_transfer_protocol", # For MediaTransferProtocolManager | 5 "+device/media_transfer_protocol", # For MediaTransferProtocolManager |
5 "+device/usb", # For UsbDevicePermission | 6 "+device/usb", # For UsbDevicePermission |
6 "+extensions/common", | 7 "+extensions/common", |
7 "+grit", # For generated headers | 8 "+grit", # For generated headers |
8 "+libxml", | 9 "+libxml", |
9 "+ppapi/c", # For various types. | 10 "+ppapi/c", # For various types. |
10 "+ppapi/proxy", | 11 "+ppapi/proxy", |
11 "+ppapi/shared_impl", | 12 "+ppapi/shared_impl", |
(...skipping 17 matching lines...) Expand all Loading... |
29 "+third_party/zlib", | 30 "+third_party/zlib", |
30 | 31 |
31 # 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 |
32 # 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 |
33 # chrome/browser/. | 34 # chrome/browser/. |
34 "+chrome/browser/importer/profile_import_process_messages.h", | 35 "+chrome/browser/importer/profile_import_process_messages.h", |
35 | 36 |
36 # FIXME - refactor code and remove these dependencies | 37 # FIXME - refactor code and remove these dependencies |
37 "+chrome/installer", | 38 "+chrome/installer", |
38 ] | 39 ] |
OLD | NEW |