Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+third_party/libvpx_new", | 2 "+third_party/libvpx_new", |
| 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/webrtc_overrides', | |
| 6 ] | 7 ] |
| 7 | |
| OLD | NEW |