summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/api/test/DEPS
blob: 270b274c5feee1aa5c80159d6c66929f15d59745 (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
specific_include_rules = {
  ".*": [
    "+modules/video_coding",
  ],
  ".*": [
    "+video"
  ],
  "dummy_peer_connection\.h": [
    "+rtc_base/ref_counted_object.h",
  ],
  "neteq_factory_with_codecs\.h": [
    "+system_wrappers/include/clock.h",
  ],
  "network_emulation_manager\.h": [
    "+rtc_base/thread.h",
    "+rtc_base/network.h",
    "+rtc_base/network_constants.h",
  ],
  "peer_network_dependencies\.h": [
    "+rtc_base/network.h",
    "+rtc_base/thread.h",
  ],
  "peerconnection_quality_test_fixture\.h": [
    "+logging/rtc_event_log/rtc_event_log_factory_interface.h",
    "+rtc_base/network.h",
    "+rtc_base/rtc_certificate_generator.h",
    "+rtc_base/ssl_certificate.h",
    "+rtc_base/thread.h",
    "+media/base/media_constants.h",
    "+modules/audio_processing/include/audio_processing.h",
  ],
  "time_controller\.h": [
    "+rtc_base/synchronization/yield_policy.h",
    "+system_wrappers/include/clock.h",
  ],
  "create_frame_generator\.h": [
    "+system_wrappers/include/clock.h",
  ],
}