By moving the call to Load() up in SearchProvider::Start(), we are giving a chance...
[chromium-blink-merge.git] / chrome / common / DEPS
bloba1d62021e49b8c299cc35c8b2bc20ee7f1878b31
1 include_rules = [
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
6   "+extensions/common",
7   "+grit",  # For generated headers
8   "+libxml",
9   "+ppapi/c",  # For various types.
10   "+ppapi/proxy",
11   "+ppapi/shared_impl",
12   "+remoting/client/plugin",
13   "+sandbox/win/src",
14   "+skia",
15   "+webkit/glue",
16   "+webkit/plugins",
17   "+webkit/user_agent",
19   # TODO(jam): remove me once chrome_notifcation_types.h moves to browser
20   "+content/public/browser/notification_types.h",
22   # Other libraries.
23   "+chrome/third_party/xdg_user_dirs",
24   "+third_party/bzip2",
25   "+third_party/mt19937ar",
26   "+third_party/npapi",
27   "+third_party/re2",
28   "+third_party/sqlite",
29   "+third_party/zlib",
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
33   # chrome/browser/.
34   "+chrome/browser/importer/profile_import_process_messages.h",
36   # FIXME - refactor code and remove these dependencies
37   "+chrome/installer",