chromium/third_party/blink/renderer/DEPS

include_rules = [
    "+base/auto_reset.h",
    "+base/big_endian.h",
    "+base/bit_cast.h",
    "+base/bit_cast.h",
    "+base/bits.h",
    "+base/check.h",
    "+base/check_deref.h",
    "+base/check_is_test.h",
    "+base/check_op.h",
    "+base/compiler_specific.h",
    "+base/containers/adapters.h",
    "+base/containers/buffer_iterator.h",
    "+base/containers/checked_iterators.h",
    "+base/containers/contains.h",
    "+base/containers/cxx20_erase.h",
    "+base/containers/enum_set.h",
    "+base/containers/heap_array.h",
    "+base/containers/lru_cache.h",
    "+base/containers/span.h",
    "+base/containers/span_reader.h",
    "+base/containers/span_writer.h",
    "+base/dcheck_is_on.h",
    "+base/debug",
    "+base/feature_list.h",
    "+base/format_macros.h",
    "+base/functional/bind.h",
    "+base/functional/overloaded.h",
    "+base/gtest_prod_util.h",
    "+base/hash/hash.h",
    "+base/i18n/rtl.h",
    "+base/i18n/time_formatting.h",
    "+base/location.h",
    "+base/logging.h",
    "+base/memory/ptr_util.h",
    "+base/memory/ref_counted.h",
    "+base/memory/weak_ptr.h",
    "+base/metrics/field_trial_params.h",
    "+base/metrics/histogram.h",
    "+base/metrics/histogram_functions.h",
    "+base/metrics/histogram_macros.h",
    "+base/metrics/single_sample_metrics.h",
    "+base/not_fatal_until.h",
    "+base/numerics/angle_conversions.h",
    "+base/numerics/byte_conversions.h",
    "+base/numerics/checked_math.h",
    "+base/numerics/clamped_math.h",
    "+base/numerics/ostream_operators.h",
    "+base/numerics/safe_conversions.h",
    "+base/rand_util.h",
    "+base/ranges",
    "+base/sequence_checker.h",
    "+base/state_transitions.h",
    "+base/stl_util.h",
    "+base/strings/strcat.h",
    "+base/strings/string_util.h",
    "+base/synchronization",
    "+base/sys_byteorder.h",
    "+base/system/sys_info.h",
    "+base/task/bind_post_task.h",
    "+base/task/sequenced_task_runner.h",
    "+base/task/single_thread_task_runner.h",
    "+base/task/thread_pool.h",
    "+base/test/gmock_callback_support.h",
    "+base/test/metrics/histogram_tester.h",
    "+base/test/mock_callback.h",
    "+base/test/null_task_runner.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/time/tick_clock.h",
    "+base/time/time_delta_from_string.h",
    "+base/timer/elapsed_timer.h",
    "+base/timer/timer.h",
    "+base/token.h",
    "+base/types/cxx23_to_underlying.h",
    "+base/types/expected.h",
    "+base/types/expected_macros.h",
    "+base/types/optional_ref.h",
    "+base/types/optional_util.h",
    "+base/types/pass_key.h",
    "+base/types/strong_alias.h",
    "+build",
    "+cc/input/hit_test_opaqueness.h",
    "+cc/paint",
    "+components/crash/core/common/crash_key.h",
    "+net/base/features.h",
    "+net/cookies",
    "+net/http/structured_headers.h",
    "+net/storage_access_api/status.h",
    "+partition_alloc/oom.h",
    "+partition_alloc/partition_alloc.h",
    "+services/network/public/mojom",
    "+skia/ext",
    "+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/base/cursor/mojom/cursor_type.mojom-blink.h",
    "+ui/base/dragdrop/mojom",
    "+ui/events/keycodes/dom",
    "+v8",
]

skip_child_includes = [
    "testing",
]