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

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

Issue 2270403002: Migrated ILBC and ISAC test targets for GN. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@real_master
Patch Set: . Created 4 years, 3 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
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': [
(...skipping 28 matching lines...) Expand all
39 }, 39 },
40 }], 40 }],
41 ], # conditions. 41 ], # conditions.
42 }, 42 },
43 # ReleaseTest-API 43 # ReleaseTest-API
44 { 44 {
45 'target_name': 'isac_api_test', 45 'target_name': 'isac_api_test',
46 'type': 'executable', 46 'type': 'executable',
47 'dependencies': [ 47 'dependencies': [
48 'isac', 48 'isac',
49 '<(webrtc_root)/base/base.gyp:rtc_base',
49 ], 50 ],
50 'include_dirs': [ 51 'include_dirs': [
51 './main/test', 52 './main/test',
52 './main/include', 53 './main/include',
53 './main/util', 54 './main/util',
54 '<(webrtc_root)', 55 '<(webrtc_root)',
55 ], 56 ],
56 'sources': [ 57 'sources': [
57 './main/test/ReleaseTest-API/ReleaseTest-API.cc', 58 './main/test/ReleaseTest-API/ReleaseTest-API.cc',
58 './main/util/utility.c', 59 './main/util/utility.c',
(...skipping 13 matching lines...) Expand all
72 './main/util', 73 './main/util',
73 '<(webrtc_root)', 74 '<(webrtc_root)',
74 ], 75 ],
75 'sources': [ 76 'sources': [
76 './main/test/SwitchingSampRate/SwitchingSampRate.cc', 77 './main/test/SwitchingSampRate/SwitchingSampRate.cc',
77 './main/util/utility.c', 78 './main/util/utility.c',
78 ], 79 ],
79 }, 80 },
80 ], 81 ],
81 } 82 }
OLDNEW
« webrtc/modules/audio_coding/BUILD.gn ('K') | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698