summaryrefslogtreecommitdiffstats
path: root/chrome/common/DEPS
blob: b74d811870d50a62d9a6e6aa55659d78b3988ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
include_rules = [
  "+apps/app_shim",  # For app shim messages.
  "+breakpad",  # For Breakpad constants.
  "+chrome/grit",  # For generated headers
  "+chromeos",  # For chromeos_switches.h
  "+components/autofill/content/common",
  "+components/autofill/core/common",
  "+components/bookmarks/common",
  "+components/cloud_devices/common",
  "+components/content_settings/core/common",
  "+components/crx_file",
  "+components/data_reduction_proxy/common",
  "+components/dom_distiller/core",
  "+components/metrics/client_info.h",
  "+components/metrics/metrics_pref_names.h",
  "+components/nacl/common",
  "+components/password_manager/core/common",
  "+components/policy/core/common",
  "+components/signin/core/common",
  "+components/translate/core/common",
  "+extensions/common",
  "+google_apis/gaia",  # For gaia_switches.h
  "+grit",  # For generated headers. TODO(thestig): Remove.
  "+media",
  "+ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h",
  "+ppapi/shared_impl",
  "+remoting/client/plugin",
  "+webkit/common/user_agent",

  # FIXME - refactor code and remove these dependencies
  "+chrome/installer",
]