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