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

Unified Diff: webrtc/modules/video_processing/video_processing.gypi

Issue 2496153002: Delete all of the video_processing module but the denoiser code. (Closed)
Patch Set: Created 4 years, 1 month 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/modules/video_processing/video_processing.gypi
diff --git a/webrtc/modules/video_processing/video_processing.gypi b/webrtc/modules/video_processing/video_processing.gypi
index 3e90fd215710fd6b75117d4c3a730d3ef1a72646..37e71d52ecf5234d759ec1b539fe5750da07dc06 100644
--- a/webrtc/modules/video_processing/video_processing.gypi
+++ b/webrtc/modules/video_processing/video_processing.gypi
@@ -18,16 +18,6 @@
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
],
'sources': [
- 'include/video_processing.h',
- 'include/video_processing_defines.h',
- 'frame_preprocessor.cc',
- 'frame_preprocessor.h',
- 'spatial_resampler.cc',
- 'spatial_resampler.h',
- 'video_decimator.cc',
- 'video_decimator.h',
- 'video_processing_impl.cc',
- 'video_processing_impl.h',
'video_denoiser.cc',
'video_denoiser.h',
'util/denoiser_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698