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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 ], | 78 ], |
79 'sources': [ | 79 'sources': [ |
80 'base/capturemanager_unittest.cc', | 80 'base/capturemanager_unittest.cc', |
81 'base/codec_unittest.cc', | 81 'base/codec_unittest.cc', |
82 'base/rtpdataengine_unittest.cc', | 82 'base/rtpdataengine_unittest.cc', |
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/videobroadcaster_unittest.cc', |
88 'base/videocapturer_unittest.cc', | 89 'base/videocapturer_unittest.cc', |
89 'base/videocommon_unittest.cc', | 90 'base/videocommon_unittest.cc', |
90 'base/videoengine_unittest.h', | 91 'base/videoengine_unittest.h', |
91 'base/videoframe_unittest.h', | 92 'base/videoframe_unittest.h', |
92 'devices/dummydevicemanager_unittest.cc', | 93 'devices/dummydevicemanager_unittest.cc', |
93 'engine/nullwebrtcvideoengine_unittest.cc', | 94 'engine/nullwebrtcvideoengine_unittest.cc', |
94 'engine/simulcast_unittest.cc', | 95 'engine/simulcast_unittest.cc', |
95 'engine/webrtcmediaengine_unittest.cc', | 96 'engine/webrtcmediaengine_unittest.cc', |
96 'engine/webrtcvideocapturer_unittest.cc', | 97 'engine/webrtcvideocapturer_unittest.cc', |
97 'engine/webrtcvideoframe_unittest.cc', | 98 'engine/webrtcvideoframe_unittest.cc', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 '<(DEPTH)/resources/media/faces_I422.jpg', | 172 '<(DEPTH)/resources/media/faces_I422.jpg', |
172 '<(DEPTH)/resources/media/faces_I444.jpg', | 173 '<(DEPTH)/resources/media/faces_I444.jpg', |
173 '<(DEPTH)/resources/media/faces_I411.jpg', | 174 '<(DEPTH)/resources/media/faces_I411.jpg', |
174 '<(DEPTH)/resources/media/faces_I400.jpg', | 175 '<(DEPTH)/resources/media/faces_I400.jpg', |
175 ], | 176 ], |
176 }], | 177 }], |
177 ], | 178 ], |
178 }, # target rtc_media_unittests | 179 }, # target rtc_media_unittests |
179 ], | 180 ], |
180 } | 181 } |
OLD | NEW |