| Index: webrtc/common_video/BUILD.gn
|
| diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
|
| index cb3e3904ed015640941e526e1848ab49d655ca9b..d8e6bbfe0feb0536f686515e24618cfc6f73491f 100644
|
| --- a/webrtc/common_video/BUILD.gn
|
| +++ b/webrtc/common_video/BUILD.gn
|
| @@ -34,9 +34,7 @@ source_set("common_video") {
|
| "include/incoming_video_stream.h",
|
| "include/video_frame_buffer.h",
|
| "incoming_video_stream.cc",
|
| - "libyuv/include/scaler.h",
|
| "libyuv/include/webrtc_libyuv.h",
|
| - "libyuv/scaler.cc",
|
| "libyuv/webrtc_libyuv.cc",
|
| "video_frame.cc",
|
| "video_frame_buffer.cc",
|
| @@ -94,7 +92,6 @@ if (rtc_include_tests) {
|
| "i420_buffer_pool_unittest.cc",
|
| "i420_video_frame_unittest.cc",
|
| "libyuv/libyuv_unittest.cc",
|
| - "libyuv/scaler_unittest.cc",
|
| ]
|
|
|
| configs += [ "..:common_config" ]
|
|
|