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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 'base/rtputils_unittest.cc', | 263 'base/rtputils_unittest.cc', |
264 'base/streamparams_unittest.cc', | 264 'base/streamparams_unittest.cc', |
265 'base/turnutils_unittest.cc', | 265 'base/turnutils_unittest.cc', |
266 'base/videoadapter_unittest.cc', | 266 'base/videoadapter_unittest.cc', |
267 'base/videobroadcaster_unittest.cc', | 267 'base/videobroadcaster_unittest.cc', |
268 'base/videocapturer_unittest.cc', | 268 'base/videocapturer_unittest.cc', |
269 'base/videocommon_unittest.cc', | 269 'base/videocommon_unittest.cc', |
270 'base/videoengine_unittest.h', | 270 'base/videoengine_unittest.h', |
271 'base/videoframe_unittest.h', | 271 'base/videoframe_unittest.h', |
272 'engine/nullwebrtcvideoengine_unittest.cc', | 272 'engine/nullwebrtcvideoengine_unittest.cc', |
| 273 'engine/payload_type_mapper_unittest.cc', |
273 'engine/simulcast_unittest.cc', | 274 'engine/simulcast_unittest.cc', |
274 'engine/webrtcmediaengine_unittest.cc', | 275 'engine/webrtcmediaengine_unittest.cc', |
275 'engine/webrtcvideocapturer_unittest.cc', | 276 'engine/webrtcvideocapturer_unittest.cc', |
276 'engine/webrtcvideoframe_unittest.cc', | 277 'engine/webrtcvideoframe_unittest.cc', |
277 'engine/webrtcvideoframefactory_unittest.cc', | 278 'engine/webrtcvideoframefactory_unittest.cc', |
278 'engine/webrtcvideoengine2_unittest.cc', | 279 'engine/webrtcvideoengine2_unittest.cc', |
279 'engine/webrtcvoiceengine_unittest.cc', | 280 'engine/webrtcvoiceengine_unittest.cc', |
280 'sctp/sctpdataengine_unittest.cc', | 281 'sctp/sctpdataengine_unittest.cc', |
281 ], | 282 ], |
282 # TODO(kjellander): Make the code compile without disabling these flag
s. | 283 # TODO(kjellander): Make the code compile without disabling these flag
s. |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 'sources': [ | 356 'sources': [ |
356 'rtc_media_unittests.isolate', | 357 'rtc_media_unittests.isolate', |
357 ], | 358 ], |
358 }, | 359 }, |
359 ], | 360 ], |
360 }], | 361 }], |
361 ], # conditions | 362 ], # conditions |
362 }], # include_tests==1 | 363 }], # include_tests==1 |
363 ], # conditions | 364 ], # conditions |
364 } | 365 } |
OLD | NEW |