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

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

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/BUILD.gn
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
index 6f5a046f8b977d04fae0cf92aac1d5363a0c80e3..971169c758b3789c1febf193f6828d936e18f82d 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -86,8 +86,7 @@ source_set("audio_processing") {
"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 did you try compiling? :)
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