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

Unified Diff: webrtc/common_video/BUILD.gn

Issue 2020593002: Refactor scaling. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Delete ShallowCenterCrop. Created 4 years, 7 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
Index: webrtc/common_video/BUILD.gn
diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
index 7474974c52872e7f0c688783a2199d1127c57bb0..b7342901c6922af56c636db692f02ab3344161a7 100644
--- a/webrtc/common_video/BUILD.gn
+++ b/webrtc/common_video/BUILD.gn
@@ -25,9 +25,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",

Powered by Google App Engine
This is Rietveld 408576698