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 29 matching lines...) Expand all Loading... |
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', |
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 Loading... |
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 } |
OLD | NEW |