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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 'engine/fakewebrtcvoiceengine.h', | 247 'engine/fakewebrtcvoiceengine.h', |
248 ], | 248 ], |
249 }, # target rtc_unittest_main | 249 }, # target rtc_unittest_main |
250 { | 250 { |
251 'target_name': 'rtc_media_unittests', | 251 'target_name': 'rtc_media_unittests', |
252 'type': 'executable', | 252 'type': 'executable', |
253 'dependencies': [ | 253 'dependencies': [ |
254 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', | 254 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', |
255 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default'
, | 255 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default'
, |
256 '<(webrtc_root)/test/test.gyp:test_support', | 256 '<(webrtc_root)/test/test.gyp:test_support', |
| 257 'rtc_media', |
257 'rtc_unittest_main', | 258 'rtc_unittest_main', |
258 ], | 259 ], |
259 'sources': [ | 260 'sources': [ |
260 'base/codec_unittest.cc', | 261 'base/codec_unittest.cc', |
261 'base/rtpdataengine_unittest.cc', | 262 'base/rtpdataengine_unittest.cc', |
262 'base/rtpdump_unittest.cc', | 263 'base/rtpdump_unittest.cc', |
263 'base/rtputils_unittest.cc', | 264 'base/rtputils_unittest.cc', |
264 'base/streamparams_unittest.cc', | 265 'base/streamparams_unittest.cc', |
265 'base/turnutils_unittest.cc', | 266 'base/turnutils_unittest.cc', |
266 'base/videoadapter_unittest.cc', | 267 'base/videoadapter_unittest.cc', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 'sources': [ | 357 'sources': [ |
357 'rtc_media_unittests.isolate', | 358 'rtc_media_unittests.isolate', |
358 ], | 359 ], |
359 }, | 360 }, |
360 ], | 361 ], |
361 }], | 362 }], |
362 ], # conditions | 363 ], # conditions |
363 }], # include_tests==1 | 364 }], # include_tests==1 |
364 ], # conditions | 365 ], # conditions |
365 } | 366 } |
OLD | NEW |