Migrated GN target :audio_classifier_test
Migrated GN target :audio_classifier_test from webrtc/modules/audio_coding/neteq/neteq_tests.gypi NOTRY=True BUG=webrtc:6190 Review-Url: https://codereview.webrtc.org/2225333002 Cr-Commit-Position: refs/heads/master@{#13706}
This commit is contained in:
parent
bcdad0f3a8
commit
6391012514
@ -1416,4 +1416,16 @@ if (rtc_include_tests) {
|
||||
"//third_party/gflags",
|
||||
]
|
||||
}
|
||||
|
||||
executable("audio_classifier_test") {
|
||||
testonly = true
|
||||
sources = [
|
||||
"neteq/test/audio_classifier_test.cc",
|
||||
]
|
||||
deps = [
|
||||
":neteq",
|
||||
":webrtc_opus",
|
||||
"../../system_wrappers:system_wrappers_default",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -145,6 +145,7 @@
|
||||
'dependencies': [
|
||||
'neteq',
|
||||
'webrtc_opus',
|
||||
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default',
|
||||
],
|
||||
'sources': [
|
||||
'test/audio_classifier_test.cc',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user