| OLD | NEW |
| 1 # | 1 # |
| 2 # libjingle | 2 # libjingle |
| 3 # Copyright 2012 Google Inc. | 3 # Copyright 2012 Google Inc. |
| 4 # | 4 # |
| 5 # Redistribution and use in source and binary forms, with or without | 5 # Redistribution and use in source and binary forms, with or without |
| 6 # modification, are permitted provided that the following conditions are met: | 6 # modification, are permitted provided that the following conditions are met: |
| 7 # | 7 # |
| 8 # 1. Redistributions of source code must retain the above copyright notice, | 8 # 1. Redistributions of source code must retain the above copyright notice, |
| 9 # this list of conditions and the following disclaimer. | 9 # this list of conditions and the following disclaimer. |
| 10 # 2. Redistributions in binary form must reproduce the above copyright notice, | 10 # 2. Redistributions in binary form must reproduce the above copyright notice, |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'media/base/testutils.h', | 89 'media/base/testutils.h', |
| 90 'media/base/turnutils_unittest.cc', | 90 'media/base/turnutils_unittest.cc', |
| 91 'media/base/videoadapter_unittest.cc', | 91 'media/base/videoadapter_unittest.cc', |
| 92 'media/base/videocapturer_unittest.cc', | 92 'media/base/videocapturer_unittest.cc', |
| 93 'media/base/videocommon_unittest.cc', | 93 'media/base/videocommon_unittest.cc', |
| 94 'media/base/videoengine_unittest.h', | 94 'media/base/videoengine_unittest.h', |
| 95 'media/base/videoframe_unittest.h', | 95 'media/base/videoframe_unittest.h', |
| 96 'media/devices/dummydevicemanager_unittest.cc', | 96 'media/devices/dummydevicemanager_unittest.cc', |
| 97 'media/devices/filevideocapturer_unittest.cc', | 97 'media/devices/filevideocapturer_unittest.cc', |
| 98 'media/sctp/sctpdataengine_unittest.cc', | 98 'media/sctp/sctpdataengine_unittest.cc', |
| 99 'media/webrtc/nullwebrtcvideoengine_unittest.cc', |
| 99 'media/webrtc/simulcast_unittest.cc', | 100 'media/webrtc/simulcast_unittest.cc', |
| 100 'media/webrtc/webrtcmediaengine_unittest.cc', | 101 'media/webrtc/webrtcmediaengine_unittest.cc', |
| 101 'media/webrtc/webrtcvideocapturer_unittest.cc', | 102 'media/webrtc/webrtcvideocapturer_unittest.cc', |
| 102 'media/webrtc/webrtcvideoframe_unittest.cc', | 103 'media/webrtc/webrtcvideoframe_unittest.cc', |
| 103 'media/webrtc/webrtcvideoframefactory_unittest.cc', | 104 'media/webrtc/webrtcvideoframefactory_unittest.cc', |
| 104 # Disabled because some tests fail. | 105 # Disabled because some tests fail. |
| 105 # TODO(ronghuawu): Reenable these tests. | 106 # TODO(ronghuawu): Reenable these tests. |
| 106 # 'media/devices/devicemanager_unittest.cc', | 107 # 'media/devices/devicemanager_unittest.cc', |
| 107 'media/webrtc/webrtcvideoengine2_unittest.cc', | 108 'media/webrtc/webrtcvideoengine2_unittest.cc', |
| 108 'media/webrtc/webrtcvoiceengine_unittest.cc', | 109 'media/webrtc/webrtcvoiceengine_unittest.cc', |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 'build/isolate.gypi', | 462 'build/isolate.gypi', |
| 462 ], | 463 ], |
| 463 'sources': [ | 464 'sources': [ |
| 464 'peerconnection_unittests.isolate', | 465 'peerconnection_unittests.isolate', |
| 465 ], | 466 ], |
| 466 }, | 467 }, |
| 467 ], | 468 ], |
| 468 }], | 469 }], |
| 469 ], | 470 ], |
| 470 } | 471 } |
| OLD | NEW |