summaryrefslogtreecommitdiffstats
path: root/chrome/common/DEPS
blob: 52cf585a563107df355712851e17fe2e5d278253 (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
33
34
35
36
37
38
39
40
41
42
43
include_rules = [
  "+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/crash/core/common",
  "+components/crx_file",
  "+components/data_reduction_proxy/content/common",
  "+components/data_reduction_proxy/core/common",
  "+components/dom_distiller/core",
  "+components/flags_ui/flags_ui_switches.h",
  "+components/gcm_driver",
  "+components/metrics/client_info.h",
  "+components/metrics/metrics_pref_names.h",
  "+components/nacl/common",
  "+components/offline_pages/offline_page_feature.h",
  "+components/password_manager/core/common",
  "+components/printing/common",
  "+components/policy/core/common",
  "+components/signin/core/common",
  # TODO(fdoray): Remove this once the PreRead field trial has expired.
  # crbug.com/577698
  "+components/startup_metric_utils/common",
  "+components/strings/grit",
  "+components/translate/core/common",
  "+components/url_formatter",
  "+components/version_info",
  "+extensions/common",
  "+gin/public",  # For profiling.cc
  "+google_apis/gaia",  # For gaia_switches.h
  "+grit",  # For generated headers. TODO(thestig): Remove.
  "+media",
  "+ppapi/c",
  "+ppapi/shared_impl",
  "+ppapi/thunk",
  "+third_party/kasko",

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