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" ], }