Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index 7779af5fb91914173199000a6ae088b784a0fdaf..b177ac05ddad342f5544a631fb15dc90b35c0166 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -1377,4 +1377,16 @@ if (rtc_include_tests) { |
configs -= [ "//build/config/clang:find_bad_constructs" ] |
} |
} |
+ |
+ executable("audio_classifier_test") { |
+ testonly = true |
+ sources = [ |
+ "neteq/test/audio_classifier_test.cc", |
+ ] |
+ deps = [ |
+ ":neteq", |
+ ":webrtc_opus", |
+ "../../system_wrappers:system_wrappers_default", |
kjellander_webrtc
2016/08/09 21:20:24
Can you add this to GYP too, for completeness?
|
+ ] |
+ } |
} |