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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 'base/videobroadcaster.h', | 63 'base/videobroadcaster.h', |
64 'base/videocapturer.cc', | 64 'base/videocapturer.cc', |
65 'base/videocapturer.h', | 65 'base/videocapturer.h', |
66 'base/videocapturerfactory.h', | 66 'base/videocapturerfactory.h', |
67 'base/videocommon.cc', | 67 'base/videocommon.cc', |
68 'base/videocommon.h', | 68 'base/videocommon.h', |
69 'base/videoframe.cc', | 69 'base/videoframe.cc', |
70 'base/videoframe.h', | 70 'base/videoframe.h', |
71 'base/videoframefactory.cc', | 71 'base/videoframefactory.cc', |
72 'base/videoframefactory.h', | 72 'base/videoframefactory.h', |
73 'base/videorenderer.h', | |
74 'base/videosourcebase.cc', | 73 'base/videosourcebase.cc', |
75 'base/videosourcebase.h', | 74 'base/videosourcebase.h', |
76 'base/yuvframegenerator.cc', | 75 'base/yuvframegenerator.cc', |
77 'base/yuvframegenerator.h', | 76 'base/yuvframegenerator.h', |
78 'devices/videorendererfactory.h', | 77 'devices/videorendererfactory.h', |
79 'engine/nullwebrtcvideoengine.h', | 78 'engine/nullwebrtcvideoengine.h', |
80 'engine/simulcast.cc', | 79 'engine/simulcast.cc', |
81 'engine/simulcast.h', | 80 'engine/simulcast.h', |
82 'engine/webrtccommon.h', | 81 'engine/webrtccommon.h', |
83 'engine/webrtcmediaengine.cc', | 82 'engine/webrtcmediaengine.cc', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 }], | 191 }], |
193 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { | 192 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { |
194 'defines': [ | 193 'defines': [ |
195 'CARBON_DEPRECATED=YES', | 194 'CARBON_DEPRECATED=YES', |
196 ], | 195 ], |
197 }], | 196 }], |
198 ], | 197 ], |
199 }, # target rtc_media | 198 }, # target rtc_media |
200 ], # targets. | 199 ], # targets. |
201 } | 200 } |
OLD | NEW |