blob: ddc04338cc8cc37251bd411720fb76e4daf6e619 [file] [log] [blame]
include_rules = [
"+components/prefs",
"+components/url_pattern_index",
"+components/variations",
# subresource_filter is a layered component; subdirectories must explicitly
# introduce the ability to use non-core layers as appropriate.
"-components/subresource_filter/content",
"+net/base",
"+third_party/flatbuffers",
"+third_party/protobuf",
]
specific_include_rules = {
# Dependencies specific for fuzz targets and other fuzzing-related code.
".*fuzz.*": [
"+third_party/libFuzzer/src/utils", # This contains FuzzedDataProvider.
],
}