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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'base/videoadapter.h', | 56 'base/videoadapter.h', |
57 'base/videobroadcaster.cc', | 57 'base/videobroadcaster.cc', |
58 'base/videobroadcaster.h', | 58 'base/videobroadcaster.h', |
59 'base/videocapturer.cc', | 59 'base/videocapturer.cc', |
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', | |
67 'base/videoframefactory.h', | |
68 'base/videosourcebase.cc', | 66 'base/videosourcebase.cc', |
69 'base/videosourcebase.h', | 67 'base/videosourcebase.h', |
70 'devices/videorendererfactory.h', | 68 'devices/videorendererfactory.h', |
71 'engine/nullwebrtcvideoengine.h', | 69 'engine/nullwebrtcvideoengine.h', |
72 'engine/payload_type_mapper.cc', | 70 'engine/payload_type_mapper.cc', |
73 'engine/payload_type_mapper.h', | 71 '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', |
84 'engine/webrtcvideodecoderfactory.h', | 82 'engine/webrtcvideodecoderfactory.h', |
85 'engine/webrtcvideoencoderfactory.h', | 83 'engine/webrtcvideoencoderfactory.h', |
86 'engine/webrtcvideoengine2.cc', | 84 'engine/webrtcvideoengine2.cc', |
87 'engine/webrtcvideoengine2.h', | 85 'engine/webrtcvideoengine2.h', |
88 'engine/webrtcvideoframe.cc', | 86 'engine/webrtcvideoframe.cc', |
89 'engine/webrtcvideoframe.h', | 87 'engine/webrtcvideoframe.h', |
90 'engine/webrtcvideoframefactory.cc', | |
91 'engine/webrtcvideoframefactory.h', | |
92 'engine/webrtcvoe.h', | 88 'engine/webrtcvoe.h', |
93 'engine/webrtcvoiceengine.cc', | 89 'engine/webrtcvoiceengine.cc', |
94 'engine/webrtcvoiceengine.h', | 90 'engine/webrtcvoiceengine.h', |
95 'sctp/sctpdataengine.cc', | 91 'sctp/sctpdataengine.cc', |
96 'sctp/sctpdataengine.h', | 92 'sctp/sctpdataengine.h', |
97 ], | 93 ], |
98 # TODO(kjellander): Make the code compile without disabling these flags. | 94 # TODO(kjellander): Make the code compile without disabling these flags. |
99 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 | 95 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 |
100 'cflags': [ | 96 'cflags': [ |
101 '-Wno-deprecated-declarations', | 97 '-Wno-deprecated-declarations', |
(...skipping 25 matching lines...) Expand all Loading... |
127 }], | 123 }], |
128 ['build_with_chromium==1', { | 124 ['build_with_chromium==1', { |
129 'dependencies': [ | 125 'dependencies': [ |
130 '<(webrtc_root)/modules/modules.gyp:video_capture', | 126 '<(webrtc_root)/modules/modules.gyp:video_capture', |
131 ], | 127 ], |
132 }, { | 128 }, { |
133 'defines': [ | 129 'defines': [ |
134 'HAVE_WEBRTC_VIDEO', | 130 'HAVE_WEBRTC_VIDEO', |
135 'HAVE_WEBRTC_VOICE', | 131 'HAVE_WEBRTC_VOICE', |
136 ], | 132 ], |
137 'direct_dependent_settings': { | 133 'all_dependent_settings': { |
138 'defines': [ | 134 'defines': [ |
139 'HAVE_WEBRTC_VIDEO', | 135 'HAVE_WEBRTC_VIDEO', |
140 'HAVE_WEBRTC_VOICE', | 136 'HAVE_WEBRTC_VOICE', |
141 ], | 137 ], |
142 }, | 138 }, |
143 'dependencies': [ | 139 'dependencies': [ |
144 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_im
pl', | 140 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_im
pl', |
145 ], | 141 ], |
146 }], | 142 }], |
147 ['OS=="linux" and use_gtk==1', { | 143 ['OS=="linux" and use_gtk==1', { |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 'base/videocapturer_unittest.cc', | 264 'base/videocapturer_unittest.cc', |
269 'base/videocommon_unittest.cc', | 265 'base/videocommon_unittest.cc', |
270 'base/videoengine_unittest.h', | 266 'base/videoengine_unittest.h', |
271 'base/videoframe_unittest.h', | 267 'base/videoframe_unittest.h', |
272 'engine/nullwebrtcvideoengine_unittest.cc', | 268 'engine/nullwebrtcvideoengine_unittest.cc', |
273 'engine/payload_type_mapper_unittest.cc', | 269 'engine/payload_type_mapper_unittest.cc', |
274 'engine/simulcast_unittest.cc', | 270 'engine/simulcast_unittest.cc', |
275 'engine/webrtcmediaengine_unittest.cc', | 271 'engine/webrtcmediaengine_unittest.cc', |
276 'engine/webrtcvideocapturer_unittest.cc', | 272 'engine/webrtcvideocapturer_unittest.cc', |
277 'engine/webrtcvideoframe_unittest.cc', | 273 'engine/webrtcvideoframe_unittest.cc', |
278 'engine/webrtcvideoframefactory_unittest.cc', | |
279 'engine/webrtcvideoengine2_unittest.cc', | 274 'engine/webrtcvideoengine2_unittest.cc', |
280 'engine/webrtcvoiceengine_unittest.cc', | 275 'engine/webrtcvoiceengine_unittest.cc', |
281 'sctp/sctpdataengine_unittest.cc', | 276 'sctp/sctpdataengine_unittest.cc', |
282 ], | 277 ], |
283 # TODO(kjellander): Make the code compile without disabling these flag
s. | 278 # TODO(kjellander): Make the code compile without disabling these flag
s. |
284 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 | 279 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 |
285 'cflags': [ | 280 'cflags': [ |
286 '-Wno-sign-compare', | 281 '-Wno-sign-compare', |
287 ], | 282 ], |
288 'cflags_cc!': [ | 283 'cflags_cc!': [ |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 'sources': [ | 351 'sources': [ |
357 'rtc_media_unittests.isolate', | 352 'rtc_media_unittests.isolate', |
358 ], | 353 ], |
359 }, | 354 }, |
360 ], | 355 ], |
361 }], | 356 }], |
362 ], # conditions | 357 ], # conditions |
363 }], # include_tests==1 | 358 }], # include_tests==1 |
364 ], # conditions | 359 ], # conditions |
365 } | 360 } |
OLD | NEW |