OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |