summaryrefslogtreecommitdiff
path: root/chromium/components/search_engines/DEPS
blob: a5e5859cae617ac78eef6ca9876e7d34ec7b7e21 (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
include_rules = [
  "+components/google/core",
  "+components/history/core",
  "+components/infobars/core",
  "+components/keyed_service/core",
  # TODO(mpearson): for experiment; remove after crbug.com/488901 is launched.
  "+components/omnibox/browser/omnibox_field_trial.h",
  "+components/policy",
  "+components/pref_registry",
  "+components/prefs",
  "+components/rappor",
  "+components/strings/grit/components_strings.h",
  "+components/sync",
  "+components/sync_preferences/testing_pref_service_syncable.h",
  "+components/url_formatter",
  "+components/webdata",
  "+google_apis",
  "+libxml",
  "+net",
  "+sql",
  "+ui/base",
  "+ui/gfx",
  "+third_party/metrics_proto",
]