blob: 580d34ee97ae3ab066b0df434c262562794f7c70 [file] [log] [blame]
wjia@webrtc.org03cfde22014-01-14 17:48:341# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2#
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
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
Patrik Höglund29dd6d72017-12-01 10:35:269# This is the root build file for GN. GN will start processing by loading this
10# file, and recursively load all dependencies until all dependencies are either
11# resolved or known not to exist (which will cause the build to fail). So if
12# you add a new build file, there must be some path of dependencies from this
13# file to your new one or GN won't know about it.
14
Harald Alvestrande47493b2022-02-15 12:45:0215# Use of visibility = clauses:
16# The default visibility for all rtc_ targets is equivalent to "//*", or
17# "all targets in webrtc can depend on this, nothing outside can".
18#
19# When overriding, the choices are:
20# - visibility = [ "*" ] - public. Stuff outside webrtc can use this.
21# - visibility = [ ":*" ] - directory private.
22# As a general guideline, only targets in api/ should have public visibility.
23
Mirko Bonadeibb547202017-09-15 04:15:4824import("//build/config/linux/pkg_config.gni")
25import("//build/config/sanitizers/sanitizers.gni")
26import("webrtc.gni")
Kimmo Kinnunen08f6a6c2019-02-26 09:46:1727if (rtc_enable_protobuf) {
Dan Minor9c686132018-01-15 15:20:0028 import("//third_party/protobuf/proto_library.gni")
29}
Mirko Bonadeibb547202017-09-15 04:15:4830if (is_android) {
31 import("//build/config/android/config.gni")
32 import("//build/config/android/rules.gni")
Jeremy Leconte2e7ed0d2023-09-19 08:09:0633 import("//third_party/jni_zero/jni_zero.gni")
Mirko Bonadeibb547202017-09-15 04:15:4834}
ehmaldonado37d7a222016-11-08 14:34:2035
Mirko Bonadeibb547202017-09-15 04:15:4836if (!build_with_chromium) {
Patrik Höglund29dd6d72017-12-01 10:35:2637 # This target should (transitively) cause everything to be built; if you run
38 # 'ninja default' and then 'ninja all', the second build should do no work.
Mirko Bonadeibb547202017-09-15 04:15:4839 group("default") {
40 testonly = true
Mirko Bonadeiccbe95f2020-01-21 11:10:1041 deps = [ ":webrtc" ]
Joachim Bauch93e91342017-12-07 00:25:5342 if (rtc_build_examples) {
43 deps += [ "examples" ]
44 }
45 if (rtc_build_tools) {
46 deps += [ "rtc_tools" ]
47 }
Mirko Bonadeibb547202017-09-15 04:15:4848 if (rtc_include_tests) {
Patrik Höglund29dd6d72017-12-01 10:35:2649 deps += [
50 ":rtc_unittests",
51 ":video_engine_tests",
Tim Na8ab3c772020-03-27 00:16:5152 ":voip_unittests",
Patrik Höglund29dd6d72017-12-01 10:35:2653 ":webrtc_nonparallel_tests",
54 ":webrtc_perf_tests",
55 "common_audio:common_audio_unittests",
56 "common_video:common_video_unittests",
Niels Möller9862c2e2018-10-30 11:20:0357 "examples:examples_unittests",
Patrik Höglund29dd6d72017-12-01 10:35:2658 "media:rtc_media_unittests",
59 "modules:modules_tests",
60 "modules:modules_unittests",
61 "modules/audio_coding:audio_coding_tests",
62 "modules/audio_processing:audio_processing_tests",
Mirko Bonadei79e4c922019-07-08 09:52:2463 "modules/remote_bitrate_estimator:rtp_to_text",
Patrik Höglund29dd6d72017-12-01 10:35:2664 "modules/rtp_rtcp:test_packet_masks_metrics",
65 "modules/video_capture:video_capture_internal_impl",
Sergey Silkin03281902023-05-19 09:10:1566 "modules/video_coding:video_codec_perf_tests",
Victor Boivie7d3c49a2021-03-25 12:11:0367 "net/dcsctp:dcsctp_unittests",
Patrik Höglund29dd6d72017-12-01 10:35:2668 "pc:peerconnection_unittests",
69 "pc:rtc_pc_unittests",
Harald Alvestrandf8f7b702022-05-05 13:21:1970 "pc:slow_peer_connection_unittests",
Florent Castelli90b74382022-04-25 15:28:0071 "pc:svc_tests",
Ilya Nikolaevskiyb41d5f12019-07-18 07:59:2572 "rtc_tools:rtp_generator",
Philipp Hanckee4e33b82023-06-14 14:55:5473 "rtc_tools:video_encoder",
Mirko Bonadeid4c3c3a2020-02-07 09:02:3174 "rtc_tools:video_replay",
Patrik Höglund29dd6d72017-12-01 10:35:2675 "stats:rtc_stats_unittests",
76 "system_wrappers:system_wrappers_unittests",
77 "test",
78 "video:screenshare_loopback",
Ilya Nikolaevskiy255d1cd2017-12-21 17:02:5979 "video:sv_loopback",
Patrik Höglund29dd6d72017-12-01 10:35:2680 "video:video_loopback",
Patrik Höglund29dd6d72017-12-01 10:35:2681 ]
Danil Chapovalovf2d31362024-08-19 14:47:1882 if (use_libfuzzer) {
83 deps += [ "test/fuzzers" ]
84 }
Mirko Bonadei6adb0a22019-10-23 14:55:0485 if (!is_asan) {
86 # Do not build :webrtc_lib_link_test because lld complains on some OS
87 # (e.g. when target_os = "mac") when is_asan=true. For more details,
88 # see bugs.webrtc.org/11027#c5.
89 deps += [ ":webrtc_lib_link_test" ]
90 }
Jeremy Leconte251eca22022-03-04 04:39:0491 if (is_ios) {
92 deps += [
93 "examples:apprtcmobile_tests",
94 "sdk:sdk_framework_unittests",
95 "sdk:sdk_unittests",
96 ]
97 }
Patrik Höglund29dd6d72017-12-01 10:35:2698 if (is_android) {
99 deps += [
Mirko Bonadei73aa2de2020-01-20 14:28:57100 "examples:android_examples_junit_tests",
Sami Kalliomäkid54f5f52018-08-03 11:23:05101 "sdk/android:android_instrumentation_test_apk",
Mirko Bonadeiccbe95f2020-01-21 11:10:10102 "sdk/android:android_sdk_junit_tests",
Patrik Höglund29dd6d72017-12-01 10:35:26103 ]
104 } else {
105 deps += [ "modules/video_capture:video_capture_tests" ]
106 }
107 if (rtc_enable_protobuf) {
108 deps += [
Mirko Bonadeiab0b9d42019-07-08 10:31:59109 "logging:rtc_event_log_rtp_dump",
Patrik Höglund83245bd2020-01-30 08:33:57110 "tools_webrtc/perf:webrtc_dashboard_upload",
Patrik Höglund29dd6d72017-12-01 10:35:26111 ]
112 }
Jan Grulich1264dc12022-10-18 12:27:17113 if ((is_linux || is_chromeos) && rtc_use_pipewire) {
114 deps += [ "modules/desktop_capture:shared_screencast_stream_test" ]
115 }
Mirko Bonadeibb547202017-09-15 04:15:48116 }
Mirko Bonadeib9857482020-12-14 14:28:43117 if (target_os == "android") {
118 deps += [ "tools_webrtc:binary_version_check" ]
119 }
Mirko Bonadeibb547202017-09-15 04:15:48120 }
121}
122
Mirko Bonadei2ab97f62019-07-18 11:44:12123# Abseil Flags by default doesn't register command line flags on mobile
124# platforms, WebRTC tests requires them (e.g. on simualtors) so this
125# config will be applied to testonly targets globally (see webrtc.gni).
126config("absl_flags_configs") {
127 defines = [ "ABSL_FLAGS_STRIP_NAMES=0" ]
128}
129
Mirko Bonadei32ce18c2018-09-18 11:15:54130config("library_impl_config") {
131 # Build targets that contain WebRTC implementation need this macro to
132 # be defined in order to correctly export symbols when is_component_build
133 # is true.
134 # For more info see: rtc_base/build/rtc_export.h.
135 defines = [ "WEBRTC_LIBRARY_IMPL" ]
136}
137
Mirko Bonadeibb547202017-09-15 04:15:48138# Contains the defines and includes in common.gypi that are duplicated both as
139# target_defaults and direct_dependent_settings.
140config("common_inherited_config") {
141 defines = []
142 cflags = []
143 ldflags = []
Mirko Bonadei32ce18c2018-09-18 11:15:54144
Mirko Bonadei91304312023-07-26 11:01:43145 if (rtc_objc_prefix != "") {
146 defines += [ "RTC_OBJC_TYPE_PREFIX=${rtc_objc_prefix}" ]
147 }
148
Mirko Bonadei56ed4682021-10-12 06:55:42149 if (rtc_dlog_always_on) {
150 defines += [ "DLOG_ALWAYS_ON" ]
151 }
152
Mirko Bonadei02fac7d2019-10-15 19:25:07153 if (rtc_enable_symbol_export || is_component_build) {
Takaaki Suzuki52d97fd2021-10-09 13:16:01154 defines += [ "WEBRTC_ENABLE_SYMBOL_EXPORT" ]
Mirko Bonadei028248c2018-10-10 10:19:02155 }
Mirko Bonadei5f078452021-07-30 20:32:55156 if (rtc_enable_objc_symbol_export) {
Takaaki Suzuki52d97fd2021-10-09 13:16:01157 defines += [ "WEBRTC_ENABLE_OBJC_SYMBOL_EXPORT" ]
Mirko Bonadei5f078452021-07-30 20:32:55158 }
Mirko Bonadei028248c2018-10-10 10:19:02159
Mirko Bonadeib889a202018-08-15 09:41:27160 if (!rtc_builtin_ssl_root_certificates) {
161 defines += [ "WEBRTC_EXCLUDE_BUILT_IN_SSL_ROOT_CERTS" ]
162 }
163
Artem Titov9dc209a2019-11-28 16:09:30164 if (rtc_disable_check_msg) {
165 defines += [ "RTC_DISABLE_CHECK_MSG" ]
166 }
167
Zhaoliang Ma72e43212020-08-17 09:13:41168 if (rtc_enable_avx2) {
169 defines += [ "WEBRTC_ENABLE_AVX2" ]
170 }
171
Austin Orionedc946e2021-04-05 23:30:20172 if (rtc_enable_win_wgc) {
173 defines += [ "RTC_ENABLE_WIN_WGC" ]
174 }
175
Evan Shrubsoledb50b032024-04-24 13:27:00176 if (!rtc_use_perfetto) {
177 # Some tests need to declare their own trace event handlers. If this define is
178 # not set, the first time TRACE_EVENT_* is called it will store the return
179 # value for the current handler in an static variable, so that subsequent
180 # changes to the handler for that TRACE_EVENT_* will be ignored.
181 # So when tests are included, we set this define, making it possible to use
182 # different event handlers in different tests.
183 if (rtc_include_tests) {
184 defines += [ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=1" ]
185 } else {
186 defines += [ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" ]
187 }
Mirko Bonadeibb547202017-09-15 04:15:48188 }
189 if (build_with_chromium) {
Mirko Bonadei8e5014a2018-08-02 11:36:10190 defines += [ "WEBRTC_CHROMIUM_BUILD" ]
Mirko Bonadeibb547202017-09-15 04:15:48191 include_dirs = [
192 # The overrides must be included first as that is the mechanism for
193 # selecting the override headers in Chromium.
194 "../webrtc_overrides",
195
196 # Allow includes to be prefixed with webrtc/ in case it is not an
197 # immediate subdirectory of the top-level.
198 ".",
Tomas Popela762543f2018-12-12 13:37:51199
200 # Just like the root WebRTC directory is added to include path, the
201 # corresponding directory tree with generated files needs to be added too.
202 # Note: this path does not change depending on the current target, e.g.
203 # it is always "//gen/third_party/webrtc" when building with Chromium.
204 # See also: http://cs.chromium.org/?q=%5C"default_include_dirs
205 # https://gn.googlesource.com/gn/+/master/docs/reference.md#target_gen_dir
206 target_gen_dir,
Mirko Bonadeibb547202017-09-15 04:15:48207 ]
208 }
Fabrice de Gans-Riberi09a6cd52018-03-30 17:38:06209 if (is_posix || is_fuchsia) {
Mirko Bonadeibb547202017-09-15 04:15:48210 defines += [ "WEBRTC_POSIX" ]
211 }
212 if (is_ios) {
213 defines += [
214 "WEBRTC_MAC",
215 "WEBRTC_IOS",
216 ]
217 }
Hidehiko Abef264e702020-09-10 09:10:11218 if (is_linux || is_chromeos) {
Mirko Bonadeibb547202017-09-15 04:15:48219 defines += [ "WEBRTC_LINUX" ]
220 }
221 if (is_mac) {
222 defines += [ "WEBRTC_MAC" ]
223 }
Sergey Ulanov6acefdb2017-12-12 01:38:13224 if (is_fuchsia) {
225 defines += [ "WEBRTC_FUCHSIA" ]
226 }
Mirko Bonadeibb547202017-09-15 04:15:48227 if (is_win) {
Mirko Bonadei89a87742018-04-24 07:12:13228 defines += [ "WEBRTC_WIN" ]
Mirko Bonadeibb547202017-09-15 04:15:48229 }
230 if (is_android) {
231 defines += [
232 "WEBRTC_LINUX",
233 "WEBRTC_ANDROID",
234 ]
Dan Minor9c686132018-01-15 15:20:00235
236 if (build_with_mozilla) {
237 defines += [ "WEBRTC_ANDROID_OPENSLES" ]
238 }
Mirko Bonadeibb547202017-09-15 04:15:48239 }
240 if (is_chromeos) {
241 defines += [ "CHROMEOS" ]
242 }
243
244 if (rtc_sanitize_coverage != "") {
245 assert(is_clang, "sanitizer coverage requires clang")
246 cflags += [ "-fsanitize-coverage=${rtc_sanitize_coverage}" ]
247 ldflags += [ "-fsanitize-coverage=${rtc_sanitize_coverage}" ]
248 }
249
250 if (is_ubsan) {
251 cflags += [ "-fsanitize=float-cast-overflow" ]
252 }
Mirko Bonadeibb547202017-09-15 04:15:48253}
254
Mirko Bonadei96ede16a2018-09-06 11:45:44255# TODO(bugs.webrtc.org/9693): Remove the possibility to suppress this warning
256# as soon as WebRTC compiles without it.
Mirko Bonadei96ede16a2018-09-06 11:45:44257config("no_global_constructors") {
258 if (is_clang) {
259 cflags = [ "-Wno-global-constructors" ]
260 }
261}
262
263config("rtc_prod_config") {
264 # Ideally, WebRTC production code (but not test code) should have these flags.
265 if (is_clang) {
266 cflags = [
267 "-Wexit-time-destructors",
268 "-Wglobal-constructors",
269 ]
270 }
271}
272
Evan Shrubsoledb50b032024-04-24 13:27:00273group("tracing") {
Evan Shrubsolecd098582024-04-30 07:57:49274 all_dependent_configs = [ "//third_party/perfetto/gn:public_config" ]
Evan Shrubsoledb50b032024-04-24 13:27:00275 if (rtc_use_perfetto) {
276 if (build_with_chromium) {
277 public_deps = # no-presubmit-check TODO(webrtc:8603)
278 [ "//third_party/perfetto:libperfetto" ]
279 } else {
Evan Shrubsolecd098582024-04-30 07:57:49280 public_deps = [ # no-presubmit-check TODO(webrtc:8603)
281 ":webrtc_libperfetto",
282 "//third_party/perfetto/include/perfetto/tracing",
283 ]
Evan Shrubsoledb50b032024-04-24 13:27:00284 }
Evan Shrubsolecd098582024-04-30 07:57:49285 } else {
286 public_deps = # no-presubmit-check TODO(webrtc:8603)
287 [ "//third_party/perfetto/include/perfetto/tracing" ]
Evan Shrubsoledb50b032024-04-24 13:27:00288 }
289}
290
291if (rtc_use_perfetto) {
292 rtc_library("webrtc_libperfetto") {
Evan Shrubsoledb50b032024-04-24 13:27:00293 deps = [
294 "//third_party/perfetto/src/tracing:client_api_without_backends",
295 "//third_party/perfetto/src/tracing:platform_impl",
296 ]
Evan Shrubsoledb50b032024-04-24 13:27:00297 }
298}
299
Mirko Bonadeibb547202017-09-15 04:15:48300config("common_config") {
301 cflags = []
Mirko Bonadeid7573562018-03-19 15:23:48302 cflags_c = []
Mirko Bonadeibb547202017-09-15 04:15:48303 cflags_cc = []
Mirko Bonadeid7573562018-03-19 15:23:48304 cflags_objc = []
Mirko Bonadeibb547202017-09-15 04:15:48305 defines = []
306
307 if (rtc_enable_protobuf) {
308 defines += [ "WEBRTC_ENABLE_PROTOBUF=1" ]
309 } else {
310 defines += [ "WEBRTC_ENABLE_PROTOBUF=0" ]
311 }
312
Emil Lundmark9109e852023-02-28 12:57:01313 if (rtc_strict_field_trials == "") {
Emil Lundmark6bf20cc2022-09-21 13:20:22314 defines += [ "WEBRTC_STRICT_FIELD_TRIALS=0" ]
Emil Lundmark9109e852023-02-28 12:57:01315 } else if (rtc_strict_field_trials == "dcheck") {
316 defines += [ "WEBRTC_STRICT_FIELD_TRIALS=1" ]
317 } else if (rtc_strict_field_trials == "warn") {
318 defines += [ "WEBRTC_STRICT_FIELD_TRIALS=2" ]
319 } else {
320 assert(false,
321 "Unsupported value for rtc_strict_field_trials: " +
322 "$rtc_strict_field_trials")
Emil Lundmark6bf20cc2022-09-21 13:20:22323 }
324
Mirko Bonadeibb547202017-09-15 04:15:48325 if (rtc_include_internal_audio_device) {
326 defines += [ "WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" ]
327 }
328
Mirko Bonadei8ef57932018-11-16 13:38:03329 if (rtc_libvpx_build_vp9) {
330 defines += [ "RTC_ENABLE_VP9" ]
Mirko Bonadeibb547202017-09-15 04:15:48331 }
332
qwu16ae82df72023-09-20 05:10:31333 if (rtc_use_h265) {
334 defines += [ "RTC_ENABLE_H265" ]
335 }
336
philipelb09d8722021-11-23 10:00:24337 if (rtc_include_dav1d_in_internal_decoder_factory) {
338 defines += [ "RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" ]
339 }
340
Mirko Bonadeibb547202017-09-15 04:15:48341 if (rtc_enable_sctp) {
Mirko Bonadei5eb43b42021-01-18 12:24:40342 defines += [ "WEBRTC_HAVE_SCTP" ]
Mirko Bonadeibb547202017-09-15 04:15:48343 }
344
345 if (rtc_enable_external_auth) {
346 defines += [ "ENABLE_EXTERNAL_AUTH" ]
347 }
348
Johannes Kronb76b9ba2019-02-08 09:13:25349 if (rtc_use_h264) {
350 defines += [ "WEBRTC_USE_H264" ]
351 }
352
Markus Handell8e75bd42020-06-05 09:47:40353 if (rtc_use_absl_mutex) {
354 defines += [ "WEBRTC_ABSL_MUTEX" ]
355 }
356
Markus Handellf2827c42023-09-02 07:41:10357 if (rtc_enable_libevent) {
358 defines += [ "WEBRTC_ENABLE_LIBEVENT" ]
359 }
360
Artem Titov6a4a1462019-11-26 15:24:46361 if (rtc_disable_logging) {
362 defines += [ "RTC_DISABLE_LOGGING" ]
363 }
364
Doudou Kisabaka2dec4962019-11-28 13:24:31365 if (rtc_disable_trace_events) {
366 defines += [ "RTC_DISABLE_TRACE_EVENTS" ]
367 }
368
Ying Wangef3998f2019-12-09 12:06:53369 if (rtc_disable_metrics) {
370 defines += [ "RTC_DISABLE_METRICS" ]
371 }
372
Per Åhgrencc73ed32020-04-26 21:56:17373 if (rtc_exclude_audio_processing_module) {
374 defines += [ "WEBRTC_EXCLUDE_AUDIO_PROCESSING_MODULE" ]
375 }
376
Peter Kasting47126fa2021-09-28 17:08:54377 if (is_clang) {
Mirko Bonadeice030282022-09-01 16:19:42378 cflags += [
379 # TODO(webrtc:13219): Fix -Wshadow instances and enable.
380 "-Wno-shadow",
381
382 # See https://reviews.llvm.org/D56731 for details about this
383 # warning.
384 "-Wctad-maybe-unsupported",
385 ]
Peter Kasting47126fa2021-09-28 17:08:54386 }
Mirko Bonadeicee54172019-12-05 14:30:14387
Mirko Bonadeibb547202017-09-15 04:15:48388 if (build_with_chromium) {
389 defines += [
390 # NOTICE: Since common_inherited_config is used in public_configs for our
391 # targets, there's no point including the defines in that config here.
392 # TODO(kjellander): Cleanup unused ones and move defines closer to the
393 # source when webrtc:4256 is completed.
394 "HAVE_WEBRTC_VIDEO",
Mirko Bonadeibb547202017-09-15 04:15:48395 "LOGGING_INSIDE_WEBRTC",
Mirko Bonadeibb547202017-09-15 04:15:48396 ]
397 } else {
Fabrice de Gans-Riberi09a6cd52018-03-30 17:38:06398 if (is_posix || is_fuchsia) {
Mirko Bonadeid7573562018-03-19 15:23:48399 cflags_c += [
400 # TODO(bugs.webrtc.org/9029): enable commented compiler flags.
401 # Some of these flags should also be added to cflags_objc.
402
403 # "-Wextra", (used when building C++ but not when building C)
404 # "-Wmissing-prototypes", (C/Obj-C only)
405 # "-Wmissing-declarations", (ensure this is always used C/C++, etc..)
406 "-Wstrict-prototypes",
407
408 # "-Wpointer-arith", (ensure this is always used C/C++, etc..)
409 # "-Wbad-function-cast", (C/Obj-C only)
410 # "-Wnested-externs", (C/Obj-C only)
411 ]
412 cflags_objc += [ "-Wstrict-prototypes" ]
Mirko Bonadeibb547202017-09-15 04:15:48413 cflags_cc = [
414 "-Wnon-virtual-dtor",
415
416 # This is enabled for clang; enable for gcc as well.
417 "-Woverloaded-virtual",
418 ]
419 }
420
421 if (is_clang) {
Philipp Hancke0fe3a612024-09-17 19:04:22422 cflags += [
423 "-Wc++11-narrowing",
424 "-Wundef",
425 "-Wunused-lambda-capture",
426 ]
Mirko Bonadeibb547202017-09-15 04:15:48427 }
Mirko Bonadeie7659df2018-05-16 09:50:40428
429 if (is_win && !is_clang) {
430 # MSVC warning suppressions (needed to use Abseil).
431 # TODO(bugs.webrtc.org/9274): Remove these warnings as soon as MSVC allows
432 # external headers warning suppression (or fix them upstream).
433 cflags += [ "/wd4702" ] # unreachable code
Jerome Humbert3e3c5512020-01-13 11:58:26434
435 # MSVC 2019 warning suppressions for C++17 compiling
Patrik Höglund83245bd2020-01-30 08:33:57436 cflags +=
437 [ "/wd5041" ] # out-of-line definition for constexpr static data
438 # member is not needed and is deprecated in C++17
Mirko Bonadeie7659df2018-05-16 09:50:40439 }
Mirko Bonadeibb547202017-09-15 04:15:48440 }
441
442 if (current_cpu == "arm64") {
443 defines += [ "WEBRTC_ARCH_ARM64" ]
444 defines += [ "WEBRTC_HAS_NEON" ]
445 }
446
447 if (current_cpu == "arm") {
448 defines += [ "WEBRTC_ARCH_ARM" ]
449 if (arm_version >= 7) {
450 defines += [ "WEBRTC_ARCH_ARM_V7" ]
451 if (arm_use_neon) {
452 defines += [ "WEBRTC_HAS_NEON" ]
453 }
454 }
455 }
456
457 if (current_cpu == "mipsel") {
458 defines += [ "MIPS32_LE" ]
459 if (mips_float_abi == "hard") {
460 defines += [ "MIPS_FPU_LE" ]
461 }
462 if (mips_arch_variant == "r2") {
463 defines += [ "MIPS32_R2_LE" ]
464 }
465 if (mips_dsp_rev == 1) {
466 defines += [ "MIPS_DSP_R1_LE" ]
467 } else if (mips_dsp_rev == 2) {
468 defines += [
469 "MIPS_DSP_R1_LE",
470 "MIPS_DSP_R2_LE",
471 ]
472 }
473 }
474
475 if (is_android && !is_clang) {
476 # The Android NDK doesn"t provide optimized versions of these
477 # functions. Ensure they are disabled for all compilers.
478 cflags += [
479 "-fno-builtin-cos",
480 "-fno-builtin-sin",
481 "-fno-builtin-cosf",
482 "-fno-builtin-sinf",
483 ]
484 }
485
Greg Thompson6fc4d972023-09-19 10:15:03486 if (use_fuzzing_engine) {
Mirko Bonadeibb547202017-09-15 04:15:48487 # Used in Chromium's overrides to disable logging
488 defines += [ "WEBRTC_UNSAFE_FUZZER_MODE" ]
489 }
Mirko Bonadei20574f42019-03-28 06:50:07490
491 if (!build_with_chromium && rtc_win_undef_unicode) {
492 cflags += [
493 "/UUNICODE",
494 "/U_UNICODE",
495 ]
496 }
Evan Shrubsoledb50b032024-04-24 13:27:00497
498 if (rtc_use_perfetto) {
499 defines += [ "RTC_USE_PERFETTO" ]
500 }
Mirko Bonadeibb547202017-09-15 04:15:48501}
502
503config("common_objc") {
Sylvain Defresnec7f0dff2020-07-03 08:19:30504 frameworks = [ "Foundation.framework" ]
Mirko Bonadeibb547202017-09-15 04:15:48505}
506
Philipp Hancke06a49f02024-08-22 18:52:33507if (!rtc_build_ssl) {
508 config("external_ssl_library") {
509 if (rtc_ssl_root != "") {
510 include_dirs = [ rtc_ssl_root ]
511 }
512 libs = [
513 "crypto",
514 "ssl",
515 ]
516 }
517}
518
Mirko Bonadeibb547202017-09-15 04:15:48519if (!build_with_chromium) {
520 # Target to build all the WebRTC production code.
521 rtc_static_library("webrtc") {
Patrik Höglundeeb79e92019-10-17 14:04:07522 # Only the root target and the test should depend on this.
523 visibility = [
524 "//:default",
525 "//:webrtc_lib_link_test",
526 ]
Mirko Bonadeibb547202017-09-15 04:15:48527
528 sources = []
529 complete_static_lib = true
Oleh Prypind2f4e8b2018-08-01 10:18:05530 suppressed_configs += [ "//build/config/compiler:thin_archive" ]
Mirko Bonadeibb547202017-09-15 04:15:48531 defines = []
532
533 deps = [
Mirko Bonadeiba700de2019-10-10 07:23:22534 "api:create_peerconnection_factory",
Danil Chapovalovb29ff002023-11-02 18:18:04535 "api:enable_media",
Yves Gerey06f6bc92018-11-09 09:22:52536 "api:libjingle_peerconnection_api",
Mirko Bonadeieaaaf412019-09-13 12:42:15537 "api:rtc_error",
Mirko Bonadeibb547202017-09-15 04:15:48538 "api:transport_api",
Patrick Reynoldsf6549982024-08-20 03:20:33539 "api/audio_codecs:opus_audio_decoder_factory",
Mirko Bonadeieaaaf412019-09-13 12:42:15540 "api/crypto",
Danil Chapovalov4ba04b72019-06-26 13:49:47541 "api/rtc_event_log:rtc_event_log_factory",
Mirko Bonadeiba700de2019-10-10 07:23:22542 "api/task_queue",
543 "api/task_queue:default_task_queue_factory",
Artem Titovc898c822022-09-14 11:14:02544 "api/test/metrics",
philipel2b00c4e2023-03-31 15:20:40545 "api/video_codecs:video_decoder_factory_template",
546 "api/video_codecs:video_decoder_factory_template_dav1d_adapter",
547 "api/video_codecs:video_decoder_factory_template_libvpx_vp8_adapter",
548 "api/video_codecs:video_decoder_factory_template_libvpx_vp9_adapter",
549 "api/video_codecs:video_decoder_factory_template_open_h264_adapter",
550 "api/video_codecs:video_encoder_factory_template",
551 "api/video_codecs:video_encoder_factory_template_libaom_av1_adapter",
552 "api/video_codecs:video_encoder_factory_template_libvpx_vp8_adapter",
553 "api/video_codecs:video_encoder_factory_template_libvpx_vp9_adapter",
554 "api/video_codecs:video_encoder_factory_template_open_h264_adapter",
Mirko Bonadeibb547202017-09-15 04:15:48555 "audio",
556 "call",
557 "common_audio",
558 "common_video",
Yves Gerey06f6bc92018-11-09 09:22:52559 "logging:rtc_event_log_api",
Mirko Bonadeibb547202017-09-15 04:15:48560 "media",
561 "modules",
562 "modules/video_capture:video_capture_internal_impl",
Yves Gerey06f6bc92018-11-09 09:22:52563 "p2p:rtc_p2p",
564 "pc:libjingle_peerconnection",
Yves Gerey06f6bc92018-11-09 09:22:52565 "pc:rtc_pc",
Mirko Bonadeibb547202017-09-15 04:15:48566 "sdk",
Mirko Bonadeibb547202017-09-15 04:15:48567 "video",
Mirko Bonadeibb547202017-09-15 04:15:48568 ]
569
Jiawei Ou08745302019-02-12 19:36:13570 if (rtc_include_builtin_audio_codecs) {
571 deps += [
572 "api/audio_codecs:builtin_audio_decoder_factory",
573 "api/audio_codecs:builtin_audio_encoder_factory",
574 ]
575 }
576
Dan Minor9c686132018-01-15 15:20:00577 if (build_with_mozilla) {
Chen Xing5d24b162019-06-10 10:59:38578 deps += [
579 "api/video:video_frame",
580 "api/video:video_rtp_headers",
581 ]
Dan Minor9c686132018-01-15 15:20:00582 } else {
583 deps += [
584 "api",
585 "logging",
586 "p2p",
587 "pc",
588 "stats",
589 ]
590 }
591
Mirko Bonadeibb547202017-09-15 04:15:48592 if (rtc_enable_protobuf) {
Mirko Bonadeibb547202017-09-15 04:15:48593 deps += [ "logging:rtc_event_log_proto" ]
594 }
595 }
Patrik Höglundeeb79e92019-10-17 14:04:07596
Mirko Bonadeic69fd592020-03-10 14:35:38597 if (rtc_include_tests && !is_asan) {
Patrik Höglund21671632019-10-18 06:04:19598 rtc_executable("webrtc_lib_link_test") {
Patrik Höglundeeb79e92019-10-17 14:04:07599 testonly = true
600
Byoungchan Lee8ed1e932021-05-20 09:30:10601 # This target is used for checking to link, so do not check dependencies
602 # on gn check.
603 check_includes = false # no-presubmit-check TODO(bugs.webrtc.org/12785)
604
Mirko Bonadeiccbe95f2020-01-21 11:10:10605 sources = [ "webrtc_lib_link_test.cc" ]
Patrik Höglundeeb79e92019-10-17 14:04:07606 deps = [
Patrik Höglund21671632019-10-18 06:04:19607 # NOTE: Don't add deps here. If this test fails to link, it means you
608 # need to add stuff to the webrtc static lib target above.
Patrik Höglundeeb79e92019-10-17 14:04:07609 ":webrtc",
Patrik Höglundeeb79e92019-10-17 14:04:07610 ]
611 }
612 }
Mirko Bonadeibb547202017-09-15 04:15:48613}
614
Nico Weberdf644be2019-03-18 01:06:11615if (use_libfuzzer || use_afl) {
Mirko Bonadeibb547202017-09-15 04:15:48616 # This target is only here for gn to discover fuzzer build targets under
617 # webrtc/test/fuzzers/.
618 group("webrtc_fuzzers_dummy") {
619 testonly = true
Mirko Bonadeiccbe95f2020-01-21 11:10:10620 deps = [ "test/fuzzers:webrtc_fuzzer_main" ]
Mirko Bonadeibb547202017-09-15 04:15:48621 }
622}
623
Andrey Logvine7c79fd2021-02-01 09:56:37624if (rtc_include_tests && !build_with_chromium) {
philipelb85b4c02024-04-24 14:31:58625 rtc_unittests_resources = [ "resources/reference_video_640x360_30fps.y4m" ]
626
627 if (is_ios) {
628 bundle_data("rtc_unittests_bundle_data") {
629 testonly = true
630 sources = rtc_unittests_resources
631 outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ]
632 }
633 }
634
Mirko Bonadeibb547202017-09-15 04:15:48635 rtc_test("rtc_unittests") {
636 testonly = true
637
638 deps = [
Harald Alvestrand3cc45d42019-03-14 04:42:04639 "api:compile_all_headers",
Mirko Bonadeibb547202017-09-15 04:15:48640 "api:rtc_api_unittests",
Fredrik Solenbergbbf21a32018-04-12 20:44:09641 "api/audio/test:audio_api_unittests",
Mirko Bonadeibb547202017-09-15 04:15:48642 "api/audio_codecs/test:audio_codecs_api_unittests",
Artem Titov9d777622020-09-18 16:23:08643 "api/numerics:numerics_unittests",
Artem Titovc374d112022-06-16 19:27:45644 "api/task_queue:pending_task_safety_flag_unittests",
Artem Titov27f91af2022-09-16 22:12:19645 "api/test/metrics:metrics_unittests",
Patrik Höglund56d94522019-11-18 14:53:32646 "api/transport:stun_unittest",
Stefan Holmerf7044682018-07-17 08:16:41647 "api/video/test:rtc_api_video_unittests",
philipelb85b4c02024-04-24 14:31:58648 "api/video_codecs:libaom_av1_encoder_factory_test",
649 "api/video_codecs:simple_encoder_wrapper_unittests",
Anders Carlssondd3e0ab2018-06-12 09:15:56650 "api/video_codecs/test:video_codecs_api_unittests",
Tim Na76bbc982021-01-28 18:52:38651 "api/voip:compile_all_headers",
Sebastian Jansson487c09b2019-02-21 15:21:51652 "call:fake_network_pipe_unittests",
Mirko Bonadeibb547202017-09-15 04:15:48653 "p2p:libstunprober_unittests",
654 "p2p:rtc_p2p_unittests",
Harald Alvestrand8d4a5f12023-08-22 13:53:16655 "rtc_base:async_dns_resolver_unittests",
Per K4ac37182023-11-15 09:43:32656 "rtc_base:async_packet_socket_unittest",
Mirko Bonadei3d259352020-10-23 10:04:40657 "rtc_base:callback_list_unittests",
Mirko Bonadeibb547202017-09-15 04:15:48658 "rtc_base:rtc_base_approved_unittests",
Mirko Bonadeibb547202017-09-15 04:15:48659 "rtc_base:rtc_base_unittests",
Sam Zackrissonb45bdb52018-10-02 14:25:59660 "rtc_base:rtc_json_unittests",
Mirko Bonadeibb547202017-09-15 04:15:48661 "rtc_base:rtc_numerics_unittests",
Henrik Boström27c29362019-10-21 13:21:55662 "rtc_base:rtc_operations_chain_unittests",
Mirko Bonadeibb547202017-09-15 04:15:48663 "rtc_base:rtc_task_queue_unittests",
Artem Titove41c4332018-07-25 13:04:28664 "rtc_base:sigslot_unittest",
Markus Handell82da9322022-12-16 14:50:24665 "rtc_base:task_queue_stdlib_unittest",
Karl Wiberg70026f92020-09-18 08:03:16666 "rtc_base:untyped_function_unittest",
Mirko Bonadeibb547202017-09-15 04:15:48667 "rtc_base:weak_ptr_unittests",
Sebastian Jansson2808ae92018-04-09 09:13:04668 "rtc_base/experiments:experiments_unittests",
Björn Tereliuscbd61562021-03-25 14:52:16669 "rtc_base/system:file_wrapper_unittests",
Evan Shrubsole45448e92021-11-15 16:27:44670 "rtc_base/task_utils:repeating_task_unittests",
Evan Shrubsole21e97f92022-01-11 12:50:00671 "rtc_base/units:units_unittests",
Niels Möllerdac03d92019-02-13 07:52:27672 "sdk:sdk_tests",
Tommi25eb47c2019-08-29 14:39:05673 "test:rtp_test_utils",
Niels Möller04a3cc12019-05-21 11:01:58674 "test:test_main",
Artem Titov386802e2019-07-05 08:48:17675 "test/network:network_emulation_unittests",
Mirko Bonadeibb547202017-09-15 04:15:48676 ]
677
philipelb85b4c02024-04-24 14:31:58678 data = rtc_unittests_resources
679
Mirko Bonadeibb547202017-09-15 04:15:48680 if (rtc_enable_protobuf) {
Per Kjellandera0d1a512024-05-29 10:33:21681 deps += [
682 "api/test/network_emulation:network_config_schedule_proto",
683 "logging:rtc_event_log_tests",
684 ]
Mirko Bonadeibb547202017-09-15 04:15:48685 }
686
philipelb85b4c02024-04-24 14:31:58687 if (is_ios) {
688 deps += [ ":rtc_unittests_bundle_data" ]
689 }
690
Mirko Bonadeibb547202017-09-15 04:15:48691 if (is_android) {
Sami Kalliomäki78498cf2018-02-07 15:59:33692 # Do not use Chromium's launcher. native_unittests defines its own JNI_OnLoad.
693 use_default_launcher = false
694
695 deps += [
696 "sdk/android:native_unittests",
697 "sdk/android:native_unittests_java",
698 "//testing/android/native_test:native_test_support",
699 ]
Mirko Bonadeibb547202017-09-15 04:15:48700 shard_timeout = 900
701 }
Mirko Bonadeibb547202017-09-15 04:15:48702 }
703
Peter Kasting049f5ef2023-03-14 16:56:25704 if (rtc_enable_google_benchmarks) {
Andrey Logvin5e227ab2021-01-29 10:34:55705 rtc_test("benchmarks") {
706 testonly = true
707 deps = [
708 "rtc_base/synchronization:mutex_benchmark",
709 "test:benchmark_main",
710 ]
711 }
Markus Handellf70fbc82020-06-03 22:41:20712 }
713
Mirko Bonadeibb547202017-09-15 04:15:48714 # TODO(pbos): Rename test suite, this is no longer "just" for video targets.
715 video_engine_tests_resources = [
Mirko Bonadei92ea95e2017-09-15 04:47:31716 "resources/foreman_cif_short.yuv",
717 "resources/voice_engine/audio_long16.pcm",
Mirko Bonadeibb547202017-09-15 04:15:48718 ]
719
720 if (is_ios) {
721 bundle_data("video_engine_tests_bundle_data") {
722 testonly = true
723 sources = video_engine_tests_resources
Mirko Bonadeiccbe95f2020-01-21 11:10:10724 outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ]
Mirko Bonadeibb547202017-09-15 04:15:48725 }
726 }
727
728 rtc_test("video_engine_tests") {
729 testonly = true
730 deps = [
731 "audio:audio_tests",
732
733 # TODO(eladalon): call_tests aren't actually video-specific, so we
734 # should move them to a more appropriate test suite.
735 "call:call_tests",
Henrik Boströmb04b2a12019-12-10 13:14:09736 "call/adaptation:resource_adaptation_tests",
Mirko Bonadeibb547202017-09-15 04:15:48737 "test:test_common",
738 "test:test_main",
739 "test:video_test_common",
740 "video:video_tests",
Henrik Boströmefbec9a2020-03-06 09:41:25741 "video/adaptation:video_adaptation_tests",
Mirko Bonadeibb547202017-09-15 04:15:48742 ]
743 data = video_engine_tests_resources
Mirko Bonadeibb547202017-09-15 04:15:48744 if (is_android) {
Björn Terelius0c68a7a2022-04-19 13:32:37745 use_default_launcher = false
746 deps += [
747 "//build/android/gtest_apk:native_test_instrumentation_test_runner_java",
748 "//testing/android/native_test:native_test_java",
749 "//testing/android/native_test:native_test_support",
750 ]
Mirko Bonadeibb547202017-09-15 04:15:48751 shard_timeout = 900
752 }
753 if (is_ios) {
754 deps += [ ":video_engine_tests_bundle_data" ]
755 }
756 }
757
758 webrtc_perf_tests_resources = [
Natalie Chouinard65bbcab2019-12-23 22:02:25759 "resources/ConferenceMotion_1280_720_50.yuv",
Mirko Bonadei92ea95e2017-09-15 04:47:31760 "resources/audio_coding/speech_mono_16kHz.pcm",
761 "resources/audio_coding/speech_mono_32_48kHz.pcm",
762 "resources/audio_coding/testfile32kHz.pcm",
Mirko Bonadei92ea95e2017-09-15 04:47:31763 "resources/difficult_photo_1850_1110.yuv",
764 "resources/foreman_cif.yuv",
Mirko Bonadei92ea95e2017-09-15 04:47:31765 "resources/paris_qcif.yuv",
766 "resources/photo_1850_1110.yuv",
767 "resources/presentation_1850_1110.yuv",
Mirko Bonadei92ea95e2017-09-15 04:47:31768 "resources/voice_engine/audio_long16.pcm",
769 "resources/web_screenshot_1850_1110.yuv",
Mirko Bonadeibb547202017-09-15 04:15:48770 ]
771
772 if (is_ios) {
773 bundle_data("webrtc_perf_tests_bundle_data") {
774 testonly = true
775 sources = webrtc_perf_tests_resources
Mirko Bonadeiccbe95f2020-01-21 11:10:10776 outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ]
Mirko Bonadeibb547202017-09-15 04:15:48777 }
778 }
779
780 rtc_test("webrtc_perf_tests") {
781 testonly = true
Mirko Bonadeibb547202017-09-15 04:15:48782 deps = [
Mirko Bonadeibb547202017-09-15 04:15:48783 "call:call_perf_tests",
784 "modules/audio_coding:audio_coding_perf_tests",
785 "modules/audio_processing:audio_processing_perf_tests",
Seth Hampsond1003d72018-06-22 22:40:16786 "pc:peerconnection_perf_tests",
Mirko Bonadeibb547202017-09-15 04:15:48787 "test:test_main",
788 "video:video_full_stack_tests",
Artem Titov137f6c82019-05-17 08:51:15789 "video:video_pc_full_stack_tests",
Mirko Bonadeibb547202017-09-15 04:15:48790 ]
791
Artem Titarenko01d04fa2019-07-12 09:19:54792 data = webrtc_perf_tests_resources
Mirko Bonadeibb547202017-09-15 04:15:48793 if (is_android) {
Björn Terelius0c68a7a2022-04-19 13:32:37794 use_default_launcher = false
795 deps += [
796 "//build/android/gtest_apk:native_test_instrumentation_test_runner_java",
797 "//testing/android/native_test:native_test_java",
798 "//testing/android/native_test:native_test_support",
799 ]
Oleh Prypin2aa03792018-12-13 07:48:13800 shard_timeout = 4500
Mirko Bonadeibb547202017-09-15 04:15:48801 }
802 if (is_ios) {
803 deps += [ ":webrtc_perf_tests_bundle_data" ]
804 }
805 }
806
807 rtc_test("webrtc_nonparallel_tests") {
808 testonly = true
Mirko Bonadeiccbe95f2020-01-21 11:10:10809 deps = [ "rtc_base:rtc_base_nonparallel_tests" ]
Mirko Bonadeibb547202017-09-15 04:15:48810 if (is_android) {
811 deps += [ "//testing/android/native_test:native_test_support" ]
812 shard_timeout = 900
813 }
814 }
Tim Na8ab3c772020-03-27 00:16:51815
816 rtc_test("voip_unittests") {
817 testonly = true
818 deps = [
Tim Na76bbc982021-01-28 18:52:38819 "api/voip:compile_all_headers",
Tim Nac0df5fc2020-05-05 18:03:54820 "api/voip:voip_engine_factory_unittests",
821 "audio/voip/test:audio_channel_unittests",
Tim Na8ab3c772020-03-27 00:16:51822 "audio/voip/test:audio_egress_unittests",
Tim Na11f92bc2020-04-21 16:39:25823 "audio/voip/test:audio_ingress_unittests",
Tim Nac0df5fc2020-05-05 18:03:54824 "audio/voip/test:voip_core_unittests",
Tim Na8ab3c772020-03-27 00:16:51825 "test:test_main",
826 ]
827 }
wjia@webrtc.org03cfde22014-01-14 17:48:34828}
Karl Wibergbb23c832018-04-22 17:55:00829
Philipp Hanckec1282772021-11-24 07:18:31830# Build target for standalone dcsctp
831rtc_static_library("dcsctp") {
832 # Only the root target should depend on this.
833 visibility = [ "//:default" ]
834 sources = []
835 complete_static_lib = true
836 suppressed_configs += [ "//build/config/compiler:thin_archive" ]
837 defines = []
838 deps = [
839 "net/dcsctp/public:factory",
840 "net/dcsctp/public:socket",
841 "net/dcsctp/public:types",
842 "net/dcsctp/socket:dcsctp_socket",
843 "net/dcsctp/timer:task_queue_timeout",
Philipp Hanckec1282772021-11-24 07:18:31844 ]
845}
846
Karl Wibergbb23c832018-04-22 17:55:00847# ---- Poisons ----
848#
849# Here is one empty dummy target for each poison type (needed because
850# "being poisonous with poison type foo" is implemented as "depends on
851# //:poison_foo").
852#
853# The set of poison_* targets needs to be kept in sync with the
854# `all_poison_types` list in webrtc.gni.
855#
856group("poison_audio_codecs") {
857}
Anders Carlsson1f433e42018-04-24 14:39:05858
Danil Chapovalov9fdceb82023-11-27 09:57:22859group("poison_default_echo_detector") {
Anders Carlsson1f433e42018-04-24 14:39:05860}
Danil Chapovalov41300af2019-07-10 10:44:43861
Danil Chapovalov9fdceb82023-11-27 09:57:22862group("poison_environment_construction") {
Sam Zackrisson03cb7e52021-12-06 14:40:04863}
864
Sam Zackrisson492fdf42019-10-25 08:45:58865group("poison_software_video_codecs") {
Danil Chapovalov41300af2019-07-10 10:44:43866}