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

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

Issue 1772553002: Removed the ProcessingComponent class (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@RemoveComponentFromAGC_CL
Patch Set: Changed file name of the queue verifier Created 4 years, 9 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/modules/audio_processing/audio_processing.gypi
diff --git a/webrtc/modules/audio_processing/audio_processing.gypi b/webrtc/modules/audio_processing/audio_processing.gypi
index 7a043581c44d5c55677eff18d16b9786f45683eb..cfddbc50c063769e1f1132ca4072fcac4c4f4558 100644
--- a/webrtc/modules/audio_processing/audio_processing.gypi
+++ b/webrtc/modules/audio_processing/audio_processing.gypi
@@ -96,8 +96,7 @@
'logging/aec_logging_file_handling.h',
'noise_suppression_impl.cc',
'noise_suppression_impl.h',
- 'processing_component.cc',
- 'processing_component.h',
+ 'render_queues_verifier.h',
the sun 2016/03/09 09:45:47 hmm
peah-webrtc 2016/03/09 10:22:52 Good find! Yes, it actually builds regardless of t
'rms_level.cc',
'rms_level.h',
'splitting_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698