SDP is a detail of PeerConnection and is not used by anything in p2p, so it belongs in the pc/ directory. This also allows MediaContentDescription to be inlined in the future. Bug: webrtc:8620 Change-Id: I38b65ede9942e29eb15035ab29f2be988da1e5ce Reviewed-on: https://webrtc-review.googlesource.com/33781 Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21376}
13 lines
283 B
Python
13 lines
283 B
Python
include_rules = [
|
|
"+net",
|
|
"+system_wrappers",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
# TODO(steveanton): Remove this forwarding header once downstream projects
|
|
# have updated to include the file in its new location.
|
|
"sessiondescription\.h": [
|
|
"+pc/sessiondescription.h",
|
|
],
|
|
}
|