File: DEPS

package info (click to toggle)
chromium 138.0.7204.183-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,071,908 kB
  • sloc: cpp: 34,937,088; ansic: 7,176,967; javascript: 4,110,704; python: 1,419,953; asm: 946,768; xml: 739,971; pascal: 187,324; sh: 89,623; perl: 88,663; objc: 79,944; sql: 50,304; cs: 41,786; fortran: 24,137; makefile: 21,806; php: 13,980; tcl: 13,166; yacc: 8,925; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (53 lines) | stat: -rw-r--r-- 1,951 bytes parent folder | download | duplicates (6)
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
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",
    "+base/power_monitor/power_observer.h",
    # TODO(crbug.com/787254): Replace StringPrintf uses here.
    "+base/strings/stringprintf.h",
    # TODO(crbug.com/787254): Remove the use of base::CurrentThread.
    "+base/task/current_thread.h",
    "+base/threading/thread.h",
    "+base/unguessable_token.h",
    "+base/values.h",
    "+crypto/openssl_util.h",
    "+components/webrtc/thread_wrapper.h",
    "+media/base",
    "+media/media_buildflags.h",
    "+media/mojo/clients/mojo_video_encoder_metrics_provider.h",
    "+media/mojo/mojom/webrtc_video_perf.mojom-blink.h",
    "+media/video/gpu_video_accelerator_factories.h",
    "+net/third_party/quiche/src/quiche/quic",
    "+net/third_party/quiche/src/quiche/common",
    "+net/net_buildflags.h",
    "+net/quic/chromium",
    "+net/quic",
    "+net/test",
    "+services/metrics/public/cpp/ukm_builders.h",
]

specific_include_rules = {
    "rtc_dtls_transport.cc": [
        "+third_party/boringssl/src/include",
    ],
    ".*test.*": [
        # TODO(crbug.com/1294176): Remove when no longer needed.
        "+base/cfi_buildflags.h",
        "+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",
    ],
}