OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 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': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 'engine/fakewebrtcvoiceengine.h', | 243 'engine/fakewebrtcvoiceengine.h', |
244 ], | 244 ], |
245 }, # target rtc_unittest_main | 245 }, # target rtc_unittest_main |
246 { | 246 { |
247 'target_name': 'rtc_media_unittests', | 247 'target_name': 'rtc_media_unittests', |
248 'type': 'executable', | 248 'type': 'executable', |
249 'dependencies': [ | 249 'dependencies': [ |
250 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', | 250 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', |
251 '<(webrtc_root)/media/media.gyp:rtc_media', | 251 '<(webrtc_root)/media/media.gyp:rtc_media', |
252 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default'
, | 252 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default'
, |
| 253 '<(webrtc_root)/test/test.gyp:test_support', |
253 'rtc_unittest_main', | 254 'rtc_unittest_main', |
254 ], | 255 ], |
255 'sources': [ | 256 'sources': [ |
256 'base/codec_unittest.cc', | 257 'base/codec_unittest.cc', |
257 'base/rtpdataengine_unittest.cc', | 258 'base/rtpdataengine_unittest.cc', |
258 'base/rtpdump_unittest.cc', | 259 'base/rtpdump_unittest.cc', |
259 'base/rtputils_unittest.cc', | 260 'base/rtputils_unittest.cc', |
260 'base/streamparams_unittest.cc', | 261 'base/streamparams_unittest.cc', |
261 'base/turnutils_unittest.cc', | 262 'base/turnutils_unittest.cc', |
262 'base/videoadapter_unittest.cc', | 263 'base/videoadapter_unittest.cc', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'sources': [ | 352 'sources': [ |
352 'rtc_media_unittests.isolate', | 353 'rtc_media_unittests.isolate', |
353 ], | 354 ], |
354 }, | 355 }, |
355 ], | 356 ], |
356 }], | 357 }], |
357 ], # conditions | 358 ], # conditions |
358 }], # include_tests==1 | 359 }], # include_tests==1 |
359 ], # conditions | 360 ], # conditions |
360 } | 361 } |
OLD | NEW |