blob: b3cce4858a85d618f912a2a1ba5b621b910d74dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include_rules = [
"+components/bookmarks",
"+sql",
"+ui",
]
specific_include_rules = {
"image_store_unittest\.cc": [
"+third_party/skia"
],
"test_image_store\.cc": [
"+third_party/skia"
],
}
|