summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/DEPS
blob: 9c6e653594682afce81e275402fa3f87a9fae71c (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
include_rules = [
    # To whitelist base/ stuff Blink is allowed to include, we list up all
    # directories and files instead of writing 'base/'.
    "+base/allocator/partition_allocator",
    "+base/atomic_ref_count.h",
    "+base/bind.h",
    "+base/bind_helpers.h",
    "+base/bit_cast.h",
    "+base/compiler_specific.h",
    "+base/cpu.h",
    "+base/feature_list.h",
    "+base/files",
    "+base/containers/adapters.h",
    "+base/containers/flat_map.h",
    "+base/guid.h",
    "+base/json",
    "+base/location.h",
    "+base/logging.h",
    "+base/memory",
    "+base/observer_list.h",
    "+base/memory/shared_memory.h",
    "+base/message_loop/message_loop.h",
    "+base/metrics/histogram.h",
    "+base/metrics/histogram_base.h",
    "+base/metrics/histogram_functions.h",
    "+base/metrics/histogram_macros.h",
    "+base/metrics/histogram_samples.h",
    "+base/metrics/sparse_histogram.h",
    "+base/numerics/checked_math.h",
    "+base/numerics/safe_conversions.h",
    "+base/rand_util.h",
    "+base/run_loop.h",
    "+base/strings/pattern.h",
    "+base/strings/string_util.h",
    "+base/strings/stringprintf.h",
    "+base/synchronization/waitable_event.h",
    "+base/sys_info.h",
    "+base/android/sys_utils.h",
    "+base/task/sequence_manager/task_time_observer.h",
    "+base/test",
    "+base/test/fuzzed_data_provider.h",
    "+base/threading/thread_task_runner_handle.h",
    "+base/time",
    "+base/timer",
    "+base/trace_event",
    "+base/unguessable_token.h",
    "+base/values.h",
    "+base/lazy_instance.h",
    "+net/base/filename_util.h",
    "+net/http/http_util.h",
    "+net/http/http_request_headers.h",
    "+net/http/http_response_headers.h",
    "+device",
    "+gpu/GLES2",
    "+mojo/public",
    "+mozilla",
    "+services/metrics/public/cpp/ukm_entry_builder.h",
    "+services/metrics/public/cpp/ukm_recorder.h",
    "+services/network/public/mojom/data_pipe_getter.mojom-blink.h",
    "+services/viz/public/interfaces/compositing/compositor_frame_sink.mojom-blink.h",
    "+skia/ext",
    #TODO(nverne): remove this
    "+third_party/blink/public/web/blink.h",
    "+third_party/ced/src/compact_enc_det/compact_enc_det.h",
    "+third_party/khronos",
    "+third_party/skia",
    "+ui/gfx",
    "+url",
    "+webp",
    "+build/mac",
    "+build/win",
    "-third_party/blink/renderer/bindings",
    "-third_party/blink/renderer/core",
    "-third_party/blink/renderer/modules",
]

specific_include_rules = {
    "web_url_error\.cc": [
        "+net/base/net_errors.h"
    ],
    "ukm_time_aggregator_test.cc" : [
        "+components/ukm/test_ukm_recorder.h"
    ],
}