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
87
88
89
90
91
92
93
94
95
96
97
98
99
|
include_rules = [
"+base/allocator/partition_allocator/oom.h",
"+base/allocator/partition_allocator/partition_alloc.h",
"+base/auto_reset.h",
"+base/bind.h",
"+base/bit_cast.h",
"+base/bits.h",
"+base/check.h",
"+base/check_op.h",
"+base/compiler_specific.h",
"+base/containers/adapters.h",
"+base/containers/contains.h",
"+base/containers/cxx20_erase.h",
"+base/containers/enum_set.h",
"+base/containers/lru_cache.h",
"+base/containers/span.h",
"+base/cxx17_backports.h",
"+base/dcheck_is_on.h",
"+base/debug",
"+base/feature_list.h",
"+base/format_macros.h",
"+base/functional/function_ref.h",
"+base/gtest_prod_util.h",
"+base/hash/hash.h",
"+base/i18n/rtl.h",
"+base/location.h",
"+base/logging.h",
"+base/memory/ptr_util.h",
"+base/memory/raw_ptr.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/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/stl_util.h",
"+base/strings/strcat.h",
"+base/synchronization",
"+base/sys_byteorder.h",
"+base/system/sys_info.h",
"+base/task/sequenced_task_runner.h",
"+base/task/single_thread_task_runner.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/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/containers/lru_cache.h",
"+base/token.h",
"+base/trace_event",
"+base/types/pass_key.h",
"+base/types/strong_alias.h",
"+build",
"+cc/paint",
"+components/crash/core/common/crash_key.h",
"+components/power_scheduler",
"+net/base/features.h",
"+net/cookies",
"+net/http/structured_headers.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",
]
|