summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/sdk/objc/DEPS
blob: 4cff92caf165e00ab5c90027d3a7aa88673c3918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include_rules = [
  "+base",
  "+components",
  "+helpers",
  "+sdk",
  "+common_video/h264",
  "+common_video/include",
  "+common_video/libyuv/include",
  "+logging/rtc_event_log/rtc_event_log_factory.h",
  "+media",
  "+modules/video_coding",
  "+pc",
  "+system_wrappers",
  "+modules/audio_device",
  "+modules/audio_processing",
  "+native",
  "+third_party/libyuv",
]