include_rules = [
    "+base/allocator/partition_allocator/partition_alloc.h",
    "+base/auto_reset.h",
    "+base/bind.h",
    "+base/bind_helpers.h",
    "+base/bit_cast.h",
    "+base/callback.h",
    "+base/callback_forward.h",
    "+base/compiler_specific.h",
    "+base/containers/adapters.h",
    "+base/containers/span.h",
    "+base/debug",
    "+base/feature_list.h",
    "+base/format_macros.h",
    "+base/gtest_prod_util.h",
    "+base/hash/hash.h",
    "+base/location.h",
    "+base/logging.h",
    "+base/macros.h",
    "+base/memory/ptr_util.h",
    "+base/memory/weak_ptr.h",
    "+base/metrics/field_trial_params.h",
    "+base/metrics/histogram_functions.h",
    "+base/metrics/histogram_macros.h",
    "+base/metrics/single_sample_metrics.h",
    "+base/numerics/checked_math.h",
    "+base/numerics/clamped_math.h",
    "+base/numerics/safe_conversions.h",
    "+base/optional.h",
    "+base/rand_util.h",
    "+base/sequence_checker.h",
    "+base/sequenced_task_runner.h",
    "+base/single_thread_task_runner.h",
    "+base/stl_util.h",
    "+base/synchronization",
    "+base/sys_byteorder.h",
    "+base/system/sys_info.h",
    "+base/task/post_task.h",
    "+base/test/metrics/histogram_tester.h",
    "+base/test/scoped_feature_list.h",
    "+base/test/test_simple_task_runner.h",
    "+base/thread_annotations.h",
    "+base/threading/thread_checker.h",
    "+base/time/default_tick_clock.h",
    "+base/time/time.h",
    "+base/timer/elapsed_timer.h",
    "+base/timer/timer.h",
    "+base/trace_event/memory_dump_manager.h",
    "+base/trace_event/memory_dump_provider.h",
    "+base/trace_event/trace_event.h",
    "+base/util/type_safety/pass_key.h",
    "+base/util/type_safety/strong_alias.h",
    "+build",
    "+components/crash/core/common/crash_key.h",
    "+services/network/public/mojom",
    "+services/service_manager/public/cpp/interface_provider.h",
    "+testing/gmock/include/gmock",
    "+testing/gtest/include/gtest",
    "+third_party/blink/public/platform",
    "+third_party/blink/renderer/platform",

    # Blink knows about grd files, but the specifics of how to get a resource
    # given its id is left to the embedder.
    "-ui/base/l10n",
    "-ui/base/resource",

    "+ui/events/keycodes/dom",
    "+v8",
]

skip_child_includes = [
    "testing",
]
