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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 'base/videocapturer.cc', | 67 'base/videocapturer.cc', |
68 'base/videocapturer.h', | 68 'base/videocapturer.h', |
69 'base/videocapturerfactory.h', | 69 'base/videocapturerfactory.h', |
70 'base/videocommon.cc', | 70 'base/videocommon.cc', |
71 'base/videocommon.h', | 71 'base/videocommon.h', |
72 'base/videoframe.cc', | 72 'base/videoframe.cc', |
73 'base/videoframe.h', | 73 'base/videoframe.h', |
74 'base/videoframefactory.cc', | 74 'base/videoframefactory.cc', |
75 'base/videoframefactory.h', | 75 'base/videoframefactory.h', |
76 'base/videorenderer.h', | 76 'base/videorenderer.h', |
| 77 'base/videosourcebase.cc', |
| 78 'base/videosourcebase.h', |
77 'base/yuvframegenerator.cc', | 79 'base/yuvframegenerator.cc', |
78 'base/yuvframegenerator.h', | 80 'base/yuvframegenerator.h', |
79 'devices/deviceinfo.h', | 81 'devices/deviceinfo.h', |
80 'devices/videorendererfactory.h', | 82 'devices/videorendererfactory.h', |
81 'engine/nullwebrtcvideoengine.h', | 83 'engine/nullwebrtcvideoengine.h', |
82 'engine/simulcast.cc', | 84 'engine/simulcast.cc', |
83 'engine/simulcast.h', | 85 'engine/simulcast.h', |
84 'engine/webrtccommon.h', | 86 'engine/webrtccommon.h', |
85 'engine/webrtcmediaengine.cc', | 87 'engine/webrtcmediaengine.cc', |
86 'engine/webrtcmediaengine.h', | 88 'engine/webrtcmediaengine.h', |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 }], | 294 }], |
293 ['OS=="android" and include_internal_device_management==1', { | 295 ['OS=="android" and include_internal_device_management==1', { |
294 'sources': [ | 296 'sources': [ |
295 'devices/mobiledevicemanager.cc', | 297 'devices/mobiledevicemanager.cc', |
296 ], | 298 ], |
297 }], | 299 }], |
298 ], | 300 ], |
299 }, # target rtc_media | 301 }, # target rtc_media |
300 ], # targets. | 302 ], # targets. |
301 } | 303 } |
OLD | NEW |