summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/DEPS
blob: b904fec0f22884f973a800d57d124f16e7d203cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
include_rules = [
    "+base/allocator/partition_allocator/partition_alloc.h",
    "+base/allocator/partition_allocator/oom.h",
    "+base/auto_reset.h",
    "+base/bind.h",
    "+base/bind_helpers.h",
    "+base/bit_cast.h",
    "+base/check.h",
    "+base/check_op.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/notreached.h",
    "+base/macros.h",
    "+base/memory/checked_ptr.h",
    "+base/memory/ptr_util.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/numerics/checked_math.h",
    "+base/numerics/clamped_math.h",
    "+base/numerics/ranges.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/strings/strcat.h",
    "+base/synchronization",
    "+base/sys_byteorder.h",
    "+base/system/sys_info.h",
    "+base/task/post_task.h",
    "+base/task/thread_pool.h",
    "+base/template_util.h",
    "+base/test/gmock_callback_support.h",
    "+base/test/metrics/histogram_tester.h",
    "+base/test/mock_callback.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",
    "+net/cookies",
    "+net/http/structured_headers.h",
    "+services/network/public/mojom",
    "+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.mojom-blink.h",
    "+ui/base/cursor/mojom/cursor_type.mojom-blink.h",
    "+ui/events/keycodes/dom",
    "+v8",
]

skip_child_includes = [
    "testing",
]