Migrated GN target :g711_test

Migrated GN target :g711_test from
webrtc/modules/audio_coding/codecs/g711/g711.gypi

NOTRY=True

BUG=webrtc:6191

Review-Url: https://codereview.webrtc.org/2273623002
Cr-Commit-Position: refs/heads/master@{#13864}
This commit is contained in:
aleloi
2016-08-23 08:08:23 -07:00
committed by Commit bot
parent 649a21a25f
commit 16f55a10c4
4 changed files with 28 additions and 0 deletions

View File

@ -1539,4 +1539,19 @@ if (rtc_include_tests) {
]
}
}
executable("g711_test") {
testonly = true
sources = [
"codecs/g711/test/testG711.cc",
]
configs += [ "../..:common_config" ]
public_configs = [ "../..:common_inherited_config" ]
deps = [
":g711",
]
}
}