Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: webrtc/modules/audio_coding/codecs/isac/isac_test.gypi

Issue 2267423002: Added GN target for isac_test. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
11 # simple kenny 11 # simple kenny
12 { 12 {
13 'target_name': 'isac_test', 13 'target_name': 'isac_test',
14 'type': 'executable', 14 'type': 'executable',
15 'dependencies': [ 15 'dependencies': [
16 'isac', 16 'isac',
17 '<(webrtc_root)/base/base.gyp:rtc_base',
17 ], 18 ],
18 'include_dirs': [ 19 'include_dirs': [
20 './main/include',
19 './main/test', 21 './main/test',
20 './main/include',
21 './main/util', 22 './main/util',
22 '<(webrtc_root)', 23 '<(webrtc_root)',
23 ], 24 ],
24 'sources': [ 25 'sources': [
25 './main/test/simpleKenny.c', 26 './main/test/simpleKenny.c',
26 './main/util/utility.c', 27 './main/util/utility.c',
27 ], 28 ],
28 'conditions': [ 29 'conditions': [
29 ['OS=="win" and clang==1', { 30 ['OS=="win" and clang==1', {
30 'msvs_settings': { 31 'msvs_settings': {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 './main/util', 72 './main/util',
72 '<(webrtc_root)', 73 '<(webrtc_root)',
73 ], 74 ],
74 'sources': [ 75 'sources': [
75 './main/test/SwitchingSampRate/SwitchingSampRate.cc', 76 './main/test/SwitchingSampRate/SwitchingSampRate.cc',
76 './main/util/utility.c', 77 './main/util/utility.c',
77 ], 78 ],
78 }, 79 },
79 ], 80 ],
80 } 81 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698