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 | 5 "+chromeos", # For chromeos_switches.h |
6 "+components/autofill/common", | 6 "+components/autofill/common", |
7 "+device/bluetooth", # For BluetoothDevicePermission | 7 "+device/bluetooth", # For BluetoothDevicePermission |
8 "+device/media_transfer_protocol", # For MediaTransferProtocolManager | 8 "+device/media_transfer_protocol", # For MediaTransferProtocolManager |
9 "+device/usb", # For UsbDevicePermission | 9 "+device/usb", # For UsbDevicePermission |
10 "+extensions/common", | 10 "+extensions/common", |
(...skipping 13 matching lines...) Expand all Loading... | |
24 "+content/public/browser/notification_types.h", | 24 "+content/public/browser/notification_types.h", |
25 | 25 |
26 # Other libraries. | 26 # Other libraries. |
27 "+chrome/third_party/xdg_user_dirs", | 27 "+chrome/third_party/xdg_user_dirs", |
28 "+third_party/bzip2", | 28 "+third_party/bzip2", |
29 "+third_party/mt19937ar", | 29 "+third_party/mt19937ar", |
30 "+third_party/npapi", | 30 "+third_party/npapi", |
31 "+third_party/re2", | 31 "+third_party/re2", |
32 "+third_party/sqlite", | 32 "+third_party/sqlite", |
33 "+third_party/zlib", | 33 "+third_party/zlib", |
34 "+third_party/zip", | |
jam
2013/04/29 16:22:51
since you need this in chrome/browser, chrome/comm
alecflett
2013/04/29 17:13:19
Done.
| |
34 | 35 |
35 # This is required by all_messages.h to allow logging of all messages. It | 36 # 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 | 37 # can't be moved to chrome/common/ because it has so many dependencies in |
37 # chrome/browser/. | 38 # chrome/browser/. |
38 "+chrome/browser/importer/profile_import_process_messages.h", | 39 "+chrome/browser/importer/profile_import_process_messages.h", |
39 | 40 |
40 # FIXME - refactor code and remove these dependencies | 41 # FIXME - refactor code and remove these dependencies |
41 "+chrome/installer", | 42 "+chrome/installer", |
42 ] | 43 ] |
OLD | NEW |