OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+third_party/libvpx_new", | 2 "+third_party/libvpx", |
3 # For video copying, cropping and scaling. | 3 # For video copying, cropping and scaling. |
4 # TODO(wuchengli): remove this when RTCVideoEncoder supports zero copy. | 4 # TODO(wuchengli): remove this when RTCVideoEncoder supports zero copy. |
5 "+third_party/libyuv", | 5 "+third_party/libyuv", |
6 '+third_party/opus', | 6 '+third_party/opus', |
7 '+third_party/webrtc_overrides', | 7 '+third_party/webrtc_overrides', |
8 ] | 8 ] |
OLD | NEW |