summaryrefslogtreecommitdiffstats
path: root/components/bookmarks/DEPS
blob: 40b213ec092a1945427c8173a97570d17d8f7e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include_rules = [
  "+components/favicon_base",
  "+components/keyed_service",
  "+components/pref_registry",
  "+components/prefs",
  "+components/query_parser",
  "+components/url_formatter",
  "+grit/components_strings.h",
  "+jni",
  "+net/base",
  "+ui",
]

specific_include_rules = {
  "bookmark_model_unittest.cc": [
    "+third_party/skia",
  ]
}