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/common", | 5 "+components/autofill/shared", |
6 "+device/bluetooth", # For BluetoothDevicePermission | 6 "+device/bluetooth", # For BluetoothDevicePermission |
7 "+device/media_transfer_protocol", # For MediaTransferProtocolManager | 7 "+device/media_transfer_protocol", # For MediaTransferProtocolManager |
8 "+device/usb", # For UsbDevicePermission | 8 "+device/usb", # For UsbDevicePermission |
9 "+extensions/common", | 9 "+extensions/common", |
10 "+grit", # For generated headers | 10 "+grit", # For generated headers |
11 "+libxml", | 11 "+libxml", |
12 "+ppapi/c", # For various types. | 12 "+ppapi/c", # For various types. |
13 "+ppapi/proxy", | 13 "+ppapi/proxy", |
14 "+ppapi/shared_impl", | 14 "+ppapi/shared_impl", |
15 "+remoting/client/plugin", | 15 "+remoting/client/plugin", |
(...skipping 16 matching lines...) Expand all Loading... |
32 "+third_party/zlib", | 32 "+third_party/zlib", |
33 | 33 |
34 # 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 |
35 # 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 |
36 # chrome/browser/. | 36 # chrome/browser/. |
37 "+chrome/browser/importer/profile_import_process_messages.h", | 37 "+chrome/browser/importer/profile_import_process_messages.h", |
38 | 38 |
39 # FIXME - refactor code and remove these dependencies | 39 # FIXME - refactor code and remove these dependencies |
40 "+chrome/installer", | 40 "+chrome/installer", |
41 ] | 41 ] |
OLD | NEW |