ossu 7bb87ee4e8 Create //webrtc/api:libjingle_peerconnection_api + refactorings.
Create a new target //webrtc/api:libjingle_peerconnection_api and start moving
things into it. Move remaining parts of //webrtc/api:libjingle_peerconnection
to //webrtc/pc:libjingle_peerconnection.

Moved the RTCStatsCollectorCallback into its own header file, so that
PeerConnectionInterface can include that instead of pulling in
RTCStatsCollector and PeerConnection and everything.

Separated cricket::MediaType into its own header/source set, so that it
can be used in the api.

BUG=webrtc:5883

Review-Url: https://codereview.webrtc.org/2514883002
Cr-Commit-Position: refs/heads/master@{#16210}
2017-01-23 12:56:25 +00:00

30 lines
713 B
Python

include_rules = [
"+third_party/libsrtp"
"+webrtc/api",
"+webrtc/base",
"+webrtc/call",
"+webrtc/common_video/h264",
"+webrtc/logging/rtc_event_log",
"+webrtc/logging/rtc_event_log",
"+webrtc/media",
"+webrtc/modules/audio_device",
"+webrtc/modules/rtp_rtcp",
"+webrtc/modules/video_coding",
"+webrtc/modules/video_render",
"+webrtc/p2p",
"+webrtc/system_wrappers",
]
specific_include_rules = {
"androidtestinitializer\.cc": [
"+base/android", # Allowed only for Android tests.
"+webrtc/voice_engine",
],
"srtpfilter_unittest\.cc": [
"+crypto",
],
"peerconnectionfactory\.cc": [
"+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h",
],
}