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