Roll src/third_party/skia a5783ae:7628967
[chromium-blink-merge.git] / components / search_engines / DEPS
blobd03a92062690d6472d31d7affcda5f8741a829a5
1 include_rules = [
2   "+components/google/core",
3   "+components/history/core",
4   "+components/keyed_service/core",
5   "+components/metrics/proto",
6   "+components/policy/core",
7   "+components/pref_registry",
8   "+components/rappor",
9   "+components/url_formatter",
10   "+components/webdata",
11   "+google_apis",
12   "+grit/components_strings.h",
13   "+libxml",
14   "+net",
15   "+policy",
16   "+sql",
17   "+sync",
18   "+ui/base",
19   "+ui/gfx",
22 specific_include_rules = {
23   ".*_unittest\.cc$": [
24     "!chrome/browser/history/history_service.h",
25     "!chrome/browser/history/history_service_factory.h",
26     "!chrome/browser/search_engines/template_url_service_test_util.h",
27     "!chrome/common/chrome_paths.h",
28     "!chrome/test/base/testing_pref_service_syncable.h",
29     "!chrome/test/base/testing_profile.h",
30     "!content/public/test/test_browser_thread_bundle.h",
31   ],