summaryrefslogtreecommitdiffstats
path: root/components/bookmarks/DEPS
blob: 75997b1ff71579f39d6184c3cdc61c6c045d7eae (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/query_parser",
  "+components/startup_metric_utils",
  "+components/url_formatter",
  "+grit/components_strings.h",
  "+jni",
  "+net/base",
  "+ui",
]

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