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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'base/videocapturer.h', | 60 'base/videocapturer.h', |
61 'base/videocapturerfactory.h', | 61 'base/videocapturerfactory.h', |
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 'base/yuvframegenerator.cc', | |
71 'base/yuvframegenerator.h', | |
72 'devices/videorendererfactory.h', | 70 'devices/videorendererfactory.h', |
73 'engine/nullwebrtcvideoengine.h', | 71 'engine/nullwebrtcvideoengine.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', |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 'sources': [ | 354 'sources': [ |
357 'rtc_media_unittests.isolate', | 355 'rtc_media_unittests.isolate', |
358 ], | 356 ], |
359 }, | 357 }, |
360 ], | 358 ], |
361 }], | 359 }], |
362 ], # conditions | 360 ], # conditions |
363 }], # include_tests==1 | 361 }], # include_tests==1 |
364 ], # conditions | 362 ], # conditions |
365 } | 363 } |
OLD | NEW |