| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 ], | 45 ], |
| 46 'sources': [ | 46 'sources': [ |
| 47 'base/fakecapturemanager.h', | 47 'base/fakecapturemanager.h', |
| 48 'base/fakemediaengine.h', | 48 'base/fakemediaengine.h', |
| 49 'base/fakenetworkinterface.h', | 49 'base/fakenetworkinterface.h', |
| 50 'base/fakertp.h', | 50 'base/fakertp.h', |
| 51 'base/fakevideocapturer.h', | 51 'base/fakevideocapturer.h', |
| 52 'base/fakevideorenderer.h', | 52 'base/fakevideorenderer.h', |
| 53 'base/testutils.cc', | 53 'base/testutils.cc', |
| 54 'base/testutils.h', | 54 'base/testutils.h', |
| 55 'devices/fakedevicemanager.h', | |
| 56 'engine/fakewebrtccall.cc', | 55 'engine/fakewebrtccall.cc', |
| 57 'engine/fakewebrtccall.h', | 56 'engine/fakewebrtccall.h', |
| 58 'engine/fakewebrtccommon.h', | 57 'engine/fakewebrtccommon.h', |
| 59 'engine/fakewebrtcdeviceinfo.h', | 58 'engine/fakewebrtcdeviceinfo.h', |
| 60 'engine/fakewebrtcvcmfactory.h', | 59 'engine/fakewebrtcvcmfactory.h', |
| 61 'engine/fakewebrtcvideocapturemodule.h', | 60 'engine/fakewebrtcvideocapturemodule.h', |
| 62 'engine/fakewebrtcvideoengine.h', | 61 'engine/fakewebrtcvideoengine.h', |
| 63 'engine/fakewebrtcvoiceengine.h', | 62 'engine/fakewebrtcvoiceengine.h', |
| 64 ], | 63 ], |
| 65 # TODO(kjellander): Make the code compile without disabling these flags. | 64 # TODO(kjellander): Make the code compile without disabling these flags. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 82 'base/rtpdataengine_unittest.cc', | 81 'base/rtpdataengine_unittest.cc', |
| 83 'base/rtpdump_unittest.cc', | 82 'base/rtpdump_unittest.cc', |
| 84 'base/rtputils_unittest.cc', | 83 'base/rtputils_unittest.cc', |
| 85 'base/streamparams_unittest.cc', | 84 'base/streamparams_unittest.cc', |
| 86 'base/turnutils_unittest.cc', | 85 'base/turnutils_unittest.cc', |
| 87 'base/videoadapter_unittest.cc', | 86 'base/videoadapter_unittest.cc', |
| 88 'base/videocapturer_unittest.cc', | 87 'base/videocapturer_unittest.cc', |
| 89 'base/videocommon_unittest.cc', | 88 'base/videocommon_unittest.cc', |
| 90 'base/videoengine_unittest.h', | 89 'base/videoengine_unittest.h', |
| 91 'base/videoframe_unittest.h', | 90 'base/videoframe_unittest.h', |
| 92 'devices/dummydevicemanager_unittest.cc', | |
| 93 'engine/nullwebrtcvideoengine_unittest.cc', | 91 'engine/nullwebrtcvideoengine_unittest.cc', |
| 94 'engine/simulcast_unittest.cc', | 92 'engine/simulcast_unittest.cc', |
| 95 'engine/webrtcmediaengine_unittest.cc', | 93 'engine/webrtcmediaengine_unittest.cc', |
| 96 'engine/webrtcvideocapturer_unittest.cc', | 94 'engine/webrtcvideocapturer_unittest.cc', |
| 97 'engine/webrtcvideoframe_unittest.cc', | 95 'engine/webrtcvideoframe_unittest.cc', |
| 98 'engine/webrtcvideoframefactory_unittest.cc', | 96 'engine/webrtcvideoframefactory_unittest.cc', |
| 99 # Disabled because some tests fail. | |
| 100 # TODO(ronghuawu): Reenable these tests. | |
| 101 # 'devices/devicemanager_unittest.cc', | |
| 102 'engine/webrtcvideoengine2_unittest.cc', | 97 'engine/webrtcvideoengine2_unittest.cc', |
| 103 'engine/webrtcvoiceengine_unittest.cc', | 98 'engine/webrtcvoiceengine_unittest.cc', |
| 104 'sctp/sctpdataengine_unittest.cc', | 99 'sctp/sctpdataengine_unittest.cc', |
| 105 ], | 100 ], |
| 106 # TODO(kjellander): Make the code compile without disabling these flags. | 101 # TODO(kjellander): Make the code compile without disabling these flags. |
| 107 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 | 102 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 |
| 108 'cflags': [ | 103 'cflags': [ |
| 109 '-Wno-sign-compare', | 104 '-Wno-sign-compare', |
| 110 ], | 105 ], |
| 111 'cflags_cc!': [ | 106 'cflags_cc!': [ |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 '<(DEPTH)/resources/media/faces_I422.jpg', | 166 '<(DEPTH)/resources/media/faces_I422.jpg', |
| 172 '<(DEPTH)/resources/media/faces_I444.jpg', | 167 '<(DEPTH)/resources/media/faces_I444.jpg', |
| 173 '<(DEPTH)/resources/media/faces_I411.jpg', | 168 '<(DEPTH)/resources/media/faces_I411.jpg', |
| 174 '<(DEPTH)/resources/media/faces_I400.jpg', | 169 '<(DEPTH)/resources/media/faces_I400.jpg', |
| 175 ], | 170 ], |
| 176 }], | 171 }], |
| 177 ], | 172 ], |
| 178 }, # target rtc_media_unittests | 173 }, # target rtc_media_unittests |
| 179 ], | 174 ], |
| 180 } | 175 } |
| OLD | NEW |