Added GN target for isac_test.

BUG=webrtc:6191
NOTRY=True
NOPRESUBMIT=True

Review-Url: https://codereview.webrtc.org/2267423002
Cr-Commit-Position: refs/heads/master@{#13884}
This commit is contained in:
ivoc
2016-08-24 02:25:57 -07:00
committed by Commit bot
parent 5d167d6829
commit e51b41ae44
3 changed files with 36 additions and 5 deletions

View File

@ -14,10 +14,11 @@
'type': 'executable',
'dependencies': [
'isac',
'<(webrtc_root)/base/base.gyp:rtc_base',
],
'include_dirs': [
'./main/test',
'./main/include',
'./main/test',
'./main/util',
'<(webrtc_root)',
],