# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["HAVE_WEBRTC_VIDEO"] = True DEFINES["HAVE_WEBRTC_VOICE"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" DEFINES["WEBRTC_RESTRICT_LOGGING"] = True FINAL_LIBRARY = "webrtc" LOCAL_INCLUDES += [ "!/ipc/ipdl/_ipdlheaders", "/ipc/chromium/src", "/ipc/glue", "/media/libyuv/libyuv/include/", "/third_party/libwebrtc/webrtc/", "/third_party/libwebrtc/webrtc/common_audio/resampler/include/", "/third_party/libwebrtc/webrtc/common_audio/signal_processing/include/", "/third_party/libwebrtc/webrtc/common_audio/vad/include/", "/third_party/libwebrtc/webrtc/common_video/include/", "/third_party/libwebrtc/webrtc/modules/audio_coding/include/", "/third_party/libwebrtc/webrtc/modules/audio_device/dummy/", "/third_party/libwebrtc/webrtc/modules/audio_device/include/", "/third_party/libwebrtc/webrtc/modules/include/", "/third_party/libwebrtc/webrtc/modules/include/" ] if not CONFIG["MOZ_DEBUG"]: DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" DEFINES["NDEBUG"] = True DEFINES["NVALGRIND"] = True if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" DEFINES["WTF_USE_DYNAMIC_ANNOTATIONS"] = "1" if CONFIG["OS_TARGET"] == "Android": DEFINES["ANDROID"] = True DEFINES["ANDROID_NDK_VERSION"] = "r12b" DEFINES["DISABLE_NACL"] = True DEFINES["HAVE_SYS_UIO_H"] = True DEFINES["NO_TCMALLOC"] = True DEFINES["USE_OPENSSL_CERTS"] = "1" DEFINES["WEBRTC_ANDROID"] = True DEFINES["WEBRTC_ANDROID_OPENSLES"] = True DEFINES["WEBRTC_LINUX"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" DEFINES["__GNU_SOURCE"] = "1" OS_LIBS += [ "log" ] if CONFIG["OS_TARGET"] == "Darwin": DEFINES["NO_TCMALLOC"] = True DEFINES["WEBRTC_MAC"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE"] = "0" OS_LIBS += [ "-framework AppKit", "-framework AVFoundation", "-framework CoreMedia", "-framework CoreVideo", "-framework Foundation", "-framework IOKit", "-framework OpenGL" ] if CONFIG["OS_TARGET"] == "DragonFly": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" OS_LIBS += [ "X11", "X11-xcb", "xcb", "Xcomposite", "Xcursor", "Xdamage", "Xext", "Xfixes", "Xi", "Xrender" ] if CONFIG["OS_TARGET"] == "FreeBSD": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" OS_LIBS += [ "X11", "X11-xcb", "xcb", "Xcomposite", "Xcursor", "Xdamage", "Xext", "Xfixes", "Xi", "Xrender" ] if CONFIG["OS_TARGET"] == "Linux": DEFINES["USE_NSS_CERTS"] = "1" DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_LINUX"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" OS_LIBS += [ "m", "rt", "X11", "X11-xcb", "xcb", "Xcomposite", "Xcursor", "Xdamage", "Xext", "Xfixes", "Xi", "Xrender" ] if CONFIG["OS_TARGET"] == "NetBSD": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" OS_LIBS += [ "X11", "X11-xcb", "xcb", "Xcomposite", "Xcursor", "Xdamage", "Xext", "Xfixes", "Xi", "Xrender" ] if CONFIG["OS_TARGET"] == "OpenBSD": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" OS_LIBS += [ "X11", "X11-xcb", "xcb", "Xcomposite", "Xcursor", "Xdamage", "Xext", "Xfixes", "Xi", "Xrender" ] if CONFIG["OS_TARGET"] == "WINNT": DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True DEFINES["NOMINMAX"] = True DEFINES["NO_TCMALLOC"] = True DEFINES["NTDDI_VERSION"] = "0x0A000000" DEFINES["PSAPI_VERSION"] = "1" DEFINES["UNICODE"] = True DEFINES["WEBRTC_WIN"] = True DEFINES["WIN32"] = True DEFINES["WIN32_LEAN_AND_MEAN"] = True DEFINES["WINVER"] = "0x0A00" DEFINES["_ATL_NO_OPENGL"] = True DEFINES["_CRT_RAND_S"] = True DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True DEFINES["_CRT_SECURE_NO_WARNINGS"] = True DEFINES["_HAS_EXCEPTIONS"] = "0" DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True DEFINES["_SECURE_ATL"] = True DEFINES["_UNICODE"] = True DEFINES["_USING_V110_SDK71_"] = True DEFINES["_WIN32_WINNT"] = "0x0A00" DEFINES["_WINDOWS"] = True DEFINES["__STD_C"] = True OS_LIBS += [ "d3d11", "dxgi", "Strmiids", "winmm" ] if CONFIG["CPU_ARCH"] == "aarch64": DEFINES["WEBRTC_ARCH_ARM64"] = True DEFINES["WEBRTC_HAS_NEON"] = True if CONFIG["CPU_ARCH"] == "arm": DEFINES["WEBRTC_ARCH_ARM"] = True DEFINES["WEBRTC_ARCH_ARM_V7"] = True DEFINES["WEBRTC_HAS_NEON"] = True if not CONFIG["MOZ_DEBUG"] and CONFIG["OS_TARGET"] == "Android": DEFINES["_FORTIFY_SOURCE"] = "2" if not CONFIG["MOZ_DEBUG"] and CONFIG["OS_TARGET"] == "Darwin": DEFINES["_FORTIFY_SOURCE"] = "2" if not CONFIG["MOZ_DEBUG"] and CONFIG["OS_TARGET"] == "DragonFly": DEFINES["_FORTIFY_SOURCE"] = "2" if not CONFIG["MOZ_DEBUG"] and CONFIG["OS_TARGET"] == "FreeBSD": DEFINES["_FORTIFY_SOURCE"] = "2" if not CONFIG["MOZ_DEBUG"] and CONFIG["OS_TARGET"] == "NetBSD": DEFINES["_FORTIFY_SOURCE"] = "2" if not CONFIG["MOZ_DEBUG"] and CONFIG["OS_TARGET"] == "OpenBSD": DEFINES["_FORTIFY_SOURCE"] = "2" if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Darwin": DEFINES["CR_XCODE_VERSION"] = "0120" if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Darwin": DEFINES["CR_XCODE_VERSION"] = "0920" if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": DEFINES["DISABLE_NACL"] = True DEFINES["NO_TCMALLOC"] = True Library("webrtc_gn")