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

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: Reorder. 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
« 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': [
(...skipping 29 matching lines...) Expand all
40 }, 40 },
41 }], 41 }],
42 ], # conditions. 42 ], # conditions.
43 }, 43 },
44 # ReleaseTest-API 44 # ReleaseTest-API
45 { 45 {
46 'target_name': 'isac_api_test', 46 'target_name': 'isac_api_test',
47 'type': 'executable', 47 'type': 'executable',
48 'dependencies': [ 48 'dependencies': [
49 'isac', 49 'isac',
50 '<(webrtc_root)/base/base.gyp:rtc_base_approved',
50 ], 51 ],
51 'include_dirs': [ 52 'include_dirs': [
52 './main/test', 53 './main/test',
53 './main/include', 54 './main/include',
54 './main/util', 55 './main/util',
55 '<(webrtc_root)', 56 '<(webrtc_root)',
56 ], 57 ],
57 'sources': [ 58 'sources': [
58 './main/test/ReleaseTest-API/ReleaseTest-API.cc', 59 './main/test/ReleaseTest-API/ReleaseTest-API.cc',
59 './main/util/utility.c', 60 './main/util/utility.c',
(...skipping 13 matching lines...) Expand all
73 './main/util', 74 './main/util',
74 '<(webrtc_root)', 75 '<(webrtc_root)',
75 ], 76 ],
76 'sources': [ 77 'sources': [
77 './main/test/SwitchingSampRate/SwitchingSampRate.cc', 78 './main/test/SwitchingSampRate/SwitchingSampRate.cc',
78 './main/util/utility.c', 79 './main/util/utility.c',
79 ], 80 ],
80 }, 81 },
81 ], 82 ],
82 } 83 }
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