summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/peerconnection/DEPS
blob: 5194e720e1d6267272212e6403335372061ba74e (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
include_rules = [
    "-third_party/blink/renderer/modules",
    "+third_party/blink/renderer/modules/crypto",
    "+third_party/blink/renderer/modules/event_modules.h",
    "+third_party/blink/renderer/modules/event_target_modules.h",
    "+third_party/blink/renderer/modules/mediastream",
    "+third_party/blink/renderer/modules/modules_export.h",
    "+third_party/blink/renderer/modules/peerconnection",
    "+third_party/blink/renderer/modules/p2p",
    "+third_party/blink/renderer/modules/webrtc",

    "+base/hash/md5.h",
    "+base/lazy_instance.h",
    # TODO(crbug.com/787254): Remove the use of base::MessageLoopCurrent.
    "+base/message_loop/message_loop_current.h",
    "+base/power_monitor/power_observer.h",
    # TODO(crbug.com/787254): Replace base::SequenceChecker by base::ThreadChecker.
    "+base/sequence_checker.h",
    # TODO(crbug.com/787254): Replace StringPrintf uses here.
    "+base/strings/stringprintf.h",
    "+base/threading/thread.h",
    "+base/values.h",
    "+crypto/openssl_util.h",
    "+jingle/glue/thread_wrapper.h",
    "+media/base",
    "+media/media_buildflags.h",
    "+media/video/gpu_video_accelerator_factories.h",
    "+net/third_party/quiche/src/quic",
    "+net/third_party/quiche/src/common",
    "+net/quic/chromium",
    "+net/quic",
    "+net/test",
    "+services/metrics/public/cpp/ukm_builders.h",
]

specific_include_rules = {
    ".*test.*": [
        "+base/run_loop.h",
        "+base/test/scoped_run_loop_timeout.h",
        "+base/test/test_timeouts.h",
        "+base/threading/thread.h",
        "+media/audio/audio_sink_parameters.h",
        "+media/audio/audio_source_parameters.h",
        "+ui/gfx/color_space.h",
    ],
}