include_rules = [
    # To whitelist base/ stuff Blink is allowed to include, we list up all
    # directories and files instead of writing 'base/'.
    "+base/at_exit.h",
    "+base/command_line.h",
    "+base/i18n/icu_util.h",
    "+base/path_service.h",
    "+base/process",
    "+base/run_loop.h",
    "+base/message_loop",
    "+base/metrics/statistics_recorder.h",
    "+base/test/test_io_thread.h",
    "+cc",
    "+components/viz/test",
    "+mojo/edk/embedder",
    '+testing',
]

specific_include_rules = {
    'BlinkFuzzerTestSupport\.cpp': [
        "+content/public/test/blink_test_environment.h",
    ],
}
