| OLD | NEW |
| 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'base/rtpdump_unittest.cc', | 83 'base/rtpdump_unittest.cc', |
| 84 'base/rtputils_unittest.cc', | 84 'base/rtputils_unittest.cc', |
| 85 'base/streamparams_unittest.cc', | 85 'base/streamparams_unittest.cc', |
| 86 'base/turnutils_unittest.cc', | 86 'base/turnutils_unittest.cc', |
| 87 'base/videoadapter_unittest.cc', | 87 'base/videoadapter_unittest.cc', |
| 88 'base/videocapturer_unittest.cc', | 88 'base/videocapturer_unittest.cc', |
| 89 'base/videocommon_unittest.cc', | 89 'base/videocommon_unittest.cc', |
| 90 'base/videoengine_unittest.h', | 90 'base/videoengine_unittest.h', |
| 91 'base/videoframe_unittest.h', | 91 'base/videoframe_unittest.h', |
| 92 'devices/dummydevicemanager_unittest.cc', | 92 'devices/dummydevicemanager_unittest.cc', |
| 93 'devices/filevideocapturer_unittest.cc', | |
| 94 'sctp/sctpdataengine_unittest.cc', | 93 'sctp/sctpdataengine_unittest.cc', |
| 95 'webrtc/nullwebrtcvideoengine_unittest.cc', | 94 'webrtc/nullwebrtcvideoengine_unittest.cc', |
| 96 'webrtc/simulcast_unittest.cc', | 95 'webrtc/simulcast_unittest.cc', |
| 97 'webrtc/webrtcmediaengine_unittest.cc', | 96 'webrtc/webrtcmediaengine_unittest.cc', |
| 98 'webrtc/webrtcvideocapturer_unittest.cc', | 97 'webrtc/webrtcvideocapturer_unittest.cc', |
| 99 'webrtc/webrtcvideoframe_unittest.cc', | 98 'webrtc/webrtcvideoframe_unittest.cc', |
| 100 'webrtc/webrtcvideoframefactory_unittest.cc', | 99 'webrtc/webrtcvideoframefactory_unittest.cc', |
| 101 # Disabled because some tests fail. | 100 # Disabled because some tests fail. |
| 102 # TODO(ronghuawu): Reenable these tests. | 101 # TODO(ronghuawu): Reenable these tests. |
| 103 # 'devices/devicemanager_unittest.cc', | 102 # 'devices/devicemanager_unittest.cc', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 }], | 162 }], |
| 164 ['OS=="ios"', { | 163 ['OS=="ios"', { |
| 165 'sources!': [ | 164 'sources!': [ |
| 166 'sctp/sctpdataengine_unittest.cc', | 165 'sctp/sctpdataengine_unittest.cc', |
| 167 ], | 166 ], |
| 168 }], | 167 }], |
| 169 ], | 168 ], |
| 170 }, # target rtc_media_unittests | 169 }, # target rtc_media_unittests |
| 171 ], | 170 ], |
| 172 } | 171 } |
| OLD | NEW |