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", |
11 "+grit", # For generated headers | 11 "+grit", # For generated headers |
12 "+libxml", | 12 "+libxml", |
13 "+ppapi/c", # For various types. | 13 "+ppapi/c", # For various types. |
14 "+ppapi/proxy", | 14 "+ppapi/proxy", |
15 "+ppapi/shared_impl", | 15 "+ppapi/shared_impl", |
16 "+remoting/client/plugin", | 16 "+remoting/client/plugin", |
17 "+sandbox/win/src", | 17 "+sandbox/win/src", |
18 "+skia", | 18 "+skia", |
| 19 "+webkit/common/user_agent", |
19 "+webkit/glue", | 20 "+webkit/glue", |
20 "+webkit/plugins", | 21 "+webkit/plugins", |
21 "+webkit/user_agent", | |
22 | 22 |
23 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser | 23 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser |
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 | 34 |
35 # This is required by all_messages.h to allow logging of all messages. It | 35 # 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 | 36 # can't be moved to chrome/common/ because it has so many dependencies in |
37 # chrome/browser/. | 37 # chrome/browser/. |
38 "+chrome/browser/importer/profile_import_process_messages.h", | 38 "+chrome/browser/importer/profile_import_process_messages.h", |
39 | 39 |
40 # FIXME - refactor code and remove these dependencies | 40 # FIXME - refactor code and remove these dependencies |
41 "+chrome/installer", | 41 "+chrome/installer", |
42 ] | 42 ] |
OLD | NEW |