OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/plugin", # For checking whether we're a plugin process. | 2 "+chrome/plugin", # For checking whether we're a plugin process. |
3 "+device/bluetooth", # For BluetoothDevicePermission | 3 "+device/bluetooth", # For BluetoothDevicePermission |
| 4 "+device/media_transfer_protocol", # For MediaTransferProtocolManager |
4 "+device/usb", # For UsbDevicePermission | 5 "+device/usb", # For UsbDevicePermission |
5 "+extensions/common", | 6 "+extensions/common", |
6 "+grit", # For generated headers | 7 "+grit", # For generated headers |
7 "+libxml", | 8 "+libxml", |
8 "+ppapi/c", # For various types. | 9 "+ppapi/c", # For various types. |
9 "+ppapi/proxy", | 10 "+ppapi/proxy", |
10 "+ppapi/shared_impl", | 11 "+ppapi/shared_impl", |
11 "+remoting/client/plugin", | 12 "+remoting/client/plugin", |
12 "+sandbox/win/src", | 13 "+sandbox/win/src", |
13 "+skia", | 14 "+skia", |
(...skipping 14 matching lines...) Expand all Loading... |
28 "+third_party/zlib", | 29 "+third_party/zlib", |
29 | 30 |
30 # This is required by all_messages.h to allow logging of all messages. It | 31 # This is required by all_messages.h to allow logging of all messages. It |
31 # can't be moved to chrome/common/ because it has so many dependencies in | 32 # can't be moved to chrome/common/ because it has so many dependencies in |
32 # chrome/browser/. | 33 # chrome/browser/. |
33 "+chrome/browser/importer/profile_import_process_messages.h", | 34 "+chrome/browser/importer/profile_import_process_messages.h", |
34 | 35 |
35 # FIXME - refactor code and remove these dependencies | 36 # FIXME - refactor code and remove these dependencies |
36 "+chrome/installer", | 37 "+chrome/installer", |
37 ] | 38 ] |
OLD | NEW |