summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/DEPS
blob: 0d0fb7d8bbed87f5a46cf8316ac633d4a8dbdde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_rules = [
  "+components/bookmarks",
  "+components/keyed_service",
  "+jni",
  "+net",
  "+sql",
  "+ui",
]

specific_include_rules = {
  "image_store_unittest\.cc": [
    "+third_party/skia"
  ],
  "test_image_store\.cc": [
    "+third_party/skia"
  ],
}