2016-03-17 12:05:36 +01:00
|
|
|
include_rules = [
|
|
|
|
|
"+webrtc/base",
|
2016-07-13 06:44:41 -07:00
|
|
|
"+webrtc/call",
|
2016-03-17 12:05:36 +01:00
|
|
|
"+webrtc/common_video",
|
2016-09-09 11:04:53 -07:00
|
|
|
"+webrtc/modules/audio_device",
|
2016-03-17 12:05:36 +01:00
|
|
|
"+webrtc/modules/audio_processing",
|
2016-09-30 10:06:51 +02:00
|
|
|
"+webrtc/modules/bitrate_controller",
|
2016-07-29 14:48:54 +02:00
|
|
|
"+webrtc/modules/congestion_controller",
|
2016-07-13 06:44:41 -07:00
|
|
|
"+webrtc/modules/rtp_rtcp",
|
2016-03-17 12:05:36 +01:00
|
|
|
"+webrtc/system_wrappers",
|
|
|
|
|
]
|
|
|
|
|
|