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

Unified Diff: webrtc/modules/video_processing/BUILD.gn

Issue 2496153002: Delete all of the video_processing module but the denoiser code. (Closed)
Patch Set: Remove left-over source files frame_preprocessor.* Created 4 years 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/modules/BUILD.gn ('k') | webrtc/modules/video_processing/frame_preprocessor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_processing/BUILD.gn
diff --git a/webrtc/modules/video_processing/BUILD.gn b/webrtc/modules/video_processing/BUILD.gn
index 0adbfe86d4645fde23b3f1038faca92b7fe68d8d..b1ab8ecc5e38f638af207f74bb4b2aee33478c01 100644
--- a/webrtc/modules/video_processing/BUILD.gn
+++ b/webrtc/modules/video_processing/BUILD.gn
@@ -13,12 +13,6 @@ build_video_processing_sse2 = current_cpu == "x86" || current_cpu == "x64"
rtc_static_library("video_processing") {
sources = [
- "frame_preprocessor.cc",
- "frame_preprocessor.h",
- "include/video_processing.h",
- "include/video_processing_defines.h",
- "spatial_resampler.cc",
- "spatial_resampler.h",
"util/denoiser_filter.cc",
"util/denoiser_filter.h",
"util/denoiser_filter_c.cc",
@@ -27,12 +21,8 @@ rtc_static_library("video_processing") {
"util/noise_estimation.h",
"util/skin_detection.cc",
"util/skin_detection.h",
- "video_decimator.cc",
- "video_decimator.h",
"video_denoiser.cc",
"video_denoiser.h",
- "video_processing_impl.cc",
- "video_processing_impl.h",
]
deps = [
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/video_processing/frame_preprocessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698