Migrated GN target :neteq_speed_test

Migrated GN target :neteq_speed_test from
webrtc/modules/audio_coding/neteq/neteq.gypi

NOTRY=True

BUG=webrtc:6190

Review-Url: https://codereview.webrtc.org/2223343004
Cr-Commit-Position: refs/heads/master@{#13704}
This commit is contained in:
aleloi 2016-08-10 04:16:36 -07:00 committed by Commit bot
parent 3651d8f97f
commit 116fd61599
2 changed files with 18 additions and 1 deletions

View File

@ -1400,4 +1400,20 @@ if (rtc_include_tests) {
configs -= [ "//build/config/clang:find_bad_constructs" ]
}
}
executable("neteq_speed_test") {
testonly = true
sources = [
"neteq/test/neteq_speed_test.cc",
]
deps = [
":neteq",
":neteq_test_support",
"../../system_wrappers:system_wrappers_default",
"../../test:test_support",
"//third_party/gflags",
]
}
}

View File

@ -176,7 +176,8 @@
'type': 'executable',
'dependencies': [
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
'<(webrtc_root)/test/test.gyp:test_support_main',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default',
'<(webrtc_root)/test/test.gyp:test_support',
'neteq',
'neteq_test_support',
],