aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2022-09-11 13:12:49 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2022-09-11 13:12:49 +0000
commit4185660c39ad992441cae35833fc69c1295a4bf8 (patch)
treeb2a0934b7a84570ad59fc13caa5c882bdfd11741
parent0f60b8e1e225558292c2cd85281f4f4ee49dc051 (diff)
downloadports-4185660c39ad992441cae35833fc69c1295a4bf8.tar.gz
ports-4185660c39ad992441cae35833fc69c1295a4bf8.zip
mail/thunderbird: update to 102.2.2
-rw-r--r--mail/thunderbird/Makefile25
-rw-r--r--mail/thunderbird/distinfo6
-rw-r--r--mail/thunderbird/files/patch-addon-search27
-rw-r--r--mail/thunderbird/files/patch-bug128858737
-rw-r--r--mail/thunderbird/files/patch-bug155921346
-rw-r--r--mail/thunderbird/files/patch-bug1602730_comment524
-rw-r--r--mail/thunderbird/files/patch-bug161218425961
-rw-r--r--mail/thunderbird/files/patch-bug165961210
-rw-r--r--mail/thunderbird/files/patch-bug1676134122
-rw-r--r--mail/thunderbird/files/patch-bug173405845
-rw-r--r--mail/thunderbird/files/patch-bug292127232
-rw-r--r--mail/thunderbird/files/patch-bug84756899
-rw-r--r--mail/thunderbird/files/patch-comm_mail_modules_DNS.jsm25
-rw-r--r--mail/thunderbird/files/patch-libwebrtc-generated70292
-rw-r--r--mail/thunderbird/files/patch-pipewire_init41
-rw-r--r--mail/thunderbird/files/patch-rust-1.63585
-rw-r--r--mail/thunderbird/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn42
-rw-r--r--mail/thunderbird/files/patch-third__party_libwebrtc_third__party_pffft_src_pffft.c10
18 files changed, 70656 insertions, 26973 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index c8327c49951e..bcaef63e243d 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,6 +1,5 @@
PORTNAME= thunderbird
-DISTVERSION= 91.13.0
-PORTREVISION= 1
+DISTVERSION= 102.2.2
CATEGORIES= mail news net-im wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
@@ -11,14 +10,14 @@ COMMENT= Mozilla Thunderbird is standalone mail and news that stands above
WWW= https://www.mozilla.com/thunderbird/
BUILD_DEPENDS= nspr>=4.32:devel/nspr \
- nss>=3.68:security/nss \
- icu>=67.1,1:devel/icu \
+ nss>=3.79:security/nss \
+ icu>=71.1,1:devel/icu \
libevent>=2.1.8:devel/libevent \
- harfbuzz>=2.8.1:print/harfbuzz \
+ harfbuzz>=4.1.0:print/harfbuzz \
graphite2>=1.3.14:graphics/graphite2 \
png>=1.6.37:graphics/png \
dav1d>=1.0.0:multimedia/dav1d \
- libvpx>=1.8.2:multimedia/libvpx \
+ libvpx>=1.11.0:multimedia/libvpx \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
v4l_compat>0:multimedia/v4l_compat \
autoconf2.13:devel/autoconf2.13 \
@@ -48,7 +47,17 @@ SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js
OPTIONS_DEFAULT=CANBERRA
.include "${.CURDIR}/../../www/firefox/Makefile.options"
-.include <bsd.port.pre.mk>
+
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == powerpc64
+MOZ_OPTIONS+= --disable-webrtc --without-wasm-sandboxed-libraries
+.else
+BUILD_DEPENDS+= ${LOCALBASE}/share/wasi-sysroot/lib/wasm32-wasi/libc++abi.a:devel/wasi-libcxx \
+ ${LOCALBASE}/share/wasi-sysroot/lib/wasm32-wasi/libc.a:devel/wasi-libc \
+ ${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/clang/${LLVM_VERSION}/lib/wasi/libclang_rt.builtins-wasm32.a:devel/wasi-compiler-rt${LLVM_DEFAULT}
+MOZ_OPTIONS+= --with-wasi-sysroot=${LOCALBASE}/share/wasi-sysroot
+.endif
post-extract:
@${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON:R}|;s|@MOZILLA@|${MOZILLA}|' \
@@ -70,4 +79,4 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${STAGEDIR}${PREFIX}/share/applications
${LN} -sf ${PORTNAME_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME_ICON}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index b3677b57f75d..4fa9c7594e65 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1660910189
-SHA256 (thunderbird-91.13.0.source.tar.xz) = c792cf97ff7693940a8fe1cebbaa26fbc83584250a9c9d072c7feef77896b31e
-SIZE (thunderbird-91.13.0.source.tar.xz) = 403859320
+TIMESTAMP = 1662843659
+SHA256 (thunderbird-102.2.2.source.tar.xz) = 5d5f327ea450572ef2a135e5c849b3f38f7d54e897f41a1dec5223e184558f2b
+SIZE (thunderbird-102.2.2.source.tar.xz) = 504122840
diff --git a/mail/thunderbird/files/patch-addon-search b/mail/thunderbird/files/patch-addon-search
index 38f261273f4b..26e9043e4d1a 100644
--- a/mail/thunderbird/files/patch-addon-search
+++ b/mail/thunderbird/files/patch-addon-search
@@ -1,23 +1,24 @@
https://github.com/mozilla/addons/issues/708
https://github.com/mozilla/addons-frontend/issues/4610
---- comm/mail/app/profile/all-thunderbird.js.orig 2021-08-11 18:47:33.538900000 +0200
-+++ comm/mail/app/profile/all-thunderbird.js 2021-08-11 18:51:30.055570000 +0200
-@@ -159,10 +159,10 @@
- pref("extensions.getAddons.get.url", "https://services.addons.thunderbird.net/api/v3/addons/search/?guid=%IDS%&lang=%LOCALE%");
+--- comm/mail/app/profile/all-thunderbird.js.orig 2022-09-10 23:48:23.616215000 +0200
++++ comm/mail/app/profile/all-thunderbird.js 2022-09-11 00:01:06.140736000 +0200
+@@ -167,10 +167,10 @@
pref("extensions.getAddons.compatOverides.url", "https://services.addons.thunderbird.net/api/v3/addons/compat-override/?guid=%IDS%&lang=%LOCALE%");
pref("extensions.getAddons.link.url", "https://addons.thunderbird.net/%LOCALE%/%APP%/");
+ pref("browser.dictionaries.download.url", "https://addons.thunderbird.net/%LOCALE%/%APP%/language-tools/");
-pref("extensions.getAddons.recommended.url", "https://services.addons.thunderbird.net/%LOCALE%/%APP%/api/%API_VERSION%/list/recommended/all/%MAX_RESULTS%/%OS%/%VERSION%?src=thunderbird");
-+pref("extensions.getAddons.recommended.url", "https://services.addons.thunderbird.net/%LOCALE%/%APP%/api/%API_VERSION%/list/recommended/all/%MAX_RESULTS%/Linux/%VERSION%?src=thunderbird");
- pref("extensions.getAddons.search.browseURL", "https://addons.thunderbird.net/%LOCALE%/%APP%/search/?q=%TERMS%");
+-pref("extensions.getAddons.search.browseURL", "https://addons.thunderbird.net/%LOCALE%/%APP%/search/?q=%TERMS%&appver=%VERSION%&platform=%OS%");
-pref("extensions.getAddons.search.url", "https://services.addons.thunderbird.net/%LOCALE%/%APP%/api/%API_VERSION%/search/%TERMS%/all/%MAX_RESULTS%/%OS%/%VERSION%/%COMPATIBILITY_MODE%?src=thunderbird");
-pref("extensions.webservice.discoverURL", "https://services.addons.thunderbird.net/%LOCALE%/%APP%/discovery/pane/%VERSION%/%OS%");
++pref("extensions.getAddons.recommended.url", "https://services.addons.thunderbird.net/%LOCALE%/%APP%/api/%API_VERSION%/list/recommended/all/%MAX_RESULTS%/Linux/%VERSION%?src=thunderbird");
++pref("extensions.getAddons.search.browseURL", "https://addons.thunderbird.net/%LOCALE%/%APP%/search/?q=%TERMS%&appver=%VERSION%&platform=Linux");
+pref("extensions.getAddons.search.url", "https://services.addons.thunderbird.net/%LOCALE%/%APP%/api/%API_VERSION%/search/%TERMS%/all/%MAX_RESULTS%/Linux/%VERSION%/%COMPATIBILITY_MODE%?src=thunderbird");
+pref("extensions.webservice.discoverURL", "https://services.addons.thunderbird.net/%LOCALE%/%APP%/discovery/pane/%VERSION%/Linux");
pref("extensions.getAddons.langpacks.url", "https://services.addons.thunderbird.net/api/v3/addons/language-tools/?app=thunderbird&type=language&appversion=%VERSION%");
pref("extensions.getAddons.discovery.api_url", "https://services.addons.thunderbird.net/api/v4/discovery/?lang=%LOCALE%&edition=%DISTRIBUTION%");
-@@ -191,9 +191,9 @@
+@@ -202,9 +202,9 @@
// .. etc ..
//
pref("extensions.update.enabled", true);
@@ -29,9 +30,9 @@ https://github.com/mozilla/addons-frontend/issues/4610
pref("extensions.update.interval", 86400); // Check for updates to Extensions and
// Themes every day
---- toolkit/mozapps/extensions/internal/AddonRepository.jsm.orig 2021-08-11 18:52:27.424729000 +0200
-+++ toolkit/mozapps/extensions/internal/AddonRepository.jsm 2021-08-11 18:54:16.222790000 +0200
-@@ -584,7 +584,7 @@
+--- toolkit/mozapps/extensions/internal/AddonRepository.jsm.orig 2022-09-11 00:01:40.212952000 +0200
++++ toolkit/mozapps/extensions/internal/AddonRepository.jsm 2022-09-11 00:07:14.587890000 +0200
+@@ -592,7 +592,7 @@
addon.version = String(aEntry.current_version.version);
if (Array.isArray(aEntry.current_version.files)) {
for (let file of aEntry.current_version.files) {
@@ -40,9 +41,9 @@ https://github.com/mozilla/addons-frontend/issues/4610
if (file.url) {
addon.sourceURI = NetUtil.newURI(file.url);
}
---- toolkit/mozapps/extensions/internal/XPIDatabase.jsm.orig 2021-08-11 18:55:01.952372000 +0200
-+++ toolkit/mozapps/extensions/internal/XPIDatabase.jsm 2021-08-11 18:55:57.455245000 +0200
-@@ -483,7 +483,7 @@
+--- toolkit/mozapps/extensions/internal/XPIDatabase.jsm.orig 2022-09-11 00:08:09.244518000 +0200
++++ toolkit/mozapps/extensions/internal/XPIDatabase.jsm 2022-09-11 00:09:56.387390000 +0200
+@@ -569,7 +569,7 @@
// Something is causing errors in here
try {
for (let platform of this.targetPlatforms) {
diff --git a/mail/thunderbird/files/patch-bug1288587 b/mail/thunderbird/files/patch-bug1288587
deleted file mode 100644
index 0925ac98733c..000000000000
--- a/mail/thunderbird/files/patch-bug1288587
+++ /dev/null
@@ -1,37 +0,0 @@
-diff --git a/build/moz.configure/init.configure b/build/moz.configure/init.configure
-index 855214a..1e91d51 100644
---- build/moz.configure/init.configure
-+++ build/moz.configure/init.configure
-@@ -238,6 +238,7 @@ option(
- @imports(_from="mozbuild.pythonutil", _import="find_python3_executable")
- @imports(_from="mozbuild.pythonutil", _import="python_executable_version")
- @imports(_from="six", _import="ensure_text")
-+@imports(_from="__builtin__", _import="KeyError")
- def virtualenv_python3(env_python, build_env, mozconfig, help):
- # Avoid re-executing python when running configure --help.
- if help:
-@@ -271,6 +272,12 @@ def virtualenv_python3(env_python, virtualenv_name, bu
- python = mozconfig["vars"]["added"]["PYTHON3"]
- elif "PYTHON3" in mozconfig["vars"]["modified"]:
- python = mozconfig["vars"]["modified"]["PYTHON3"][1]
-+ for i in ("env", "vars"):
-+ for j in ("added", "modified"):
-+ try:
-+ del mozconfig[i][j]["PYTHON3"]
-+ except KeyError:
-+ pass
-
- log.debug("python3: executable from configuration: %r" % python)
-
-@@ -364,7 +371,10 @@ def virtualenv_python3(env_python, virtualenv_name, bu
- )
- log.info("Re-executing in the virtualenv")
- if env_python:
-- del os.environ["PYTHON3"]
-+ try:
-+ del os.environ["PYTHON3"]
-+ except KeyError:
-+ pass
- # Another quirk on macOS, with the system python, the virtualenv is
- # not fully operational (missing entries in sys.path) if
- # __PYVENV_LAUNCHER__ is set.
diff --git a/mail/thunderbird/files/patch-bug1559213 b/mail/thunderbird/files/patch-bug1559213
index 16928f792f89..09b4dcc58e83 100644
--- a/mail/thunderbird/files/patch-bug1559213
+++ b/mail/thunderbird/files/patch-bug1559213
@@ -11,10 +11,10 @@ Date: Thu Jun 13 11:53:00 2019 -0700
4 files changed, 34 insertions(+), 3 deletions(-)
diff --git config/external/moz.build config/external/moz.build
-index 03e4fa143bd1..a67d10b11fe6 100644
+index ab77121..75595d9 100644
--- config/external/moz.build
+++ config/external/moz.build
-@@ -40,8 +40,9 @@ if not CONFIG["MOZ_SYSTEM_LIBVPX"]:
+@@ -49,8 +49,9 @@ if not CONFIG["MOZ_SYSTEM_LIBVPX"]:
external_dirs += ["media/libvpx"]
if CONFIG["MOZ_AV1"]:
@@ -27,11 +27,11 @@ index 03e4fa143bd1..a67d10b11fe6 100644
if not CONFIG["MOZ_SYSTEM_PNG"]:
external_dirs += ["media/libpng"]
diff --git config/system-headers.mozbuild config/system-headers.mozbuild
-index bcf5c4925564..48964a999a9b 100644
+index a1b58eb..65729f9 100644
--- config/system-headers.mozbuild
+++ config/system-headers.mozbuild
-@@ -1305,6 +1305,14 @@ if CONFIG['MOZ_SYSTEM_HARFBUZZ']:
- 'harfbuzz/hb.h',
+@@ -1289,6 +1289,14 @@ if CONFIG['MOZ_ENABLE_LIBPROXY']:
+ 'proxy.h',
]
+if CONFIG['MOZ_SYSTEM_AV1']:
@@ -46,7 +46,7 @@ index bcf5c4925564..48964a999a9b 100644
system_headers += [
'vpx_mem/vpx_mem.h',
diff --git dom/media/platforms/moz.build dom/media/platforms/moz.build
-index 092cee0c9b66..38e45de5b5f0 100644
+index 8509aec..eb6f129 100644
--- dom/media/platforms/moz.build
+++ dom/media/platforms/moz.build
@@ -78,6 +78,11 @@ if CONFIG["MOZ_AV1"]:
@@ -61,11 +61,33 @@ index 092cee0c9b66..38e45de5b5f0 100644
if CONFIG["MOZ_OMX"]:
EXPORTS += [
+diff --git media/ffvpx/libavcodec/moz.build media/ffvpx/libavcodec/moz.build
+index 0069865..e806fc8 100644
+--- media/ffvpx/libavcodec/moz.build
++++ media/ffvpx/libavcodec/moz.build
+@@ -112,9 +112,15 @@ if not CONFIG['MOZ_FFVPX_AUDIOONLY']:
+ 'vaapi_vp8.c',
+ 'vaapi_vp9.c',
+ ]
++ if CONFIG["MOZ_SYSTEM_AV1"]:
++ CFLAGS += CONFIG['MOZ_SYSTEM_LIBDAV1D_CFLAGS']
++ OS_LIBS += CONFIG['MOZ_SYSTEM_LIBDAV1D_LIBS']
++ else:
++ USE_LIBS += [
++ 'dav1d',
++ 'media_libdav1d_asm',
++ ]
+ USE_LIBS += [
+- 'dav1d',
+- 'media_libdav1d_asm',
+ 'mozva'
+ ]
+
diff --git toolkit/moz.configure toolkit/moz.configure
-index 82b5a59acf42..e2329560b42b 100644
---- toolkit/moz.configure.orig 2021-04-13 16:12:34.770032000 +0200
-+++ toolkit/moz.configure 2021-04-18 00:03:41.432698000 +0200
-@@ -538,7 +538,23 @@
+index 0069865..e806fc8 100644
+--- toolkit/moz.configure
++++ toolkit/moz.configure
+@@ -523,7 +523,23 @@ def av1(value):
return True
@@ -90,11 +112,11 @@ index 82b5a59acf42..e2329560b42b 100644
def dav1d_asm(target):
if target.cpu in ("aarch64", "x86", "x86_64"):
return True
-@@ -554,6 +570,7 @@
+@@ -539,6 +555,7 @@ set_config("MOZ_DAV1D_ASM", dav1d_asm)
set_define("MOZ_DAV1D_ASM", dav1d_asm)
set_config("MOZ_AV1", av1)
set_define("MOZ_AV1", av1)
+set_config("MOZ_SYSTEM_AV1", depends_if(system_av1)(lambda _: True))
- # Built-in fragmented MP4 support.
+ # JXL Image Codec Support
# ==============================================================
diff --git a/mail/thunderbird/files/patch-bug1602730_comment5 b/mail/thunderbird/files/patch-bug1602730_comment5
deleted file mode 100644
index 49f9f4321df8..000000000000
--- a/mail/thunderbird/files/patch-bug1602730_comment5
+++ /dev/null
@@ -1,24 +0,0 @@
---- gfx/layers/composite/CompositableHost.cpp.orig 2020-09-12 21:47:42 UTC
-+++ gfx/layers/composite/CompositableHost.cpp
-@@ -13,6 +13,7 @@
- #include "ImageHost.h" // for ImageHostBuffered, etc
- #include "Layers.h"
- #include "TiledContentHost.h" // for TiledContentHost
-+#include "mozilla/EndianUtils.h"
- #include "mozilla/gfx/gfxVars.h"
- #include "mozilla/layers/LayersSurfaces.h" // for SurfaceDescriptor
- #include "mozilla/layers/TextureHost.h" // for TextureHost, etc
-@@ -92,9 +93,13 @@ bool CompositableHost::AddMaskEffect(EffectChain& aEff
- }
- MOZ_ASSERT(source);
-
-+ // Setting an alpha-mask here breaks the URL-bar on big endian (s390x)
-+ // if the typed URL is too long for the textbox (automatic scrolling needed)
-+#if MOZ_LITTLE_ENDIAN()
- RefPtr<EffectMask> effect =
- new EffectMask(source, source->GetSize(), aTransform);
- aEffects.mSecondaryEffects[EffectTypes::MASK] = effect;
-+#endif
- return true;
- }
-
diff --git a/mail/thunderbird/files/patch-bug1612184 b/mail/thunderbird/files/patch-bug1612184
deleted file mode 100644
index 33d391a3b647..000000000000
--- a/mail/thunderbird/files/patch-bug1612184
+++ /dev/null
@@ -1,25961 +0,0 @@
-https://bugzilla.mozilla.org/show_bug.cgi?id=1612184
-https://bug1612184.bmoattachments.org/attachment.cgi?id=9126363
-
-
-diff -r 388a4d04e911 media/webrtc/gn-configs/ppc64_False_ppc64_freebsd.json
---- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ dom/media/webrtc/third_party_build/gn-configs/ppc64_False_ppc64_freebsd.json Thu Feb 13 11:11:51 2020 +0100
-@@ -0,0 +1,13237 @@
-+{
-+ "gn_gen_args": {
-+ "host_cpu": "ppc64",
-+ "is_debug": false,
-+ "target_cpu": "ppc64",
-+ "target_os": "freebsd"
-+ },
-+ "mozbuild_args": {
-+ "CPU_ARCH": "ppc64",
-+ "HOST_CPU_ARCH": "ppc64",
-+ "MOZ_DEBUG": null,
-+ "OS_TARGET": "FreeBSD"
-+ },
-+ "sandbox_vars": {
-+ "COMPILE_FLAGS": {
-+ "WARNINGS_AS_ERRORS": []
-+ },
-+ "FINAL_LIBRARY": "webrtc"
-+ },
-+ "targets": {
-+ "//:webrtc": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "HAVE_WEBRTC_VIDEO",
-+ "HAVE_WEBRTC_VOICE"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:base_peerconnection_api",
-+ "//api:transport_api",
-+ "//api:video_frame_api",
-+ "//audio:audio",
-+ "//call:call",
-+ "//common_audio:common_audio",
-+ "//common_video:common_video",
-+ "//media:media",
-+ "//modules:modules",
-+ "//modules/video_capture:video_capture_internal_impl",
-+ "//rtc_base:rtc_base",
-+ "//system_wrappers:field_trial_default",
-+ "//system_wrappers:metrics_default",
-+ "//system_wrappers:system_wrappers_default",
-+ "//video:video",
-+ "//voice_engine:voice_engine"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/",
-+ "//modules/audio_coding/include/",
-+ "//modules/include/",
-+ "//modules/include/",
-+ "//modules/audio_device/include/",
-+ "//modules/audio_device/dummy/"
-+ ],
-+ "libs": [
-+ "X11",
-+ "X11-xcb",
-+ "xcb",
-+ "Xcomposite",
-+ "Xcursor",
-+ "Xdamage",
-+ "Xext",
-+ "Xfixes",
-+ "Xi",
-+ "Xrender"
-+ ],
-+ "sources": [],
-+ "type": "static_library"
-+ },
-+ "//:webrtc_common": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//common_types.cc",
-+ "//common_types.h",
-+ "//typedefs.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/L16:audio_decoder_L16": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:pcm16b",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/pcm16b/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/L16/audio_decoder_L16.cc",
-+ "//api/audio_codecs/L16/audio_decoder_L16.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/L16:audio_encoder_L16": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:pcm16b",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/pcm16b/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/L16/audio_encoder_L16.cc",
-+ "//api/audio_codecs/L16/audio_encoder_L16.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/g711:audio_decoder_g711": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:g711",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/g711/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/g711/audio_decoder_g711.cc",
-+ "//api/audio_codecs/g711/audio_decoder_g711.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/g711:audio_encoder_g711": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:g711",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/g711/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/g711/audio_encoder_g711.cc",
-+ "//api/audio_codecs/g711/audio_encoder_g711.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/g722:audio_decoder_g722": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:g722",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/g722/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/g722/audio_decoder_g722.cc",
-+ "//api/audio_codecs/g722/audio_decoder_g722.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/g722:audio_encoder_g722": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/g722:audio_encoder_g722_config",
-+ "//modules/audio_coding:g722",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/g722/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/g722/audio_encoder_g722.cc",
-+ "//api/audio_codecs/g722/audio_encoder_g722.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/g722:audio_encoder_g722_config": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/g722/audio_encoder_g722_config.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs/ilbc:audio_decoder_ilbc": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:ilbc",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/ilbc/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/ilbc/audio_decoder_ilbc.cc",
-+ "//api/audio_codecs/ilbc/audio_decoder_ilbc.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/ilbc:audio_encoder_ilbc": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/ilbc:audio_encoder_ilbc_config",
-+ "//modules/audio_coding:ilbc",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/ilbc/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/ilbc/audio_encoder_ilbc.cc",
-+ "//api/audio_codecs/ilbc/audio_encoder_ilbc.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/ilbc:audio_encoder_ilbc_config": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/ilbc/audio_encoder_ilbc_config.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs/isac:audio_decoder_isac": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
-+ "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
-+ ],
-+ "deps": [
-+ "//api/audio_codecs/isac:audio_decoder_isac_float"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs/isac:audio_decoder_isac_float": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:isac",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/isac/main/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/isac/audio_decoder_isac_float.cc",
-+ "//api/audio_codecs/isac/audio_decoder_isac_float.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/isac:audio_encoder_isac": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
-+ "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
-+ ],
-+ "deps": [
-+ "//api/audio_codecs/isac:audio_encoder_isac_float"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs/isac:audio_encoder_isac_float": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:isac",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/isac/main/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/isac/audio_encoder_isac_float.cc",
-+ "//api/audio_codecs/isac/audio_encoder_isac_float.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/opus:audio_decoder_opus": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:webrtc_opus",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "/media/libopus/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/opus/audio_decoder_opus.cc",
-+ "//api/audio_codecs/opus/audio_decoder_opus.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/opus:audio_encoder_opus": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/opus:audio_encoder_opus_config",
-+ "//modules/audio_coding:webrtc_opus",
-+ "//rtc_base:protobuf_utils",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "/media/libopus/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/opus/audio_encoder_opus.cc"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs/opus:audio_encoder_opus_config": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_OPUS_VARIABLE_COMPLEXITY=0",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:optional",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "/media/libopus/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/opus/audio_encoder_opus_config.cc",
-+ "//api/audio_codecs/opus/audio_encoder_opus_config.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs:audio_codecs_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api:optional",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/audio_decoder.cc",
-+ "//api/audio_codecs/audio_decoder.h",
-+ "//api/audio_codecs/audio_decoder_factory.h",
-+ "//api/audio_codecs/audio_decoder_factory_template.h",
-+ "//api/audio_codecs/audio_encoder.cc",
-+ "//api/audio_codecs/audio_encoder.h",
-+ "//api/audio_codecs/audio_encoder_factory.h",
-+ "//api/audio_codecs/audio_encoder_factory_template.h",
-+ "//api/audio_codecs/audio_format.cc",
-+ "//api/audio_codecs/audio_format.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs:builtin_audio_decoder_factory": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_USE_BUILTIN_ILBC=1",
-+ "WEBRTC_USE_BUILTIN_OPUS=1",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
-+ "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
-+ ],
-+ "deps": [
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/L16:audio_decoder_L16",
-+ "//api/audio_codecs/g711:audio_decoder_g711",
-+ "//api/audio_codecs/g722:audio_decoder_g722",
-+ "//api/audio_codecs/ilbc:audio_decoder_ilbc",
-+ "//api/audio_codecs/isac:audio_decoder_isac",
-+ "//api/audio_codecs/opus:audio_decoder_opus",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/builtin_audio_decoder_factory.cc",
-+ "//api/audio_codecs/builtin_audio_decoder_factory.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs:builtin_audio_encoder_factory": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_USE_BUILTIN_ILBC=1",
-+ "WEBRTC_USE_BUILTIN_OPUS=1",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
-+ "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
-+ ],
-+ "deps": [
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/L16:audio_encoder_L16",
-+ "//api/audio_codecs/g711:audio_encoder_g711",
-+ "//api/audio_codecs/g722:audio_encoder_g722",
-+ "//api/audio_codecs/ilbc:audio_encoder_ilbc",
-+ "//api/audio_codecs/isac:audio_encoder_isac",
-+ "//api/audio_codecs/opus:audio_encoder_opus",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/builtin_audio_encoder_factory.cc",
-+ "//api/audio_codecs/builtin_audio_encoder_factory.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/video_codecs:video_codecs_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api:video_frame_api",
-+ "//common_video:common_video",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/video_codecs/sdp_video_format.h",
-+ "//api/video_codecs/video_decoder.h",
-+ "//api/video_codecs/video_decoder_factory.h",
-+ "//api/video_codecs/video_encoder.cc",
-+ "//api/video_codecs/video_encoder.h",
-+ "//api/video_codecs/video_encoder_factory.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:array_view": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/array_view.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:audio_mixer_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//modules:module_api",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio/audio_mixer.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:base_peerconnection_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/rtpparameters.cc",
-+ "//api/rtpparameters.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api:call_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:audio_mixer_api",
-+ "//api:transport_api",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/call/audio_sink.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:optional": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:array_view",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/optional.cc",
-+ "//api/optional.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:refcountedbase": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/refcountedbase.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:transport_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/call/transport.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:video_frame_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "/media/libyuv/libyuv/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/video/video_content_type.cc",
-+ "//api/video/video_content_type.h",
-+ "//api/video/video_frame.cc",
-+ "//api/video/video_frame.h",
-+ "//api/video/video_frame_buffer.cc",
-+ "//api/video/video_frame_buffer.h",
-+ "//api/video/video_rotation.h",
-+ "//api/video/video_timing.cc",
-+ "//api/video/video_timing.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:video_frame_api_i420": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:video_frame_api",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "/media/libyuv/libyuv/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/video/i420_buffer.cc",
-+ "//api/video/i420_buffer.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//audio/utility:audio_frame_operations": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//modules:module_api",
-+ "//modules/audio_coding:audio_format_conversion",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//audio/utility/audio_frame_operations.cc",
-+ "//audio/utility/audio_frame_operations.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//audio:audio": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:audio_mixer_api",
-+ "//api:call_api",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs:builtin_audio_encoder_factory",
-+ "//call:bitrate_allocator",
-+ "//call:call_interfaces",
-+ "//call:rtp_interfaces",
-+ "//common_audio:common_audio",
-+ "//modules/audio_coding:cng",
-+ "//modules/audio_device:audio_device",
-+ "//modules/audio_processing:audio_processing",
-+ "//modules/bitrate_controller:bitrate_controller",
-+ "//modules/congestion_controller:congestion_controller",
-+ "//modules/pacing:pacing",
-+ "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
-+ "//modules/rtp_rtcp:rtp_rtcp",
-+ "//rtc_base:rtc_base",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_task_queue",
-+ "//system_wrappers:system_wrappers",
-+ "//voice_engine:voice_engine"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/",
-+ "//modules/audio_coding/codecs/cng/include/",
-+ "//modules/include/",
-+ "//modules/audio_device/include/",
-+ "//modules/audio_device/dummy/",
-+ "//modules/audio_coding/include/",
-+ "//modules/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//audio/audio_receive_stream.cc",
-+ "//audio/audio_receive_stream.h",
-+ "//audio/audio_send_stream.cc",
-+ "//audio/audio_send_stream.h",
-+ "//audio/audio_state.cc",
-+ "//audio/audio_state.h",
-+ "//audio/audio_transport_proxy.cc",
-+ "//audio/audio_transport_proxy.h",
-+ "//audio/conversion.h",
-+ "//audio/null_audio_poller.cc",
-+ "//audio/null_audio_poller.h",
-+ "//audio/scoped_voe_interface.h",
-+ "//audio/time_interval.cc",
-+ "//audio/time_interval.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//call:bitrate_allocator": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//modules/bitrate_controller:bitrate_controller",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:sequenced_task_checker",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//call/bitrate_allocator.cc",
-+ "//call/bitrate_allocator.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//call:call": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:call_api",
-+ "//api:optional",
-+ "//api:transport_api",
-+ "//audio:audio",
-+ "//call:bitrate_allocator",
-+ "//call:call_interfaces",
-+ "//call:rtp_interfaces",
-+ "//call:rtp_receiver",
-+ "//call:rtp_sender",
-+ "//call:video_stream_api",
-+ "//logging:rtc_event_log_api",
-+ "//logging:rtc_event_log_impl",
-+ "//modules/bitrate_controller:bitrate_controller",
-+ "//modules/congestion_controller:congestion_controller",
-+ "//modules/pacing:pacing",
-+ "//modules/rtp_rtcp:rtp_rtcp",
-+ "//modules/utility:utility",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_task_queue",
-+ "//rtc_base:sequenced_task_checker",
-+ "//system_wrappers:system_wrappers",
-+ "//video:video"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//call/call.cc",
-+ "//call/callfactory.cc",
-+ "//call/callfactory.h",
-+ "//call/flexfec_receive_stream_impl.cc",
-+ "//call/flexfec_receive_stream_impl.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//call:call_interfaces": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:audio_mixer_api",
-+ "//api:optional",
-+ "//api:transport_api",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//call:rtp_interfaces",
-+ "//call:video_stream_api",
-+ "//modules/audio_processing:audio_processing_statistics",
-+ "//rtc_base:rtc_base",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//call/audio_receive_stream.h",
-+ "//call/audio_send_stream.h",
-+ "//call/audio_state.h",
-+ "//call/call.h",
-+ "//call/callfactoryinterface.h",
-+ "//call/flexfec_receive_stream.h",
-+ "//call/syncable.cc",
-+ "//call/syncable.h",
-+ "//call/audio_send_stream_call.cc"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//call:rtp_interfaces": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:array_view",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//call/rtcp_packet_sink_interface.h",
-+ "//call/rtp_config.cc",
-+ "//call/rtp_config.h",
-+ "//call/rtp_packet_sink_interface.h",
-+ "//call/rtp_stream_receiver_controller_interface.h",
-+ "//call/rtp_transport_controller_send_interface.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//call:rtp_receiver": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api:optional",
-+ "//call:rtp_interfaces",
-+ "//modules/rtp_rtcp:rtp_rtcp",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//call/rtcp_demuxer.cc",
-+ "//call/rtcp_demuxer.h",
-+ "//call/rtp_demuxer.cc",
-+ "//call/rtp_demuxer.h",
-+ "//call/rtp_rtcp_demuxer_helper.cc",
-+ "//call/rtp_rtcp_demuxer_helper.h",
-+ "//call/rtp_stream_receiver_controller.cc",
-+ "//call/rtp_stream_receiver_controller.h",
-+ "//call/rtx_receive_stream.cc",
-+ "//call/rtx_receive_stream.h",
-+ "//call/ssrc_binding_observer.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//call:rtp_sender": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//call:rtp_interfaces",
-+ "//modules/congestion_controller:congestion_controller",
-+ "//modules/pacing:pacing",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//call/rtp_transport_controller_send.cc",
-+ "//call/rtp_transport_controller_send.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//call:video_stream_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api:transport_api",
-+ "//call:rtp_interfaces",
-+ "//common_video:common_video",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//call/video_config.cc",
-+ "//call/video_config.h",
-+ "//call/video_receive_stream.cc",
-+ "//call/video_receive_stream.h",
-+ "//call/video_send_stream.cc",
-+ "//call/video_send_stream.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//common_audio:common_audio": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//common_audio:common_audio_c",
-+ "//common_audio:sinc_resampler",
-+ "//rtc_base:gtest_prod",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//common_audio/audio_converter.cc",
-+ "//common_audio/audio_converter.h",
-+ "//common_audio/audio_ring_buffer.cc",
-+ "//common_audio/audio_ring_buffer.h",
-+ "//common_audio/audio_util.cc",
-+ "//common_audio/blocker.cc",
-+ "//common_audio/blocker.h",
-+ "//common_audio/channel_buffer.cc",
-+ "//common_audio/channel_buffer.h",
-+ "//common_audio/include/audio_util.h",
-+ "//common_audio/lapped_transform.cc",
-+ "//common_audio/lapped_transform.h",
-+ "//common_audio/real_fourier.cc",
-+ "//common_audio/real_fourier.h",
-+ "//common_audio/real_fourier_ooura.cc",
-+ "//common_audio/real_fourier_ooura.h",
-+ "//common_audio/resampler/include/push_resampler.h",
-+ "//common_audio/resampler/include/resampler.h",
-+ "//common_audio/resampler/push_resampler.cc",
-+ "//common_audio/resampler/push_sinc_resampler.cc",
-+ "//common_audio/resampler/push_sinc_resampler.h",
-+ "//common_audio/resampler/resampler.cc",
-+ "//common_audio/resampler/sinc_resampler.cc",
-+ "//common_audio/smoothing_filter.cc",
-+ "//common_audio/smoothing_filter.h",
-+ "//common_audio/sparse_fir_filter.cc",
-+ "//common_audio/sparse_fir_filter.h",
-+ "//common_audio/vad/include/vad.h",
-+ "//common_audio/vad/vad.cc",
-+ "//common_audio/wav_file.cc",
-+ "//common_audio/wav_file.h",
-+ "//common_audio/wav_header.cc",
-+ "//common_audio/wav_header.h",
-+ "//common_audio/window_generator.cc",
-+ "//common_audio/window_generator.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//common_audio:common_audio_c": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//common_audio:common_audio_c_arm_asm",
-+ "//common_audio:common_audio_cc",
-+ "//rtc_base:compile_assert_c",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//common_audio/fft4g.c",
-+ "//common_audio/fft4g.h",
-+ "//common_audio/ring_buffer.c",
-+ "//common_audio/ring_buffer.h",
-+ "//common_audio/signal_processing/auto_corr_to_refl_coef.c",
-+ "//common_audio/signal_processing/auto_correlation.c",
-+ "//common_audio/signal_processing/complex_fft_tables.h",
-+ "//common_audio/signal_processing/copy_set_operations.c",
-+ "//common_audio/signal_processing/cross_correlation.c",
-+ "//common_audio/signal_processing/division_operations.c",
-+ "//common_audio/signal_processing/downsample_fast.c",
-+ "//common_audio/signal_processing/energy.c",
-+ "//common_audio/signal_processing/filter_ar.c",
-+ "//common_audio/signal_processing/filter_ma_fast_q12.c",
-+ "//common_audio/signal_processing/get_hanning_window.c",
-+ "//common_audio/signal_processing/get_scaling_square.c",
-+ "//common_audio/signal_processing/ilbc_specific_functions.c",
-+ "//common_audio/signal_processing/include/real_fft.h",
-+ "//common_audio/signal_processing/include/signal_processing_library.h",
-+ "//common_audio/signal_processing/include/spl_inl.h",
-+ "//common_audio/signal_processing/include/spl_inl_armv7.h",
-+ "//common_audio/signal_processing/levinson_durbin.c",
-+ "//common_audio/signal_processing/lpc_to_refl_coef.c",
-+ "//common_audio/signal_processing/min_max_operations.c",
-+ "//common_audio/signal_processing/randomization_functions.c",
-+ "//common_audio/signal_processing/real_fft.c",
-+ "//common_audio/signal_processing/refl_coef_to_lpc.c",
-+ "//common_audio/signal_processing/resample.c",
-+ "//common_audio/signal_processing/resample_48khz.c",
-+ "//common_audio/signal_processing/resample_by_2.c",
-+ "//common_audio/signal_processing/resample_by_2_internal.c",
-+ "//common_audio/signal_processing/resample_by_2_internal.h",
-+ "//common_audio/signal_processing/resample_fractional.c",
-+ "//common_audio/signal_processing/spl_init.c",
-+ "//common_audio/signal_processing/spl_inl.c",
-+ "//common_audio/signal_processing/spl_sqrt.c",
-+ "//common_audio/signal_processing/splitting_filter.c",
-+ "//common_audio/signal_processing/sqrt_of_one_minus_x_squared.c",
-+ "//common_audio/signal_processing/vector_scaling_operations.c",
-+ "//common_audio/vad/include/webrtc_vad.h",
-+ "//common_audio/vad/vad_core.c",
-+ "//common_audio/vad/vad_core.h",
-+ "//common_audio/vad/vad_filterbank.c",
-+ "//common_audio/vad/vad_filterbank.h",
-+ "//common_audio/vad/vad_gmm.c",
-+ "//common_audio/vad/vad_gmm.h",
-+ "//common_audio/vad/vad_sp.c",
-+ "//common_audio/vad/vad_sp.h",
-+ "//common_audio/vad/webrtc_vad.c",
-+ "//common_audio/signal_processing/complex_fft.c",
-+ "//common_audio/signal_processing/complex_bit_reverse.c",
-+ "//common_audio/signal_processing/filter_ar_fast_q12.c",
-+ "//common_audio/signal_processing/spl_sqrt_floor.c"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//common_audio:common_audio_c_arm_asm": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [],
-+ "type": "source_set"
-+ },
-+ "//common_audio:common_audio_cc": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//common_audio/signal_processing/dot_product_with_scale.cc",
-+ "//common_audio/signal_processing/dot_product_with_scale.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//common_audio:fir_filter": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//common_audio/fir_filter.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//common_audio:fir_filter_factory": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//common_audio:fir_filter",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:cpu_features_api"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//common_audio/fir_filter_c.cc",
-+ "//common_audio/fir_filter_c.h",
-+ "//common_audio/fir_filter_factory.cc",
-+ "//common_audio/fir_filter_factory.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//common_audio:sinc_resampler": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//rtc_base:gtest_prod",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//common_audio/resampler/sinc_resampler.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//common_video:common_video": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api:video_frame_api",
-+ "//api:video_frame_api_i420",
-+ "//media:rtc_h264_profile_id",
-+ "//modules:module_api",
-+ "//rtc_base:rtc_base",
-+ "//rtc_base:rtc_task_queue",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//modules/interface/",
-+ "/media/libyuv/libyuv/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//common_video/bitrate_adjuster.cc",
-+ "//common_video/h264/h264_bitstream_parser.cc",
-+ "//common_video/h264/h264_bitstream_parser.h",
-+ "//common_video/h264/h264_common.cc",
-+ "//common_video/h264/h264_common.h",
-+ "//common_video/h264/pps_parser.cc",
-+ "//common_video/h264/pps_parser.h",
-+ "//common_video/h264/profile_level_id.h",
-+ "//common_video/h264/sps_parser.cc",
-+ "//common_video/h264/sps_parser.h",
-+ "//common_video/h264/sps_vui_rewriter.cc",
-+ "//common_video/h264/sps_vui_rewriter.h",
-+ "//common_video/i420_buffer_pool.cc",
-+ "//common_video/include/bitrate_adjuster.h",
-+ "//common_video/include/frame_callback.h",
-+ "//common_video/include/i420_buffer_pool.h",
-+ "//common_video/include/incoming_video_stream.h",
-+ "//common_video/include/video_bitrate_allocator.h",
-+ "//common_video/include/video_frame.h",
-+ "//common_video/include/video_frame_buffer.h",
-+ "//common_video/incoming_video_stream.cc",
-+ "//common_video/libyuv/include/webrtc_libyuv.h",
-+ "//common_video/libyuv/webrtc_libyuv.cc",
-+ "//common_video/video_frame.cc",
-+ "//common_video/video_frame_buffer.cc",
-+ "//common_video/video_render_frames.cc",
-+ "//common_video/video_render_frames.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//logging:rtc_event_log_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//call:video_stream_api",
-+ "//modules/audio_coding:audio_network_adaptor_config",
-+ "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
-+ "//modules/rtp_rtcp:rtp_rtcp_format",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//logging/rtc_event_log/events/rtc_event.h",
-+ "//logging/rtc_event_log/events/rtc_event_audio_network_adaptation.cc",
-+ "//logging/rtc_event_log/events/rtc_event_audio_network_adaptation.h",
-+ "//logging/rtc_event_log/events/rtc_event_audio_playout.cc",
-+ "//logging/rtc_event_log/events/rtc_event_audio_playout.h",
-+ "//logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.cc",
-+ "//logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.h",
-+ "//logging/rtc_event_log/events/rtc_event_audio_send_stream_config.cc",
-+ "//logging/rtc_event_log/events/rtc_event_audio_send_stream_config.h",
-+ "//logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.cc",
-+ "//logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.h",
-+ "//logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.cc",
-+ "//logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.h",
-+ "//logging/rtc_event_log/events/rtc_event_logging_started.cc",
-+ "//logging/rtc_event_log/events/rtc_event_logging_started.h",
-+ "//logging/rtc_event_log/events/rtc_event_logging_stopped.cc",
-+ "//logging/rtc_event_log/events/rtc_event_logging_stopped.h",
-+ "//logging/rtc_event_log/events/rtc_event_probe_cluster_created.cc",
-+ "//logging/rtc_event_log/events/rtc_event_probe_cluster_created.h",
-+ "//logging/rtc_event_log/events/rtc_event_probe_result_failure.cc",
-+ "//logging/rtc_event_log/events/rtc_event_probe_result_failure.h",
-+ "//logging/rtc_event_log/events/rtc_event_probe_result_success.cc",
-+ "//logging/rtc_event_log/events/rtc_event_probe_result_success.h",
-+ "//logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.cc",
-+ "//logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.h",
-+ "//logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.cc",
-+ "//logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.h",
-+ "//logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.cc",
-+ "//logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.h",
-+ "//logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.cc",
-+ "//logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.h",
-+ "//logging/rtc_event_log/events/rtc_event_video_receive_stream_config.cc",
-+ "//logging/rtc_event_log/events/rtc_event_video_receive_stream_config.h",
-+ "//logging/rtc_event_log/events/rtc_event_video_send_stream_config.cc",
-+ "//logging/rtc_event_log/events/rtc_event_video_send_stream_config.h",
-+ "//logging/rtc_event_log/output/rtc_event_log_output_file.cc",
-+ "//logging/rtc_event_log/output/rtc_event_log_output_file.h",
-+ "//logging/rtc_event_log/rtc_event_log.h",
-+ "//logging/rtc_event_log/rtc_event_log_factory_interface.h",
-+ "//logging/rtc_event_log/rtc_stream_config.cc",
-+ "//logging/rtc_event_log/rtc_stream_config.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//logging:rtc_event_log_impl": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//logging:rtc_event_log_api",
-+ "//modules/audio_coding:audio_network_adaptor",
-+ "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
-+ "//modules/rtp_rtcp:rtp_rtcp",
-+ "//rtc_base:protobuf_utils",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_task_queue",
-+ "//rtc_base:sequenced_task_checker",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//logging/rtc_event_log/encoder/rtc_event_log_encoder.h",
-+ "//logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.cc",
-+ "//logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.h",
-+ "//logging/rtc_event_log/rtc_event_log.cc",
-+ "//logging/rtc_event_log/rtc_event_log_factory.cc",
-+ "//logging/rtc_event_log/rtc_event_log_factory.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//media:rtc_audio_video": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture",
-+ "-Wno-deprecated-declarations"
-+ ],
-+ "defines": [
-+ "WEBRTC_INTELLIGIBILITY_ENHANCER=0",
-+ "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "HAVE_WEBRTC_VIDEO",
-+ "HAVE_WEBRTC_VOICE"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:call_api",
-+ "//api:optional",
-+ "//api:transport_api",
-+ "//api:video_frame_api",
-+ "//api:video_frame_api_i420",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/video_codecs:video_codecs_api",
-+ "//call:call",
-+ "//call:video_stream_api",
-+ "//common_video:common_video",
-+ "//media:rtc_media_base",
-+ "//modules/audio_coding:rent_a_codec",
-+ "//modules/audio_device:audio_device",
-+ "//modules/audio_mixer:audio_mixer_impl",
-+ "//modules/audio_processing:audio_processing",
-+ "//modules/audio_processing/aec_dump:aec_dump",
-+ "//modules/audio_processing/aec_dump:null_aec_dump_factory",
-+ "//modules/video_capture:video_capture_internal_impl",
-+ "//modules/video_capture:video_capture_module",
-+ "//modules/video_coding:video_coding",
-+ "//modules/video_coding:video_coding_utility",
-+ "//modules/video_coding:webrtc_h264",
-+ "//modules/video_coding:webrtc_vp8",
-+ "//modules/video_coding:webrtc_vp9",
-+ "//rtc_base:rtc_base",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_task_queue",
-+ "//rtc_base:sequenced_task_checker",
-+ "//system_wrappers:system_wrappers",
-+ "//video:video",
-+ "//voice_engine:voice_engine"
-+ ],
-+ "include_dirs": [
-+ "/media/libyuv/libyuv/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/",
-+ "//modules/include/",
-+ "//modules/audio_device/include/",
-+ "//modules/audio_device/dummy/",
-+ "//modules/audio_coding/include/",
-+ "//modules/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//media/engine/adm_helpers.cc",
-+ "//media/engine/adm_helpers.h",
-+ "//media/engine/apm_helpers.cc",
-+ "//media/engine/apm_helpers.h",
-+ "//media/engine/constants.cc",
-+ "//media/engine/constants.h",
-+ "//media/engine/convert_legacy_video_factory.cc",
-+ "//media/engine/convert_legacy_video_factory.h",
-+ "//media/engine/internaldecoderfactory.cc",
-+ "//media/engine/internaldecoderfactory.h",
-+ "//media/engine/internalencoderfactory.cc",
-+ "//media/engine/internalencoderfactory.h",
-+ "//media/engine/nullwebrtcvideoengine.h",
-+ "//media/engine/payload_type_mapper.cc",
-+ "//media/engine/payload_type_mapper.h",
-+ "//media/engine/scopedvideodecoder.cc",
-+ "//media/engine/scopedvideodecoder.h",
-+ "//media/engine/scopedvideoencoder.cc",
-+ "//media/engine/scopedvideoencoder.h",
-+ "//media/engine/simulcast.cc",
-+ "//media/engine/simulcast.h",
-+ "//media/engine/simulcast_encoder_adapter.cc",
-+ "//media/engine/simulcast_encoder_adapter.h",
-+ "//media/engine/videodecodersoftwarefallbackwrapper.cc",
-+ "//media/engine/videodecodersoftwarefallbackwrapper.h",
-+ "//media/engine/videoencodersoftwarefallbackwrapper.cc",
-+ "//media/engine/videoencodersoftwarefallbackwrapper.h",
-+ "//media/engine/vp8_encoder_simulcast_proxy.cc",
-+ "//media/engine/vp8_encoder_simulcast_proxy.h",
-+ "//media/engine/webrtcvideodecoderfactory.cc",
-+ "//media/engine/webrtcvideodecoderfactory.h",
-+ "//media/engine/webrtcvideoencoderfactory.cc",
-+ "//media/engine/webrtcvideoencoderfactory.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//media:rtc_h264_profile_id": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//rtc_base:rtc_base",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//media/base/h264_profile_level_id.cc",
-+ "//media/base/h264_profile_level_id.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//media:rtc_media": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "HAVE_WEBRTC_VIDEO",
-+ "HAVE_WEBRTC_VOICE"
-+ ],
-+ "deps": [
-+ "//media:rtc_audio_video"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [],
-+ "type": "source_set"
-+ },
-+ "//media:rtc_media_base": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api:video_frame_api",
-+ "//api:video_frame_api_i420",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/video_codecs:video_codecs_api",
-+ "//call:call_interfaces",
-+ "//call:video_stream_api",
-+ "//media:rtc_h264_profile_id",
-+ "//modules/audio_processing:audio_processing_statistics",
-+ "//rtc_base:rtc_base",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:field_trial_api"
-+ ],
-+ "include_dirs": [
-+ "/media/libyuv/libyuv/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//media/base/adaptedvideotracksource.cc",
-+ "//media/base/adaptedvideotracksource.h",
-+ "//media/base/audiosource.h",
-+ "//media/base/codec.cc",
-+ "//media/base/codec.h",
-+ "//media/base/cryptoparams.h",
-+ "//media/base/device.h",
-+ "//media/base/mediachannel.h",
-+ "//media/base/mediaconstants.cc",
-+ "//media/base/mediaconstants.h",
-+ "//media/base/mediaengine.cc",
-+ "//media/base/mediaengine.h",
-+ "//media/base/streamparams.cc",
-+ "//media/base/streamparams.h",
-+ "//media/base/videoadapter.cc",
-+ "//media/base/videoadapter.h",
-+ "//media/base/videobroadcaster.cc",
-+ "//media/base/videobroadcaster.h",
-+ "//media/base/videocapturer.cc",
-+ "//media/base/videocapturer.h",
-+ "//media/base/videocapturerfactory.h",
-+ "//media/base/videocommon.cc",
-+ "//media/base/videocommon.h",
-+ "//media/base/videosourcebase.cc",
-+ "//media/base/videosourcebase.h",
-+ "//media/base/videosourceinterface.cc"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:audio_coding": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_CODEC_ILBC",
-+ "WEBRTC_CODEC_OPUS",
-+ "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
-+ "WEBRTC_CODEC_ISAC",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs:builtin_audio_decoder_factory",
-+ "//common_audio:common_audio",
-+ "//logging:rtc_event_log_api",
-+ "//modules:module_api",
-+ "//modules/audio_coding:audio_coding_module_typedefs",
-+ "//modules/audio_coding:cng",
-+ "//modules/audio_coding:g711",
-+ "//modules/audio_coding:g722",
-+ "//modules/audio_coding:ilbc",
-+ "//modules/audio_coding:isac",
-+ "//modules/audio_coding:neteq",
-+ "//modules/audio_coding:pcm16b",
-+ "//modules/audio_coding:rent_a_codec",
-+ "//modules/audio_coding:webrtc_opus",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/include/",
-+ "//modules/include/",
-+ "//modules/audio_coding/codecs/cng/include/",
-+ "//modules/audio_coding/codecs/g711/include/",
-+ "//modules/audio_coding/codecs/pcm16b/include/",
-+ "//modules/audio_coding/codecs/ilbc/include/",
-+ "//modules/audio_coding/codecs/isac/main/include/",
-+ "//modules/audio_coding/codecs/g722/include/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/acm2/acm_receiver.cc",
-+ "//modules/audio_coding/acm2/acm_receiver.h",
-+ "//modules/audio_coding/acm2/acm_resampler.cc",
-+ "//modules/audio_coding/acm2/acm_resampler.h",
-+ "//modules/audio_coding/acm2/audio_coding_module.cc",
-+ "//modules/audio_coding/acm2/call_statistics.cc",
-+ "//modules/audio_coding/acm2/call_statistics.h",
-+ "//modules/audio_coding/acm2/codec_manager.cc",
-+ "//modules/audio_coding/acm2/codec_manager.h",
-+ "//modules/audio_coding/include/audio_coding_module.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:audio_coding_module_typedefs": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//modules:module_api"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/include/audio_coding_module_typedefs.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_coding:audio_format_conversion": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/audio_format_conversion.cc",
-+ "//modules/audio_coding/codecs/audio_format_conversion.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:audio_network_adaptor": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//common_audio:common_audio",
-+ "//logging:rtc_event_log_api",
-+ "//modules/audio_coding:audio_network_adaptor_config",
-+ "//rtc_base:protobuf_utils",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc",
-+ "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h",
-+ "//modules/audio_coding/audio_network_adaptor/bitrate_controller.cc",
-+ "//modules/audio_coding/audio_network_adaptor/bitrate_controller.h",
-+ "//modules/audio_coding/audio_network_adaptor/channel_controller.cc",
-+ "//modules/audio_coding/audio_network_adaptor/channel_controller.h",
-+ "//modules/audio_coding/audio_network_adaptor/controller.cc",
-+ "//modules/audio_coding/audio_network_adaptor/controller.h",
-+ "//modules/audio_coding/audio_network_adaptor/controller_manager.cc",
-+ "//modules/audio_coding/audio_network_adaptor/controller_manager.h",
-+ "//modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc",
-+ "//modules/audio_coding/audio_network_adaptor/debug_dump_writer.h",
-+ "//modules/audio_coding/audio_network_adaptor/dtx_controller.cc",
-+ "//modules/audio_coding/audio_network_adaptor/dtx_controller.h",
-+ "//modules/audio_coding/audio_network_adaptor/event_log_writer.cc",
-+ "//modules/audio_coding/audio_network_adaptor/event_log_writer.h",
-+ "//modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc",
-+ "//modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h",
-+ "//modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.cc",
-+ "//modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h",
-+ "//modules/audio_coding/audio_network_adaptor/frame_length_controller.cc",
-+ "//modules/audio_coding/audio_network_adaptor/frame_length_controller.h",
-+ "//modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h",
-+ "//modules/audio_coding/audio_network_adaptor/util/threshold_curve.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:audio_network_adaptor_config": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:optional"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_config.cc",
-+ "//modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor_config.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:cng": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//common_audio:common_audio",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/cng/include/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/cng/audio_encoder_cng.cc",
-+ "//modules/audio_coding/codecs/cng/audio_encoder_cng.h",
-+ "//modules/audio_coding/codecs/cng/webrtc_cng.cc",
-+ "//modules/audio_coding/codecs/cng/webrtc_cng.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:g711": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:g711_c",
-+ "//modules/audio_coding:legacy_encoded_audio_frame",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/g711/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/g711/audio_decoder_pcm.cc",
-+ "//modules/audio_coding/codecs/g711/audio_decoder_pcm.h",
-+ "//modules/audio_coding/codecs/g711/audio_encoder_pcm.cc",
-+ "//modules/audio_coding/codecs/g711/audio_encoder_pcm.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:g711_c": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/g711/g711.c",
-+ "//modules/audio_coding/codecs/g711/g711.h",
-+ "//modules/audio_coding/codecs/g711/g711_interface.c",
-+ "//modules/audio_coding/codecs/g711/g711_interface.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_coding:g722": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/g722:audio_encoder_g722_config",
-+ "//modules/audio_coding:g722_c",
-+ "//modules/audio_coding:legacy_encoded_audio_frame",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/g722/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/g722/audio_decoder_g722.cc",
-+ "//modules/audio_coding/codecs/g722/audio_decoder_g722.h",
-+ "//modules/audio_coding/codecs/g722/audio_encoder_g722.cc",
-+ "//modules/audio_coding/codecs/g722/audio_encoder_g722.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:g722_c": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/g722/g722_decode.c",
-+ "//modules/audio_coding/codecs/g722/g722_enc_dec.h",
-+ "//modules/audio_coding/codecs/g722/g722_encode.c",
-+ "//modules/audio_coding/codecs/g722/g722_interface.c",
-+ "//modules/audio_coding/codecs/g722/g722_interface.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_coding:ilbc": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/ilbc:audio_encoder_ilbc_config",
-+ "//common_audio:common_audio",
-+ "//modules/audio_coding:ilbc_c",
-+ "//modules/audio_coding:legacy_encoded_audio_frame",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/ilbc/include/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.cc",
-+ "//modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.h",
-+ "//modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc",
-+ "//modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:ilbc_c": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//common_audio:common_audio",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/ilbc/include/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/ilbc/abs_quant.c",
-+ "//modules/audio_coding/codecs/ilbc/abs_quant.h",
-+ "//modules/audio_coding/codecs/ilbc/abs_quant_loop.c",
-+ "//modules/audio_coding/codecs/ilbc/abs_quant_loop.h",
-+ "//modules/audio_coding/codecs/ilbc/augmented_cb_corr.c",
-+ "//modules/audio_coding/codecs/ilbc/augmented_cb_corr.h",
-+ "//modules/audio_coding/codecs/ilbc/bw_expand.c",
-+ "//modules/audio_coding/codecs/ilbc/bw_expand.h",
-+ "//modules/audio_coding/codecs/ilbc/cb_construct.c",
-+ "//modules/audio_coding/codecs/ilbc/cb_construct.h",
-+ "//modules/audio_coding/codecs/ilbc/cb_mem_energy.c",
-+ "//modules/audio_coding/codecs/ilbc/cb_mem_energy.h",
-+ "//modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.c",
-+ "//modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h",
-+ "//modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.c",
-+ "//modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.h",
-+ "//modules/audio_coding/codecs/ilbc/cb_search.c",
-+ "//modules/audio_coding/codecs/ilbc/cb_search.h",
-+ "//modules/audio_coding/codecs/ilbc/cb_search_core.c",
-+ "//modules/audio_coding/codecs/ilbc/cb_search_core.h",
-+ "//modules/audio_coding/codecs/ilbc/cb_update_best_index.c",
-+ "//modules/audio_coding/codecs/ilbc/cb_update_best_index.h",
-+ "//modules/audio_coding/codecs/ilbc/chebyshev.c",
-+ "//modules/audio_coding/codecs/ilbc/chebyshev.h",
-+ "//modules/audio_coding/codecs/ilbc/comp_corr.c",
-+ "//modules/audio_coding/codecs/ilbc/comp_corr.h",
-+ "//modules/audio_coding/codecs/ilbc/constants.c",
-+ "//modules/audio_coding/codecs/ilbc/constants.h",
-+ "//modules/audio_coding/codecs/ilbc/create_augmented_vec.c",
-+ "//modules/audio_coding/codecs/ilbc/create_augmented_vec.h",
-+ "//modules/audio_coding/codecs/ilbc/decode.c",
-+ "//modules/audio_coding/codecs/ilbc/decode.h",
-+ "//modules/audio_coding/codecs/ilbc/decode_residual.c",
-+ "//modules/audio_coding/codecs/ilbc/decode_residual.h",
-+ "//modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c",
-+ "//modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.h",
-+ "//modules/audio_coding/codecs/ilbc/defines.h",
-+ "//modules/audio_coding/codecs/ilbc/do_plc.c",
-+ "//modules/audio_coding/codecs/ilbc/do_plc.h",
-+ "//modules/audio_coding/codecs/ilbc/encode.c",
-+ "//modules/audio_coding/codecs/ilbc/encode.h",
-+ "//modules/audio_coding/codecs/ilbc/energy_inverse.c",
-+ "//modules/audio_coding/codecs/ilbc/energy_inverse.h",
-+ "//modules/audio_coding/codecs/ilbc/enh_upsample.c",
-+ "//modules/audio_coding/codecs/ilbc/enh_upsample.h",
-+ "//modules/audio_coding/codecs/ilbc/enhancer.c",
-+ "//modules/audio_coding/codecs/ilbc/enhancer.h",
-+ "//modules/audio_coding/codecs/ilbc/enhancer_interface.c",
-+ "//modules/audio_coding/codecs/ilbc/enhancer_interface.h",
-+ "//modules/audio_coding/codecs/ilbc/filtered_cb_vecs.c",
-+ "//modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h",
-+ "//modules/audio_coding/codecs/ilbc/frame_classify.c",
-+ "//modules/audio_coding/codecs/ilbc/frame_classify.h",
-+ "//modules/audio_coding/codecs/ilbc/gain_dequant.c",
-+ "//modules/audio_coding/codecs/ilbc/gain_dequant.h",
-+ "//modules/audio_coding/codecs/ilbc/gain_quant.c",
-+ "//modules/audio_coding/codecs/ilbc/gain_quant.h",
-+ "//modules/audio_coding/codecs/ilbc/get_cd_vec.c",
-+ "//modules/audio_coding/codecs/ilbc/get_cd_vec.h",
-+ "//modules/audio_coding/codecs/ilbc/get_lsp_poly.c",
-+ "//modules/audio_coding/codecs/ilbc/get_lsp_poly.h",
-+ "//modules/audio_coding/codecs/ilbc/get_sync_seq.c",
-+ "//modules/audio_coding/codecs/ilbc/get_sync_seq.h",
-+ "//modules/audio_coding/codecs/ilbc/hp_input.c",
-+ "//modules/audio_coding/codecs/ilbc/hp_input.h",
-+ "//modules/audio_coding/codecs/ilbc/hp_output.c",
-+ "//modules/audio_coding/codecs/ilbc/hp_output.h",
-+ "//modules/audio_coding/codecs/ilbc/ilbc.c",
-+ "//modules/audio_coding/codecs/ilbc/ilbc.h",
-+ "//modules/audio_coding/codecs/ilbc/index_conv_dec.c",
-+ "//modules/audio_coding/codecs/ilbc/index_conv_dec.h",
-+ "//modules/audio_coding/codecs/ilbc/index_conv_enc.c",
-+ "//modules/audio_coding/codecs/ilbc/index_conv_enc.h",
-+ "//modules/audio_coding/codecs/ilbc/init_decode.c",
-+ "//modules/audio_coding/codecs/ilbc/init_decode.h",
-+ "//modules/audio_coding/codecs/ilbc/init_encode.c",
-+ "//modules/audio_coding/codecs/ilbc/init_encode.h",
-+ "//modules/audio_coding/codecs/ilbc/interpolate.c",
-+ "//modules/audio_coding/codecs/ilbc/interpolate.h",
-+ "//modules/audio_coding/codecs/ilbc/interpolate_samples.c",
-+ "//modules/audio_coding/codecs/ilbc/interpolate_samples.h",
-+ "//modules/audio_coding/codecs/ilbc/lpc_encode.c",
-+ "//modules/audio_coding/codecs/ilbc/lpc_encode.h",
-+ "//modules/audio_coding/codecs/ilbc/lsf_check.c",
-+ "//modules/audio_coding/codecs/ilbc/lsf_check.h",
-+ "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.c",
-+ "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.h",
-+ "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.c",
-+ "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.h",
-+ "//modules/audio_coding/codecs/ilbc/lsf_to_lsp.c",
-+ "//modules/audio_coding/codecs/ilbc/lsf_to_lsp.h",
-+ "//modules/audio_coding/codecs/ilbc/lsf_to_poly.c",
-+ "//modules/audio_coding/codecs/ilbc/lsf_to_poly.h",
-+ "//modules/audio_coding/codecs/ilbc/lsp_to_lsf.c",
-+ "//modules/audio_coding/codecs/ilbc/lsp_to_lsf.h",
-+ "//modules/audio_coding/codecs/ilbc/my_corr.c",
-+ "//modules/audio_coding/codecs/ilbc/my_corr.h",
-+ "//modules/audio_coding/codecs/ilbc/nearest_neighbor.c",
-+ "//modules/audio_coding/codecs/ilbc/nearest_neighbor.h",
-+ "//modules/audio_coding/codecs/ilbc/pack_bits.c",
-+ "//modules/audio_coding/codecs/ilbc/pack_bits.h",
-+ "//modules/audio_coding/codecs/ilbc/poly_to_lsf.c",
-+ "//modules/audio_coding/codecs/ilbc/poly_to_lsf.h",
-+ "//modules/audio_coding/codecs/ilbc/poly_to_lsp.c",
-+ "//modules/audio_coding/codecs/ilbc/poly_to_lsp.h",
-+ "//modules/audio_coding/codecs/ilbc/refiner.c",
-+ "//modules/audio_coding/codecs/ilbc/refiner.h",
-+ "//modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.c",
-+ "//modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.h",
-+ "//modules/audio_coding/codecs/ilbc/simple_lpc_analysis.c",
-+ "//modules/audio_coding/codecs/ilbc/simple_lpc_analysis.h",
-+ "//modules/audio_coding/codecs/ilbc/simple_lsf_dequant.c",
-+ "//modules/audio_coding/codecs/ilbc/simple_lsf_dequant.h",
-+ "//modules/audio_coding/codecs/ilbc/simple_lsf_quant.c",
-+ "//modules/audio_coding/codecs/ilbc/simple_lsf_quant.h",
-+ "//modules/audio_coding/codecs/ilbc/smooth.c",
-+ "//modules/audio_coding/codecs/ilbc/smooth.h",
-+ "//modules/audio_coding/codecs/ilbc/smooth_out_data.c",
-+ "//modules/audio_coding/codecs/ilbc/smooth_out_data.h",
-+ "//modules/audio_coding/codecs/ilbc/sort_sq.c",
-+ "//modules/audio_coding/codecs/ilbc/sort_sq.h",
-+ "//modules/audio_coding/codecs/ilbc/split_vq.c",
-+ "//modules/audio_coding/codecs/ilbc/split_vq.h",
-+ "//modules/audio_coding/codecs/ilbc/state_construct.c",
-+ "//modules/audio_coding/codecs/ilbc/state_construct.h",
-+ "//modules/audio_coding/codecs/ilbc/state_search.c",
-+ "//modules/audio_coding/codecs/ilbc/state_search.h",
-+ "//modules/audio_coding/codecs/ilbc/swap_bytes.c",
-+ "//modules/audio_coding/codecs/ilbc/swap_bytes.h",
-+ "//modules/audio_coding/codecs/ilbc/unpack_bits.c",
-+ "//modules/audio_coding/codecs/ilbc/unpack_bits.h",
-+ "//modules/audio_coding/codecs/ilbc/vq3.c",
-+ "//modules/audio_coding/codecs/ilbc/vq3.h",
-+ "//modules/audio_coding/codecs/ilbc/vq4.c",
-+ "//modules/audio_coding/codecs/ilbc/vq4.h",
-+ "//modules/audio_coding/codecs/ilbc/window32_w32.c",
-+ "//modules/audio_coding/codecs/ilbc/window32_w32.h",
-+ "//modules/audio_coding/codecs/ilbc/xcorr_coef.c",
-+ "//modules/audio_coding/codecs/ilbc/xcorr_coef.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_coding:isac": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:isac_c",
-+ "//modules/audio_coding:isac_common"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/isac/main/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h",
-+ "//modules/audio_coding/codecs/isac/main/include/audio_encoder_isac.h",
-+ "//modules/audio_coding/codecs/isac/main/source/audio_decoder_isac.cc",
-+ "//modules/audio_coding/codecs/isac/main/source/audio_encoder_isac.cc"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:isac_c": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//common_audio:common_audio",
-+ "//modules/audio_coding:isac_common",
-+ "//rtc_base:compile_assert_c",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/isac/main/include/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/isac/main/include/isac.h",
-+ "//modules/audio_coding/codecs/isac/main/source/arith_routines.c",
-+ "//modules/audio_coding/codecs/isac/main/source/arith_routines.h",
-+ "//modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c",
-+ "//modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c",
-+ "//modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c",
-+ "//modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h",
-+ "//modules/audio_coding/codecs/isac/main/source/codec.h",
-+ "//modules/audio_coding/codecs/isac/main/source/crc.c",
-+ "//modules/audio_coding/codecs/isac/main/source/crc.h",
-+ "//modules/audio_coding/codecs/isac/main/source/decode.c",
-+ "//modules/audio_coding/codecs/isac/main/source/decode_bwe.c",
-+ "//modules/audio_coding/codecs/isac/main/source/encode.c",
-+ "//modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c",
-+ "//modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h",
-+ "//modules/audio_coding/codecs/isac/main/source/entropy_coding.c",
-+ "//modules/audio_coding/codecs/isac/main/source/entropy_coding.h",
-+ "//modules/audio_coding/codecs/isac/main/source/fft.c",
-+ "//modules/audio_coding/codecs/isac/main/source/fft.h",
-+ "//modules/audio_coding/codecs/isac/main/source/filter_functions.c",
-+ "//modules/audio_coding/codecs/isac/main/source/filterbank_tables.c",
-+ "//modules/audio_coding/codecs/isac/main/source/filterbank_tables.h",
-+ "//modules/audio_coding/codecs/isac/main/source/filterbanks.c",
-+ "//modules/audio_coding/codecs/isac/main/source/intialize.c",
-+ "//modules/audio_coding/codecs/isac/main/source/isac.c",
-+ "//modules/audio_coding/codecs/isac/main/source/isac_float_type.h",
-+ "//modules/audio_coding/codecs/isac/main/source/lattice.c",
-+ "//modules/audio_coding/codecs/isac/main/source/lpc_analysis.c",
-+ "//modules/audio_coding/codecs/isac/main/source/lpc_analysis.h",
-+ "//modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.c",
-+ "//modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.h",
-+ "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.c",
-+ "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.h",
-+ "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.c",
-+ "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.h",
-+ "//modules/audio_coding/codecs/isac/main/source/lpc_tables.c",
-+ "//modules/audio_coding/codecs/isac/main/source/lpc_tables.h",
-+ "//modules/audio_coding/codecs/isac/main/source/os_specific_inline.h",
-+ "//modules/audio_coding/codecs/isac/main/source/pitch_estimator.c",
-+ "//modules/audio_coding/codecs/isac/main/source/pitch_estimator.h",
-+ "//modules/audio_coding/codecs/isac/main/source/pitch_filter.c",
-+ "//modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.c",
-+ "//modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.h",
-+ "//modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.c",
-+ "//modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.h",
-+ "//modules/audio_coding/codecs/isac/main/source/settings.h",
-+ "//modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.c",
-+ "//modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.h",
-+ "//modules/audio_coding/codecs/isac/main/source/structs.h",
-+ "//modules/audio_coding/codecs/isac/main/source/transform.c"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:isac_common": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/isac/audio_encoder_isac_t.h",
-+ "//modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h",
-+ "//modules/audio_coding/codecs/isac/locked_bandwidth_info.cc",
-+ "//modules/audio_coding/codecs/isac/locked_bandwidth_info.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:isac_fix_c": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//common_audio:common_audio",
-+ "//modules/audio_coding:isac_common",
-+ "//modules/audio_coding:isac_fix_common",
-+ "//rtc_base:compile_assert_c",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/isac/fix/include/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h",
-+ "//modules/audio_coding/codecs/isac/fix/include/audio_encoder_isacfix.h",
-+ "//modules/audio_coding/codecs/isac/fix/include/isacfix.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/arith_routines.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/arith_routins.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/decode.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/decode_bwe.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/decode_plc.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/encode.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/entropy_coding.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/entropy_coding.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/filterbank_tables.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/filterbank_tables.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/filterbanks.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/filters.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/initialize.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/isac_fix_type.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/isacfix.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/lattice.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/lattice_c.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/lpc_tables.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/lpc_tables.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/pitch_filter.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/pitch_filter_c.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/structs.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/transform.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/transform_tables.c"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_coding:isac_fix_common": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/isac/fix/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/isac/fix/source/codec.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/fft.c",
-+ "//modules/audio_coding/codecs/isac/fix/source/fft.h",
-+ "//modules/audio_coding/codecs/isac/fix/source/settings.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_coding:legacy_encoded_audio_frame": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:array_view",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/legacy_encoded_audio_frame.cc",
-+ "//modules/audio_coding/codecs/legacy_encoded_audio_frame.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:neteq": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//common_audio:common_audio",
-+ "//modules:module_api",
-+ "//modules/audio_coding:audio_coding_module_typedefs",
-+ "//modules/audio_coding:cng",
-+ "//modules/audio_coding:neteq_decoder_enum",
-+ "//rtc_base:gtest_prod",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/cng/include/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/neteq/accelerate.cc",
-+ "//modules/audio_coding/neteq/accelerate.h",
-+ "//modules/audio_coding/neteq/audio_multi_vector.cc",
-+ "//modules/audio_coding/neteq/audio_multi_vector.h",
-+ "//modules/audio_coding/neteq/audio_vector.cc",
-+ "//modules/audio_coding/neteq/audio_vector.h",
-+ "//modules/audio_coding/neteq/background_noise.cc",
-+ "//modules/audio_coding/neteq/background_noise.h",
-+ "//modules/audio_coding/neteq/buffer_level_filter.cc",
-+ "//modules/audio_coding/neteq/buffer_level_filter.h",
-+ "//modules/audio_coding/neteq/comfort_noise.cc",
-+ "//modules/audio_coding/neteq/comfort_noise.h",
-+ "//modules/audio_coding/neteq/cross_correlation.cc",
-+ "//modules/audio_coding/neteq/cross_correlation.h",
-+ "//modules/audio_coding/neteq/decision_logic.cc",
-+ "//modules/audio_coding/neteq/decision_logic.h",
-+ "//modules/audio_coding/neteq/decision_logic_fax.cc",
-+ "//modules/audio_coding/neteq/decision_logic_fax.h",
-+ "//modules/audio_coding/neteq/decision_logic_normal.cc",
-+ "//modules/audio_coding/neteq/decision_logic_normal.h",
-+ "//modules/audio_coding/neteq/decoder_database.cc",
-+ "//modules/audio_coding/neteq/decoder_database.h",
-+ "//modules/audio_coding/neteq/defines.h",
-+ "//modules/audio_coding/neteq/delay_manager.cc",
-+ "//modules/audio_coding/neteq/delay_manager.h",
-+ "//modules/audio_coding/neteq/delay_peak_detector.cc",
-+ "//modules/audio_coding/neteq/delay_peak_detector.h",
-+ "//modules/audio_coding/neteq/dsp_helper.cc",
-+ "//modules/audio_coding/neteq/dsp_helper.h",
-+ "//modules/audio_coding/neteq/dtmf_buffer.cc",
-+ "//modules/audio_coding/neteq/dtmf_buffer.h",
-+ "//modules/audio_coding/neteq/dtmf_tone_generator.cc",
-+ "//modules/audio_coding/neteq/dtmf_tone_generator.h",
-+ "//modules/audio_coding/neteq/expand.cc",
-+ "//modules/audio_coding/neteq/expand.h",
-+ "//modules/audio_coding/neteq/include/neteq.h",
-+ "//modules/audio_coding/neteq/merge.cc",
-+ "//modules/audio_coding/neteq/merge.h",
-+ "//modules/audio_coding/neteq/nack_tracker.cc",
-+ "//modules/audio_coding/neteq/nack_tracker.h",
-+ "//modules/audio_coding/neteq/neteq.cc",
-+ "//modules/audio_coding/neteq/neteq_impl.cc",
-+ "//modules/audio_coding/neteq/neteq_impl.h",
-+ "//modules/audio_coding/neteq/normal.cc",
-+ "//modules/audio_coding/neteq/normal.h",
-+ "//modules/audio_coding/neteq/packet.cc",
-+ "//modules/audio_coding/neteq/packet.h",
-+ "//modules/audio_coding/neteq/packet_buffer.cc",
-+ "//modules/audio_coding/neteq/packet_buffer.h",
-+ "//modules/audio_coding/neteq/post_decode_vad.cc",
-+ "//modules/audio_coding/neteq/post_decode_vad.h",
-+ "//modules/audio_coding/neteq/preemptive_expand.cc",
-+ "//modules/audio_coding/neteq/preemptive_expand.h",
-+ "//modules/audio_coding/neteq/random_vector.cc",
-+ "//modules/audio_coding/neteq/random_vector.h",
-+ "//modules/audio_coding/neteq/red_payload_splitter.cc",
-+ "//modules/audio_coding/neteq/red_payload_splitter.h",
-+ "//modules/audio_coding/neteq/rtcp.cc",
-+ "//modules/audio_coding/neteq/rtcp.h",
-+ "//modules/audio_coding/neteq/statistics_calculator.cc",
-+ "//modules/audio_coding/neteq/statistics_calculator.h",
-+ "//modules/audio_coding/neteq/sync_buffer.cc",
-+ "//modules/audio_coding/neteq/sync_buffer.h",
-+ "//modules/audio_coding/neteq/tick_timer.cc",
-+ "//modules/audio_coding/neteq/tick_timer.h",
-+ "//modules/audio_coding/neteq/time_stretch.cc",
-+ "//modules/audio_coding/neteq/time_stretch.h",
-+ "//modules/audio_coding/neteq/timestamp_scaler.cc",
-+ "//modules/audio_coding/neteq/timestamp_scaler.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:neteq_decoder_enum": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/neteq/neteq_decoder_enum.cc",
-+ "//modules/audio_coding/neteq/neteq_decoder_enum.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_coding:pcm16b": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:g711",
-+ "//modules/audio_coding:legacy_encoded_audio_frame",
-+ "//modules/audio_coding:pcm16b_c",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/pcm16b/include/",
-+ "//modules/audio_coding/codecs/g711/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc",
-+ "//modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.h",
-+ "//modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc",
-+ "//modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h",
-+ "//modules/audio_coding/codecs/pcm16b/pcm16b_common.cc",
-+ "//modules/audio_coding/codecs/pcm16b/pcm16b_common.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:pcm16b_c": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/pcm16b/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/pcm16b/pcm16b.c",
-+ "//modules/audio_coding/codecs/pcm16b/pcm16b.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_coding:rent_a_codec": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_CODEC_ILBC",
-+ "WEBRTC_CODEC_OPUS",
-+ "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
-+ "WEBRTC_CODEC_ISAC",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:audio_coding_module_typedefs",
-+ "//modules/audio_coding:cng",
-+ "//modules/audio_coding:g711",
-+ "//modules/audio_coding:g722",
-+ "//modules/audio_coding:ilbc",
-+ "//modules/audio_coding:isac",
-+ "//modules/audio_coding:isac_common",
-+ "//modules/audio_coding:isac_fix_c",
-+ "//modules/audio_coding:neteq_decoder_enum",
-+ "//modules/audio_coding:pcm16b",
-+ "//modules/audio_coding:webrtc_opus",
-+ "//rtc_base:protobuf_utils",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "/media/libopus/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/isac/fix/include/",
-+ "//modules/audio_coding/codecs/cng/include/",
-+ "//modules/audio_coding/codecs/g711/include/",
-+ "//modules/audio_coding/codecs/pcm16b/include/",
-+ "//modules/audio_coding/codecs/ilbc/include/",
-+ "//modules/audio_coding/codecs/isac/main/include/",
-+ "//modules/audio_coding/codecs/g722/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/acm2/acm_codec_database.cc",
-+ "//modules/audio_coding/acm2/acm_codec_database.h",
-+ "//modules/audio_coding/acm2/rent_a_codec.cc",
-+ "//modules/audio_coding/acm2/rent_a_codec.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:webrtc_opus": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_CODEC_ILBC",
-+ "WEBRTC_CODEC_OPUS",
-+ "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
-+ "WEBRTC_CODEC_ISAC",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/opus:audio_encoder_opus_config",
-+ "//common_audio:common_audio",
-+ "//modules/audio_coding:audio_network_adaptor",
-+ "//modules/audio_coding:webrtc_opus_c",
-+ "//rtc_base:protobuf_utils",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_numerics",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "/media/libopus/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/opus/audio_decoder_opus.cc",
-+ "//modules/audio_coding/codecs/opus/audio_decoder_opus.h",
-+ "//modules/audio_coding/codecs/opus/audio_encoder_opus.cc",
-+ "//modules/audio_coding/codecs/opus/audio_encoder_opus.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_coding:webrtc_opus_c": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_CODEC_ILBC",
-+ "WEBRTC_CODEC_OPUS",
-+ "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
-+ "WEBRTC_CODEC_ISAC",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "/media/libopus/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_coding/codecs/opus/opus_inst.h",
-+ "//modules/audio_coding/codecs/opus/opus_interface.c",
-+ "//modules/audio_coding/codecs/opus/opus_interface.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_device:audio_device": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//modules/audio_device:audio_device_generic"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/include/",
-+ "//modules/audio_device/include/",
-+ "//modules/audio_device/dummy/"
-+ ],
-+ "libs": [],
-+ "sources": [],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_device:audio_device_generic": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_DUMMY_AUDIO_BUILD",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//common_audio:common_audio",
-+ "//modules:module_api",
-+ "//modules/utility:utility",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_task_queue",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/include/",
-+ "//modules/audio_device/include/",
-+ "//modules/audio_device/dummy/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_device/audio_device_buffer.cc",
-+ "//modules/audio_device/audio_device_buffer.h",
-+ "//modules/audio_device/audio_device_config.h",
-+ "//modules/audio_device/audio_device_generic.cc",
-+ "//modules/audio_device/audio_device_generic.h",
-+ "//modules/audio_device/dummy/audio_device_dummy.cc",
-+ "//modules/audio_device/dummy/audio_device_dummy.h",
-+ "//modules/audio_device/dummy/file_audio_device.cc",
-+ "//modules/audio_device/dummy/file_audio_device.h",
-+ "//modules/audio_device/fine_audio_buffer.cc",
-+ "//modules/audio_device/fine_audio_buffer.h",
-+ "//modules/audio_device/include/audio_device.h",
-+ "//modules/audio_device/include/audio_device_defines.h",
-+ "//modules/audio_device/dummy/file_audio_device_factory.cc",
-+ "//modules/audio_device/dummy/file_audio_device_factory.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_mixer:audio_frame_manipulator": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//audio/utility:utility",
-+ "//modules:module_api",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_mixer/audio_frame_manipulator.cc",
-+ "//modules/audio_mixer/audio_frame_manipulator.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_mixer:audio_mixer_impl": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api:audio_mixer_api",
-+ "//audio/utility:audio_frame_operations",
-+ "//modules:module_api",
-+ "//modules/audio_mixer:audio_frame_manipulator",
-+ "//modules/audio_processing:audio_processing",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_mixer/audio_mixer_impl.cc",
-+ "//modules/audio_mixer/audio_mixer_impl.h",
-+ "//modules/audio_mixer/default_output_rate_calculator.cc",
-+ "//modules/audio_mixer/default_output_rate_calculator.h",
-+ "//modules/audio_mixer/frame_combiner.cc",
-+ "//modules/audio_mixer/frame_combiner.h",
-+ "//modules/audio_mixer/output_rate_calculator.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_processing/aec_dump:aec_dump": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//modules/audio_processing:aec_dump_interface",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_processing/aec_dump/aec_dump_factory.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_processing/aec_dump:null_aec_dump_factory": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//modules/audio_processing:aec_dump_interface",
-+ "//modules/audio_processing/aec_dump:aec_dump"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_processing/aec_dump/null_aec_dump_factory.cc"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_processing:aec_dump_interface": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:array_view",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_processing/include/aec_dump.cc",
-+ "//modules/audio_processing/include/aec_dump.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_processing:audio_processing": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_APM_DEBUG_DUMP=1",
-+ "WEBRTC_INTELLIGIBILITY_ENHANCER=0",
-+ "WEBRTC_NS_FLOAT",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api:optional",
-+ "//audio/utility:audio_frame_operations",
-+ "//common_audio:common_audio",
-+ "//common_audio:fir_filter",
-+ "//common_audio:fir_filter_factory",
-+ "//modules:module_api",
-+ "//modules/audio_coding:isac",
-+ "//modules/audio_processing:aec_dump_interface",
-+ "//modules/audio_processing:audio_processing_c",
-+ "//modules/audio_processing:audio_processing_statistics",
-+ "//rtc_base:gtest_prod",
-+ "//rtc_base:protobuf_utils",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:field_trial_api",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/isac/main/include/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_processing/aec/aec_core.cc",
-+ "//modules/audio_processing/aec/aec_core.h",
-+ "//modules/audio_processing/aec/aec_core_optimized_methods.h",
-+ "//modules/audio_processing/aec/aec_resampler.cc",
-+ "//modules/audio_processing/aec/aec_resampler.h",
-+ "//modules/audio_processing/aec/echo_cancellation.cc",
-+ "//modules/audio_processing/aec/echo_cancellation.h",
-+ "//modules/audio_processing/aec3/adaptive_fir_filter.cc",
-+ "//modules/audio_processing/aec3/adaptive_fir_filter.h",
-+ "//modules/audio_processing/aec3/aec3_common.cc",
-+ "//modules/audio_processing/aec3/aec3_common.h",
-+ "//modules/audio_processing/aec3/aec3_fft.cc",
-+ "//modules/audio_processing/aec3/aec3_fft.h",
-+ "//modules/audio_processing/aec3/aec_state.cc",
-+ "//modules/audio_processing/aec3/aec_state.h",
-+ "//modules/audio_processing/aec3/block_framer.cc",
-+ "//modules/audio_processing/aec3/block_framer.h",
-+ "//modules/audio_processing/aec3/block_processor.cc",
-+ "//modules/audio_processing/aec3/block_processor.h",
-+ "//modules/audio_processing/aec3/block_processor_metrics.cc",
-+ "//modules/audio_processing/aec3/block_processor_metrics.h",
-+ "//modules/audio_processing/aec3/cascaded_biquad_filter.cc",
-+ "//modules/audio_processing/aec3/cascaded_biquad_filter.h",
-+ "//modules/audio_processing/aec3/comfort_noise_generator.cc",
-+ "//modules/audio_processing/aec3/comfort_noise_generator.h",
-+ "//modules/audio_processing/aec3/decimator.cc",
-+ "//modules/audio_processing/aec3/decimator.h",
-+ "//modules/audio_processing/aec3/downsampled_render_buffer.cc",
-+ "//modules/audio_processing/aec3/downsampled_render_buffer.h",
-+ "//modules/audio_processing/aec3/echo_canceller3.cc",
-+ "//modules/audio_processing/aec3/echo_canceller3.h",
-+ "//modules/audio_processing/aec3/echo_path_delay_estimator.cc",
-+ "//modules/audio_processing/aec3/echo_path_delay_estimator.h",
-+ "//modules/audio_processing/aec3/echo_path_variability.cc",
-+ "//modules/audio_processing/aec3/echo_path_variability.h",
-+ "//modules/audio_processing/aec3/echo_remover.cc",
-+ "//modules/audio_processing/aec3/echo_remover.h",
-+ "//modules/audio_processing/aec3/echo_remover_metrics.cc",
-+ "//modules/audio_processing/aec3/echo_remover_metrics.h",
-+ "//modules/audio_processing/aec3/erl_estimator.cc",
-+ "//modules/audio_processing/aec3/erl_estimator.h",
-+ "//modules/audio_processing/aec3/erle_estimator.cc",
-+ "//modules/audio_processing/aec3/erle_estimator.h",
-+ "//modules/audio_processing/aec3/fft_data.h",
-+ "//modules/audio_processing/aec3/frame_blocker.cc",
-+ "//modules/audio_processing/aec3/frame_blocker.h",
-+ "//modules/audio_processing/aec3/main_filter_update_gain.cc",
-+ "//modules/audio_processing/aec3/main_filter_update_gain.h",
-+ "//modules/audio_processing/aec3/matched_filter.cc",
-+ "//modules/audio_processing/aec3/matched_filter.h",
-+ "//modules/audio_processing/aec3/matched_filter_lag_aggregator.cc",
-+ "//modules/audio_processing/aec3/matched_filter_lag_aggregator.h",
-+ "//modules/audio_processing/aec3/output_selector.cc",
-+ "//modules/audio_processing/aec3/output_selector.h",
-+ "//modules/audio_processing/aec3/render_buffer.cc",
-+ "//modules/audio_processing/aec3/render_buffer.h",
-+ "//modules/audio_processing/aec3/render_delay_buffer.cc",
-+ "//modules/audio_processing/aec3/render_delay_buffer.h",
-+ "//modules/audio_processing/aec3/render_delay_controller.cc",
-+ "//modules/audio_processing/aec3/render_delay_controller.h",
-+ "//modules/audio_processing/aec3/render_delay_controller_metrics.cc",
-+ "//modules/audio_processing/aec3/render_delay_controller_metrics.h",
-+ "//modules/audio_processing/aec3/render_signal_analyzer.cc",
-+ "//modules/audio_processing/aec3/render_signal_analyzer.h",
-+ "//modules/audio_processing/aec3/residual_echo_estimator.cc",
-+ "//modules/audio_processing/aec3/residual_echo_estimator.h",
-+ "//modules/audio_processing/aec3/shadow_filter_update_gain.cc",
-+ "//modules/audio_processing/aec3/shadow_filter_update_gain.h",
-+ "//modules/audio_processing/aec3/subtractor.cc",
-+ "//modules/audio_processing/aec3/subtractor.h",
-+ "//modules/audio_processing/aec3/subtractor_output.h",
-+ "//modules/audio_processing/aec3/suppression_filter.cc",
-+ "//modules/audio_processing/aec3/suppression_filter.h",
-+ "//modules/audio_processing/aec3/suppression_gain.cc",
-+ "//modules/audio_processing/aec3/suppression_gain.h",
-+ "//modules/audio_processing/aec3/vector_math.h",
-+ "//modules/audio_processing/aecm/aecm_core.cc",
-+ "//modules/audio_processing/aecm/aecm_core.h",
-+ "//modules/audio_processing/aecm/echo_control_mobile.cc",
-+ "//modules/audio_processing/aecm/echo_control_mobile.h",
-+ "//modules/audio_processing/agc/agc.cc",
-+ "//modules/audio_processing/agc/agc.h",
-+ "//modules/audio_processing/agc/agc_manager_direct.cc",
-+ "//modules/audio_processing/agc/agc_manager_direct.h",
-+ "//modules/audio_processing/agc/gain_map_internal.h",
-+ "//modules/audio_processing/agc/loudness_histogram.cc",
-+ "//modules/audio_processing/agc/loudness_histogram.h",
-+ "//modules/audio_processing/agc/utility.cc",
-+ "//modules/audio_processing/agc/utility.h",
-+ "//modules/audio_processing/agc2/gain_controller2.cc",
-+ "//modules/audio_processing/agc2/gain_controller2.h",
-+ "//modules/audio_processing/audio_buffer.cc",
-+ "//modules/audio_processing/audio_buffer.h",
-+ "//modules/audio_processing/audio_processing_impl.cc",
-+ "//modules/audio_processing/audio_processing_impl.h",
-+ "//modules/audio_processing/beamformer/array_util.cc",
-+ "//modules/audio_processing/beamformer/array_util.h",
-+ "//modules/audio_processing/beamformer/complex_matrix.h",
-+ "//modules/audio_processing/beamformer/covariance_matrix_generator.cc",
-+ "//modules/audio_processing/beamformer/covariance_matrix_generator.h",
-+ "//modules/audio_processing/beamformer/matrix.h",
-+ "//modules/audio_processing/beamformer/nonlinear_beamformer.cc",
-+ "//modules/audio_processing/beamformer/nonlinear_beamformer.h",
-+ "//modules/audio_processing/common.h",
-+ "//modules/audio_processing/echo_cancellation_impl.cc",
-+ "//modules/audio_processing/echo_cancellation_impl.h",
-+ "//modules/audio_processing/echo_control_mobile_impl.cc",
-+ "//modules/audio_processing/echo_control_mobile_impl.h",
-+ "//modules/audio_processing/echo_detector/circular_buffer.cc",
-+ "//modules/audio_processing/echo_detector/circular_buffer.h",
-+ "//modules/audio_processing/echo_detector/mean_variance_estimator.cc",
-+ "//modules/audio_processing/echo_detector/mean_variance_estimator.h",
-+ "//modules/audio_processing/echo_detector/moving_max.cc",
-+ "//modules/audio_processing/echo_detector/moving_max.h",
-+ "//modules/audio_processing/echo_detector/normalized_covariance_estimator.cc",
-+ "//modules/audio_processing/echo_detector/normalized_covariance_estimator.h",
-+ "//modules/audio_processing/gain_control_for_experimental_agc.cc",
-+ "//modules/audio_processing/gain_control_for_experimental_agc.h",
-+ "//modules/audio_processing/gain_control_impl.cc",
-+ "//modules/audio_processing/gain_control_impl.h",
-+ "//modules/audio_processing/include/audio_processing.cc",
-+ "//modules/audio_processing/include/audio_processing.h",
-+ "//modules/audio_processing/include/config.cc",
-+ "//modules/audio_processing/include/config.h",
-+ "//modules/audio_processing/level_controller/biquad_filter.cc",
-+ "//modules/audio_processing/level_controller/biquad_filter.h",
-+ "//modules/audio_processing/level_controller/down_sampler.cc",
-+ "//modules/audio_processing/level_controller/down_sampler.h",
-+ "//modules/audio_processing/level_controller/gain_applier.cc",
-+ "//modules/audio_processing/level_controller/gain_applier.h",
-+ "//modules/audio_processing/level_controller/gain_selector.cc",
-+ "//modules/audio_processing/level_controller/gain_selector.h",
-+ "//modules/audio_processing/level_controller/level_controller.cc",
-+ "//modules/audio_processing/level_controller/level_controller.h",
-+ "//modules/audio_processing/level_controller/level_controller_constants.h",
-+ "//modules/audio_processing/level_controller/noise_level_estimator.cc",
-+ "//modules/audio_processing/level_controller/noise_level_estimator.h",
-+ "//modules/audio_processing/level_controller/noise_spectrum_estimator.cc",
-+ "//modules/audio_processing/level_controller/noise_spectrum_estimator.h",
-+ "//modules/audio_processing/level_controller/peak_level_estimator.cc",
-+ "//modules/audio_processing/level_controller/peak_level_estimator.h",
-+ "//modules/audio_processing/level_controller/saturating_gain_estimator.cc",
-+ "//modules/audio_processing/level_controller/saturating_gain_estimator.h",
-+ "//modules/audio_processing/level_controller/signal_classifier.cc",
-+ "//modules/audio_processing/level_controller/signal_classifier.h",
-+ "//modules/audio_processing/level_estimator_impl.cc",
-+ "//modules/audio_processing/level_estimator_impl.h",
-+ "//modules/audio_processing/logging/apm_data_dumper.cc",
-+ "//modules/audio_processing/logging/apm_data_dumper.h",
-+ "//modules/audio_processing/low_cut_filter.cc",
-+ "//modules/audio_processing/low_cut_filter.h",
-+ "//modules/audio_processing/noise_suppression_impl.cc",
-+ "//modules/audio_processing/noise_suppression_impl.h",
-+ "//modules/audio_processing/render_queue_item_verifier.h",
-+ "//modules/audio_processing/residual_echo_detector.cc",
-+ "//modules/audio_processing/residual_echo_detector.h",
-+ "//modules/audio_processing/rms_level.cc",
-+ "//modules/audio_processing/rms_level.h",
-+ "//modules/audio_processing/splitting_filter.cc",
-+ "//modules/audio_processing/splitting_filter.h",
-+ "//modules/audio_processing/three_band_filter_bank.cc",
-+ "//modules/audio_processing/three_band_filter_bank.h",
-+ "//modules/audio_processing/transient/common.h",
-+ "//modules/audio_processing/transient/daubechies_8_wavelet_coeffs.h",
-+ "//modules/audio_processing/transient/dyadic_decimator.h",
-+ "//modules/audio_processing/transient/moving_moments.cc",
-+ "//modules/audio_processing/transient/moving_moments.h",
-+ "//modules/audio_processing/transient/transient_detector.cc",
-+ "//modules/audio_processing/transient/transient_detector.h",
-+ "//modules/audio_processing/transient/transient_suppressor.cc",
-+ "//modules/audio_processing/transient/transient_suppressor.h",
-+ "//modules/audio_processing/transient/wpd_node.cc",
-+ "//modules/audio_processing/transient/wpd_node.h",
-+ "//modules/audio_processing/transient/wpd_tree.cc",
-+ "//modules/audio_processing/transient/wpd_tree.h",
-+ "//modules/audio_processing/typing_detection.cc",
-+ "//modules/audio_processing/typing_detection.h",
-+ "//modules/audio_processing/utility/block_mean_calculator.cc",
-+ "//modules/audio_processing/utility/block_mean_calculator.h",
-+ "//modules/audio_processing/utility/delay_estimator.cc",
-+ "//modules/audio_processing/utility/delay_estimator.h",
-+ "//modules/audio_processing/utility/delay_estimator_internal.h",
-+ "//modules/audio_processing/utility/delay_estimator_wrapper.cc",
-+ "//modules/audio_processing/utility/delay_estimator_wrapper.h",
-+ "//modules/audio_processing/utility/ooura_fft.cc",
-+ "//modules/audio_processing/utility/ooura_fft.h",
-+ "//modules/audio_processing/utility/ooura_fft_tables_common.h",
-+ "//modules/audio_processing/vad/common.h",
-+ "//modules/audio_processing/vad/gmm.cc",
-+ "//modules/audio_processing/vad/gmm.h",
-+ "//modules/audio_processing/vad/noise_gmm_tables.h",
-+ "//modules/audio_processing/vad/pitch_based_vad.cc",
-+ "//modules/audio_processing/vad/pitch_based_vad.h",
-+ "//modules/audio_processing/vad/pitch_internal.cc",
-+ "//modules/audio_processing/vad/pitch_internal.h",
-+ "//modules/audio_processing/vad/pole_zero_filter.cc",
-+ "//modules/audio_processing/vad/pole_zero_filter.h",
-+ "//modules/audio_processing/vad/standalone_vad.cc",
-+ "//modules/audio_processing/vad/standalone_vad.h",
-+ "//modules/audio_processing/vad/vad_audio_proc.cc",
-+ "//modules/audio_processing/vad/vad_audio_proc.h",
-+ "//modules/audio_processing/vad/vad_audio_proc_internal.h",
-+ "//modules/audio_processing/vad/vad_circular_buffer.cc",
-+ "//modules/audio_processing/vad/vad_circular_buffer.h",
-+ "//modules/audio_processing/vad/voice_activity_detector.cc",
-+ "//modules/audio_processing/vad/voice_activity_detector.h",
-+ "//modules/audio_processing/vad/voice_gmm_tables.h",
-+ "//modules/audio_processing/voice_detection_impl.cc",
-+ "//modules/audio_processing/voice_detection_impl.h",
-+ "//modules/audio_processing/aecm/aecm_core_c.cc"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/audio_processing:audio_processing_c": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//common_audio:common_audio",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_processing/agc/legacy/analog_agc.c",
-+ "//modules/audio_processing/agc/legacy/analog_agc.h",
-+ "//modules/audio_processing/agc/legacy/digital_agc.c",
-+ "//modules/audio_processing/agc/legacy/digital_agc.h",
-+ "//modules/audio_processing/agc/legacy/gain_control.h",
-+ "//modules/audio_processing/ns/defines.h",
-+ "//modules/audio_processing/ns/noise_suppression.c",
-+ "//modules/audio_processing/ns/noise_suppression.h",
-+ "//modules/audio_processing/ns/ns_core.c",
-+ "//modules/audio_processing/ns/ns_core.h",
-+ "//modules/audio_processing/ns/windows_private.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/audio_processing:audio_processing_statistics": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:optional"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/audio_processing/include/audio_processing_statistics.cc",
-+ "//modules/audio_processing/include/audio_processing_statistics.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/bitrate_controller:bitrate_controller": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//modules/rtp_rtcp:rtp_rtcp",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/bitrate_controller/bitrate_controller_impl.cc",
-+ "//modules/bitrate_controller/bitrate_controller_impl.h",
-+ "//modules/bitrate_controller/include/bitrate_controller.h",
-+ "//modules/bitrate_controller/send_side_bandwidth_estimation.cc",
-+ "//modules/bitrate_controller/send_side_bandwidth_estimation.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/congestion_controller:congestion_controller": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//logging:rtc_event_log_api",
-+ "//modules:module_api",
-+ "//modules/bitrate_controller:bitrate_controller",
-+ "//modules/pacing:pacing",
-+ "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
-+ "//modules/rtp_rtcp:rtp_rtcp",
-+ "//modules/utility:utility",
-+ "//rtc_base:rtc_base",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_numerics",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/congestion_controller/acknowledged_bitrate_estimator.cc",
-+ "//modules/congestion_controller/acknowledged_bitrate_estimator.h",
-+ "//modules/congestion_controller/bitrate_estimator.cc",
-+ "//modules/congestion_controller/bitrate_estimator.h",
-+ "//modules/congestion_controller/delay_based_bwe.cc",
-+ "//modules/congestion_controller/delay_based_bwe.h",
-+ "//modules/congestion_controller/include/receive_side_congestion_controller.h",
-+ "//modules/congestion_controller/include/send_side_congestion_controller.h",
-+ "//modules/congestion_controller/median_slope_estimator.cc",
-+ "//modules/congestion_controller/median_slope_estimator.h",
-+ "//modules/congestion_controller/probe_bitrate_estimator.cc",
-+ "//modules/congestion_controller/probe_bitrate_estimator.h",
-+ "//modules/congestion_controller/probe_controller.cc",
-+ "//modules/congestion_controller/probe_controller.h",
-+ "//modules/congestion_controller/receive_side_congestion_controller.cc",
-+ "//modules/congestion_controller/send_side_congestion_controller.cc",
-+ "//modules/congestion_controller/transport_feedback_adapter.cc",
-+ "//modules/congestion_controller/transport_feedback_adapter.h",
-+ "//modules/congestion_controller/trendline_estimator.cc",
-+ "//modules/congestion_controller/trendline_estimator.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/desktop_capture:desktop_capture": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//modules/desktop_capture:desktop_capture_generic"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [
-+ "X11",
-+ "X11-xcb",
-+ "xcb",
-+ "Xcomposite",
-+ "Xcursor",
-+ "Xdamage",
-+ "Xext",
-+ "Xfixes",
-+ "Xi",
-+ "Xrender"
-+ ],
-+ "sources": [],
-+ "type": "source_set"
-+ },
-+ "//modules/desktop_capture:desktop_capture_generic": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "MULTI_MONITOR_SCREENSHARE",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:refcountedbase",
-+ "//modules/desktop_capture:primitives",
-+ "//rtc_base:rtc_base",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "/media/libyuv/libyuv/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [
-+ "X11",
-+ "X11-xcb",
-+ "xcb",
-+ "Xcomposite",
-+ "Xcursor",
-+ "Xdamage",
-+ "Xext",
-+ "Xfixes",
-+ "Xi",
-+ "Xrender"
-+ ],
-+ "sources": [
-+ "//modules/desktop_capture/blank_detector_desktop_capturer_wrapper.cc",
-+ "//modules/desktop_capture/blank_detector_desktop_capturer_wrapper.h",
-+ "//modules/desktop_capture/capture_result_desktop_capturer_wrapper.cc",
-+ "//modules/desktop_capture/capture_result_desktop_capturer_wrapper.h",
-+ "//modules/desktop_capture/cropped_desktop_frame.cc",
-+ "//modules/desktop_capture/cropped_desktop_frame.h",
-+ "//modules/desktop_capture/cropping_window_capturer.cc",
-+ "//modules/desktop_capture/cropping_window_capturer.h",
-+ "//modules/desktop_capture/desktop_and_cursor_composer.cc",
-+ "//modules/desktop_capture/desktop_and_cursor_composer.h",
-+ "//modules/desktop_capture/desktop_capture_options.cc",
-+ "//modules/desktop_capture/desktop_capture_options.h",
-+ "//modules/desktop_capture/desktop_capturer.cc",
-+ "//modules/desktop_capture/desktop_capturer.h",
-+ "//modules/desktop_capture/desktop_capturer_differ_wrapper.cc",
-+ "//modules/desktop_capture/desktop_capturer_differ_wrapper.h",
-+ "//modules/desktop_capture/desktop_capturer_wrapper.cc",
-+ "//modules/desktop_capture/desktop_capturer_wrapper.h",
-+ "//modules/desktop_capture/desktop_frame_generator.cc",
-+ "//modules/desktop_capture/desktop_frame_generator.h",
-+ "//modules/desktop_capture/desktop_frame_rotation.cc",
-+ "//modules/desktop_capture/desktop_frame_rotation.h",
-+ "//modules/desktop_capture/differ_block.cc",
-+ "//modules/desktop_capture/differ_block.h",
-+ "//modules/desktop_capture/fallback_desktop_capturer_wrapper.cc",
-+ "//modules/desktop_capture/fallback_desktop_capturer_wrapper.h",
-+ "//modules/desktop_capture/mouse_cursor.cc",
-+ "//modules/desktop_capture/mouse_cursor.h",
-+ "//modules/desktop_capture/mouse_cursor_monitor.h",
-+ "//modules/desktop_capture/resolution_tracker.cc",
-+ "//modules/desktop_capture/resolution_tracker.h",
-+ "//modules/desktop_capture/rgba_color.cc",
-+ "//modules/desktop_capture/rgba_color.h",
-+ "//modules/desktop_capture/screen_capture_frame_queue.h",
-+ "//modules/desktop_capture/screen_capturer_helper.cc",
-+ "//modules/desktop_capture/screen_capturer_helper.h",
-+ "//modules/desktop_capture/window_finder.cc",
-+ "//modules/desktop_capture/window_finder.h",
-+ "//modules/desktop_capture/desktop_device_info.cc",
-+ "//modules/desktop_capture/desktop_device_info.h",
-+ "//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
-+ "//modules/desktop_capture/screen_capturer_linux.cc",
-+ "//modules/desktop_capture/window_capturer_linux.cc",
-+ "//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
-+ "//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
-+ "//modules/desktop_capture/linux/screen_capturer_x11.cc",
-+ "//modules/desktop_capture/linux/screen_capturer_x11.h",
-+ "//modules/desktop_capture/linux/shared_x_display.cc",
-+ "//modules/desktop_capture/linux/shared_x_display.h",
-+ "//modules/desktop_capture/linux/window_capturer_x11.cc",
-+ "//modules/desktop_capture/linux/window_capturer_x11.h",
-+ "//modules/desktop_capture/linux/window_finder_x11.cc",
-+ "//modules/desktop_capture/linux/window_finder_x11.h",
-+ "//modules/desktop_capture/linux/window_list_utils.cc",
-+ "//modules/desktop_capture/linux/window_list_utils.h",
-+ "//modules/desktop_capture/linux/x_atom_cache.cc",
-+ "//modules/desktop_capture/linux/x_atom_cache.h",
-+ "//modules/desktop_capture/linux/x_error_trap.cc",
-+ "//modules/desktop_capture/linux/x_error_trap.h",
-+ "//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
-+ "//modules/desktop_capture/linux/x_server_pixel_buffer.h",
-+ "//modules/desktop_capture/linux/desktop_device_info_x11.cc",
-+ "//modules/desktop_capture/linux/desktop_device_info_x11.h",
-+ "//modules/desktop_capture/linux/shared_x_util.cc",
-+ "//modules/desktop_capture/linux/shared_x_util.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/desktop_capture:primitives": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/desktop_capture/desktop_capture_types.h",
-+ "//modules/desktop_capture/desktop_frame.cc",
-+ "//modules/desktop_capture/desktop_frame.h",
-+ "//modules/desktop_capture/desktop_geometry.cc",
-+ "//modules/desktop_capture/desktop_geometry.h",
-+ "//modules/desktop_capture/desktop_region.cc",
-+ "//modules/desktop_capture/desktop_region.h",
-+ "//modules/desktop_capture/shared_desktop_frame.cc",
-+ "//modules/desktop_capture/shared_desktop_frame.h",
-+ "//modules/desktop_capture/shared_memory.cc",
-+ "//modules/desktop_capture/shared_memory.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/media_file:media_file": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//common_audio:common_audio",
-+ "//modules:module_api",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/media_file/media_file.h",
-+ "//modules/media_file/media_file_defines.h",
-+ "//modules/media_file/media_file_impl.cc",
-+ "//modules/media_file/media_file_impl.h",
-+ "//modules/media_file/media_file_utility.cc",
-+ "//modules/media_file/media_file_utility.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/pacing:pacing": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//logging:rtc_event_log_api",
-+ "//modules:module_api",
-+ "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
-+ "//modules/rtp_rtcp:rtp_rtcp",
-+ "//modules/utility:utility",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/pacing/alr_detector.cc",
-+ "//modules/pacing/alr_detector.h",
-+ "//modules/pacing/bitrate_prober.cc",
-+ "//modules/pacing/bitrate_prober.h",
-+ "//modules/pacing/interval_budget.cc",
-+ "//modules/pacing/interval_budget.h",
-+ "//modules/pacing/paced_sender.cc",
-+ "//modules/pacing/paced_sender.h",
-+ "//modules/pacing/pacer.h",
-+ "//modules/pacing/packet_queue.cc",
-+ "//modules/pacing/packet_queue.h",
-+ "//modules/pacing/packet_queue2.cc",
-+ "//modules/pacing/packet_queue2.h",
-+ "//modules/pacing/packet_router.cc",
-+ "//modules/pacing/packet_router.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/remote_bitrate_estimator:remote_bitrate_estimator": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//modules:module_api",
-+ "//modules/rtp_rtcp:rtp_rtcp_format",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/remote_bitrate_estimator/aimd_rate_control.cc",
-+ "//modules/remote_bitrate_estimator/aimd_rate_control.h",
-+ "//modules/remote_bitrate_estimator/bwe_defines.cc",
-+ "//modules/remote_bitrate_estimator/include/bwe_defines.h",
-+ "//modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
-+ "//modules/remote_bitrate_estimator/include/send_time_history.h",
-+ "//modules/remote_bitrate_estimator/inter_arrival.cc",
-+ "//modules/remote_bitrate_estimator/inter_arrival.h",
-+ "//modules/remote_bitrate_estimator/overuse_detector.cc",
-+ "//modules/remote_bitrate_estimator/overuse_detector.h",
-+ "//modules/remote_bitrate_estimator/overuse_estimator.cc",
-+ "//modules/remote_bitrate_estimator/overuse_estimator.h",
-+ "//modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc",
-+ "//modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h",
-+ "//modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc",
-+ "//modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h",
-+ "//modules/remote_bitrate_estimator/remote_estimator_proxy.cc",
-+ "//modules/remote_bitrate_estimator/remote_estimator_proxy.h",
-+ "//modules/remote_bitrate_estimator/send_time_history.cc",
-+ "//modules/remote_bitrate_estimator/test/bwe_test_logging.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/rtp_rtcp:rtp_rtcp": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api:optional",
-+ "//api:transport_api",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//common_video:common_video",
-+ "//logging:rtc_event_log_api",
-+ "//modules:module_api",
-+ "//modules/audio_coding:audio_format_conversion",
-+ "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
-+ "//modules/rtp_rtcp:rtp_rtcp_format",
-+ "//rtc_base:gtest_prod",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_numerics",
-+ "//rtc_base:sequenced_task_checker",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/rtp_rtcp/include/flexfec_receiver.h",
-+ "//modules/rtp_rtcp/include/flexfec_sender.h",
-+ "//modules/rtp_rtcp/include/receive_statistics.h",
-+ "//modules/rtp_rtcp/include/remote_ntp_time_estimator.h",
-+ "//modules/rtp_rtcp/include/rtp_header_parser.h",
-+ "//modules/rtp_rtcp/include/rtp_payload_registry.h",
-+ "//modules/rtp_rtcp/include/rtp_receiver.h",
-+ "//modules/rtp_rtcp/include/rtp_rtcp.h",
-+ "//modules/rtp_rtcp/include/ulpfec_receiver.h",
-+ "//modules/rtp_rtcp/source/dtmf_queue.cc",
-+ "//modules/rtp_rtcp/source/dtmf_queue.h",
-+ "//modules/rtp_rtcp/source/fec_private_tables_bursty.h",
-+ "//modules/rtp_rtcp/source/fec_private_tables_random.h",
-+ "//modules/rtp_rtcp/source/flexfec_header_reader_writer.cc",
-+ "//modules/rtp_rtcp/source/flexfec_header_reader_writer.h",
-+ "//modules/rtp_rtcp/source/flexfec_receiver.cc",
-+ "//modules/rtp_rtcp/source/flexfec_sender.cc",
-+ "//modules/rtp_rtcp/source/forward_error_correction.cc",
-+ "//modules/rtp_rtcp/source/forward_error_correction.h",
-+ "//modules/rtp_rtcp/source/forward_error_correction_internal.cc",
-+ "//modules/rtp_rtcp/source/forward_error_correction_internal.h",
-+ "//modules/rtp_rtcp/source/packet_loss_stats.cc",
-+ "//modules/rtp_rtcp/source/packet_loss_stats.h",
-+ "//modules/rtp_rtcp/source/playout_delay_oracle.cc",
-+ "//modules/rtp_rtcp/source/playout_delay_oracle.h",
-+ "//modules/rtp_rtcp/source/receive_statistics_impl.cc",
-+ "//modules/rtp_rtcp/source/receive_statistics_impl.h",
-+ "//modules/rtp_rtcp/source/remote_ntp_time_estimator.cc",
-+ "//modules/rtp_rtcp/source/rtcp_nack_stats.cc",
-+ "//modules/rtp_rtcp/source/rtcp_nack_stats.h",
-+ "//modules/rtp_rtcp/source/rtcp_receiver.cc",
-+ "//modules/rtp_rtcp/source/rtcp_receiver.h",
-+ "//modules/rtp_rtcp/source/rtcp_sender.cc",
-+ "//modules/rtp_rtcp/source/rtcp_sender.h",
-+ "//modules/rtp_rtcp/source/rtp_format.cc",
-+ "//modules/rtp_rtcp/source/rtp_format.h",
-+ "//modules/rtp_rtcp/source/rtp_format_h264.cc",
-+ "//modules/rtp_rtcp/source/rtp_format_h264.h",
-+ "//modules/rtp_rtcp/source/rtp_format_video_generic.cc",
-+ "//modules/rtp_rtcp/source/rtp_format_video_generic.h",
-+ "//modules/rtp_rtcp/source/rtp_format_vp8.cc",
-+ "//modules/rtp_rtcp/source/rtp_format_vp8.h",
-+ "//modules/rtp_rtcp/source/rtp_format_vp9.cc",
-+ "//modules/rtp_rtcp/source/rtp_format_vp9.h",
-+ "//modules/rtp_rtcp/source/rtp_header_parser.cc",
-+ "//modules/rtp_rtcp/source/rtp_packet_history.cc",
-+ "//modules/rtp_rtcp/source/rtp_packet_history.h",
-+ "//modules/rtp_rtcp/source/rtp_payload_registry.cc",
-+ "//modules/rtp_rtcp/source/rtp_receiver_audio.cc",
-+ "//modules/rtp_rtcp/source/rtp_receiver_audio.h",
-+ "//modules/rtp_rtcp/source/rtp_receiver_impl.cc",
-+ "//modules/rtp_rtcp/source/rtp_receiver_impl.h",
-+ "//modules/rtp_rtcp/source/rtp_receiver_strategy.cc",
-+ "//modules/rtp_rtcp/source/rtp_receiver_strategy.h",
-+ "//modules/rtp_rtcp/source/rtp_receiver_video.cc",
-+ "//modules/rtp_rtcp/source/rtp_receiver_video.h",
-+ "//modules/rtp_rtcp/source/rtp_rtcp_config.h",
-+ "//modules/rtp_rtcp/source/rtp_rtcp_impl.cc",
-+ "//modules/rtp_rtcp/source/rtp_rtcp_impl.h",
-+ "//modules/rtp_rtcp/source/rtp_sender.cc",
-+ "//modules/rtp_rtcp/source/rtp_sender.h",
-+ "//modules/rtp_rtcp/source/rtp_sender_audio.cc",
-+ "//modules/rtp_rtcp/source/rtp_sender_audio.h",
-+ "//modules/rtp_rtcp/source/rtp_sender_video.cc",
-+ "//modules/rtp_rtcp/source/rtp_sender_video.h",
-+ "//modules/rtp_rtcp/source/rtp_utility.cc",
-+ "//modules/rtp_rtcp/source/rtp_utility.h",
-+ "//modules/rtp_rtcp/source/time_util.cc",
-+ "//modules/rtp_rtcp/source/time_util.h",
-+ "//modules/rtp_rtcp/source/tmmbr_help.cc",
-+ "//modules/rtp_rtcp/source/tmmbr_help.h",
-+ "//modules/rtp_rtcp/source/ulpfec_generator.cc",
-+ "//modules/rtp_rtcp/source/ulpfec_generator.h",
-+ "//modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc",
-+ "//modules/rtp_rtcp/source/ulpfec_header_reader_writer.h",
-+ "//modules/rtp_rtcp/source/ulpfec_receiver_impl.cc",
-+ "//modules/rtp_rtcp/source/ulpfec_receiver_impl.h",
-+ "//modules/rtp_rtcp/source/video_codec_information.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/rtp_rtcp:rtp_rtcp_format": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//common_video:common_video",
-+ "//modules:module_api",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/rtp_rtcp/include/rtp_rtcp_defines.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/app.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/bye.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/common_header.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/dlrr.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/fir.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/nack.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/pli.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/psfb.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/remb.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/report_block.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/rrtr.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/sdes.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/sender_report.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc",
-+ "//modules/rtp_rtcp/source/rtcp_packet/voip_metric.cc",
-+ "//modules/rtp_rtcp/source/rtp_header_extension_map.cc",
-+ "//modules/rtp_rtcp/source/rtp_header_extensions.cc",
-+ "//modules/rtp_rtcp/source/rtp_packet.cc",
-+ "//modules/rtp_rtcp/source/rtp_packet_received.cc"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/utility:utility": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//audio/utility:audio_frame_operations",
-+ "//common_audio:common_audio",
-+ "//modules:module_api",
-+ "//modules/media_file:media_file",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_task_queue",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/utility/include/audio_frame_operations.h",
-+ "//modules/utility/include/process_thread.h",
-+ "//modules/utility/source/process_thread_impl.cc",
-+ "//modules/utility/source/process_thread_impl.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/video_capture:video_capture_internal_impl": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//media:rtc_media_base",
-+ "//modules/video_capture:video_capture_module",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_capture/linux/device_info_linux.cc",
-+ "//modules/video_capture/linux/device_info_linux.h",
-+ "//modules/video_capture/linux/video_capture_linux.cc",
-+ "//modules/video_capture/linux/video_capture_linux.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/video_capture:video_capture_module": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:video_frame_api_i420",
-+ "//common_video:common_video",
-+ "//modules:module_api",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_capture/device_info_impl.cc",
-+ "//modules/video_capture/device_info_impl.h",
-+ "//modules/video_capture/video_capture.h",
-+ "//modules/video_capture/video_capture_config.h",
-+ "//modules/video_capture/video_capture_defines.h",
-+ "//modules/video_capture/video_capture_factory.cc",
-+ "//modules/video_capture/video_capture_factory.h",
-+ "//modules/video_capture/video_capture_impl.cc",
-+ "//modules/video_capture/video_capture_impl.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/video_coding:codec_globals_headers": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_coding/codecs/h264/include/h264_globals.h",
-+ "//modules/video_coding/codecs/interface/common_constants.h",
-+ "//modules/video_coding/codecs/vp8/include/vp8_globals.h",
-+ "//modules/video_coding/codecs/vp9/include/vp9_globals.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/video_coding:video_coding": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api:video_frame_api_i420",
-+ "//call:video_stream_api",
-+ "//common_video:common_video",
-+ "//modules:module_api",
-+ "//modules:module_api_public",
-+ "//modules/pacing:pacing",
-+ "//modules/rtp_rtcp:rtp_rtcp",
-+ "//modules/utility:utility",
-+ "//modules/video_coding:codec_globals_headers",
-+ "//modules/video_coding:video_coding_utility",
-+ "//modules/video_coding:webrtc_h264",
-+ "//modules/video_coding:webrtc_i420",
-+ "//modules/video_coding:webrtc_stereo",
-+ "//modules/video_coding:webrtc_vp8",
-+ "//modules/video_coding:webrtc_vp9",
-+ "//rtc_base:rtc_base",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_numerics",
-+ "//rtc_base:rtc_task_queue",
-+ "//rtc_base:sequenced_task_checker",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_coding/codec_database.cc",
-+ "//modules/video_coding/codec_database.h",
-+ "//modules/video_coding/codec_timer.cc",
-+ "//modules/video_coding/codec_timer.h",
-+ "//modules/video_coding/decoding_state.cc",
-+ "//modules/video_coding/decoding_state.h",
-+ "//modules/video_coding/encoded_frame.cc",
-+ "//modules/video_coding/encoded_frame.h",
-+ "//modules/video_coding/fec_rate_table.h",
-+ "//modules/video_coding/frame_buffer.cc",
-+ "//modules/video_coding/frame_buffer.h",
-+ "//modules/video_coding/frame_buffer2.cc",
-+ "//modules/video_coding/frame_buffer2.h",
-+ "//modules/video_coding/frame_object.cc",
-+ "//modules/video_coding/frame_object.h",
-+ "//modules/video_coding/generic_decoder.cc",
-+ "//modules/video_coding/generic_decoder.h",
-+ "//modules/video_coding/generic_encoder.cc",
-+ "//modules/video_coding/generic_encoder.h",
-+ "//modules/video_coding/h264_sprop_parameter_sets.cc",
-+ "//modules/video_coding/h264_sprop_parameter_sets.h",
-+ "//modules/video_coding/h264_sps_pps_tracker.cc",
-+ "//modules/video_coding/h264_sps_pps_tracker.h",
-+ "//modules/video_coding/histogram.cc",
-+ "//modules/video_coding/histogram.h",
-+ "//modules/video_coding/include/video_codec_initializer.h",
-+ "//modules/video_coding/include/video_coding.h",
-+ "//modules/video_coding/include/video_coding_defines.h",
-+ "//modules/video_coding/inter_frame_delay.cc",
-+ "//modules/video_coding/inter_frame_delay.h",
-+ "//modules/video_coding/internal_defines.h",
-+ "//modules/video_coding/jitter_buffer.cc",
-+ "//modules/video_coding/jitter_buffer.h",
-+ "//modules/video_coding/jitter_buffer_common.h",
-+ "//modules/video_coding/jitter_estimator.cc",
-+ "//modules/video_coding/jitter_estimator.h",
-+ "//modules/video_coding/media_opt_util.cc",
-+ "//modules/video_coding/media_opt_util.h",
-+ "//modules/video_coding/media_optimization.cc",
-+ "//modules/video_coding/media_optimization.h",
-+ "//modules/video_coding/nack_fec_tables.h",
-+ "//modules/video_coding/nack_module.cc",
-+ "//modules/video_coding/nack_module.h",
-+ "//modules/video_coding/packet.cc",
-+ "//modules/video_coding/packet.h",
-+ "//modules/video_coding/packet_buffer.cc",
-+ "//modules/video_coding/packet_buffer.h",
-+ "//modules/video_coding/protection_bitrate_calculator.cc",
-+ "//modules/video_coding/protection_bitrate_calculator.h",
-+ "//modules/video_coding/qp_parser.cc",
-+ "//modules/video_coding/qp_parser.h",
-+ "//modules/video_coding/receiver.cc",
-+ "//modules/video_coding/receiver.h",
-+ "//modules/video_coding/rtp_frame_reference_finder.cc",
-+ "//modules/video_coding/rtp_frame_reference_finder.h",
-+ "//modules/video_coding/rtt_filter.cc",
-+ "//modules/video_coding/rtt_filter.h",
-+ "//modules/video_coding/session_info.cc",
-+ "//modules/video_coding/session_info.h",
-+ "//modules/video_coding/timestamp_map.cc",
-+ "//modules/video_coding/timestamp_map.h",
-+ "//modules/video_coding/timing.cc",
-+ "//modules/video_coding/timing.h",
-+ "//modules/video_coding/video_codec_initializer.cc",
-+ "//modules/video_coding/video_coding_impl.cc",
-+ "//modules/video_coding/video_coding_impl.h",
-+ "//modules/video_coding/video_receiver.cc",
-+ "//modules/video_coding/video_sender.cc"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/video_coding:video_coding_utility": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/video_codecs:video_codecs_api",
-+ "//common_video:common_video",
-+ "//modules:module_api",
-+ "//modules/rtp_rtcp:rtp_rtcp",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_numerics",
-+ "//rtc_base:rtc_task_queue",
-+ "//rtc_base:sequenced_task_checker",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_coding/codecs/interface/video_codec_interface.h",
-+ "//modules/video_coding/codecs/interface/video_error_codes.h",
-+ "//modules/video_coding/utility/default_video_bitrate_allocator.cc",
-+ "//modules/video_coding/utility/default_video_bitrate_allocator.h",
-+ "//modules/video_coding/utility/frame_dropper.cc",
-+ "//modules/video_coding/utility/frame_dropper.h",
-+ "//modules/video_coding/utility/ivf_file_writer.cc",
-+ "//modules/video_coding/utility/ivf_file_writer.h",
-+ "//modules/video_coding/utility/moving_average.cc",
-+ "//modules/video_coding/utility/moving_average.h",
-+ "//modules/video_coding/utility/quality_scaler.cc",
-+ "//modules/video_coding/utility/quality_scaler.h",
-+ "//modules/video_coding/utility/vp8_header_parser.cc",
-+ "//modules/video_coding/utility/vp8_header_parser.h",
-+ "//modules/video_coding/utility/vp9_uncompressed_header_parser.cc",
-+ "//modules/video_coding/utility/vp9_uncompressed_header_parser.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/video_coding:webrtc_h264": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:video_frame_api_i420",
-+ "//api/video_codecs:video_codecs_api",
-+ "//media:rtc_media_base",
-+ "//modules/video_coding:video_coding_utility",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_coding/codecs/h264/h264.cc",
-+ "//modules/video_coding/codecs/h264/include/h264.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/video_coding:webrtc_i420": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:video_frame_api_i420",
-+ "//common_video:common_video",
-+ "//modules/video_coding:video_coding_utility",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_coding/codecs/i420/i420.cc",
-+ "//modules/video_coding/codecs/i420/include/i420.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/video_coding:webrtc_stereo": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:video_frame_api_i420",
-+ "//api/video_codecs:video_codecs_api",
-+ "//common_video:common_video",
-+ "//modules:module_api",
-+ "//modules/video_coding:video_coding_utility",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_coding/codecs/stereo/include/stereo_decoder_adapter.h",
-+ "//modules/video_coding/codecs/stereo/include/stereo_encoder_adapter.h",
-+ "//modules/video_coding/codecs/stereo/stereo_decoder_adapter.cc",
-+ "//modules/video_coding/codecs/stereo/stereo_encoder_adapter.cc"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/video_coding:webrtc_vp8": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/video_codecs:video_codecs_api",
-+ "//common_video:common_video",
-+ "//modules:module_api",
-+ "//modules/video_coding:video_coding_utility",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_numerics",
-+ "//rtc_base:sequenced_task_checker",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_coding/codecs/vp8/default_temporal_layers.cc",
-+ "//modules/video_coding/codecs/vp8/default_temporal_layers.h",
-+ "//modules/video_coding/codecs/vp8/include/vp8.h",
-+ "//modules/video_coding/codecs/vp8/include/vp8_common_types.h",
-+ "//modules/video_coding/codecs/vp8/screenshare_layers.cc",
-+ "//modules/video_coding/codecs/vp8/screenshare_layers.h",
-+ "//modules/video_coding/codecs/vp8/simulcast_rate_allocator.cc",
-+ "//modules/video_coding/codecs/vp8/simulcast_rate_allocator.h",
-+ "//modules/video_coding/codecs/vp8/temporal_layers.cc",
-+ "//modules/video_coding/codecs/vp8/temporal_layers.h",
-+ "//modules/video_coding/codecs/vp8/vp8_impl.cc",
-+ "//modules/video_coding/codecs/vp8/vp8_impl.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/video_coding:webrtc_vp9": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//common_video:common_video",
-+ "//modules:module_api",
-+ "//modules/video_coding:video_coding_utility",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_coding/codecs/vp9/include/vp9.h",
-+ "//modules/video_coding/codecs/vp9/screenshare_layers.cc",
-+ "//modules/video_coding/codecs/vp9/screenshare_layers.h",
-+ "//modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc",
-+ "//modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h",
-+ "//modules/video_coding/codecs/vp9/vp9_impl.cc",
-+ "//modules/video_coding/codecs/vp9/vp9_impl.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules/video_processing:denoiser_filter": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//modules:module_api"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_processing/util/denoiser_filter.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules/video_processing:video_processing": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//common_audio:common_audio",
-+ "//common_video:common_video",
-+ "//modules:module_api",
-+ "//modules/utility:utility",
-+ "//modules/video_processing:denoiser_filter",
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:system_wrappers"
-+ ],
-+ "include_dirs": [
-+ "/media/libyuv/libyuv/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/video_processing/util/denoiser_filter.cc",
-+ "//modules/video_processing/util/denoiser_filter_c.cc",
-+ "//modules/video_processing/util/denoiser_filter_c.h",
-+ "//modules/video_processing/util/noise_estimation.cc",
-+ "//modules/video_processing/util/noise_estimation.h",
-+ "//modules/video_processing/util/skin_detection.cc",
-+ "//modules/video_processing/util/skin_detection.h",
-+ "//modules/video_processing/video_denoiser.cc",
-+ "//modules/video_processing/video_denoiser.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//modules:module_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api:video_frame_api",
-+ "//api:video_frame_api_i420",
-+ "//modules:module_api_public",
-+ "//modules/video_coding:codec_globals_headers",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/include/module.h",
-+ "//modules/include/module_common_types.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//modules:module_api_public": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//modules/include/module_common_types_public.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//rtc_base:compile_assert_c": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//rtc_base/compile_assert_c.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//rtc_base:gtest_prod": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//rtc_base/gtest_prod_util.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//rtc_base:protobuf_utils": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//rtc_base/protobuf_utils.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//rtc_base:rtc_base": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [],
-+ "type": "static_library"
-+ },
-+ "//rtc_base:rtc_base_approved": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//rtc_base:rtc_base_approved_generic"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [],
-+ "type": "source_set"
-+ },
-+ "//rtc_base:rtc_base_approved_generic": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//rtc_base/arraysize.h",
-+ "//rtc_base/atomicops.h",
-+ "//rtc_base/base64.cc",
-+ "//rtc_base/base64.h",
-+ "//rtc_base/basictypes.h",
-+ "//rtc_base/bind.h",
-+ "//rtc_base/bitbuffer.cc",
-+ "//rtc_base/bitbuffer.h",
-+ "//rtc_base/bitrateallocationstrategy.cc",
-+ "//rtc_base/bitrateallocationstrategy.h",
-+ "//rtc_base/buffer.h",
-+ "//rtc_base/bufferqueue.cc",
-+ "//rtc_base/bufferqueue.h",
-+ "//rtc_base/bytebuffer.cc",
-+ "//rtc_base/bytebuffer.h",
-+ "//rtc_base/byteorder.h",
-+ "//rtc_base/checks.cc",
-+ "//rtc_base/checks.h",
-+ "//rtc_base/constructormagic.h",
-+ "//rtc_base/copyonwritebuffer.cc",
-+ "//rtc_base/copyonwritebuffer.h",
-+ "//rtc_base/criticalsection.cc",
-+ "//rtc_base/criticalsection.h",
-+ "//rtc_base/deprecation.h",
-+ "//rtc_base/event_tracer.cc",
-+ "//rtc_base/event_tracer.h",
-+ "//rtc_base/file.cc",
-+ "//rtc_base/file.h",
-+ "//rtc_base/flags.cc",
-+ "//rtc_base/flags.h",
-+ "//rtc_base/format_macros.h",
-+ "//rtc_base/function_view.h",
-+ "//rtc_base/ignore_wundef.h",
-+ "//rtc_base/location.cc",
-+ "//rtc_base/location.h",
-+ "//rtc_base/numerics/histogram_percentile_counter.cc",
-+ "//rtc_base/numerics/histogram_percentile_counter.h",
-+ "//rtc_base/numerics/mod_ops.h",
-+ "//rtc_base/numerics/moving_max_counter.h",
-+ "//rtc_base/numerics/safe_compare.h",
-+ "//rtc_base/numerics/safe_conversions.h",
-+ "//rtc_base/numerics/safe_conversions_impl.h",
-+ "//rtc_base/numerics/safe_minmax.h",
-+ "//rtc_base/onetimeevent.h",
-+ "//rtc_base/pathutils.cc",
-+ "//rtc_base/pathutils.h",
-+ "//rtc_base/platform_file.cc",
-+ "//rtc_base/platform_file.h",
-+ "//rtc_base/platform_thread.cc",
-+ "//rtc_base/platform_thread.h",
-+ "//rtc_base/platform_thread_types.h",
-+ "//rtc_base/ptr_util.h",
-+ "//rtc_base/race_checker.cc",
-+ "//rtc_base/race_checker.h",
-+ "//rtc_base/random.cc",
-+ "//rtc_base/random.h",
-+ "//rtc_base/rate_limiter.cc",
-+ "//rtc_base/rate_limiter.h",
-+ "//rtc_base/rate_statistics.cc",
-+ "//rtc_base/rate_statistics.h",
-+ "//rtc_base/ratetracker.cc",
-+ "//rtc_base/ratetracker.h",
-+ "//rtc_base/refcount.h",
-+ "//rtc_base/refcountedobject.h",
-+ "//rtc_base/refcounter.h",
-+ "//rtc_base/sanitizer.h",
-+ "//rtc_base/scoped_ref_ptr.h",
-+ "//rtc_base/string_to_number.cc",
-+ "//rtc_base/string_to_number.h",
-+ "//rtc_base/stringencode.cc",
-+ "//rtc_base/stringencode.h",
-+ "//rtc_base/stringize_macros.h",
-+ "//rtc_base/stringutils.cc",
-+ "//rtc_base/stringutils.h",
-+ "//rtc_base/swap_queue.h",
-+ "//rtc_base/template_util.h",
-+ "//rtc_base/thread_annotations.h",
-+ "//rtc_base/thread_checker.h",
-+ "//rtc_base/thread_checker_impl.cc",
-+ "//rtc_base/thread_checker_impl.h",
-+ "//rtc_base/timestampaligner.cc",
-+ "//rtc_base/timestampaligner.h",
-+ "//rtc_base/timeutils.cc",
-+ "//rtc_base/timeutils.h",
-+ "//rtc_base/trace_event.h",
-+ "//rtc_base/type_traits.h",
-+ "//rtc_base/file_posix.cc",
-+ "//rtc_base/event.cc",
-+ "//rtc_base/event.h",
-+ "//rtc_base/logging.cc",
-+ "//rtc_base/logging.h",
-+ "//rtc_base/asyncresolverinterface.cc",
-+ "//rtc_base/asyncresolverinterface.h",
-+ "//rtc_base/asyncsocket.cc",
-+ "//rtc_base/asyncsocket.h",
-+ "//rtc_base/ipaddress.cc",
-+ "//rtc_base/ipaddress.h",
-+ "//rtc_base/messagehandler.cc",
-+ "//rtc_base/messagehandler.h",
-+ "//rtc_base/messagequeue.cc",
-+ "//rtc_base/messagequeue.h",
-+ "//rtc_base/nethelpers.cc",
-+ "//rtc_base/nethelpers.h",
-+ "//rtc_base/physicalsocketserver.cc",
-+ "//rtc_base/physicalsocketserver.h",
-+ "//rtc_base/nullsocketserver.cc",
-+ "//rtc_base/nullsocketserver.h",
-+ "//rtc_base/signalthread.cc",
-+ "//rtc_base/signalthread.h",
-+ "//rtc_base/socketaddress.cc",
-+ "//rtc_base/socketaddress.h",
-+ "//rtc_base/thread.cc",
-+ "//rtc_base/thread.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//rtc_base:rtc_numerics": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:optional",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//rtc_base/numerics/exp_filter.cc",
-+ "//rtc_base/numerics/exp_filter.h",
-+ "//rtc_base/numerics/moving_median_filter.h",
-+ "//rtc_base/numerics/percentile_filter.h",
-+ "//rtc_base/numerics/sequence_number_util.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//rtc_base:rtc_task_queue": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_task_queue_api",
-+ "//rtc_base:rtc_task_queue_impl"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [],
-+ "type": "source_set"
-+ },
-+ "//rtc_base:rtc_task_queue_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//rtc_base/task_queue.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//rtc_base:rtc_task_queue_impl": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_task_queue_api"
-+ ],
-+ "include_dirs": [
-+ "/ipc/chromium/src/third_party/libevent/include/",
-+ "/ipc/chromium/src/third_party/libevent/bsd/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//rtc_base/task_queue_libevent.cc",
-+ "//rtc_base/task_queue_posix.cc",
-+ "//rtc_base/task_queue_posix.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//rtc_base:sequenced_task_checker": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_task_queue"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//rtc_base/sequenced_task_checker.h",
-+ "//rtc_base/sequenced_task_checker_impl.cc",
-+ "//rtc_base/sequenced_task_checker_impl.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//rtc_base:weak_ptr": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:sequenced_task_checker"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//rtc_base/weak_ptr.cc",
-+ "//rtc_base/weak_ptr.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//system_wrappers:cpu_features_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//system_wrappers/include/cpu_features_wrapper.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//system_wrappers:field_trial_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//system_wrappers/include/field_trial.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//system_wrappers:field_trial_default": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//system_wrappers:field_trial_api"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//system_wrappers/include/field_trial_default.h",
-+ "//system_wrappers/source/field_trial_default.cc"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//system_wrappers:metrics_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//system_wrappers/include/metrics.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//system_wrappers:metrics_default": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//rtc_base:rtc_base_approved",
-+ "//system_wrappers:metrics_api"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//system_wrappers/include/metrics_default.h",
-+ "//system_wrappers/source/metrics_default.cc"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//system_wrappers:system_wrappers": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_THREAD_RR",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//modules:module_api_public",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_numerics",
-+ "//system_wrappers:cpu_features_api",
-+ "//system_wrappers:field_trial_api",
-+ "//system_wrappers:metrics_api"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//system_wrappers/include/aligned_array.h",
-+ "//system_wrappers/include/aligned_malloc.h",
-+ "//system_wrappers/include/atomic32.h",
-+ "//system_wrappers/include/clock.h",
-+ "//system_wrappers/include/cpu_info.h",
-+ "//system_wrappers/include/event_wrapper.h",
-+ "//system_wrappers/include/file_wrapper.h",
-+ "//system_wrappers/include/ntp_time.h",
-+ "//system_wrappers/include/rtp_to_ntp_estimator.h",
-+ "//system_wrappers/include/rw_lock_wrapper.h",
-+ "//system_wrappers/include/sleep.h",
-+ "//system_wrappers/include/timestamp_extrapolator.h",
-+ "//system_wrappers/source/aligned_malloc.cc",
-+ "//system_wrappers/source/atomic32.cc",
-+ "//system_wrappers/source/clock.cc",
-+ "//system_wrappers/source/cpu_features.cc",
-+ "//system_wrappers/source/cpu_info.cc",
-+ "//system_wrappers/source/event.cc",
-+ "//system_wrappers/source/event_timer_posix.cc",
-+ "//system_wrappers/source/event_timer_posix.h",
-+ "//system_wrappers/source/file_impl.cc",
-+ "//system_wrappers/source/rtp_to_ntp_estimator.cc",
-+ "//system_wrappers/source/rw_lock.cc",
-+ "//system_wrappers/source/rw_lock_posix.cc",
-+ "//system_wrappers/source/rw_lock_posix.h",
-+ "//system_wrappers/source/sleep.cc",
-+ "//system_wrappers/source/timestamp_extrapolator.cc"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//video:video": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api:transport_api",
-+ "//api:video_frame_api_i420",
-+ "//api/video_codecs:video_codecs_api",
-+ "//call:bitrate_allocator",
-+ "//call:call_interfaces",
-+ "//call:rtp_interfaces",
-+ "//call:rtp_receiver",
-+ "//call:video_stream_api",
-+ "//common_video:common_video",
-+ "//logging:rtc_event_log_api",
-+ "//modules:module_api",
-+ "//modules/bitrate_controller:bitrate_controller",
-+ "//modules/congestion_controller:congestion_controller",
-+ "//modules/pacing:pacing",
-+ "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
-+ "//modules/rtp_rtcp:rtp_rtcp",
-+ "//modules/utility:utility",
-+ "//modules/video_coding:video_coding",
-+ "//modules/video_coding:video_coding_utility",
-+ "//modules/video_coding:webrtc_vp8",
-+ "//modules/video_processing:video_processing",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_numerics",
-+ "//rtc_base:rtc_task_queue",
-+ "//rtc_base:sequenced_task_checker",
-+ "//rtc_base:weak_ptr",
-+ "//system_wrappers:system_wrappers",
-+ "//voice_engine:voice_engine"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/",
-+ "//modules/audio_coding/include/",
-+ "//modules/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//video/call_stats.cc",
-+ "//video/call_stats.h",
-+ "//video/encoder_rtcp_feedback.cc",
-+ "//video/encoder_rtcp_feedback.h",
-+ "//video/overuse_frame_detector.cc",
-+ "//video/overuse_frame_detector.h",
-+ "//video/payload_router.cc",
-+ "//video/payload_router.h",
-+ "//video/quality_threshold.cc",
-+ "//video/quality_threshold.h",
-+ "//video/receive_statistics_proxy.cc",
-+ "//video/receive_statistics_proxy.h",
-+ "//video/report_block_stats.cc",
-+ "//video/report_block_stats.h",
-+ "//video/rtp_streams_synchronizer.cc",
-+ "//video/rtp_streams_synchronizer.h",
-+ "//video/rtp_video_stream_receiver.cc",
-+ "//video/rtp_video_stream_receiver.h",
-+ "//video/send_delay_stats.cc",
-+ "//video/send_delay_stats.h",
-+ "//video/send_statistics_proxy.cc",
-+ "//video/send_statistics_proxy.h",
-+ "//video/stats_counter.cc",
-+ "//video/stats_counter.h",
-+ "//video/stream_synchronization.cc",
-+ "//video/stream_synchronization.h",
-+ "//video/transport_adapter.cc",
-+ "//video/transport_adapter.h",
-+ "//video/video_receive_stream.cc",
-+ "//video/video_receive_stream.h",
-+ "//video/video_send_stream.cc",
-+ "//video/video_send_stream.h",
-+ "//video/video_stream_decoder.cc",
-+ "//video/video_stream_decoder.h",
-+ "//video/video_stream_encoder.cc",
-+ "//video/video_stream_encoder.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//voice_engine:audio_level": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//common_audio:common_audio",
-+ "//modules:module_api",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//voice_engine/audio_level.cc",
-+ "//voice_engine/audio_level.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//voice_engine:voice_engine": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O2",
-+ "-fno-ident",
-+ "-fdata-sections",
-+ "-ffunction-sections",
-+ "-fomit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "NDEBUG",
-+ "NVALGRIND",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=0",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api:audio_mixer_api",
-+ "//api:call_api",
-+ "//api:optional",
-+ "//api:refcountedbase",
-+ "//api:transport_api",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//audio/utility:audio_frame_operations",
-+ "//call:rtp_interfaces",
-+ "//common_audio:common_audio",
-+ "//logging:rtc_event_log_api",
-+ "//modules:module_api",
-+ "//modules/audio_coding:audio_coding",
-+ "//modules/audio_coding:audio_format_conversion",
-+ "//modules/audio_coding:audio_network_adaptor_config",
-+ "//modules/audio_device:audio_device",
-+ "//modules/audio_processing:audio_processing",
-+ "//modules/bitrate_controller:bitrate_controller",
-+ "//modules/media_file:media_file",
-+ "//modules/pacing:pacing",
-+ "//modules/rtp_rtcp:rtp_rtcp",
-+ "//modules/utility:utility",
-+ "//rtc_base:rtc_base_approved",
-+ "//rtc_base:rtc_task_queue",
-+ "//system_wrappers:system_wrappers",
-+ "//voice_engine:audio_level"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/include/",
-+ "//modules/include/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/",
-+ "//modules/include/",
-+ "//modules/audio_device/include/",
-+ "//modules/audio_device/dummy/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//voice_engine/channel.cc",
-+ "//voice_engine/channel.h",
-+ "//voice_engine/channel_manager.cc",
-+ "//voice_engine/channel_manager.h",
-+ "//voice_engine/channel_proxy.cc",
-+ "//voice_engine/channel_proxy.h",
-+ "//voice_engine/include/voe_base.h",
-+ "//voice_engine/include/voe_errors.h",
-+ "//voice_engine/shared_data.cc",
-+ "//voice_engine/shared_data.h",
-+ "//voice_engine/transmit_mixer.cc",
-+ "//voice_engine/transmit_mixer.h",
-+ "//voice_engine/transport_feedback_packet_loss_tracker.cc",
-+ "//voice_engine/transport_feedback_packet_loss_tracker.h",
-+ "//voice_engine/utility.cc",
-+ "//voice_engine/utility.h",
-+ "//voice_engine/voe_base_impl.cc",
-+ "//voice_engine/voe_base_impl.h",
-+ "//voice_engine/voice_engine_impl.cc",
-+ "//voice_engine/voice_engine_impl.h"
-+ ],
-+ "type": "static_library"
-+ }
-+ }
-+}
-\ No newline at end of file
-diff -r 388a4d04e911 media/webrtc/gn-configs/ppc64_True_ppc64_freebsd.json
---- /dev/null Thu Jan 01 00:00:00 1970 +0000
-+++ dom/media/webrtc/third_party_build/gn-configs/ppc64_True_ppc64_freebsd.json Thu Feb 13 11:11:51 2020 +0100
-@@ -0,0 +1,12693 @@
-+{
-+ "gn_gen_args": {
-+ "host_cpu": "ppc64",
-+ "is_debug": true,
-+ "target_cpu": "ppc64",
-+ "target_os": "freebsd"
-+ },
-+ "mozbuild_args": {
-+ "CPU_ARCH": "ppc64",
-+ "HOST_CPU_ARCH": "ppc64",
-+ "MOZ_DEBUG": "1",
-+ "OS_TARGET": "FreeBSD"
-+ },
-+ "sandbox_vars": {
-+ "COMPILE_FLAGS": {
-+ "WARNINGS_AS_ERRORS": []
-+ },
-+ "FINAL_LIBRARY": "webrtc"
-+ },
-+ "targets": {
-+ "//:webrtc": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "HAVE_WEBRTC_VIDEO",
-+ "HAVE_WEBRTC_VOICE"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:base_peerconnection_api",
-+ "//api:transport_api",
-+ "//api:video_frame_api",
-+ "//audio:audio",
-+ "//call:call",
-+ "//common_audio:common_audio",
-+ "//common_video:common_video",
-+ "//media:media",
-+ "//modules:modules",
-+ "//modules/video_capture:video_capture_internal_impl",
-+ "//rtc_base:rtc_base",
-+ "//system_wrappers:field_trial_default",
-+ "//system_wrappers:metrics_default",
-+ "//system_wrappers:system_wrappers_default",
-+ "//video:video",
-+ "//voice_engine:voice_engine"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_audio/resampler/include/",
-+ "//common_audio/signal_processing/include/",
-+ "//common_audio/vad/include/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/",
-+ "//modules/audio_coding/include/",
-+ "//modules/include/",
-+ "//modules/include/",
-+ "//modules/audio_device/include/",
-+ "//modules/audio_device/dummy/"
-+ ],
-+ "libs": [
-+ "X11",
-+ "X11-xcb",
-+ "xcb",
-+ "Xcomposite",
-+ "Xcursor",
-+ "Xdamage",
-+ "Xext",
-+ "Xfixes",
-+ "Xi",
-+ "Xrender"
-+ ],
-+ "sources": [],
-+ "type": "static_library"
-+ },
-+ "//:webrtc_common": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//common_types.cc",
-+ "//common_types.h",
-+ "//typedefs.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/L16:audio_decoder_L16": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:pcm16b",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/pcm16b/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/L16/audio_decoder_L16.cc",
-+ "//api/audio_codecs/L16/audio_decoder_L16.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/L16:audio_encoder_L16": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:pcm16b",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/pcm16b/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/L16/audio_encoder_L16.cc",
-+ "//api/audio_codecs/L16/audio_encoder_L16.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/g711:audio_decoder_g711": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:g711",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/g711/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/g711/audio_decoder_g711.cc",
-+ "//api/audio_codecs/g711/audio_decoder_g711.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/g711:audio_encoder_g711": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:g711",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/g711/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/g711/audio_encoder_g711.cc",
-+ "//api/audio_codecs/g711/audio_encoder_g711.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/g722:audio_decoder_g722": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:g722",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/g722/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/g722/audio_decoder_g722.cc",
-+ "//api/audio_codecs/g722/audio_decoder_g722.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/g722:audio_encoder_g722": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/g722:audio_encoder_g722_config",
-+ "//modules/audio_coding:g722",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/g722/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/g722/audio_encoder_g722.cc",
-+ "//api/audio_codecs/g722/audio_encoder_g722.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/g722:audio_encoder_g722_config": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/g722/audio_encoder_g722_config.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs/ilbc:audio_decoder_ilbc": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:ilbc",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/ilbc/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/ilbc/audio_decoder_ilbc.cc",
-+ "//api/audio_codecs/ilbc/audio_decoder_ilbc.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/ilbc:audio_encoder_ilbc": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/ilbc:audio_encoder_ilbc_config",
-+ "//modules/audio_coding:ilbc",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/ilbc/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/ilbc/audio_encoder_ilbc.cc",
-+ "//api/audio_codecs/ilbc/audio_encoder_ilbc.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/ilbc:audio_encoder_ilbc_config": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/ilbc/audio_encoder_ilbc_config.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs/isac:audio_decoder_isac": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
-+ "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
-+ ],
-+ "deps": [
-+ "//api/audio_codecs/isac:audio_decoder_isac_float"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs/isac:audio_decoder_isac_float": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:isac",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/isac/main/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/isac/audio_decoder_isac_float.cc",
-+ "//api/audio_codecs/isac/audio_decoder_isac_float.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/isac:audio_encoder_isac": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
-+ "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
-+ ],
-+ "deps": [
-+ "//api/audio_codecs/isac:audio_encoder_isac_float"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs/isac:audio_encoder_isac_float": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:isac",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//modules/audio_coding/codecs/isac/main/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/isac/audio_encoder_isac_float.cc",
-+ "//api/audio_codecs/isac/audio_encoder_isac_float.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/opus:audio_decoder_opus": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//modules/audio_coding:webrtc_opus",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "/media/libopus/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/opus/audio_decoder_opus.cc",
-+ "//api/audio_codecs/opus/audio_decoder_opus.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs/opus:audio_encoder_opus": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:optional",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/opus:audio_encoder_opus_config",
-+ "//modules/audio_coding:webrtc_opus",
-+ "//rtc_base:protobuf_utils",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "/media/libopus/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/opus/audio_encoder_opus.cc"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs/opus:audio_encoder_opus_config": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_OPUS_VARIABLE_COMPLEXITY=0",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:optional",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "/media/libopus/include/",
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/opus/audio_encoder_opus_config.cc",
-+ "//api/audio_codecs/opus/audio_encoder_opus_config.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs:audio_codecs_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:array_view",
-+ "//api:optional",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/audio_decoder.cc",
-+ "//api/audio_codecs/audio_decoder.h",
-+ "//api/audio_codecs/audio_decoder_factory.h",
-+ "//api/audio_codecs/audio_decoder_factory_template.h",
-+ "//api/audio_codecs/audio_encoder.cc",
-+ "//api/audio_codecs/audio_encoder.h",
-+ "//api/audio_codecs/audio_encoder_factory.h",
-+ "//api/audio_codecs/audio_encoder_factory_template.h",
-+ "//api/audio_codecs/audio_format.cc",
-+ "//api/audio_codecs/audio_format.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api/audio_codecs:builtin_audio_decoder_factory": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_USE_BUILTIN_ILBC=1",
-+ "WEBRTC_USE_BUILTIN_OPUS=1",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
-+ "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
-+ ],
-+ "deps": [
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/L16:audio_decoder_L16",
-+ "//api/audio_codecs/g711:audio_decoder_g711",
-+ "//api/audio_codecs/g722:audio_decoder_g722",
-+ "//api/audio_codecs/ilbc:audio_decoder_ilbc",
-+ "//api/audio_codecs/isac:audio_decoder_isac",
-+ "//api/audio_codecs/opus:audio_decoder_opus",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/builtin_audio_decoder_factory.cc",
-+ "//api/audio_codecs/builtin_audio_decoder_factory.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/audio_codecs:builtin_audio_encoder_factory": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "WEBRTC_USE_BUILTIN_ILBC=1",
-+ "WEBRTC_USE_BUILTIN_OPUS=1",
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD",
-+ "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
-+ "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
-+ ],
-+ "deps": [
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//api/audio_codecs/L16:audio_encoder_L16",
-+ "//api/audio_codecs/g711:audio_encoder_g711",
-+ "//api/audio_codecs/g722:audio_encoder_g722",
-+ "//api/audio_codecs/ilbc:audio_encoder_ilbc",
-+ "//api/audio_codecs/isac:audio_encoder_isac",
-+ "//api/audio_codecs/opus:audio_encoder_opus",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio_codecs/builtin_audio_encoder_factory.cc",
-+ "//api/audio_codecs/builtin_audio_encoder_factory.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api/video_codecs:video_codecs_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:optional",
-+ "//api:video_frame_api",
-+ "//common_video:common_video",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/",
-+ "//common_video/include/",
-+ "/media/libyuv/libyuv/include/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/video_codecs/sdp_video_format.h",
-+ "//api/video_codecs/video_decoder.h",
-+ "//api/video_codecs/video_decoder_factory.h",
-+ "//api/video_codecs/video_encoder.cc",
-+ "//api/video_codecs/video_encoder.h",
-+ "//api/video_codecs/video_encoder_factory.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:array_view": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/array_view.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:audio_mixer_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//modules:module_api",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/audio/audio_mixer.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:base_peerconnection_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/rtpparameters.cc",
-+ "//api/rtpparameters.h"
-+ ],
-+ "type": "static_library"
-+ },
-+ "//api:call_api": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//:webrtc_common",
-+ "//api:audio_mixer_api",
-+ "//api:transport_api",
-+ "//api/audio_codecs:audio_codecs_api",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/call/audio_sink.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:optional": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-strict-overflow",
-+ "-Wc++11-narrowing",
-+ "-Wimplicit-fallthrough",
-+ "-Wthread-safety",
-+ "-Winconsistent-missing-override",
-+ "-Wundef",
-+ "-Wunused-lambda-capture"
-+ ],
-+ "defines": [
-+ "V8_DEPRECATION_WARNINGS",
-+ "USE_X11=1",
-+ "CHROMIUM_BUILD",
-+ "_FILE_OFFSET_BITS=64",
-+ "DYNAMIC_ANNOTATIONS_ENABLED=1",
-+ "WTF_USE_DYNAMIC_ANNOTATIONS=1",
-+ "WEBRTC_ENABLE_PROTOBUF=0",
-+ "WEBRTC_RESTRICT_LOGGING",
-+ "WEBRTC_MOZILLA_BUILD",
-+ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
-+ "WEBRTC_POSIX",
-+ "WEBRTC_BSD"
-+ ],
-+ "deps": [
-+ "//api:array_view",
-+ "//rtc_base:rtc_base_approved"
-+ ],
-+ "include_dirs": [
-+ "//",
-+ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/"
-+ ],
-+ "libs": [],
-+ "sources": [
-+ "//api/optional.cc",
-+ "//api/optional.h"
-+ ],
-+ "type": "source_set"
-+ },
-+ "//api:refcountedbase": {
-+ "cflags": [
-+ "-fno-strict-aliasing",
-+ "--param=ssp-buffer-size=4",
-+ "-fstack-protector",
-+ "-Wno-builtin-macro-redefined",
-+ "-D__DATE__=",
-+ "-D__TIME__=",
-+ "-D__TIMESTAMP__=",
-+ "-funwind-tables",
-+ "-fcolor-diagnostics",
-+ "-Wall",
-+ "-Werror",
-+ "-Wextra",
-+ "-Wno-missing-field-initializers",
-+ "-Wno-unused-parameter",
-+ "-Wno-c++11-narrowing",
-+ "-Wno-covered-switch-default",
-+ "-Wno-unneeded-internal-declaration",
-+ "-Wno-inconsistent-missing-override",
-+ "-Wno-undefined-var-template",
-+ "-Wno-nonportable-include-path",
-+ "-Wno-address-of-packed-member",
-+ "-Wno-unused-lambda-capture",
-+ "-Wno-user-defined-warnings",
-+ "-O0",
-+ "-fno-omit-frame-pointer",
-+ "-g2",
-+ "-fvisibility=hidden",
-+ "-Xclang",
-+ "-add-plugin",
-+ "-Xclang",
-+ "find-bad-constructs",
-+ "-Xclang",
-+ "-plugin-arg-find-bad-constructs",
-+ "-Xclang",
-+ "check-auto-raw-pointer",
-+ "-Wheader-hygiene",
-+ "-Wstring-conversion",
-+ "-Wtautological-overlap-compare",
-+ "-Wextra",
-+ "-Wno-unused-parameter",
-+ "-Wno-missing-field-initializers",