2017-02-25 18:15:09 -08:00
|
|
|
include_rules = [
|
|
|
|
|
"+webrtc/api",
|
|
|
|
|
"+webrtc/base",
|
|
|
|
|
"+webrtc/call",
|
|
|
|
|
"+webrtc/logging/rtc_event_log",
|
|
|
|
|
"+webrtc/media",
|
|
|
|
|
"+webrtc/modules/audio_coding",
|
2017-06-29 08:32:09 -07:00
|
|
|
"+webrtc/modules/audio_processing",
|
2017-02-25 18:15:09 -08:00
|
|
|
"+webrtc/p2p",
|
|
|
|
|
"+webrtc/pc",
|
|
|
|
|
|
|
|
|
|
"+webrtc/modules/rtp_rtcp",
|
|
|
|
|
"+webrtc/system_wrappers",
|
|
|
|
|
|
|
|
|
|
"+webrtc/modules/audio_device",
|
|
|
|
|
"+webrtc/modules/video_coding",
|
|
|
|
|
"+webrtc/modules/video_render",
|
|
|
|
|
]
|