include_rules = [
    "+base/auto_reset.h",
    "+base/callback.h",
    "+base/callback_forward.h",
    "+base/containers/span.h",
    "+base/debug",
    "+base/feature_list.h",
    "+base/format_macros.h",
    "+base/gtest_prod_util.h",
    "+base/location.h",
    "+base/macros.h",
    "+base/memory/ptr_util.h",
    "+base/memory/weak_ptr.h",
    "+base/metrics/histogram_macros.h",
    "+base/numerics/checked_math.h",
    "+base/numerics/safe_conversions.h",
    "+base/optional.h",
    "+base/rand_util.h",
    "+base/sequenced_task_runner.h",
    "+base/single_thread_task_runner.h",
    "+base/stl_util.h",
    "+base/sys_byteorder.h",
    "+base/sys_info.h",
    "+base/task_scheduler/post_task.h",
    "+base/test/scoped_feature_list.h",
    "+base/thread_annotations.h",
    "+base/threading/thread_checker.h",
    "+base/time/time.h",
    "+build",
    "+services/service_manager/public/cpp/connector.h",
    "+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",
    "+v8",

    # We are moving from WTF_MAKE_NONCOPYABLE to DISALLOW_COPY_AND_ASSIGN. Stop
    # new dependencies on WTF_MAKE_NONCOPYABLE.
    "!third_party/blink/renderer/platform/wtf/noncopyable.h",
]

skip_child_includes = [
    "testing",
]
