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

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

Issue 1417173004: audio_coding: rename interface -> include (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Restored incorrectly renamed header guards and fixed an old error Created 5 years, 1 month 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
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 ], 17 ],
18 'include_dirs': [ 18 'include_dirs': [
19 './main/test', 19 './main/test',
20 './main/interface', 20 './main/include',
21 './main/util', 21 './main/util',
22 '<(webrtc_root)', 22 '<(webrtc_root)',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 './main/test/simpleKenny.c', 25 './main/test/simpleKenny.c',
26 './main/util/utility.c', 26 './main/util/utility.c',
27 ], 27 ],
28 }, 28 },
29 # ReleaseTest-API 29 # ReleaseTest-API
30 { 30 {
31 'target_name': 'isac_api_test', 31 'target_name': 'isac_api_test',
32 'type': 'executable', 32 'type': 'executable',
33 'dependencies': [ 33 'dependencies': [
34 'isac', 34 'isac',
35 ], 35 ],
36 'include_dirs': [ 36 'include_dirs': [
37 './main/test', 37 './main/test',
38 './main/interface', 38 './main/include',
39 './main/util', 39 './main/util',
40 '<(webrtc_root)', 40 '<(webrtc_root)',
41 ], 41 ],
42 'sources': [ 42 'sources': [
43 './main/test/ReleaseTest-API/ReleaseTest-API.cc', 43 './main/test/ReleaseTest-API/ReleaseTest-API.cc',
44 './main/util/utility.c', 44 './main/util/utility.c',
45 ], 45 ],
46 }, 46 },
47 # SwitchingSampRate 47 # SwitchingSampRate
48 { 48 {
49 'target_name': 'isac_switch_samprate_test', 49 'target_name': 'isac_switch_samprate_test',
50 'type': 'executable', 50 'type': 'executable',
51 'dependencies': [ 51 'dependencies': [
52 'isac', 52 'isac',
53 ], 53 ],
54 'include_dirs': [ 54 'include_dirs': [
55 './main/test', 55 './main/test',
56 './main/interface', 56 './main/include',
57 '../../../../common_audio/signal_processing/include', 57 '../../../../common_audio/signal_processing/include',
58 './main/util', 58 './main/util',
59 '<(webrtc_root)', 59 '<(webrtc_root)',
60 ], 60 ],
61 'sources': [ 61 'sources': [
62 './main/test/SwitchingSampRate/SwitchingSampRate.cc', 62 './main/test/SwitchingSampRate/SwitchingSampRate.cc',
63 './main/util/utility.c', 63 './main/util/utility.c',
64 ], 64 ],
65 }, 65 },
66 66
67 ], 67 ],
68 } 68 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/codecs/isac/isac.gypi ('k') | webrtc/modules/audio_coding/codecs/isac/isacfix.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698