Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: webrtc/common_video/BUILD.gn

Issue 2020593002: Refactor scaling. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Trivial rebase. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/java/jni/androidvideocapturer_jni.cc ('k') | webrtc/common_video/common_video.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « webrtc/api/java/jni/androidvideocapturer_jni.cc ('k') | webrtc/common_video/common_video.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698