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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'base/videocommon.cc', | 62 'base/videocommon.cc', |
63 'base/videocommon.h', | 63 'base/videocommon.h', |
64 'base/videoframe.cc', | 64 'base/videoframe.cc', |
65 'base/videoframe.h', | 65 'base/videoframe.h', |
66 'base/videoframefactory.cc', | 66 'base/videoframefactory.cc', |
67 'base/videoframefactory.h', | 67 'base/videoframefactory.h', |
68 'base/videosourcebase.cc', | 68 'base/videosourcebase.cc', |
69 'base/videosourcebase.h', | 69 'base/videosourcebase.h', |
70 'devices/videorendererfactory.h', | 70 'devices/videorendererfactory.h', |
71 'engine/nullwebrtcvideoengine.h', | 71 'engine/nullwebrtcvideoengine.h', |
72 'engine/payload_type_mapper.cc', | |
73 'engine/payload_type_mapper.h', | |
74 'engine/simulcast.cc', | 72 'engine/simulcast.cc', |
75 'engine/simulcast.h', | 73 'engine/simulcast.h', |
76 'engine/webrtccommon.h', | 74 'engine/webrtccommon.h', |
77 'engine/webrtcmediaengine.cc', | 75 'engine/webrtcmediaengine.cc', |
78 'engine/webrtcmediaengine.h', | 76 'engine/webrtcmediaengine.h', |
79 'engine/webrtcmediaengine.cc', | 77 'engine/webrtcmediaengine.cc', |
80 'engine/webrtcvideocapturer.cc', | 78 'engine/webrtcvideocapturer.cc', |
81 'engine/webrtcvideocapturer.h', | 79 'engine/webrtcvideocapturer.h', |
82 'engine/webrtcvideocapturerfactory.h', | 80 'engine/webrtcvideocapturerfactory.h', |
83 'engine/webrtcvideocapturerfactory.cc', | 81 'engine/webrtcvideocapturerfactory.cc', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'base/rtputils_unittest.cc', | 260 'base/rtputils_unittest.cc', |
263 'base/streamparams_unittest.cc', | 261 'base/streamparams_unittest.cc', |
264 'base/turnutils_unittest.cc', | 262 'base/turnutils_unittest.cc', |
265 'base/videoadapter_unittest.cc', | 263 'base/videoadapter_unittest.cc', |
266 'base/videobroadcaster_unittest.cc', | 264 'base/videobroadcaster_unittest.cc', |
267 'base/videocapturer_unittest.cc', | 265 'base/videocapturer_unittest.cc', |
268 'base/videocommon_unittest.cc', | 266 'base/videocommon_unittest.cc', |
269 'base/videoengine_unittest.h', | 267 'base/videoengine_unittest.h', |
270 'base/videoframe_unittest.h', | 268 'base/videoframe_unittest.h', |
271 'engine/nullwebrtcvideoengine_unittest.cc', | 269 'engine/nullwebrtcvideoengine_unittest.cc', |
272 'engine/payload_type_mapper_unittest.cc', | |
273 'engine/simulcast_unittest.cc', | 270 'engine/simulcast_unittest.cc', |
274 'engine/webrtcmediaengine_unittest.cc', | 271 'engine/webrtcmediaengine_unittest.cc', |
275 'engine/webrtcvideocapturer_unittest.cc', | 272 'engine/webrtcvideocapturer_unittest.cc', |
276 'engine/webrtcvideoframe_unittest.cc', | 273 'engine/webrtcvideoframe_unittest.cc', |
277 'engine/webrtcvideoframefactory_unittest.cc', | 274 'engine/webrtcvideoframefactory_unittest.cc', |
278 'engine/webrtcvideoengine2_unittest.cc', | 275 'engine/webrtcvideoengine2_unittest.cc', |
279 'engine/webrtcvoiceengine_unittest.cc', | 276 'engine/webrtcvoiceengine_unittest.cc', |
280 'sctp/sctpdataengine_unittest.cc', | 277 'sctp/sctpdataengine_unittest.cc', |
281 ], | 278 ], |
282 # TODO(kjellander): Make the code compile without disabling these flag
s. | 279 # 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': [ | 352 'sources': [ |
356 'rtc_media_unittests.isolate', | 353 'rtc_media_unittests.isolate', |
357 ], | 354 ], |
358 }, | 355 }, |
359 ], | 356 ], |
360 }], | 357 }], |
361 ], # conditions | 358 ], # conditions |
362 }], # include_tests==1 | 359 }], # include_tests==1 |
363 ], # conditions | 360 ], # conditions |
364 } | 361 } |
OLD | NEW |