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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'base/rtpdump.h', | 57 'base/rtpdump.h', |
58 'base/rtputils.cc', | 58 'base/rtputils.cc', |
59 'base/rtputils.h', | 59 'base/rtputils.h', |
60 'base/screencastid.h', | 60 'base/screencastid.h', |
61 'base/streamparams.cc', | 61 'base/streamparams.cc', |
62 'base/streamparams.h', | 62 'base/streamparams.h', |
63 'base/turnutils.cc', | 63 'base/turnutils.cc', |
64 'base/turnutils.h', | 64 'base/turnutils.h', |
65 'base/videoadapter.cc', | 65 'base/videoadapter.cc', |
66 'base/videoadapter.h', | 66 'base/videoadapter.h', |
| 67 'base/videobroadcaster.cc', |
| 68 'base/videobroadcaster.h', |
67 'base/videocapturer.cc', | 69 'base/videocapturer.cc', |
68 'base/videocapturer.h', | 70 'base/videocapturer.h', |
69 'base/videocapturerfactory.h', | 71 'base/videocapturerfactory.h', |
70 'base/videocommon.cc', | 72 'base/videocommon.cc', |
71 'base/videocommon.h', | 73 'base/videocommon.h', |
72 'base/videoframe.cc', | 74 'base/videoframe.cc', |
73 'base/videoframe.h', | 75 'base/videoframe.h', |
74 'base/videoframefactory.cc', | 76 'base/videoframefactory.cc', |
75 'base/videoframefactory.h', | 77 'base/videoframefactory.h', |
76 'base/videorenderer.h', | 78 'base/videorenderer.h', |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 }], | 280 }], |
279 ['OS=="android"', { | 281 ['OS=="android"', { |
280 'sources': [ | 282 'sources': [ |
281 'devices/mobiledevicemanager.cc', | 283 'devices/mobiledevicemanager.cc', |
282 ], | 284 ], |
283 }], | 285 }], |
284 ], | 286 ], |
285 }, # target rtc_media | 287 }, # target rtc_media |
286 ], # targets. | 288 ], # targets. |
287 } | 289 } |
OLD | NEW |