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 'includes': [ | 10 'includes': [ |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 'target_name': 'voe_auto_test', | 175 'target_name': 'voe_auto_test', |
176 'type': 'executable', | 176 'type': 'executable', |
177 'dependencies': [ | 177 'dependencies': [ |
178 'voice_engine', | 178 'voice_engine', |
179 '<(DEPTH)/testing/gmock.gyp:gmock', | 179 '<(DEPTH)/testing/gmock.gyp:gmock', |
180 '<(DEPTH)/testing/gtest.gyp:gtest', | 180 '<(DEPTH)/testing/gtest.gyp:gtest', |
181 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 181 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
182 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrapp
ers', | 182 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrapp
ers', |
183 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrapp
ers_default', | 183 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrapp
ers_default', |
184 '<(webrtc_root)/test/test.gyp:channel_transport', | 184 '<(webrtc_root)/test/test.gyp:channel_transport', |
| 185 '<(webrtc_root)/test/test.gyp:test_common', |
185 '<(webrtc_root)/test/test.gyp:test_support', | 186 '<(webrtc_root)/test/test.gyp:test_support', |
186 '<(webrtc_root)/test/webrtc_test_common.gyp:webrtc_test_common', | |
187 '<(webrtc_root)/webrtc.gyp:rtc_event_log', | 187 '<(webrtc_root)/webrtc.gyp:rtc_event_log', |
188 ], | 188 ], |
189 'sources': [ | 189 'sources': [ |
190 'test/auto_test/automated_mode.cc', | 190 'test/auto_test/automated_mode.cc', |
191 'test/auto_test/extended/agc_config_test.cc', | 191 'test/auto_test/extended/agc_config_test.cc', |
192 'test/auto_test/extended/ec_metrics_test.cc', | 192 'test/auto_test/extended/ec_metrics_test.cc', |
193 'test/auto_test/fakes/conference_transport.cc', | 193 'test/auto_test/fakes/conference_transport.cc', |
194 'test/auto_test/fakes/conference_transport.h', | 194 'test/auto_test/fakes/conference_transport.h', |
195 'test/auto_test/fakes/loudest_filter.cc', | 195 'test/auto_test/fakes/loudest_filter.cc', |
196 'test/auto_test/fakes/loudest_filter.h', | 196 'test/auto_test/fakes/loudest_filter.h', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 'sources': [ | 290 'sources': [ |
291 'voe_auto_test.isolate', | 291 'voe_auto_test.isolate', |
292 ], | 292 ], |
293 }, | 293 }, |
294 ], | 294 ], |
295 }], | 295 }], |
296 ], # conditions | 296 ], # conditions |
297 }], # include_tests==1 | 297 }], # include_tests==1 |
298 ], # conditions | 298 ], # conditions |
299 } | 299 } |
OLD | NEW |