2 "+chrome/plugin", # For checking whether we're a plugin process.
3 "+device/bluetooth", # For BluetoothDevicePermission
4 "+device/media_transfer_protocol", # For MediaTransferProtocolManager
5 "+device/usb", # For UsbDevicePermission
7 "+grit", # For generated headers
9 "+ppapi/c", # For various types.
12 "+remoting/client/plugin",
19 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser
20 "+content/public/browser/notification_types.h",
23 "+chrome/third_party/xdg_user_dirs",
25 "+third_party/mt19937ar",
28 "+third_party/sqlite",
31 # This is required by all_messages.h to allow logging of all messages. It
32 # can't be moved to chrome/common/ because it has so many dependencies in
34 "+chrome/browser/importer/profile_import_process_messages.h",
36 # FIXME - refactor code and remove these dependencies