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

Unified Diff: common_audio/BUILD.gn

Issue 3013673002: Fix Gn Untracked headers in webrtc/common_audio (Closed)
Patch Set: rebased and review comments Created 3 years, 3 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
« no previous file with comments | « no previous file | modules/audio_coding/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common_audio/BUILD.gn
diff --git a/common_audio/BUILD.gn b/common_audio/BUILD.gn
index 8cfd642d971c50d4915a00ea167e3ef114c7213d..afb5e92cf96ac861ace3e40da00db33a3ae2efa7 100644
--- a/common_audio/BUILD.gn
+++ b/common_audio/BUILD.gn
@@ -104,6 +104,18 @@ rtc_static_library("common_audio") {
}
}
+rtc_source_set("mock_common_audio") {
+ testonly = true
+ sources = [
+ "mocks/mock_smoothing_filter.h",
+ "vad/mock/mock_vad.h",
+ ]
+ deps = [
+ ":common_audio",
+ "../test:test_support",
+ ]
+}
+
rtc_source_set("common_audio_c_arm_asm") {
visibility = [ ":*" ] # Only targets in this file can depend on this.
sources = []
@@ -144,6 +156,7 @@ rtc_source_set("common_audio_c") {
"signal_processing/include/real_fft.h",
"signal_processing/include/signal_processing_library.h",
"signal_processing/include/spl_inl.h",
+ "signal_processing/include/spl_inl_armv7.h",
"signal_processing/levinson_durbin.c",
"signal_processing/lpc_to_refl_coef.c",
"signal_processing/min_max_operations.c",
« no previous file with comments | « no previous file | modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698