diff options
Diffstat (limited to 'www')
108 files changed, 40609 insertions, 9515 deletions
diff --git a/www/Makefile b/www/Makefile index 3fd3b6f3eb14..1446c2b57c5b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -359,6 +359,7 @@ SUBDIR += luakit-devel SUBDIR += lux SUBDIR += lychee + SUBDIR += lycheeorg SUBDIR += lynx SUBDIR += lynx-current SUBDIR += lzr @@ -2516,6 +2517,7 @@ SUBDIR += swiggle SUBDIR += sws SUBDIR += tailwindcss3 + SUBDIR += tailwindcss4 SUBDIR += tcexam SUBDIR += tclhttpd SUBDIR += tclwebtest diff --git a/www/cgiwrap/Makefile b/www/cgiwrap/Makefile index 9b288c4a729b..11e4c9fe8f94 100644 --- a/www/cgiwrap/Makefile +++ b/www/cgiwrap/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 4.1 CATEGORIES= www security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mauroeldritch@gmail.com COMMENT= Securely execute Web CGI scripts WWW= https://cgiwrap.unixtools.org/ diff --git a/www/cpp-httplib/Makefile b/www/cpp-httplib/Makefile index 912bc83fc326..08ef295e21a0 100644 --- a/www/cpp-httplib/Makefile +++ b/www/cpp-httplib/Makefile @@ -1,6 +1,6 @@ PORTNAME= cpp-httplib DISTVERSIONPREFIX= v -DISTVERSION= 0.20.1 +DISTVERSION= 0.23.1 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/cpp-httplib/distinfo b/www/cpp-httplib/distinfo index a8edba732768..b7b2d0d7153b 100644 --- a/www/cpp-httplib/distinfo +++ b/www/cpp-httplib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746349039 -SHA256 (yhirose-cpp-httplib-v0.20.1_GH0.tar.gz) = b74b1c2c150be2841eba80192f64d93e9a6711985b3ae8aaa1a9cec4863d1dd9 -SIZE (yhirose-cpp-httplib-v0.20.1_GH0.tar.gz) = 1408474 +TIMESTAMP = 1752733579 +SHA256 (yhirose-cpp-httplib-v0.23.1_GH0.tar.gz) = 410a1347ed6bcbcc4a19af8ed8ad3873fe9fa97731d52db845c4c78f3f9c31e6 +SIZE (yhirose-cpp-httplib-v0.23.1_GH0.tar.gz) = 1300345 diff --git a/www/cpp-httplib/files/patch-test_Makefile b/www/cpp-httplib/files/patch-test_Makefile index fa193597150c..f3e7d7b3699c 100644 --- a/www/cpp-httplib/files/patch-test_Makefile +++ b/www/cpp-httplib/files/patch-test_Makefile @@ -1,7 +1,17 @@ ---- test/Makefile.orig 2025-03-17 01:24:53 UTC +--- test/Makefile.orig 2025-07-16 21:59:52 UTC +++ test/Makefile -@@ -43,13 +43,13 @@ test : test.cc include_httplib.cc ../httplib.h Makefil - ./test_proxy +@@ -27,9 +27,6 @@ ifneq ($(OS), Windows_NT) + ifeq ($(UNAME_S), Darwin) + LIBS += -framework CoreFoundation -framework CFNetwork + endif +- ifneq ($(UNAME_S), Darwin) +- LIBS += -lanl +- endif + endif + + TEST_ARGS = gtest/src/gtest-all.cc gtest/src/gtest_main.cc -Igtest -Igtest/include $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT) $(ZSTD_SUPPORT) $(LIBS) +@@ -70,13 +67,13 @@ test : test.cc include_httplib.cc ../httplib.h Makefil + exit $$exit_code test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem - $(CXX) -o $@ -I.. $(CXXFLAGS) test.cc include_httplib.cc $(TEST_ARGS) @@ -16,7 +26,7 @@ check_abi: @./check-shared-library-abi-compatibility.sh -@@ -77,7 +77,7 @@ test_proxy : test_proxy.cc ../httplib.h Makefile cert. +@@ -104,7 +101,7 @@ test_proxy : test_proxy.cc ../httplib.h Makefile cert. fi test_proxy : test_proxy.cc ../httplib.h Makefile cert.pem @@ -25,12 +35,12 @@ # Runs server_fuzzer.cc based on value of $(LIB_FUZZING_ENGINE). # Usage: make fuzz_test LIB_FUZZING_ENGINE=/path/to/libFuzzer -@@ -86,7 +86,7 @@ server_fuzzer : fuzzing/server_fuzzer.cc ../httplib.h +@@ -113,7 +110,7 @@ server_fuzzer : fuzzing/server_fuzzer.cc ../httplib.h # Fuzz target, so that you can choose which $(LIB_FUZZING_ENGINE) to use. server_fuzzer : fuzzing/server_fuzzer.cc ../httplib.h standalone_fuzz_target_runner.o -- $(CXX) -o $@ -I.. $(CXXFLAGS) $< $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT) $(LIB_FUZZING_ENGINE) -pthread -+ $(CXX) -o $@ -I.. $(CXXFLAGS) $< $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT) $(LIB_FUZZING_ENGINE) ${LDFLAGS} -pthread +- $(CXX) -o $@ -I.. $(CXXFLAGS) $< $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT) $(LIB_FUZZING_ENGINE) $(ZSTD_SUPPORT) $(LIBS) ++ $(CXX) -o $@ -I.. $(CXXFLAGS) $< $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT) $(LIB_FUZZING_ENGINE) $(ZSTD_SUPPORT) $(LIBS) -pthread @file $@ # Standalone fuzz runner, which just reads inputs from fuzzing/corpus/ dir and diff --git a/www/dooble/Makefile b/www/dooble/Makefile index 68bcfb67a7b5..b4380d28338c 100644 --- a/www/dooble/Makefile +++ b/www/dooble/Makefile @@ -1,5 +1,5 @@ PORTNAME= dooble -DISTVERSION= 2025.07.04 +DISTVERSION= 2025.07.18 CATEGORIES= www MAINTAINER= eric@camachat.org diff --git a/www/dooble/distinfo b/www/dooble/distinfo index 2bd787fc0818..2497d2591307 100644 --- a/www/dooble/distinfo +++ b/www/dooble/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751698374 -SHA256 (textbrowser-dooble-2025.07.04_GH0.tar.gz) = a470569a8160b0d38ab7286b7041452b54cb5b4bd131f6bdc5894c61eb0243a5 -SIZE (textbrowser-dooble-2025.07.04_GH0.tar.gz) = 6507557 +TIMESTAMP = 1752895861 +SHA256 (textbrowser-dooble-2025.07.18_GH0.tar.gz) = edd0b21b3cf579dee136e0b7ebd37fc451f434a02b972bbc033fadf7086603f7 +SIZE (textbrowser-dooble-2025.07.18_GH0.tar.gz) = 6508104 SHA256 (textbrowser-dooble-dictionaries-0f1e715_GH0.tar.gz) = 474b2fd45429ed4cf68347dedd2c47650310d7e53a23cbeb8452655f596dc80c SIZE (textbrowser-dooble-dictionaries-0f1e715_GH0.tar.gz) = 34764866 diff --git a/www/element-web/Makefile b/www/element-web/Makefile index 10433a271488..f7318890429b 100644 --- a/www/element-web/Makefile +++ b/www/element-web/Makefile @@ -1,6 +1,6 @@ PORTNAME= element DISTVERSIONPREFIX= v -DISTVERSION= 1.11.105 +DISTVERSION= 1.11.106 CATEGORIES= www MASTER_SITES= https://github.com/element-hq/element-web/releases/download/${DISTVERSIONFULL}/ PKGNAMESUFFIX= -web @@ -18,7 +18,7 @@ CPE_VENDOR= matrix NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message -PLIST_SUB= COMMITID=231e160325098cb403ef +PLIST_SUB= COMMITID=ae0ae3bc04d76eaf7997 do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} diff --git a/www/element-web/distinfo b/www/element-web/distinfo index 7e674b677a44..bf1cb046fff1 100644 --- a/www/element-web/distinfo +++ b/www/element-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751400899 -SHA256 (element-v1.11.105.tar.gz) = b976e34acfb5660197d5a00e3255a694f1121bd19a4f2ce03a1b16ddc68f312f -SIZE (element-v1.11.105.tar.gz) = 37832955 +TIMESTAMP = 1752739443 +SHA256 (element-v1.11.106.tar.gz) = 0fb0720d8e09612884d4826059e3d6d74cb4ba46089bb69a21c0c158678e3b8c +SIZE (element-v1.11.106.tar.gz) = 37854360 diff --git a/www/element-web/pkg-plist b/www/element-web/pkg-plist index 12ef31274f0a..c0d8add58cb1 100644 --- a/www/element-web/pkg-plist +++ b/www/element-web/pkg-plist @@ -10,6 +10,8 @@ %%WWWDIR%%/bundles/%%COMMITID%%/1526.js.map %%WWWDIR%%/bundles/%%COMMITID%%/1787.js %%WWWDIR%%/bundles/%%COMMITID%%/1787.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/234.js +%%WWWDIR%%/bundles/%%COMMITID%%/234.js.map %%WWWDIR%%/bundles/%%COMMITID%%/2382.js %%WWWDIR%%/bundles/%%COMMITID%%/2382.js.map %%WWWDIR%%/bundles/%%COMMITID%%/2792.js @@ -31,18 +33,17 @@ %%WWWDIR%%/bundles/%%COMMITID%%/3508.js %%WWWDIR%%/bundles/%%COMMITID%%/3636.js %%WWWDIR%%/bundles/%%COMMITID%%/3636.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/3935.js +%%WWWDIR%%/bundles/%%COMMITID%%/3935.js.LICENSE.txt +%%WWWDIR%%/bundles/%%COMMITID%%/3935.js.map %%WWWDIR%%/bundles/%%COMMITID%%/395.js %%WWWDIR%%/bundles/%%COMMITID%%/395.js.map %%WWWDIR%%/bundles/%%COMMITID%%/4006.js %%WWWDIR%%/bundles/%%COMMITID%%/4006.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/4158.js -%%WWWDIR%%/bundles/%%COMMITID%%/4158.js.LICENSE.txt -%%WWWDIR%%/bundles/%%COMMITID%%/4158.js.map %%WWWDIR%%/bundles/%%COMMITID%%/4522.js %%WWWDIR%%/bundles/%%COMMITID%%/4522.js.map %%WWWDIR%%/bundles/%%COMMITID%%/458.js %%WWWDIR%%/bundles/%%COMMITID%%/458.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/4d4c7846dc45601292f8.wasm %%WWWDIR%%/bundles/%%COMMITID%%/5050.js %%WWWDIR%%/bundles/%%COMMITID%%/5050.js.map %%WWWDIR%%/bundles/%%COMMITID%%/5215.js @@ -50,13 +51,10 @@ %%WWWDIR%%/bundles/%%COMMITID%%/5438.js.map %%WWWDIR%%/bundles/%%COMMITID%%/5914.js %%WWWDIR%%/bundles/%%COMMITID%%/5914.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/5b0d0872134627b7a598.wasm %%WWWDIR%%/bundles/%%COMMITID%%/6063.js %%WWWDIR%%/bundles/%%COMMITID%%/6063.js.map %%WWWDIR%%/bundles/%%COMMITID%%/6311.js %%WWWDIR%%/bundles/%%COMMITID%%/6311.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/6464.js -%%WWWDIR%%/bundles/%%COMMITID%%/6464.js.map %%WWWDIR%%/bundles/%%COMMITID%%/6501.js %%WWWDIR%%/bundles/%%COMMITID%%/6501.js.map %%WWWDIR%%/bundles/%%COMMITID%%/6717.js @@ -79,11 +77,10 @@ %%WWWDIR%%/bundles/%%COMMITID%%/8227.js.map %%WWWDIR%%/bundles/%%COMMITID%%/8901.js %%WWWDIR%%/bundles/%%COMMITID%%/8901.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/9123.js -%%WWWDIR%%/bundles/%%COMMITID%%/9123.js.map %%WWWDIR%%/bundles/%%COMMITID%%/927.js %%WWWDIR%%/bundles/%%COMMITID%%/927.js.LICENSE.txt %%WWWDIR%%/bundles/%%COMMITID%%/927.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/92f31349efabad4f79c4.wasm %%WWWDIR%%/bundles/%%COMMITID%%/9381.js %%WWWDIR%%/bundles/%%COMMITID%%/9381.js.map %%WWWDIR%%/bundles/%%COMMITID%%/9393.js @@ -99,6 +96,7 @@ %%WWWDIR%%/bundles/%%COMMITID%%/bundle.js %%WWWDIR%%/bundles/%%COMMITID%%/bundle.js.LICENSE.txt %%WWWDIR%%/bundles/%%COMMITID%%/bundle.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/d233e3c1acf6ae81f832.wasm %%WWWDIR%%/bundles/%%COMMITID%%/element-web-app.js %%WWWDIR%%/bundles/%%COMMITID%%/element-web-app.js.map %%WWWDIR%%/bundles/%%COMMITID%%/error-view.css @@ -117,6 +115,8 @@ %%WWWDIR%%/bundles/%%COMMITID%%/jitsi.js %%WWWDIR%%/bundles/%%COMMITID%%/jitsi.js.LICENSE.txt %%WWWDIR%%/bundles/%%COMMITID%%/jitsi.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/mobileguide.css +%%WWWDIR%%/bundles/%%COMMITID%%/mobileguide.css.map %%WWWDIR%%/bundles/%%COMMITID%%/mobileguide.js %%WWWDIR%%/bundles/%%COMMITID%%/mobileguide.js.map %%WWWDIR%%/bundles/%%COMMITID%%/playback.worker.js @@ -349,7 +349,7 @@ %%WWWDIR%%/i18n/cy.ef5bbbe.json %%WWWDIR%%/i18n/de_DE.17207d7.json %%WWWDIR%%/i18n/el.8ff8df8.json -%%WWWDIR%%/i18n/en_EN.12bdf84.json +%%WWWDIR%%/i18n/en_EN.0b2ae84.json %%WWWDIR%%/i18n/eo.100fb3c.json %%WWWDIR%%/i18n/es.c3430d7.json %%WWWDIR%%/i18n/et.da8066e.json @@ -358,13 +358,13 @@ %%WWWDIR%%/i18n/fr.087ea06.json %%WWWDIR%%/i18n/gl.6bb51a2.json %%WWWDIR%%/i18n/he.7ef62d9.json -%%WWWDIR%%/i18n/hu.aca7917.json +%%WWWDIR%%/i18n/hu.18badc7.json %%WWWDIR%%/i18n/id.09a2e1b.json %%WWWDIR%%/i18n/is.e8b457c.json %%WWWDIR%%/i18n/it.c9a648c.json %%WWWDIR%%/i18n/ja.c06c15c.json %%WWWDIR%%/i18n/ka.3203fb3.json -%%WWWDIR%%/i18n/languages.916697a.json +%%WWWDIR%%/i18n/languages.13f9b8b.json %%WWWDIR%%/i18n/languages.json %%WWWDIR%%/i18n/lo.72e17b4.json %%WWWDIR%%/i18n/lt.b287836.json @@ -380,7 +380,7 @@ %%WWWDIR%%/i18n/sq.01619e2.json %%WWWDIR%%/i18n/sv.2ee3b1b.json %%WWWDIR%%/i18n/tr.68e156b.json -%%WWWDIR%%/i18n/uk.4ae42a9.json +%%WWWDIR%%/i18n/uk.ba370cc.json %%WWWDIR%%/i18n/vi.a5e3a12.json %%WWWDIR%%/i18n/zh_Hans.9aa06fe.json %%WWWDIR%%/i18n/zh_Hant.7885eb9.json @@ -603,6 +603,11 @@ %%WWWDIR%%/media/ring.ogg %%WWWDIR%%/media/ringback.mp3 %%WWWDIR%%/media/ringback.ogg +%%WWWDIR%%/mobile_guide/assets/app-store-badge.svg +%%WWWDIR%%/mobile_guide/assets/bottom-gradient.275f51c.svg +%%WWWDIR%%/mobile_guide/assets/bottom-gradient.svg +%%WWWDIR%%/mobile_guide/assets/element-logo.svg +%%WWWDIR%%/mobile_guide/assets/google-play-badge.svg %%WWWDIR%%/mobile_guide/index.html %%WWWDIR%%/opus-decoderWorker.min.f69d392.js %%WWWDIR%%/opus-encoderWorker.min.8bd8ff5.js diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 5fc5360bfe42..eafa58cd90d3 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,9 +1,10 @@ PORTNAME= firefox DISTVERSION= 141.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org diff --git a/www/firefox/distinfo b/www/firefox/distinfo index edff255f89a5..8ea4297fc339 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752526346 -SHA256 (firefox-141.0.source.tar.xz) = a3060c0bba9cc15902e7155fef60bb0c8bd6711fb19ab2ae8349450bfa4d1948 -SIZE (firefox-141.0.source.tar.xz) = 640136564 +TIMESTAMP = 1752783387 +SHA256 (firefox-141.0.source.tar.xz) = 80982a84bb7ca41a67ac073321de96f74e0c25f296d19ca432b11fc2a33535c8 +SIZE (firefox-141.0.source.tar.xz) = 640751136 diff --git a/www/gitlab-pages/Makefile b/www/gitlab-pages/Makefile index ea3b234abcff..52de50f3e3f1 100644 --- a/www/gitlab-pages/Makefile +++ b/www/gitlab-pages/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitlab-pages PORTVERSION= ${GITLAB_VERSION} -PORTREVISION= ${GITLAB_PORTREVISION} # modify it in www/gitlab/Makefile.common DISTVERSIONPREFIX= v +PORTREVISION= ${GITLAB_PORTREVISION} # modify it in www/gitlab/Makefile.common CATEGORIES= www MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-pages/-/raw/v${DISTVERSION}/ DISTFILES+= go.mod diff --git a/www/gitlab-pages/distinfo b/www/gitlab-pages/distinfo index 1de09c0be7d8..ea3024c9d6d7 100644 --- a/www/gitlab-pages/distinfo +++ b/www/gitlab-pages/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752120731 -SHA256 (go/www_gitlab-pages/gitlab-pages-v18.1.2/go.mod) = a5b3bb24fd3351af28849dfc2bb09acd9d7f4d06e3f065776685482d0745e180 -SIZE (go/www_gitlab-pages/gitlab-pages-v18.1.2/go.mod) = 3435 -SHA256 (go/www_gitlab-pages/gitlab-pages-v18.1.2/gitlab-pages-v18.1.2.tar.bz2) = a069447d9af1c393331dd6a2f6a04dac0cd0ac7dfeb9ec1d37d461a4768c9607 -SIZE (go/www_gitlab-pages/gitlab-pages-v18.1.2/gitlab-pages-v18.1.2.tar.bz2) = 235679 +TIMESTAMP = 1752677038 +SHA256 (go/www_gitlab-pages/gitlab-pages-v18.2.0/go.mod) = fabce2d66cf34e44e541a57220574dbef2778f98afa0e86272882385608871f1 +SIZE (go/www_gitlab-pages/gitlab-pages-v18.2.0/go.mod) = 3435 +SHA256 (go/www_gitlab-pages/gitlab-pages-v18.2.0/gitlab-pages-v18.2.0.tar.bz2) = 39ac8c911693ce0549c8da818577ae78b193ed6f1d27b48abddc92c446989ed7 +SIZE (go/www_gitlab-pages/gitlab-pages-v18.2.0/gitlab-pages-v18.2.0.tar.bz2) = 236137 diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index f4a28d010783..1af8d810ab4f 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitlab-workhorse PORTVERSION= ${GITLAB_VERSION} -PORTREVISION= ${GITLAB_PORTREVISION} # modify it in www/gitlab/Makefile.common DISTVERSIONPREFIX= v +PORTREVISION= ${GITLAB_PORTREVISION} # modify it in www/gitlab/Makefile.common CATEGORIES= www MAINTAINER= mfechner@FreeBSD.org @@ -19,11 +19,11 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss GO_MOD_DIST= gitlab +GO_MODULE= gitlab.com/gitlab-org/gitlab/workhorse MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" MAKE_ENV+= ${GO_ENV} WRKSRC_SUBDIR= workhorse # found in work/gitlab-foss*/workhorse/go.mod -GO_MODULE= gitlab.com/gitlab-org/gitlab/workhorse PLIST_FILES= bin/gitlab-resize-image \ bin/gitlab-workhorse \ diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo index 8ef8a977be19..04b929e44a9d 100644 --- a/www/gitlab-workhorse/distinfo +++ b/www/gitlab-workhorse/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752120745 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.1.2/go.mod) = ba6f1d47b9d8b718a588b1de93d521341655934b0d8038a32777a34d97168804 -SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.1.2/go.mod) = 9144 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.1.2/gitlab-foss-v18.1.2.tar.bz2) = 4ddd03411d0e58ebaedce10aac0992c941f2170e9c8109ffd05e5f91cde834a0 -SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.1.2/gitlab-foss-v18.1.2.tar.bz2) = 119451022 +TIMESTAMP = 1752677054 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.2.0/go.mod) = 188c374b005aba0ee613477584379e4f1f3344b4f68d33274c9aac043c95f448 +SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.2.0/go.mod) = 9293 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.2.0/gitlab-foss-v18.2.0.tar.bz2) = 23a1309fb73f19ccfc3100611e1149a3405563862d697829e9cf0080c9487565 +SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.2.0/gitlab-foss-v18.2.0.tar.bz2) = 121280838 diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 8db1cc48aeb4..8bb15d8f52a1 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -29,11 +29,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # mail/rubygem-net-pop is required as ruby 3.1 removed it #gitlab-zoekt-indexer>=0.16.0:textproc/gitlab-zoekt-indexer MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ - gitlab-elasticsearch-indexer>=5.5.1:textproc/gitlab-elasticsearch-indexer \ + gitlab-elasticsearch-indexer>=5.7.0:textproc/gitlab-elasticsearch-indexer \ gitlab-agent>=${GITLAB_VERSION}:net/gitlab-agent \ gitlab-pages>=${GITLAB_VERSION}:www/gitlab-pages \ - gitlab-shell>=14.42.0:devel/gitlab-shell \ + gitlab-shell>=14.43.0:devel/gitlab-shell \ gitlab-workhorse>=${GITLAB_VERSION}:www/gitlab-workhorse \ + gitlab-zoekt-indexer>=0.24.0:textproc/gitlab-zoekt-indexer \ redis>=6.2.11:databases/redis \ yarn${NODEJS_SUFFIX}>=1.10.0:www/yarn${NODEJS_SUFFIX} \ gtar>0:archivers/gtar \ @@ -44,13 +45,13 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-net-pop>=0:mail/rubygem-net-pop \ rubygem-rails-gitlab>=7.1.5.1<7.2:www/rubygem-rails-gitlab \ rubygem-mutex_m>=0.3<1:devel/rubygem-mutex_m \ - rubygem-drb>=2.2.1<3:devel/rubygem-drb \ + rubygem-drb-gitlab>=2.2.3<3:devel/rubygem-drb-gitlab \ rubygem-bootsnap>=1.18.6<1.19:devel/rubygem-bootsnap \ rubygem-ffi>=1.17.2<2:devel/rubygem-ffi \ - rubygem-openssl>=3.2.0<4:security/rubygem-openssl \ - rubygem-gitlab-secret_detection>=0.29.1<1:security/rubygem-gitlab-secret_detection \ + rubygem-openssl>=3.3.0<4:security/rubygem-openssl \ + rubygem-gitlab-secret_detection>=0.33.0<1:security/rubygem-gitlab-secret_detection \ rubygem-responders-rails-gitlab>=3.0<4.0:www/rubygem-responders-rails-gitlab \ - rubygem-sprockets-gitlab>=3.7.0<3.8:devel/rubygem-sprockets-gitlab \ + rubygem-sprockets-gitlab>=3.7.5<3.8:devel/rubygem-sprockets-gitlab \ rubygem-sprockets-rails-rails-gitlab>=3.5.2<3.6:devel/rubygem-sprockets-rails-rails-gitlab \ rubygem-view_component-rails-gitlab>=3.23.2<3.24:devel/rubygem-view_component-rails-gitlab \ rubygem-pg>=1.5.9<1.6:databases/rubygem-pg \ @@ -69,7 +70,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-rexml>=3.4.1<3.5:textproc/rubygem-rexml \ rubygem-ruby-saml-gitlab>=1.18<2:security/rubygem-ruby-saml-gitlab \ rubygem-omniauth-saml-gitlab>=2.2.3<3:security/rubygem-omniauth-saml-gitlab \ - rubygem-omniauth>=2.1.2<3:security/rubygem-omniauth \ + rubygem-omniauth>=2.1.3<3:security/rubygem-omniauth \ rubygem-omniauth-auth0-gitlab>=3.1.1<3.2.0:net/rubygem-omniauth-auth0-gitlab \ rubygem-omniauth-azure-activedirectory-v2>=2.0<3:net/rubygem-omniauth-azure-activedirectory-v2 \ rubygem-omniauth-alicloud>=3.0.0<3.1:security/rubygem-omniauth-alicloud \ @@ -91,7 +92,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-attr_encrypted>=4.2<5:security/rubygem-attr_encrypted \ rubygem-validates_hostname-gitlab>=1.0.13<1.1.0:dns/rubygem-validates_hostname-gitlab \ rubygem-rubyzip-gitlab>=2.4.1<2.5:archivers/rubygem-rubyzip-gitlab \ - rubygem-acme-client-gitlab>=2.0.21<3:security/rubygem-acme-client-gitlab \ + rubygem-acme-client-gitlab>=2.0.22<3:security/rubygem-acme-client-gitlab \ rubygem-browser5>=5.3.1<5.4:www/rubygem-browser5 \ rubygem-ohai>=18.1.18<19:sysutils/rubygem-ohai \ rubygem-gpgme>=2.0.24<2.1.0:security/rubygem-gpgme \ @@ -139,7 +140,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-elasticsearch-rails7>=7.2<8:textproc/rubygem-elasticsearch-rails7 \ rubygem-elasticsearch-api-gitlab>=7.17.11<7.18:textproc/rubygem-elasticsearch-api-gitlab \ rubygem-aws-sdk-core-gitlab>=3.225.0<3.226:devel/rubygem-aws-sdk-core-gitlab \ - rubygem-aws-sdk-cloudformation-gitlab>=1.131<2:devel/rubygem-aws-sdk-cloudformation-gitlab \ + rubygem-aws-sdk-cloudformation-gitlab>=1.133<2:devel/rubygem-aws-sdk-cloudformation-gitlab \ rubygem-aws-sdk-s3-gitlab>=1.189.0<1.190:devel/rubygem-aws-sdk-s3-gitlab \ rubygem-faraday-typhoeus-gitlab>=1.1<2:www/rubygem-faraday-typhoeus-gitlab \ rubygem-faraday_middleware-aws-sigv4-gitlab>=1.0.1<1.1:devel/rubygem-faraday_middleware-aws-sigv4-gitlab \ @@ -165,7 +166,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-unicode-emoji>=4.0.4<5:devel/rubygem-unicode-emoji \ rubygem-icalendar-gitlab>=2.10.3<2.11:devel/rubygem-icalendar-gitlab \ rubygem-diffy>=3.4.4<4:textproc/rubygem-diffy \ - rubygem-rack22>=2.2.13,3<2.3,3:www/rubygem-rack22 \ + rubygem-rack22>=2.2.17,3<2.3,3:www/rubygem-rack22 \ rubygem-rack-timeout>=0.7.0<0.8:www/rubygem-rack-timeout \ rubygem-puma>=6.6.0<6.6.1:www/rubygem-puma \ rubygem-sd_notify>=0.1.1<0.2:devel/rubygem-sd_notify \ @@ -188,7 +189,6 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-jira-ruby-gitlab>=2.3.0<2.4:devel/rubygem-jira-ruby-gitlab \ rubygem-atlassian-jwt>=0.2.1<0.3.0:www/rubygem-atlassian-jwt \ rubygem-slack-messenger>=2.3.5<2.4.0:devel/rubygem-slack-messenger \ - rubygem-ruby-fogbugz>=0.3.0<0.4.0:devel/rubygem-ruby-fogbugz \ rubygem-kubeclient>=4.11.0<4.12.0:www/rubygem-kubeclient \ rubygem-ruby-openai37>=3.7<4:www/rubygem-ruby-openai37 \ rubygem-circuitbox>=2.0.0<2.1:www/rubygem-circuitbox \ @@ -215,7 +215,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-sentry-sidekiq>=5.23.0<5.24:devel/rubygem-sentry-sidekiq \ rubygem-pg_query>=6.1.0<6.2:databases/rubygem-pg_query \ rubygem-premailer-rails-rails-gitlab>=1.12.0<1.13:mail/rubygem-premailer-rails-rails-gitlab \ - rubygem-gitlab-labkit>=0.37.0<0.38:devel/rubygem-gitlab-labkit \ + rubygem-gitlab-labkit>=0.39.0<0.40:devel/rubygem-gitlab-labkit \ rubygem-thrift>=0.16.0:devel/rubygem-thrift \ rubygem-rails-i18n-rails-gitlab>=7.0.9<8:devel/rubygem-rails-i18n-rails-gitlab \ rubygem-gettext_i18n_rails>=1.13.0<1.14:devel/rubygem-gettext_i18n_rails \ @@ -227,7 +227,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-webrick>=1.9.0<1.10:www/rubygem-webrick \ rubygem-prometheus-client-mmap>=1.2.10<1.3:devel/rubygem-prometheus-client-mmap \ rubygem-async-gitlab>=2.24.0<2.25:devel/rubygem-async-gitlab \ - rubygem-gitlab-security_report_schemas>=0.1.2.min15.0.0.max15.2.1<0.1.2.min15.0.0.max15.2.2:devel/rubygem-gitlab-security_report_schemas \ + rubygem-gitlab-security_report_schemas>=0.1.3.min15.0.0.max15.2.2<0.1.3.min15.0.0.max15.2.3:devel/rubygem-gitlab-security_report_schemas \ rubygem-opentelemetry-sdk>=1.5.0:devel/rubygem-opentelemetry-sdk \ rubygem-opentelemetry-exporter-otlp>=0.29.1:devel/rubygem-opentelemetry-exporter-otlp \ rubygem-opentelemetry-instrumentation-active_support>=0.6.0:devel/rubygem-opentelemetry-instrumentation-active_support \ @@ -257,12 +257,12 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-license_finder-gitlab>=7.2.1<8:devel/rubygem-license_finder-gitlab \ rubygem-rspec>=3.0<4:devel/rubygem-rspec \ rubygem-octokit-gitlab>=9.0<10:net/rubygem-octokit-gitlab \ - rubygem-faraday-multipart>=1.0<2:www/rubygem-faraday-multipart \ + rubygem-faraday-multipart>=1.1.1<2:www/rubygem-faraday-multipart \ rubygem-gitlab-mail_room>=0.0.27<0.1.0:mail/rubygem-gitlab-mail_room \ rubygem-email_reply_trimmer>=0.1<1.0:mail/rubygem-email_reply_trimmer \ rubygem-html2text>=0:textproc/rubygem-html2text \ rubygem-stackprof>=0.2.27<0.3:devel/rubygem-stackprof \ - rubygem-rbtrace>=0.4.14<1.0:devel/rubygem-rbtrace \ + rubygem-rbtrace>=0.5.2<1.0:devel/rubygem-rbtrace \ rubygem-memory_profiler>=1.0<2.0:devel/rubygem-memory_profiler \ rubygem-activerecord-explain-analyze>=0.1<1.0:databases/rubygem-activerecord-explain-analyze \ rubygem-oauth2-gitlab>=2.0.10<3:net/rubygem-oauth2-gitlab \ @@ -305,6 +305,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-cvss-suite>=3.3.0<3.4:security/rubygem-cvss-suite \ rubygem-arr-pm>=0.0.12<0.1:devel/rubygem-arr-pm \ rubygem-devfile>=0.4.4<0.5:net/rubygem-devfile \ + rubygem-hashdiff>=1.2.0<1.3:devel/rubygem-hashdiff \ rubygem-CFPropertyList-gitlab>=3.0.7<3.1:devel/rubygem-CFPropertyList-gitlab \ rubygem-app_store_connect>=0:net/rubygem-app_store_connect \ rubygem-telesignenterprise>=2.2<3:devel/rubygem-telesignenterprise \ @@ -316,7 +317,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-gitlab-sdk>=0.3.0<0.4:devel/rubygem-gitlab-sdk \ rubygem-paper_trail>=16.0<17:devel/rubygem-paper_trail \ rubygem-i18n_data>=0.13.1<1:devel/rubygem-i18n_data \ - rubygem-gitlab-cloud-connector>=1.17<2:security/rubygem-gitlab-cloud-connector \ + rubygem-gitlab-cloud-connector>=1.21<2:security/rubygem-gitlab-cloud-connector \ rubygem-google-cloud-profiler-v2>=0.3<1:textproc/rubygem-google-cloud-profiler-v2 \ rubygem-parallel>=1.27.0<2:sysutils/rubygem-parallel \ rubygem-google-cloud-storage_transfer-gitlab>=1.2.0<1.3:net/rubygem-google-cloud-storage_transfer-gitlab \ @@ -345,7 +346,8 @@ GL_PROJECT= gitlab-foss USE_RC_SUBR= gitlab -SHEBANG_FILES= scripts/build_assets_image \ +SHEBANG_FILES= gems/bundler-checksum/test/project_with_checksum_lock/scripts/test \ + scripts/build_assets_image \ scripts/build_qa_image \ scripts/build_gdk_image \ scripts/compile_assets \ @@ -359,7 +361,6 @@ SHEBANG_FILES= scripts/build_assets_image \ .lefthook/pre-push/merge_conflicts \ qa/gdk/entrypoint \ qa/bin/test \ - vendor/gems/bundler-checksum/test/project_with_checksum_lock/scripts/test \ vendor/gems/sidekiq/scripts/update-sidekiq.sh CONFLICTS_INSTALL= gitolite \ diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index ff68c32fb6f9..5b26abcfe873 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,10 +1,10 @@ -GITLAB_VERSION= 18.1.2 +GITLAB_VERSION= 18.2.0 GITLAB_PORTREVISION= 0 # Git version gitaly should use (from gitlab mirror) # Find current tag from Makefile and .gitlab-ci.yaml # and from https://gitlab.com/gitlab-org/git/-/tags -GITLAB_GIT_VERSION= 2.49.0 +GITLAB_GIT_VERSION= 2.50.0 # return something like x.yy GITLAB_GIT_VERSION_SHORT= ${GITLAB_GIT_VERSION:C/^([0-9]*\.[0-9]*)\..*/\1/} diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo index 33b5475934e2..df7dca2e03fe 100644 --- a/www/gitlab/distinfo +++ b/www/gitlab/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1752120708 -SHA256 (gitlab-foss-v18.1.2.tar.bz2) = 4ddd03411d0e58ebaedce10aac0992c941f2170e9c8109ffd05e5f91cde834a0 -SIZE (gitlab-foss-v18.1.2.tar.bz2) = 119451022 -TIMESTAMP = 1752120712 -SHA256 (gitlab-v18.1.2-ee.tar.bz2) = 491dfc7d35b76f93bce08ec3a144f38bddb2db694832b5738872d17ec5e60a1a -SIZE (gitlab-v18.1.2-ee.tar.bz2) = 134768496 +TIMESTAMP = 1752677001 +SHA256 (gitlab-foss-v18.2.0.tar.bz2) = 23a1309fb73f19ccfc3100611e1149a3405563862d697829e9cf0080c9487565 +SIZE (gitlab-foss-v18.2.0.tar.bz2) = 121280838 +TIMESTAMP = 1752677001 +SHA256 (gitlab-v18.2.0-ee.tar.bz2) = 867f7292eec847e786a56c7fb15c7d8139993e3e29e2e7dd0bc9f580167470e9 +SIZE (gitlab-v18.2.0-ee.tar.bz2) = 136600640 diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index b1f8737fef56..12b4438204ba 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -1,4 +1,4 @@ ---- Gemfile.orig 2025-07-09 01:48:55 UTC +--- Gemfile.orig 2025-07-16 11:39:10 UTC +++ Gemfile @@ -164,8 +164,8 @@ gem 'rack-cors', '~> 2.0.1', require: 'rack/cors', fea gem 'rack-cors', '~> 2.0.1', require: 'rack/cors', feature_category: :shared @@ -38,7 +38,7 @@ gem 'sidekiq-cron', '~> 1.12.0', feature_category: :scalability gem 'gitlab-sidekiq-fetcher', path: 'vendor/gems/sidekiq-reliable-fetch', -@@ -472,143 +472,15 @@ gem 'warning', '~> 1.5.0', feature_category: :shared +@@ -465,143 +465,15 @@ gem 'warning', '~> 1.5.0', feature_category: :shared gem 'warning', '~> 1.5.0', feature_category: :shared @@ -85,7 +85,7 @@ - - gem 'database_cleaner-active_record', '~> 2.2.0', feature_category: :database - gem 'rspec-rails', '~> 7.1.0', feature_category: :shared -- gem 'factory_bot_rails', '~> 6.4.3', feature_category: :tooling +- gem 'factory_bot_rails', '~> 6.5.0', feature_category: :tooling - - # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) - gem 'minitest', '~> 5.11.0', feature_category: :shared @@ -135,7 +135,7 @@ - gem 'simplecov', '~> 0.22', require: false, feature_category: :tooling - gem 'simplecov-lcov', '~> 0.8.0', require: false, feature_category: :tooling - gem 'simplecov-cobertura', '~> 2.1.0', require: false, feature_category: :tooling -- gem 'undercover', '~> 0.6.0', require: false, feature_category: :tooling +- gem 'undercover', '~> 0.7.0', require: false, feature_category: :tooling -end - # Gems required in omnibus-gitlab pipeline @@ -182,12 +182,12 @@ gem 'octokit', '~> 9.0', feature_category: :importers # Needed by octokit: https://github.com/octokit/octokit.rb/pull/1688 gem 'faraday-multipart', '~> 1.0', feature_category: :importers -@@ -646,11 +518,11 @@ gem 'gitaly', '~> 18.1.0.pre.rc1', feature_category: : +@@ -639,11 +511,11 @@ gem 'gitaly', '~> 18.1.0.pre.rc1', feature_category: : gem 'gitaly', '~> 18.1.0.pre.rc1', feature_category: :gitaly # KAS GRPC protocol definitions --gem 'gitlab-kas-grpc', '~> 17.11.0', feature_category: :deployment_management -+gem 'gitlab-kas-grpc', '~> 18.1.0', feature_category: :deployment_management +-gem 'gitlab-kas-grpc', '~> 18.1.0', feature_category: :deployment_management ++gem 'gitlab-kas-grpc', '~> 18.2.0', feature_category: :deployment_management # Lock until 1.74.0 is available # https://gitlab.com/gitlab-com/gl-infra/production/-/issues/20067 @@ -196,7 +196,7 @@ gem 'google-protobuf', '~> 3.25', '>= 3.25.3', feature_category: :shared -@@ -671,7 +543,7 @@ gem 'gitlab-net-dns', '~> 0.12.0', feature_category: : +@@ -664,7 +536,7 @@ gem 'gitlab-net-dns', '~> 0.12.0', feature_category: : gem 'gitlab-net-dns', '~> 0.12.0', feature_category: :shared # Countries list @@ -205,7 +205,7 @@ gem 'retriable', '~> 3.1.2', feature_category: :shared -@@ -752,10 +624,15 @@ gem 'duo_api', '~> 1.3', feature_category: :system_acc +@@ -746,10 +618,15 @@ gem 'duo_api', '~> 1.3', feature_category: :system_acc gem 'duo_api', '~> 1.3', feature_category: :system_access @@ -221,4 +221,4 @@ -gem "i18n_data", "~> 0.13.1", feature_category: :system_access +gem "i18n_data", "~> 0.13", feature_category: :system_access - gem "gitlab-cloud-connector", "~> 1.14", require: 'gitlab/cloud_connector', feature_category: :cloud_connector + gem "gitlab-cloud-connector", "~> 1.21", require: 'gitlab/cloud_connector', feature_category: :plan_provisioning diff --git a/www/gitlab/files/patch-config_gitlab.yml.example b/www/gitlab/files/patch-config_gitlab.yml.example index 334de9d0c6fb..d06f8232e96f 100644 --- a/www/gitlab/files/patch-config_gitlab.yml.example +++ b/www/gitlab/files/patch-config_gitlab.yml.example @@ -1,6 +1,6 @@ ---- config/gitlab.yml.example.orig 2025-06-18 04:18:20 UTC +--- config/gitlab.yml.example.orig 2025-07-16 11:39:10 UTC +++ config/gitlab.yml.example -@@ -493,7 +493,7 @@ production: &base +@@ -498,7 +498,7 @@ production: &base ## GitLab Pages pages: enabled: false @@ -9,7 +9,7 @@ # The location where pages are stored (default: shared/pages). # path: shared/pages -@@ -1238,13 +1238,13 @@ production: &base +@@ -1243,13 +1243,13 @@ production: &base repositories: storages: # You must have at least a `default` storage path. default: @@ -25,7 +25,7 @@ # archive_permissions: 0640 # Permissions for the resulting backup.tar file (default: 0600) # keep_time: 604800 # default: 0 (forever) (in seconds) # pg_schema: public # default: nil, it means that all schemas will be backed up -@@ -1279,12 +1279,12 @@ production: &base +@@ -1284,12 +1284,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -41,7 +41,7 @@ # Git over HTTP upload_pack: true -@@ -1299,7 +1299,7 @@ production: &base +@@ -1304,7 +1304,7 @@ production: &base workhorse: # File that contains the secret key for verifying access for gitlab-workhorse. # Default is '.gitlab_workhorse_secret' relative to Rails.root (i.e. root of the GitLab app). @@ -50,7 +50,7 @@ cell: # enabled: false -@@ -1317,7 +1317,7 @@ production: &base +@@ -1322,7 +1322,7 @@ production: &base # enabled: true # File that contains the secret key for verifying access for gitlab-kas. # Default is '.gitlab_kas_secret' relative to Rails.root (i.e. root of the GitLab app). @@ -59,7 +59,7 @@ # The URL to the external KAS API (used by the Kubernetes agents) # external_url: wss://kas.example.com -@@ -1344,13 +1344,13 @@ production: &base +@@ -1349,13 +1349,13 @@ production: &base ## GitLab Elasticsearch settings elasticsearch: @@ -75,7 +75,7 @@ ## Webpack settings # If enabled, this will tell rails to serve frontend assets from the webpack-dev-server running -@@ -1371,18 +1371,18 @@ production: &base +@@ -1376,18 +1376,18 @@ production: &base # Sidekiq exporter is a dedicated Prometheus metrics server optionally running alongside Sidekiq. sidekiq_exporter: @@ -101,7 +101,7 @@ # Web exporter is a dedicated Prometheus metrics server optionally running alongside Puma. web_exporter: -@@ -1609,13 +1609,13 @@ test: +@@ -1614,13 +1614,13 @@ test: gitaly_address: unix:tmp/tests/gitaly/praefect.socket gitaly: diff --git a/www/gitlab/files/patch-config_initializers_sprockets__patch.rb b/www/gitlab/files/patch-config_initializers_sprockets__patch.rb deleted file mode 100644 index 8b031049c646..000000000000 --- a/www/gitlab/files/patch-config_initializers_sprockets__patch.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- config/initializers/sprockets_patch.rb.orig 2024-09-24 23:32:11 UTC -+++ config/initializers/sprockets_patch.rb -@@ -8,7 +8,7 @@ require 'sprockets/utils' - - require 'sprockets/utils' - --unless Gem::Version.new(Sprockets::VERSION) == Gem::Version.new('3.7.2') -+unless Gem::Version.new(Sprockets::VERSION) == Gem::Version.new('3.7.5') - raise 'New version of Sprockets detected. This patch can likely be removed.' - end - diff --git a/www/gitlab/files/patch-vendor_gems_bundler-checksum_bundler-checksum.gemspec b/www/gitlab/files/patch-gems_bundler-checksum_bundler-checksum.gemspec index 915cd5764c09..4d5a8375456e 100644 --- a/www/gitlab/files/patch-vendor_gems_bundler-checksum_bundler-checksum.gemspec +++ b/www/gitlab/files/patch-gems_bundler-checksum_bundler-checksum.gemspec @@ -1,5 +1,5 @@ ---- vendor/gems/bundler-checksum/bundler-checksum.gemspec.orig 2024-07-09 07:11:30 UTC -+++ vendor/gems/bundler-checksum/bundler-checksum.gemspec +--- gems/bundler-checksum/bundler-checksum.gemspec.orig 2025-07-16 16:34:28 UTC ++++ gems/bundler-checksum/bundler-checksum.gemspec @@ -14,8 +14,7 @@ Gem::Specification.new do |spec| spec.license = 'MIT' diff --git a/www/gitlab/pkg-message b/www/gitlab/pkg-message index d736f45ba52d..743b768c3669 100644 --- a/www/gitlab/pkg-message +++ b/www/gitlab/pkg-message @@ -6,7 +6,7 @@ Gitlab was installed successfully. You now need to set up the various components of Gitlab, so please follow the instructions in the guide at: -https://gitlab.com/mfechner/freebsd-gitlab-docu/blob/master/install/18.1-freebsd.md +https://gitlab.com/mfechner/freebsd-gitlab-docu/blob/master/install/18.2-freebsd.md EOM type: install } @@ -18,9 +18,9 @@ EOM { message: <<EOM If you just installed an major upgrade of GitLab, for example you -switched from 17.9.x to 17.10.x, please follow the instructions in the guide at: +switched from 18.1.x to 18.2.x, please follow the instructions in the guide at: -https://gitlab.com/mfechner/freebsd-gitlab-docu/blob/master/update/18.0-18.1-freebsd.md +https://gitlab.com/mfechner/freebsd-gitlab-docu/blob/master/update/18.1-18.2-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index a70e0b45b692..1bb46bc7c67a 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,8 +1,7 @@ PORTNAME= librewolf -DISTVERSION= 140.0.2 +DISTVERSION= 140.0.4 LWPATCH= -1 DISTVERSIONSUFFIX= ${LWPATCH}.source -PORTREVISION= 1 CATEGORIES= www wayland MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/${PORTNAME}-source/${DISTVERSION}${LWPATCH}/ @@ -40,15 +39,19 @@ CONFIGURE_ENV+= MOZ_REQUIRE_SIGNING="" WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}${LWPATCH} +FIREFOX_ICON= ${MOZILLA}.png +FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png + MOZILLA_CAP= ${MOZILLA:C/^(.).*/\1/:tu}${MOZILLA:C/^.//} -MOZ_EXPORT+= MOZ_TELEMETRY_REPORTING="" \ +MOZ_EXPORT= MOZ_TELEMETRY_REPORTING="" \ MOZILLA_OFFICIAL="1" \ MOZ_OFFICIAL_BRANDING="1" \ MOZ_APP_DISPLAYNAME="${MOZILLA_CAP}" \ MOZ_APP_NAME="${MOZILLA}" MOZ_OPTIONS= --enable-application=browser \ + --with-wasi-sysroot=${LOCALBASE}/share/wasi-sysroot \ --allow-addon-sideload \ --disable-crashreporter \ --disable-debug \ @@ -62,21 +65,21 @@ MOZ_OPTIONS= --enable-application=browser \ --with-branding=browser/branding/${MOZILLA} \ --with-unsigned-addon-scopes=app,system \ --enable-bootstrap \ - --with-wasi-sysroot=${LOCALBASE}/share/wasi-sysroot \ MOZ_CRASHREPORTER=0 \ MOZ_DATA_REPORTING=0 -FIREFOX_ICON= ${MOZILLA}.png -FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png - .include "${.CURDIR}/../../www/firefox/Makefile.options" .include <bsd.port.options.mk> -.if ${ARCH} == i386 && ${MACHINE_CPU:Msse2} +.if ${ARCH} == i386 +BUILD_DEPENDS+= node${NODEJS_VERSION}>=24:www/node${NODEJS_VERSION} +USES+= nodejs:24,build,env +. if ${MACHINE_CPU:Msse2} # is not enabled on i386 by default # Fix for error: always_inline function '_mm_setzero_si64' requires target feature 'sse2' CFLAGS_i386+= -msse2 +. endif .endif .if ${ARCH} == amd64 @@ -95,7 +98,7 @@ post-patch: @${RM} ${WRKSRC}/mozconfig post-install: - ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${STAGEDIR}${DESKTOPDIR} ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps ${LN} -sf ${FIREFOX_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${FIREFOX_ICON} diff --git a/www/librewolf/distinfo b/www/librewolf/distinfo index 3f608b9d25bf..24d1104d2a89 100644 --- a/www/librewolf/distinfo +++ b/www/librewolf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751132665 -SHA256 (librewolf-140.0.2-1.source.tar.gz) = 8babfb102108305eaed98c49c7f97390b204b66f318ee437f41ae5b92e3f5053 -SIZE (librewolf-140.0.2-1.source.tar.gz) = 1005138834 +TIMESTAMP = 1752699086 +SHA256 (librewolf-140.0.4-1.source.tar.gz) = 87e9faa3c0416e615d218245aab1a01243bd961cb497c0b3ee4167e6c5c22094 +SIZE (librewolf-140.0.4-1.source.tar.gz) = 1006107349 diff --git a/www/lycheeorg/Makefile b/www/lycheeorg/Makefile new file mode 100644 index 000000000000..0fc3d2a3c1bf --- /dev/null +++ b/www/lycheeorg/Makefile @@ -0,0 +1,65 @@ +PORTNAME= lycheeorg +DISTVERSIONPREFIX= v +DISTVERSION= 6.7.0 +CATEGORIES= www +MASTER_SITES= https://github.com/LycheeOrg/Lychee/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ +DISTNAME= Lychee + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Great looking and easy-to-use photo-management-system +WWW= https://lycheeorg.dev + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= php zip +USE_PHP= bcmath ctype dom exif fileinfo filter gd mbstring mysqli \ + opcache pdo pdo_mysql pdo_pgsql pdo_sqlite pgsql phar session \ + simplexml sodium sqlite3 tokenizer xml xmlwriter zlib + +NO_ARCH= yes +NO_BUILD= yes + +SUB_FILES= lychee.cron nginx.conf pkg-message + +OPTIONS_DEFINE= EXAMPLES EXIFTOOL FFMPEG IMAGEMAGICK MEMCACHED REDIS +OPTIONS_DEFAULT= EXIFTOOL FFMPEG IMAGEMAGICK MEMCACHED REDIS + +EXIFTOOL_DESC= Support for better handling of EXIF metadata +FFMPEG_DESC= Support for generating video thumbnails +IMAGEMAGICK_DESC= Support for generating better thumbnails +MEMCACHED_DESC= Memcached key-value store database support + +EXIFTOOL_RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool +FFMPEG_RUN_DEPENDS= ffmpeg>=0:multimedia/ffmpeg +IMAGEMAGICK_RUN_DEPENDS= ${PHP_PKGNAMEPREFIX}pecl-imagick>=0:graphics/pecl-imagick@${PHP_FLAVOR} +MEMCACHED_RUN_DEPENDS= ${PHP_PKGNAMEPREFIX}pecl-memcached>=0:databases/pecl-memcached@${PHP_FLAVOR} +REDIS_RUN_DEPENDS= ${PHP_PKGNAMEPREFIX}pecl-redis>=0:databases/pecl-redis@${PHP_FLAVOR} + +LYCHEEORG_WRITABLE_DIRS= storage storage/framework \ + storage/framework/sessions \ + storage/framework/views storage/framework/cache \ + storage/logs public/uploads \ + public/uploads/small public/uploads/big \ + public/uploads/thumb public/uploads/medium \ + public/uploads/import public/dist database \ + storage/tmp/extract storage/tmp/jobs \ + storage/tmp/uploads bootstrap/cache \ + storage/framework/cache/data + +do-install: + @${MKDIR} ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} + +post-install: +.for d in ${LYCHEEORG_WRITABLE_DIRS} + @${MKDIR} ${STAGEDIR}${WWWDIR}/${d} +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/cron.d + ${INSTALL_DATA} ${WRKDIR}/lychee.cron ${STAGEDIR}${PREFIX}/etc/cron.d/lychee + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKDIR}/nginx.conf ${STAGEDIR}${EXAMPLESDIR} + +.include <bsd.port.mk> diff --git a/www/lycheeorg/distinfo b/www/lycheeorg/distinfo new file mode 100644 index 000000000000..99136dcdc706 --- /dev/null +++ b/www/lycheeorg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1752859860 +SHA256 (Lychee.zip) = 209baebb068899777a78cdd75758e13f8fdb1e7378035a6f6e910f1ad7759331 +SIZE (Lychee.zip) = 23680735 diff --git a/www/lycheeorg/files/lychee.cron.in b/www/lycheeorg/files/lychee.cron.in new file mode 100644 index 000000000000..d00ddae6cdff --- /dev/null +++ b/www/lycheeorg/files/lychee.cron.in @@ -0,0 +1 @@ +* * * * * www cd %%WWWDIR%% && php artisan schedule:run diff --git a/www/lycheeorg/files/nginx.conf.in b/www/lycheeorg/files/nginx.conf.in new file mode 100644 index 000000000000..470c3eb8bba6 --- /dev/null +++ b/www/lycheeorg/files/nginx.conf.in @@ -0,0 +1,101 @@ +worker_processes auto; + +error_log /var/log/nginx/error.log; + +events { + worker_connections 1024; +} + +http { + include mime.types; + default_type application/octet-stream; + + # Maps to exclude successful health checks from stdout + map $remote_addr $loggable_ip { + 127.0.0.1 ""; + default 1; + } + map $status $loggable_status { + 200 ""; + default 1; + } + + log_format main '$remote_addr - $remote_user [$time_local] "$request" ' + '$status $body_bytes_sent "$http_referer" ' + '"$http_user_agent" "$http_x_forwarded_for"'; + + access_log /var/log/nginx/access.log main; + + sendfile on; + keepalive_timeout 65; + + # By default, if the processing of images takes more than 60s, + # a 504 Gateway timeout occurs, so we increase the timeout here + # to allow procesing of large images or when multiple images are + # being processed at the same time. We set max_execution_time + # below to the same value. + fastcgi_read_timeout 3600; + + # We also set the send timeout since this can otherwise also cause + # issues with slow connections + fastcgi_send_timeout 3600; + + gzip on; + + server { + root %%WWWDIR%%/public; + listen 80; + server_name $hostname ""; + client_max_body_size 100M; + + # serve static files directly + location ~* \.(jpg|jpeg|gif|css|png|js|ico|html)$ { + access_log off; + expires max; + log_not_found off; + } + + # removes trailing slashes (prevents SEO duplicate content issues) + if (!-d $request_filename) + { + rewrite ^/(.+)/$ /$1 permanent; + } + + # If the request is not for a valid file (image, js, css, etc.), send to bootstrap + if (!-e $request_filename) + { + rewrite ^/(.*)$ /index.php?/$1 last; + break; + } + + location / { + index index.php + try_files $uri $uri/ /index.php?$query_string; + } + + # Serve /index.php through PHP + location = /index.php { + fastcgi_split_path_info ^(.+?\.php)(/.*)$; + + try_files $uri $document_root$fastcgi_script_name =404; + + # Mitigate https://httpoxy.org/ vulnerabilities + fastcgi_param HTTP_PROXY ""; + + fastcgi_pass 127.0.0.1:9000; + fastcgi_index index.php; + fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; + fastcgi_param PHP_VALUE "post_max_size=100M + max_execution_time=3600 + upload_max_filesize=100M + memory_limit=256M"; + fastcgi_param PATH /usr/local/bin:/usr/bin:/bin; + include fastcgi_params; + } + + # Deny access to other .php files, rather than exposing their contents + location ~ [^/]\.php(/|$) { + return 403; + } + } +} diff --git a/www/lycheeorg/files/pkg-message.in b/www/lycheeorg/files/pkg-message.in new file mode 100644 index 000000000000..7d3e6931d45e --- /dev/null +++ b/www/lycheeorg/files/pkg-message.in @@ -0,0 +1,12 @@ +[ +{ type: install + message: <<EOM +Lychee is installed + +1) Configure it in '%%WWWDIR%%/.env'. + +2) An NGINX configuration file is included in '%%EXAMPLESDIR%%', however, + this assumes a running 'php-fpm' service. +EOM +} +] diff --git a/www/lycheeorg/pkg-descr b/www/lycheeorg/pkg-descr new file mode 100644 index 000000000000..947be0ee8cb1 --- /dev/null +++ b/www/lycheeorg/pkg-descr @@ -0,0 +1,4 @@ +Lychee is a free photo-management tool, which runs on your server +or web-space. Installing is a matter of seconds. Upload, manage and +share photos like from a native application. Lychee comes with +everything you need and all your photos are stored securely. diff --git a/www/lycheeorg/pkg-plist b/www/lycheeorg/pkg-plist new file mode 100644 index 000000000000..f00f84ca6dc9 --- /dev/null +++ b/www/lycheeorg/pkg-plist @@ -0,0 +1,14362 @@ +@sample(www,www,0600) %%WWWDIR%%/.env.example %%WWWDIR%%/.env +@comment https://lycheeorg.dev/docs/faq_installation.html#do-we-really-need-writable-app +@dir(www,www) %%WWWDIR%%/storage +@dir(www,www) %%WWWDIR%%/storage/framework +@dir(www,www) %%WWWDIR%%/storage/framework/sessions +@dir(www,www) %%WWWDIR%%/storage/framework/views +@dir(www,www) %%WWWDIR%%/storage/framework/cache +@dir(www,www) %%WWWDIR%%/storage/framework/cache/data +@dir(www,www) %%WWWDIR%%/storage/logs +@dir(www,www) %%WWWDIR%%/public/uploads +@dir(www,www) %%WWWDIR%%/public/uploads/small +@dir(www,www) %%WWWDIR%%/public/uploads/big +@dir(www,www) %%WWWDIR%%/public/uploads/thumb +@dir(www,www) %%WWWDIR%%/public/uploads/medium +@dir(www,www) %%WWWDIR%%/public/uploads/import +@dir(www,www) %%WWWDIR%%/public/dist +@dir(www,www) %%WWWDIR%%/database +@dir(www,www) %%WWWDIR%%/storage/tmp/extract +@dir(www,www) %%WWWDIR%%/storage/tmp/jobs +@dir(www,www) %%WWWDIR%%/storage/tmp/uploads +@dir(www,www) %%WWWDIR%%/bootstrap/cache +@dir(www,www) %%WWWDIR%% +@(www,www) %%WWWDIR%%/database/database.sqlite +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nginx.conf +etc/cron.d/lychee +%%WWWDIR%%/LICENSE +%%WWWDIR%%/README.md +%%WWWDIR%%/app/Actions/Album/Archive32.php +%%WWWDIR%%/app/Actions/Album/Archive64.php +%%WWWDIR%%/app/Actions/Album/BaseArchive.php +%%WWWDIR%%/app/Actions/Album/Create.php +%%WWWDIR%%/app/Actions/Album/CreateTagAlbum.php +%%WWWDIR%%/app/Actions/Album/Delete.php +%%WWWDIR%%/app/Actions/Album/ListAlbums.php +%%WWWDIR%%/app/Actions/Album/Merge.php +%%WWWDIR%%/app/Actions/Album/Move.php +%%WWWDIR%%/app/Actions/Album/PositionData.php +%%WWWDIR%%/app/Actions/Album/SetHeader.php +%%WWWDIR%%/app/Actions/Album/SetProtectionPolicy.php +%%WWWDIR%%/app/Actions/Album/SetSmartProtectionPolicy.php +%%WWWDIR%%/app/Actions/Album/Transfer.php +%%WWWDIR%%/app/Actions/Album/Unlock.php +%%WWWDIR%%/app/Actions/Albums/Flow.php +%%WWWDIR%%/app/Actions/Albums/PositionData.php +%%WWWDIR%%/app/Actions/Albums/Top.php +%%WWWDIR%%/app/Actions/Db/BaseOptimizer.php +%%WWWDIR%%/app/Actions/Db/OptimizeDb.php +%%WWWDIR%%/app/Actions/Db/OptimizeTables.php +%%WWWDIR%%/app/Actions/Diagnostics/Configuration.php +%%WWWDIR%%/app/Actions/Diagnostics/Diagnostics.php +%%WWWDIR%%/app/Actions/Diagnostics/Errors.php +%%WWWDIR%%/app/Actions/Diagnostics/Info.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/AdminUserExistsCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/AppUrlMatchCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/BasicPermissionCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/CachePasswordCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/CacheTemporaryUrlCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/ConfigSanityCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/CountSizeVariantsCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/DBIntegrityCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/DBSupportCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/ForeignKeyListInfo.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/GDSupportCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/IframeCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/ImageOptCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/ImagickPdfCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/IniSettingsCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/MigrationCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/OpCacheCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/PHPVersionCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/PlaceholderExistsCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/SmallMediumExistsCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/StatisticsIntegrityCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/SupporterCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/TimezoneCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Checks/UpdatableCheck.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Infos/CountForeignKeyInfo.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Infos/DockerVersionInfo.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Infos/ExtensionsInfo.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Infos/InstallTypeInfo.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Infos/SystemInfo.php +%%WWWDIR%%/app/Actions/Diagnostics/Pipes/Infos/VersionInfo.php +%%WWWDIR%%/app/Actions/Diagnostics/Space.php +%%WWWDIR%%/app/Actions/HoneyPot/BasePipe.php +%%WWWDIR%%/app/Actions/HoneyPot/DefaultNotFound.php +%%WWWDIR%%/app/Actions/HoneyPot/EnvAccessTentative.php +%%WWWDIR%%/app/Actions/HoneyPot/FlaggedPathsAccessTentative.php +%%WWWDIR%%/app/Actions/HoneyPot/HoneyIsActive.php +%%WWWDIR%%/app/Actions/Import/Exec.php +%%WWWDIR%%/app/Actions/Import/FromUrl.php +%%WWWDIR%%/app/Actions/Import/Pipes/BuildTree.php +%%WWWDIR%%/app/Actions/Import/Pipes/CreateNonExistingAlbums.php +%%WWWDIR%%/app/Actions/Import/Pipes/DeleteMissingAlbums.php +%%WWWDIR%%/app/Actions/Import/Pipes/DeleteMissingPhotos.php +%%WWWDIR%%/app/Actions/Import/Pipes/HasReporterTrait.php +%%WWWDIR%%/app/Actions/Import/Pipes/ImportPhotos.php +%%WWWDIR%%/app/Actions/Import/Pipes/PruneEmptyNodes.php +%%WWWDIR%%/app/Actions/InstallUpdate/ApplyUpdate.php +%%WWWDIR%%/app/Actions/InstallUpdate/CheckUpdate.php +%%WWWDIR%%/app/Actions/InstallUpdate/DefaultConfig.php +%%WWWDIR%%/app/Actions/InstallUpdate/PermissionsChecker.php +%%WWWDIR%%/app/Actions/InstallUpdate/Pipes/AbstractUpdateInstallerPipe.php +%%WWWDIR%%/app/Actions/InstallUpdate/Pipes/AllowMigrationCheck.php +%%WWWDIR%%/app/Actions/InstallUpdate/Pipes/ArtisanKeyGenerate.php +%%WWWDIR%%/app/Actions/InstallUpdate/Pipes/ArtisanMigrate.php +%%WWWDIR%%/app/Actions/InstallUpdate/Pipes/ArtisanViewClear.php +%%WWWDIR%%/app/Actions/InstallUpdate/Pipes/BranchCheck.php +%%WWWDIR%%/app/Actions/InstallUpdate/Pipes/ComposerCall.php +%%WWWDIR%%/app/Actions/InstallUpdate/Pipes/GitPull.php +%%WWWDIR%%/app/Actions/InstallUpdate/Pipes/QueryExceptionChecker.php +%%WWWDIR%%/app/Actions/InstallUpdate/Pipes/Spacer.php +%%WWWDIR%%/app/Actions/InstallUpdate/RequirementsChecker.php +%%WWWDIR%%/app/Actions/Metrics/CleanupMetrics.php +%%WWWDIR%%/app/Actions/Metrics/GetMetrics.php +%%WWWDIR%%/app/Actions/Oauth/Oauth.php +%%WWWDIR%%/app/Actions/Photo/Archive32.php +%%WWWDIR%%/app/Actions/Photo/Archive64.php +%%WWWDIR%%/app/Actions/Photo/BaseArchive.php +%%WWWDIR%%/app/Actions/Photo/Create.php +%%WWWDIR%%/app/Actions/Photo/Delete.php +%%WWWDIR%%/app/Actions/Photo/DuplicateFinder.php +%%WWWDIR%%/app/Actions/Photo/Extensions/ArchiveFileInfo.php +%%WWWDIR%%/app/Actions/Photo/MoveOrDuplicate.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Duplicate/SaveIfDirty.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Duplicate/ThrowSkipDuplicate.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Init/AssertSupportedMedia.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Init/FetchLastModifiedTime.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Init/FindDuplicate.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Init/FindLivePartner.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Init/InitParentAlbum.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Init/LoadFileMetadata.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Init/MayLoadFileMetadata.php +%%WWWDIR%%/app/Actions/Photo/Pipes/PhotoPartner/DeleteOldVideoPartner.php +%%WWWDIR%%/app/Actions/Photo/Pipes/PhotoPartner/SetOldChecksum.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Shared/ExtractColourPalette.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Shared/HydrateMetadata.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Shared/NotifyAlbums.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Shared/Save.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Shared/SaveStatistics.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Shared/SetOwnership.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Shared/SetParent.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Shared/SetStarred.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Shared/UploadSizeVariantsToS3.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/CreateOriginalSizeVariant.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/CreateSizeVariants.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/EncodePlaceholder.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/ExtractGoogleMotionPictures.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/FetchSourceImage.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/FixTimeStamps.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/InitNamingStrategy.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/PlaceGoogleMotionVideo.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/PlacePhoto.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/ReplaceOriginalWithBackup.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/SetChecksum.php +%%WWWDIR%%/app/Actions/Photo/Pipes/Standalone/SetOriginalChecksum.php +%%WWWDIR%%/app/Actions/Photo/Pipes/VideoPartner/GetVideoPath.php +%%WWWDIR%%/app/Actions/Photo/Pipes/VideoPartner/PlaceVideo.php +%%WWWDIR%%/app/Actions/Photo/Pipes/VideoPartner/UpdateLivePartner.php +%%WWWDIR%%/app/Actions/Photo/Rotate.php +%%WWWDIR%%/app/Actions/Profile/UpdateLogin.php +%%WWWDIR%%/app/Actions/RSS/Generate.php +%%WWWDIR%%/app/Actions/Search/AlbumSearch.php +%%WWWDIR%%/app/Actions/Search/PhotoSearch.php +%%WWWDIR%%/app/Actions/Sharing/Propagate.php +%%WWWDIR%%/app/Actions/Sharing/Share.php +%%WWWDIR%%/app/Actions/SizeVariant/Delete.php +%%WWWDIR%%/app/Actions/Statistics/Counts.php +%%WWWDIR%%/app/Actions/Statistics/Spaces.php +%%WWWDIR%%/app/Actions/User/Create.php +%%WWWDIR%%/app/Actions/User/Notify.php +%%WWWDIR%%/app/Actions/User/Save.php +%%WWWDIR%%/app/Actions/User/TokenDisable.php +%%WWWDIR%%/app/Actions/User/TokenReset.php +%%WWWDIR%%/app/Assets/ArrayToTextTable.php +%%WWWDIR%%/app/Assets/BaseSizeVariantNamingStrategy.php +%%WWWDIR%%/app/Assets/Features.php +%%WWWDIR%%/app/Assets/Helpers.php +%%WWWDIR%%/app/Assets/SizeVariantGroupedWithRandomSuffixNamingStrategy.php +%%WWWDIR%%/app/Casts/ArrayCast.php +%%WWWDIR%%/app/Casts/DateTimeWithTimezoneCast.php +%%WWWDIR%%/app/Casts/MustNotSetCast.php +%%WWWDIR%%/app/Console/Commands/Diagnostics.php +%%WWWDIR%%/app/Console/Commands/FixPermissions.php +%%WWWDIR%%/app/Console/Commands/FixTree.php +%%WWWDIR%%/app/Console/Commands/Ghostbuster.php +%%WWWDIR%%/app/Console/Commands/ImageProcessing/DecodeGpsLocations.php +%%WWWDIR%%/app/Console/Commands/ImageProcessing/EncodePlaceholders.php +%%WWWDIR%%/app/Console/Commands/ImageProcessing/ExifLens.php +%%WWWDIR%%/app/Console/Commands/ImageProcessing/ExtractColourPalette.php +%%WWWDIR%%/app/Console/Commands/ImageProcessing/GenerateThumbs.php +%%WWWDIR%%/app/Console/Commands/ImageProcessing/Takedate.php +%%WWWDIR%%/app/Console/Commands/ImageProcessing/VariantFilesize.php +%%WWWDIR%%/app/Console/Commands/ImageProcessing/VideoData.php +%%WWWDIR%%/app/Console/Commands/Laravel/KeyGenerateCommand.php +%%WWWDIR%%/app/Console/Commands/Laravel/LangFilesToJson.php +%%WWWDIR%%/app/Console/Commands/Laravel/Migrate.php +%%WWWDIR%%/app/Console/Commands/Laravel/Optimize.php +%%WWWDIR%%/app/Console/Commands/Legacy/ResetAdmin.php +%%WWWDIR%%/app/Console/Commands/PhotosAddedNotification.php +%%WWWDIR%%/app/Console/Commands/Sync.php +%%WWWDIR%%/app/Console/Commands/UserManagment/CreateUser.php +%%WWWDIR%%/app/Console/Commands/UserManagment/UpdateUser.php +%%WWWDIR%%/app/Console/Commands/Utilities/Colorize.php +%%WWWDIR%%/app/Console/Kernel.php +%%WWWDIR%%/app/Constants/AccessPermissionConstants.php +%%WWWDIR%%/app/Constants/FileSystem.php +%%WWWDIR%%/app/Constants/PhotoAlbum.php +%%WWWDIR%%/app/Constants/RandomID.php +%%WWWDIR%%/app/Contracts/DiagnosticPipe.php +%%WWWDIR%%/app/Contracts/DiagnosticStringPipe.php +%%WWWDIR%%/app/Contracts/Exceptions/ExternalLycheeException.php +%%WWWDIR%%/app/Contracts/Exceptions/Handlers/HttpExceptionHandler.php +%%WWWDIR%%/app/Contracts/Exceptions/InternalLycheeException.php +%%WWWDIR%%/app/Contracts/Exceptions/LycheeException.php +%%WWWDIR%%/app/Contracts/ExternalRequest.php +%%WWWDIR%%/app/Contracts/Http/MiddlewareCheck.php +%%WWWDIR%%/app/Contracts/Http/Redirection.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasAbstractAlbum.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasAccessPermission.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasAccessPermissionResource.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasAlbum.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasAlbumIds.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasAlbumSortingCriterion.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasAlbums.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasBaseAlbum.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasCompactBoolean.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasConfigs.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasCopyright.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasDescription.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasEmail.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasFromAlbum.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasFromId.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasLicense.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasName.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasNote.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasOwnerId.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasParentAlbum.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasPassword.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasPhoto.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasPhotoIds.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasPhotoLayout.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasPhotoSortingCriterion.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasPhotos.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasQuotaKB.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasRole.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasSeStatusBoolean.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasSizeVariant.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasTagAlbum.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasTags.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasTakenAt.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasTerms.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasTimelineAlbum.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasTimelinePhoto.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasTitle.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasUploadDate.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasUser.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasUserGroup.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasUserIds.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasUsername.php +%%WWWDIR%%/app/Contracts/Http/Requests/HasVisitorId.php +%%WWWDIR%%/app/Contracts/Http/Requests/RequestAttribute.php +%%WWWDIR%%/app/Contracts/Image/BinaryBlob.php +%%WWWDIR%%/app/Contracts/Image/ColourPaletteExtractorInterface.php +%%WWWDIR%%/app/Contracts/Image/ImageHandlerInterface.php +%%WWWDIR%%/app/Contracts/Image/MediaFile.php +%%WWWDIR%%/app/Contracts/Image/StreamStats.php +%%WWWDIR%%/app/Contracts/Import/ImportPipe.php +%%WWWDIR%%/app/Contracts/JsonRequest.php +%%WWWDIR%%/app/Contracts/Laminas/DecoratorInterface.php +%%WWWDIR%%/app/Contracts/Models/AbstractAlbum.php +%%WWWDIR%%/app/Contracts/Models/AbstractSizeVariantNamingStrategy.php +%%WWWDIR%%/app/Contracts/Models/HasRandomID.php +%%WWWDIR%%/app/Contracts/Models/HasUTCBasedTimes.php +%%WWWDIR%%/app/Contracts/Models/SizeVariantFactory.php +%%WWWDIR%%/app/Contracts/PhotoCreate/DuplicatePipe.php +%%WWWDIR%%/app/Contracts/PhotoCreate/InitPipe.php +%%WWWDIR%%/app/Contracts/PhotoCreate/PhotoDTO.php +%%WWWDIR%%/app/Contracts/PhotoCreate/PhotoPartnerPipe.php +%%WWWDIR%%/app/Contracts/PhotoCreate/PhotoPipe.php +%%WWWDIR%%/app/Contracts/PhotoCreate/SharedPipe.php +%%WWWDIR%%/app/Contracts/PhotoCreate/StandalonePipe.php +%%WWWDIR%%/app/Contracts/PhotoCreate/VideoPartnerPipe.php +%%WWWDIR%%/app/Contracts/Relations/BidirectionalRelation.php +%%WWWDIR%%/app/Contracts/Versions/HasIsRelease.php +%%WWWDIR%%/app/Contracts/Versions/HasVersion.php +%%WWWDIR%%/app/Contracts/Versions/Remote/GitRemote.php +%%WWWDIR%%/app/Contracts/Versions/VersionControl.php +%%WWWDIR%%/app/DTO/AlbumSortingCriterion.php +%%WWWDIR%%/app/DTO/BacktraceRecord.php +%%WWWDIR%%/app/DTO/BaseImportReport.php +%%WWWDIR%%/app/DTO/DiagnosticData.php +%%WWWDIR%%/app/DTO/FolderNode.php +%%WWWDIR%%/app/DTO/ImageDimension.php +%%WWWDIR%%/app/DTO/ImportDTO.php +%%WWWDIR%%/app/DTO/ImportEventReport.php +%%WWWDIR%%/app/DTO/ImportMode.php +%%WWWDIR%%/app/DTO/ImportParam.php +%%WWWDIR%%/app/DTO/ImportProgressReport.php +%%WWWDIR%%/app/DTO/LycheeGitInfo.php +%%WWWDIR%%/app/DTO/PhotoCreate/DuplicateDTO.php +%%WWWDIR%%/app/DTO/PhotoCreate/InitDTO.php +%%WWWDIR%%/app/DTO/PhotoCreate/PhotoPartnerDTO.php +%%WWWDIR%%/app/DTO/PhotoCreate/StandaloneDTO.php +%%WWWDIR%%/app/DTO/PhotoCreate/VideoPartnerDTO.php +%%WWWDIR%%/app/DTO/PhotoSortingCriterion.php +%%WWWDIR%%/app/DTO/SortingCriterion.php +%%WWWDIR%%/app/DTO/TopAlbumDTO.php +%%WWWDIR%%/app/DTO/Version.php +%%WWWDIR%%/app/Eloquent/FixedQueryBuilder.php +%%WWWDIR%%/app/Eloquent/FixedQueryBuilderTrait.php +%%WWWDIR%%/app/Enum/AlbumDecorationOrientation.php +%%WWWDIR%%/app/Enum/AlbumDecorationType.php +%%WWWDIR%%/app/Enum/AspectRatioCSSType.php +%%WWWDIR%%/app/Enum/AspectRatioType.php +%%WWWDIR%%/app/Enum/CacheTag.php +%%WWWDIR%%/app/Enum/ColumnSortingAlbumType.php +%%WWWDIR%%/app/Enum/ColumnSortingPhotoType.php +%%WWWDIR%%/app/Enum/ColumnSortingType.php +%%WWWDIR%%/app/Enum/ConfigType.php +%%WWWDIR%%/app/Enum/CountType.php +%%WWWDIR%%/app/Enum/CoverFitType.php +%%WWWDIR%%/app/Enum/DateOrderingType.php +%%WWWDIR%%/app/Enum/DbDriverType.php +%%WWWDIR%%/app/Enum/DefaultAlbumProtectionType.php +%%WWWDIR%%/app/Enum/DownloadVariantType.php +%%WWWDIR%%/app/Enum/FileStatus.php +%%WWWDIR%%/app/Enum/FlowStrategy.php +%%WWWDIR%%/app/Enum/ImageOverlayType.php +%%WWWDIR%%/app/Enum/JobStatus.php +%%WWWDIR%%/app/Enum/LicenseType.php +%%WWWDIR%%/app/Enum/LiveMetricsAccess.php +%%WWWDIR%%/app/Enum/MapProviders.php +%%WWWDIR%%/app/Enum/MessageType.php +%%WWWDIR%%/app/Enum/MetricsAccess.php +%%WWWDIR%%/app/Enum/MetricsAction.php +%%WWWDIR%%/app/Enum/OauthProvidersType.php +%%WWWDIR%%/app/Enum/OrderSortingType.php +%%WWWDIR%%/app/Enum/PhotoLayoutType.php +%%WWWDIR%%/app/Enum/PhotoThumbInfoType.php +%%WWWDIR%%/app/Enum/SeverityType.php +%%WWWDIR%%/app/Enum/SizeVariantType.php +%%WWWDIR%%/app/Enum/SmallLargeType.php +%%WWWDIR%%/app/Enum/SmartAlbumType.php +%%WWWDIR%%/app/Enum/StorageDiskType.php +%%WWWDIR%%/app/Enum/ThumbAlbumSubtitleType.php +%%WWWDIR%%/app/Enum/ThumbOverlayVisibilityType.php +%%WWWDIR%%/app/Enum/TimelineAlbumGranularity.php +%%WWWDIR%%/app/Enum/TimelinePhotoGranularity.php +%%WWWDIR%%/app/Enum/Traits/DecorateBackedEnum.php +%%WWWDIR%%/app/Enum/UpdateStatus.php +%%WWWDIR%%/app/Enum/UserGroupRole.php +%%WWWDIR%%/app/Enum/VersionChannelType.php +%%WWWDIR%%/app/Events/AlbumRouteCacheUpdated.php +%%WWWDIR%%/app/Events/Metrics/AlbumDownload.php +%%WWWDIR%%/app/Events/Metrics/AlbumShared.php +%%WWWDIR%%/app/Events/Metrics/AlbumVisit.php +%%WWWDIR%%/app/Events/Metrics/BaseAlbumMetricsEvent.php +%%WWWDIR%%/app/Events/Metrics/BaseMetricsEvent.php +%%WWWDIR%%/app/Events/Metrics/BasePhotoMetricsEvent.php +%%WWWDIR%%/app/Events/Metrics/PhotoDownload.php +%%WWWDIR%%/app/Events/Metrics/PhotoFavourite.php +%%WWWDIR%%/app/Events/Metrics/PhotoShared.php +%%WWWDIR%%/app/Events/Metrics/PhotoVisit.php +%%WWWDIR%%/app/Events/TaggedRouteCacheUpdated.php +%%WWWDIR%%/app/Exceptions/AdminUserAlreadySetException.php +%%WWWDIR%%/app/Exceptions/AdminUserRequiredException.php +%%WWWDIR%%/app/Exceptions/BadRequestHeaderException.php +%%WWWDIR%%/app/Exceptions/BaseLycheeException.php +%%WWWDIR%%/app/Exceptions/ConfigurationException.php +%%WWWDIR%%/app/Exceptions/ConfigurationKeyMissingException.php +%%WWWDIR%%/app/Exceptions/ConflictingPropertyException.php +%%WWWDIR%%/app/Exceptions/EmptyFolderException.php +%%WWWDIR%%/app/Exceptions/ExternalComponentFailedException.php +%%WWWDIR%%/app/Exceptions/ExternalComponentMissingException.php +%%WWWDIR%%/app/Exceptions/FileOperationException.php +%%WWWDIR%%/app/Exceptions/FlySystemLycheeException.php +%%WWWDIR%%/app/Exceptions/Handler.php +%%WWWDIR%%/app/Exceptions/Handlers/AccessDBDenied.php +%%WWWDIR%%/app/Exceptions/Handlers/AdminSetterHandler.php +%%WWWDIR%%/app/Exceptions/Handlers/InstallationHandler.php +%%WWWDIR%%/app/Exceptions/Handlers/MigrationHandler.php +%%WWWDIR%%/app/Exceptions/Handlers/NoEncryptionKey.php +%%WWWDIR%%/app/Exceptions/Handlers/ViteManifestNotFoundHandler.php +%%WWWDIR%%/app/Exceptions/HttpHoneyPotException.php +%%WWWDIR%%/app/Exceptions/ImageProcessingException.php +%%WWWDIR%%/app/Exceptions/ImportCancelledException.php +%%WWWDIR%%/app/Exceptions/InstallationAlreadyCompletedException.php +%%WWWDIR%%/app/Exceptions/InstallationFailedException.php +%%WWWDIR%%/app/Exceptions/InstallationRequiredException.php +%%WWWDIR%%/app/Exceptions/InsufficientEntropyException.php +%%WWWDIR%%/app/Exceptions/InsufficientFilesystemPermissions.php +%%WWWDIR%%/app/Exceptions/Internal/FailedModelAssumptionException.php +%%WWWDIR%%/app/Exceptions/Internal/FeaturesDoesNotExistsException.php +%%WWWDIR%%/app/Exceptions/Internal/FileDeletionException.php +%%WWWDIR%%/app/Exceptions/Internal/FrameworkException.php +%%WWWDIR%%/app/Exceptions/Internal/IllegalOrderOfOperationException.php +%%WWWDIR%%/app/Exceptions/Internal/InvalidConfigOption.php +%%WWWDIR%%/app/Exceptions/Internal/InvalidOrderDirectionException.php +%%WWWDIR%%/app/Exceptions/Internal/InvalidQueryModelException.php +%%WWWDIR%%/app/Exceptions/Internal/InvalidRotationDirectionException.php +%%WWWDIR%%/app/Exceptions/Internal/InvalidSizeVariantException.php +%%WWWDIR%%/app/Exceptions/Internal/InvalidSmartIdException.php +%%WWWDIR%%/app/Exceptions/Internal/LycheeAssertionError.php +%%WWWDIR%%/app/Exceptions/Internal/LycheeDomainException.php +%%WWWDIR%%/app/Exceptions/Internal/LycheeInvalidArgumentException.php +%%WWWDIR%%/app/Exceptions/Internal/LycheeLogicException.php +%%WWWDIR%%/app/Exceptions/Internal/MissingModelAttributeException.php +%%WWWDIR%%/app/Exceptions/Internal/MissingValueException.php +%%WWWDIR%%/app/Exceptions/Internal/NotImplementedException.php +%%WWWDIR%%/app/Exceptions/Internal/QueryBuilderException.php +%%WWWDIR%%/app/Exceptions/Internal/RequestFailedException.php +%%WWWDIR%%/app/Exceptions/Internal/TimeBasedIdException.php +%%WWWDIR%%/app/Exceptions/Internal/ZeroModuloException.php +%%WWWDIR%%/app/Exceptions/InvalidAlbumException.php +%%WWWDIR%%/app/Exceptions/InvalidDirectoryException.php +%%WWWDIR%%/app/Exceptions/InvalidPropertyException.php +%%WWWDIR%%/app/Exceptions/LocationDecodingFailed.php +%%WWWDIR%%/app/Exceptions/MassImportException.php +%%WWWDIR%%/app/Exceptions/MediaFileOperationException.php +%%WWWDIR%%/app/Exceptions/MediaFileUnsupportedException.php +%%WWWDIR%%/app/Exceptions/MigrationAlreadyCompletedException.php +%%WWWDIR%%/app/Exceptions/MigrationRequiredException.php +%%WWWDIR%%/app/Exceptions/ModelDBException.php +%%WWWDIR%%/app/Exceptions/NoWriteAccessOnLogsExceptions.php +%%WWWDIR%%/app/Exceptions/OwnerRequiredException.php +%%WWWDIR%%/app/Exceptions/PasswordRequiredException.php +%%WWWDIR%%/app/Exceptions/PhotoCollectionEmptyException.php +%%WWWDIR%%/app/Exceptions/PhotoResyncedException.php +%%WWWDIR%%/app/Exceptions/PhotoSkippedException.php +%%WWWDIR%%/app/Exceptions/QuotaExceededException.php +%%WWWDIR%%/app/Exceptions/ReservedDirectoryException.php +%%WWWDIR%%/app/Exceptions/SecurePaths/InvalidPayloadException.php +%%WWWDIR%%/app/Exceptions/SecurePaths/InvalidSignatureException.php +%%WWWDIR%%/app/Exceptions/SecurePaths/PathTraversalException.php +%%WWWDIR%%/app/Exceptions/SecurePaths/SignatureExpiredException.php +%%WWWDIR%%/app/Exceptions/SecurePaths/WrongPathException.php +%%WWWDIR%%/app/Exceptions/SessionExpiredException.php +%%WWWDIR%%/app/Exceptions/UnauthenticatedException.php +%%WWWDIR%%/app/Exceptions/UnauthorizedException.php +%%WWWDIR%%/app/Exceptions/UnexpectedContentType.php +%%WWWDIR%%/app/Exceptions/UnexpectedException.php +%%WWWDIR%%/app/Exceptions/VersionControlException.php +%%WWWDIR%%/app/Facades/Helpers.php +%%WWWDIR%%/app/Factories/AlbumFactory.php +%%WWWDIR%%/app/Http/Controllers/Admin/DiagnosticsController.php +%%WWWDIR%%/app/Http/Controllers/Admin/JobsController.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/Cleaning.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/DuplicateFinder.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/FixJobs.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/FixTree.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/FlushCache.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/FullTree.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/GenSizeVariants.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/MissingFileSizes.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/MissingPalettes.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/Model/Album.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/Optimize.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/RegisterController.php +%%WWWDIR%%/app/Http/Controllers/Admin/Maintenance/StatisticsCheck.php +%%WWWDIR%%/app/Http/Controllers/Admin/SettingsController.php +%%WWWDIR%%/app/Http/Controllers/Admin/UpdateController.php +%%WWWDIR%%/app/Http/Controllers/Admin/UserGroupsController.php +%%WWWDIR%%/app/Http/Controllers/Admin/UserGroupsManagementController.php +%%WWWDIR%%/app/Http/Controllers/Admin/UserManagementController.php +%%WWWDIR%%/app/Http/Controllers/AuthController.php +%%WWWDIR%%/app/Http/Controllers/Gallery/AlbumController.php +%%WWWDIR%%/app/Http/Controllers/Gallery/AlbumsController.php +%%WWWDIR%%/app/Http/Controllers/Gallery/ConfigController.php +%%WWWDIR%%/app/Http/Controllers/Gallery/FlowController.php +%%WWWDIR%%/app/Http/Controllers/Gallery/FrameController.php +%%WWWDIR%%/app/Http/Controllers/Gallery/MapController.php +%%WWWDIR%%/app/Http/Controllers/Gallery/PhotoController.php +%%WWWDIR%%/app/Http/Controllers/Gallery/SearchController.php +%%WWWDIR%%/app/Http/Controllers/Gallery/SharingController.php +%%WWWDIR%%/app/Http/Controllers/HoneyPotController.php +%%WWWDIR%%/app/Http/Controllers/Install/EnvController.php +%%WWWDIR%%/app/Http/Controllers/Install/MigrationController.php +%%WWWDIR%%/app/Http/Controllers/Install/PermissionsController.php +%%WWWDIR%%/app/Http/Controllers/Install/RequirementsController.php +%%WWWDIR%%/app/Http/Controllers/Install/SetUpAdminController.php +%%WWWDIR%%/app/Http/Controllers/Install/WelcomeController.php +%%WWWDIR%%/app/Http/Controllers/LandingPageController.php +%%WWWDIR%%/app/Http/Controllers/MetricsController.php +%%WWWDIR%%/app/Http/Controllers/OauthController.php +%%WWWDIR%%/app/Http/Controllers/ProfileController.php +%%WWWDIR%%/app/Http/Controllers/RSSController.php +%%WWWDIR%%/app/Http/Controllers/SecurePathController.php +%%WWWDIR%%/app/Http/Controllers/StatisticsController.php +%%WWWDIR%%/app/Http/Controllers/UsersController.php +%%WWWDIR%%/app/Http/Controllers/VersionController.php +%%WWWDIR%%/app/Http/Controllers/VueController.php +%%WWWDIR%%/app/Http/Controllers/WebAuthn/WebAuthnLoginController.php +%%WWWDIR%%/app/Http/Controllers/WebAuthn/WebAuthnManageController.php +%%WWWDIR%%/app/Http/Controllers/WebAuthn/WebAuthnRegisterController.php +%%WWWDIR%%/app/Http/Kernel.php +%%WWWDIR%%/app/Http/Middleware/AcceptContentType.php +%%WWWDIR%%/app/Http/Middleware/AdminUserStatus.php +%%WWWDIR%%/app/Http/Middleware/Caching/AlbumRouteCacheRefresher.php +%%WWWDIR%%/app/Http/Middleware/Caching/CacheControl.php +%%WWWDIR%%/app/Http/Middleware/Caching/ResponseCache.php +%%WWWDIR%%/app/Http/Middleware/Checks/HasAdminUser.php +%%WWWDIR%%/app/Http/Middleware/Checks/IsInstalled.php +%%WWWDIR%%/app/Http/Middleware/Checks/IsMigrated.php +%%WWWDIR%%/app/Http/Middleware/ConfigIntegrity.php +%%WWWDIR%%/app/Http/Middleware/ContentType.php +%%WWWDIR%%/app/Http/Middleware/DisableCSP.php +%%WWWDIR%%/app/Http/Middleware/FixStatusCode.php +%%WWWDIR%%/app/Http/Middleware/InstallationStatus.php +%%WWWDIR%%/app/Http/Middleware/Latency.php +%%WWWDIR%%/app/Http/Middleware/LoginRequired.php +%%WWWDIR%%/app/Http/Middleware/MigrationStatus.php +%%WWWDIR%%/app/Http/Middleware/TrimStrings.php +%%WWWDIR%%/app/Http/Middleware/UnlockWithPassword.php +%%WWWDIR%%/app/Http/Middleware/VerifyCsrfToken.php +%%WWWDIR%%/app/Http/Redirections/ToAdminSetter.php +%%WWWDIR%%/app/Http/Redirections/ToHome.php +%%WWWDIR%%/app/Http/Redirections/ToInstall.php +%%WWWDIR%%/app/Http/Redirections/ToMigration.php +%%WWWDIR%%/app/Http/Requests/AbstractEmptyRequest.php +%%WWWDIR%%/app/Http/Requests/Album/AddAlbumRequest.php +%%WWWDIR%%/app/Http/Requests/Album/AddTagAlbumRequest.php +%%WWWDIR%%/app/Http/Requests/Album/DeleteAlbumsRequest.php +%%WWWDIR%%/app/Http/Requests/Album/DeleteTrackRequest.php +%%WWWDIR%%/app/Http/Requests/Album/GetAlbumRequest.php +%%WWWDIR%%/app/Http/Requests/Album/MergeAlbumsRequest.php +%%WWWDIR%%/app/Http/Requests/Album/MoveAlbumsRequest.php +%%WWWDIR%%/app/Http/Requests/Album/RenameAlbumRequest.php +%%WWWDIR%%/app/Http/Requests/Album/SetAlbumProtectionPolicyRequest.php +%%WWWDIR%%/app/Http/Requests/Album/SetAlbumTrackRequest.php +%%WWWDIR%%/app/Http/Requests/Album/SetAsCoverRequest.php +%%WWWDIR%%/app/Http/Requests/Album/SetAsHeaderRequest.php +%%WWWDIR%%/app/Http/Requests/Album/TargetListAlbumRequest.php +%%WWWDIR%%/app/Http/Requests/Album/TransferAlbumRequest.php +%%WWWDIR%%/app/Http/Requests/Album/UnlockAlbumRequest.php +%%WWWDIR%%/app/Http/Requests/Album/UpdateAlbumRequest.php +%%WWWDIR%%/app/Http/Requests/Album/UpdateTagAlbumRequest.php +%%WWWDIR%%/app/Http/Requests/Album/ZipRequest.php +%%WWWDIR%%/app/Http/Requests/BaseApiRequest.php +%%WWWDIR%%/app/Http/Requests/Diagnostics/DiagnosticsRequest.php +%%WWWDIR%%/app/Http/Requests/Flow/FlowRequest.php +%%WWWDIR%%/app/Http/Requests/Frame/FrameRequest.php +%%WWWDIR%%/app/Http/Requests/Install/SetUpAdminRequest.php +%%WWWDIR%%/app/Http/Requests/Jobs/ShowJobsRequest.php +%%WWWDIR%%/app/Http/Requests/Maintenance/CleaningRequest.php +%%WWWDIR%%/app/Http/Requests/Maintenance/CreateThumbsRequest.php +%%WWWDIR%%/app/Http/Requests/Maintenance/FullTreeUpdateRequest.php +%%WWWDIR%%/app/Http/Requests/Maintenance/MaintenanceRequest.php +%%WWWDIR%%/app/Http/Requests/Maintenance/MigrateRequest.php +%%WWWDIR%%/app/Http/Requests/Maintenance/RegisterRequest.php +%%WWWDIR%%/app/Http/Requests/Maintenance/SearchDuplicateRequest.php +%%WWWDIR%%/app/Http/Requests/Maintenance/UpdateRequest.php +%%WWWDIR%%/app/Http/Requests/Map/MapDataRequest.php +%%WWWDIR%%/app/Http/Requests/Metrics/MetricsRequest.php +%%WWWDIR%%/app/Http/Requests/Metrics/PhotoMetricsRequest.php +%%WWWDIR%%/app/Http/Requests/Photo/CopyPhotosRequest.php +%%WWWDIR%%/app/Http/Requests/Photo/DeletePhotosRequest.php +%%WWWDIR%%/app/Http/Requests/Photo/EditPhotoRequest.php +%%WWWDIR%%/app/Http/Requests/Photo/FromUrlRequest.php +%%WWWDIR%%/app/Http/Requests/Photo/MovePhotosRequest.php +%%WWWDIR%%/app/Http/Requests/Photo/RenamePhotoRequest.php +%%WWWDIR%%/app/Http/Requests/Photo/RotatePhotoRequest.php +%%WWWDIR%%/app/Http/Requests/Photo/SetPhotosStarredRequest.php +%%WWWDIR%%/app/Http/Requests/Photo/SetPhotosTagsRequest.php +%%WWWDIR%%/app/Http/Requests/Photo/UploadPhotoRequest.php +%%WWWDIR%%/app/Http/Requests/Profile/ChangeTokenRequest.php +%%WWWDIR%%/app/Http/Requests/Profile/ClearOauthRequest.php +%%WWWDIR%%/app/Http/Requests/Profile/OauthListRequest.php +%%WWWDIR%%/app/Http/Requests/Profile/RegistrationRequest.php +%%WWWDIR%%/app/Http/Requests/Profile/UpdateProfileRequest.php +%%WWWDIR%%/app/Http/Requests/Search/GetSearchRequest.php +%%WWWDIR%%/app/Http/Requests/Search/InitSearchRequest.php +%%WWWDIR%%/app/Http/Requests/SecurePath/SecurePathRequest.php +%%WWWDIR%%/app/Http/Requests/Session/LoginRequest.php +%%WWWDIR%%/app/Http/Requests/Settings/GetAllConfigsRequest.php +%%WWWDIR%%/app/Http/Requests/Settings/SetCSSSettingRequest.php +%%WWWDIR%%/app/Http/Requests/Settings/SetConfigsRequest.php +%%WWWDIR%%/app/Http/Requests/Settings/SetJSSettingRequest.php +%%WWWDIR%%/app/Http/Requests/Sharing/AddSharingRequest.php +%%WWWDIR%%/app/Http/Requests/Sharing/DeleteSharingRequest.php +%%WWWDIR%%/app/Http/Requests/Sharing/EditSharingRequest.php +%%WWWDIR%%/app/Http/Requests/Sharing/ListAllSharingRequest.php +%%WWWDIR%%/app/Http/Requests/Sharing/ListSharingRequest.php +%%WWWDIR%%/app/Http/Requests/Sharing/PropagateSharingRequest.php +%%WWWDIR%%/app/Http/Requests/Statistics/CountsRequest.php +%%WWWDIR%%/app/Http/Requests/Statistics/SpacePerAlbumRequest.php +%%WWWDIR%%/app/Http/Requests/Statistics/SpacePerUserRequest.php +%%WWWDIR%%/app/Http/Requests/Statistics/SpaceSizeVariantRequest.php +%%WWWDIR%%/app/Http/Requests/Traits/Authorize/AuthorizeCanEditAlbumAlbumsTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/Authorize/AuthorizeCanEditAlbumTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/Authorize/AuthorizeCanEditPhotoTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/Authorize/AuthorizeCanEditPhotosAlbumTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/Authorize/AuthorizeCanEditPhotosTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasAbstractAlbumTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasAccessPermissionResourceTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasAccessPermissionTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasAlbumIdsTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasAlbumSortingCriterionTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasAlbumTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasAlbumsTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasAspectRatioTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasBaseAlbumTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasCompactBooleanTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasConfigsTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasCopyrightTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasDescriptionTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasEmailTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasFromAlbumTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasFromIdTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasLicenseTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasNameTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasNoteTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasOwnerIdTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasParentAlbumTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasPasswordTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasPhotoIdsTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasPhotoLayoutTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasPhotoSortingCriterionTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasPhotoTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasPhotosTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasQuotaKBTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasRoleTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasSeStatusBooleanTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasSizeVariantTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasTagAlbumTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasTagsTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasTakenAtDateTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasTermsTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasTimelineAlbumTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasTimelinePhotoTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasTitleTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasUploadDateTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasUserGroupTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasUserIdsTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasUserTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasUsernameTrait.php +%%WWWDIR%%/app/Http/Requests/Traits/HasVisitorIdTrait.php +%%WWWDIR%%/app/Http/Requests/UserGroup/CreateUserGroupRequest.php +%%WWWDIR%%/app/Http/Requests/UserGroup/DeleteUserGroupRequest.php +%%WWWDIR%%/app/Http/Requests/UserGroup/GetUserGroupRequest.php +%%WWWDIR%%/app/Http/Requests/UserGroup/ListUserGroupRequest.php +%%WWWDIR%%/app/Http/Requests/UserGroup/ManageUserGroupRequest.php +%%WWWDIR%%/app/Http/Requests/UserGroup/UpdateUserGroupRequest.php +%%WWWDIR%%/app/Http/Requests/UserManagement/AddUserRequest.php +%%WWWDIR%%/app/Http/Requests/UserManagement/DeleteUserRequest.php +%%WWWDIR%%/app/Http/Requests/UserManagement/ManagmentListUsersRequest.php +%%WWWDIR%%/app/Http/Requests/UserManagement/SetUserSettingsRequest.php +%%WWWDIR%%/app/Http/Requests/Users/ListUsersRequest.php +%%WWWDIR%%/app/Http/Requests/Users/UsersRequest.php +%%WWWDIR%%/app/Http/Requests/WebAuthn/DeleteCredentialRequest.php +%%WWWDIR%%/app/Http/Requests/WebAuthn/EditCredentialRequest.php +%%WWWDIR%%/app/Http/Requests/WebAuthn/ListCredentialsRequest.php +%%WWWDIR%%/app/Http/Resources/Collections/PositionDataResource.php +%%WWWDIR%%/app/Http/Resources/Collections/RootAlbumResource.php +%%WWWDIR%%/app/Http/Resources/Collections/UserGroupDataResource.php +%%WWWDIR%%/app/Http/Resources/Diagnostics/AlbumTree.php +%%WWWDIR%%/app/Http/Resources/Diagnostics/ChangeLogInfo.php +%%WWWDIR%%/app/Http/Resources/Diagnostics/CleaningState.php +%%WWWDIR%%/app/Http/Resources/Diagnostics/ErrorLine.php +%%WWWDIR%%/app/Http/Resources/Diagnostics/Permissions.php +%%WWWDIR%%/app/Http/Resources/Diagnostics/StatisticsCheckResource.php +%%WWWDIR%%/app/Http/Resources/Diagnostics/TreeState.php +%%WWWDIR%%/app/Http/Resources/Diagnostics/UpdateCheckInfo.php +%%WWWDIR%%/app/Http/Resources/Diagnostics/UpdateInfo.php +%%WWWDIR%%/app/Http/Resources/Editable/EditableBaseAlbumResource.php +%%WWWDIR%%/app/Http/Resources/Editable/EditableConfigResource.php +%%WWWDIR%%/app/Http/Resources/Editable/UploadMetaResource.php +%%WWWDIR%%/app/Http/Resources/Flow/FlowItemResource.php +%%WWWDIR%%/app/Http/Resources/Flow/FlowResource.php +%%WWWDIR%%/app/Http/Resources/Flow/InitResource.php +%%WWWDIR%%/app/Http/Resources/Frame/FrameData.php +%%WWWDIR%%/app/Http/Resources/GalleryConfigs/AlbumConfig.php +%%WWWDIR%%/app/Http/Resources/GalleryConfigs/FooterConfig.php +%%WWWDIR%%/app/Http/Resources/GalleryConfigs/InitConfig.php +%%WWWDIR%%/app/Http/Resources/GalleryConfigs/LandingPageResource.php +%%WWWDIR%%/app/Http/Resources/GalleryConfigs/MapProviderData.php +%%WWWDIR%%/app/Http/Resources/GalleryConfigs/PhotoLayoutConfig.php +%%WWWDIR%%/app/Http/Resources/GalleryConfigs/RegisterData.php +%%WWWDIR%%/app/Http/Resources/GalleryConfigs/RootConfig.php +%%WWWDIR%%/app/Http/Resources/GalleryConfigs/SettingsConfig.php +%%WWWDIR%%/app/Http/Resources/GalleryConfigs/UploadConfig.php +%%WWWDIR%%/app/Http/Resources/Models/AbstractAlbumResource.php +%%WWWDIR%%/app/Http/Resources/Models/AccessPermissionResource.php +%%WWWDIR%%/app/Http/Resources/Models/AlbumResource.php +%%WWWDIR%%/app/Http/Resources/Models/AlbumStatisticsResource.php +%%WWWDIR%%/app/Http/Resources/Models/ColourPaletteResource.php +%%WWWDIR%%/app/Http/Resources/Models/ConfigCategoryResource.php +%%WWWDIR%%/app/Http/Resources/Models/ConfigResource.php +%%WWWDIR%%/app/Http/Resources/Models/Duplicates/Duplicate.php +%%WWWDIR%%/app/Http/Resources/Models/Duplicates/DuplicateCount.php +%%WWWDIR%%/app/Http/Resources/Models/JobHistoryResource.php +%%WWWDIR%%/app/Http/Resources/Models/LightUserResource.php +%%WWWDIR%%/app/Http/Resources/Models/LiveMetricsResource.php +%%WWWDIR%%/app/Http/Resources/Models/PhotoResource.php +%%WWWDIR%%/app/Http/Resources/Models/PhotoStatisticsResource.php +%%WWWDIR%%/app/Http/Resources/Models/SizeVariantResource.php +%%WWWDIR%%/app/Http/Resources/Models/SizeVariantsResouce.php +%%WWWDIR%%/app/Http/Resources/Models/SmartAlbumResource.php +%%WWWDIR%%/app/Http/Resources/Models/TagAlbumResource.php +%%WWWDIR%%/app/Http/Resources/Models/TargetAlbumResource.php +%%WWWDIR%%/app/Http/Resources/Models/ThumbAlbumResource.php +%%WWWDIR%%/app/Http/Resources/Models/ThumbResource.php +%%WWWDIR%%/app/Http/Resources/Models/UserGroupResource.php +%%WWWDIR%%/app/Http/Resources/Models/UserManagementResource.php +%%WWWDIR%%/app/Http/Resources/Models/UserMemberGroupResource.php +%%WWWDIR%%/app/Http/Resources/Models/UserResource.php +%%WWWDIR%%/app/Http/Resources/Models/Utils/AlbumProtectionPolicy.php +%%WWWDIR%%/app/Http/Resources/Models/Utils/PreComputedPhotoData.php +%%WWWDIR%%/app/Http/Resources/Models/Utils/PreFormattedAlbumData.php +%%WWWDIR%%/app/Http/Resources/Models/Utils/PreformattedPhotoData.php +%%WWWDIR%%/app/Http/Resources/Models/Utils/TimelineData.php +%%WWWDIR%%/app/Http/Resources/Models/Utils/UserToken.php +%%WWWDIR%%/app/Http/Resources/Models/WebAuthnResource.php +%%WWWDIR%%/app/Http/Resources/Oauth/OauthRegistrationData.php +%%WWWDIR%%/app/Http/Resources/OpenApi/DataToResponse.php +%%WWWDIR%%/app/Http/Resources/Rights/AlbumRightsResource.php +%%WWWDIR%%/app/Http/Resources/Rights/GlobalRightsResource.php +%%WWWDIR%%/app/Http/Resources/Rights/ModulesRightsResource.php +%%WWWDIR%%/app/Http/Resources/Rights/PhotoRightsResource.php +%%WWWDIR%%/app/Http/Resources/Rights/RootAlbumRightsResource.php +%%WWWDIR%%/app/Http/Resources/Rights/SettingsRightsResource.php +%%WWWDIR%%/app/Http/Resources/Rights/UserGroupRightResource.php +%%WWWDIR%%/app/Http/Resources/Rights/UserManagementRightsResource.php +%%WWWDIR%%/app/Http/Resources/Rights/UserRightsResource.php +%%WWWDIR%%/app/Http/Resources/Root/AuthConfig.php +%%WWWDIR%%/app/Http/Resources/Root/VersionResource.php +%%WWWDIR%%/app/Http/Resources/Search/InitResource.php +%%WWWDIR%%/app/Http/Resources/Search/ResultsResource.php +%%WWWDIR%%/app/Http/Resources/Statistics/Album.php +%%WWWDIR%%/app/Http/Resources/Statistics/CountsData.php +%%WWWDIR%%/app/Http/Resources/Statistics/DayCount.php +%%WWWDIR%%/app/Http/Resources/Statistics/Sizes.php +%%WWWDIR%%/app/Http/Resources/Statistics/UserSpace.php +%%WWWDIR%%/app/Http/Resources/Traits/HasHeaderUrl.php +%%WWWDIR%%/app/Http/Resources/Traits/HasPrepPhotoCollection.php +%%WWWDIR%%/app/Http/Resources/Traits/HasTimelineData.php +%%WWWDIR%%/app/Image/ColourExtractor/FarzaiExtractor.php +%%WWWDIR%%/app/Image/ColourExtractor/ImageFactoryForColourExtraction.php +%%WWWDIR%%/app/Image/ColourExtractor/LeagueExtractor.php +%%WWWDIR%%/app/Image/FileDeleter.php +%%WWWDIR%%/app/Image/Files/AbstractBinaryBlob.php +%%WWWDIR%%/app/Image/Files/BaseMediaFile.php +%%WWWDIR%%/app/Image/Files/DownloadedFile.php +%%WWWDIR%%/app/Image/Files/FlysystemFile.php +%%WWWDIR%%/app/Image/Files/InMemoryBuffer.php +%%WWWDIR%%/app/Image/Files/LoadTemporaryFileTrait.php +%%WWWDIR%%/app/Image/Files/NativeLocalFile.php +%%WWWDIR%%/app/Image/Files/ProcessableJobFile.php +%%WWWDIR%%/app/Image/Files/TemporaryJobFile.php +%%WWWDIR%%/app/Image/Files/TemporaryLocalFile.php +%%WWWDIR%%/app/Image/Files/UploadedFile.php +%%WWWDIR%%/app/Image/Handlers/BaseImageHandler.php +%%WWWDIR%%/app/Image/Handlers/GdHandler.php +%%WWWDIR%%/app/Image/Handlers/GoogleMotionPictureHandler.php +%%WWWDIR%%/app/Image/Handlers/ImageHandler.php +%%WWWDIR%%/app/Image/Handlers/ImagickHandler.php +%%WWWDIR%%/app/Image/Handlers/VideoHandler.php +%%WWWDIR%%/app/Image/PlaceholderEncoder.php +%%WWWDIR%%/app/Image/SizeVariantDefaultFactory.php +%%WWWDIR%%/app/Image/SizeVariantDimensionHelpers.php +%%WWWDIR%%/app/Image/StreamStat.php +%%WWWDIR%%/app/Image/StreamStatFilter.php +%%WWWDIR%%/app/Jobs/ExtractColoursJob.php +%%WWWDIR%%/app/Jobs/ProcessImageJob.php +%%WWWDIR%%/app/Jobs/UploadSizeVariantToS3Job.php +%%WWWDIR%%/app/Legacy/BaseConfigMigration.php +%%WWWDIR%%/app/Listeners/AlbumCacheCleaner.php +%%WWWDIR%%/app/Listeners/CacheListener.php +%%WWWDIR%%/app/Listeners/MetricsListener.php +%%WWWDIR%%/app/Listeners/TaggedRouteCacheCleaner.php +%%WWWDIR%%/app/Mail/PhotosAdded.php +%%WWWDIR%%/app/Metadata/Cache/RouteCacheConfig.php +%%WWWDIR%%/app/Metadata/Cache/RouteCacheManager.php +%%WWWDIR%%/app/Metadata/Cache/RouteCacher.php +%%WWWDIR%%/app/Metadata/DiskUsage.php +%%WWWDIR%%/app/Metadata/Extractor.php +%%WWWDIR%%/app/Metadata/Geodecoder.php +%%WWWDIR%%/app/Metadata/Json/ChangeLogsRequest.php +%%WWWDIR%%/app/Metadata/Json/CommitsRequest.php +%%WWWDIR%%/app/Metadata/Json/ExternalRequestFunctions.php +%%WWWDIR%%/app/Metadata/Json/JsonRequestFunctions.php +%%WWWDIR%%/app/Metadata/Json/TagsRequest.php +%%WWWDIR%%/app/Metadata/Json/UpdateRequest.php +%%WWWDIR%%/app/Metadata/Laminas/Unicode.php +%%WWWDIR%%/app/Metadata/Versions/FileVersion.php +%%WWWDIR%%/app/Metadata/Versions/GitHubVersion.php +%%WWWDIR%%/app/Metadata/Versions/InstalledVersion.php +%%WWWDIR%%/app/Metadata/Versions/Remote/AbstractGitRemote.php +%%WWWDIR%%/app/Metadata/Versions/Remote/GitCommits.php +%%WWWDIR%%/app/Metadata/Versions/Remote/GitTags.php +%%WWWDIR%%/app/Metadata/Versions/Trimable.php +%%WWWDIR%%/app/ModelFunctions/HasAbstractAlbumProperties.php +%%WWWDIR%%/app/ModelFunctions/MOVFormat.php +%%WWWDIR%%/app/Models/AccessPermission.php +%%WWWDIR%%/app/Models/Album.php +%%WWWDIR%%/app/Models/BaseAlbumImpl.php +%%WWWDIR%%/app/Models/Builders/AccessPermissionBuilder.php +%%WWWDIR%%/app/Models/Builders/AlbumBuilder.php +%%WWWDIR%%/app/Models/Builders/BaseAlbumImplBuilder.php +%%WWWDIR%%/app/Models/Builders/ConfigCategoryBuilder.php +%%WWWDIR%%/app/Models/Builders/ConfigsBuilder.php +%%WWWDIR%%/app/Models/Builders/JobHistoryBuilder.php +%%WWWDIR%%/app/Models/Builders/LiveMetricsBuilder.php +%%WWWDIR%%/app/Models/Builders/OauthCredentialBuilder.php +%%WWWDIR%%/app/Models/Builders/PhotoBuilder.php +%%WWWDIR%%/app/Models/Builders/SizeVariantBuilder.php +%%WWWDIR%%/app/Models/Builders/StatisticsBuilder.php +%%WWWDIR%%/app/Models/Builders/TagAlbumBuilder.php +%%WWWDIR%%/app/Models/Builders/UserBuilder.php +%%WWWDIR%%/app/Models/Builders/UserGroupBuilder.php +%%WWWDIR%%/app/Models/Colour.php +%%WWWDIR%%/app/Models/ConfigCategory.php +%%WWWDIR%%/app/Models/Configs.php +%%WWWDIR%%/app/Models/Extensions/AbstractBaseConfigMigration.php +%%WWWDIR%%/app/Models/Extensions/BaseAlbum.php +%%WWWDIR%%/app/Models/Extensions/BaseConfigMigration.php +%%WWWDIR%%/app/Models/Extensions/BaseConfigMigrationReversed.php +%%WWWDIR%%/app/Models/Extensions/ConfigsHas.php +%%WWWDIR%%/app/Models/Extensions/ForwardsToParentImplementation.php +%%WWWDIR%%/app/Models/Extensions/HasBidirectionalRelationships.php +%%WWWDIR%%/app/Models/Extensions/HasRandomIDAndLegacyTimeBasedID.php +%%WWWDIR%%/app/Models/Extensions/HasUrlGenerator.php +%%WWWDIR%%/app/Models/Extensions/SizeVariants.php +%%WWWDIR%%/app/Models/Extensions/SortingDecorator.php +%%WWWDIR%%/app/Models/Extensions/ThrowsConsistentExceptions.php +%%WWWDIR%%/app/Models/Extensions/Thumb.php +%%WWWDIR%%/app/Models/Extensions/ToArrayThrowsNotImplemented.php +%%WWWDIR%%/app/Models/Extensions/UTCBasedTimes.php +%%WWWDIR%%/app/Models/JobHistory.php +%%WWWDIR%%/app/Models/LiveMetrics.php +%%WWWDIR%%/app/Models/OauthCredential.php +%%WWWDIR%%/app/Models/Palette.php +%%WWWDIR%%/app/Models/Photo.php +%%WWWDIR%%/app/Models/SizeVariant.php +%%WWWDIR%%/app/Models/Statistics.php +%%WWWDIR%%/app/Models/TagAlbum.php +%%WWWDIR%%/app/Models/User.php +%%WWWDIR%%/app/Models/UserGroup.php +%%WWWDIR%%/app/Notifications/PhotoAdded.php +%%WWWDIR%%/app/Policies/AlbumPolicy.php +%%WWWDIR%%/app/Policies/AlbumQueryPolicy.php +%%WWWDIR%%/app/Policies/BasePolicy.php +%%WWWDIR%%/app/Policies/MetricsPolicy.php +%%WWWDIR%%/app/Policies/PhotoPolicy.php +%%WWWDIR%%/app/Policies/PhotoQueryPolicy.php +%%WWWDIR%%/app/Policies/SettingsPolicy.php +%%WWWDIR%%/app/Policies/UserGroupPolicy.php +%%WWWDIR%%/app/Policies/UserPolicy.php +%%WWWDIR%%/app/Providers/AppServiceProvider.php +%%WWWDIR%%/app/Providers/AuthServiceProvider.php +%%WWWDIR%%/app/Providers/BroadcastServiceProvider.php +%%WWWDIR%%/app/Providers/EventServiceProvider.php +%%WWWDIR%%/app/Providers/RouteServiceProvider.php +%%WWWDIR%%/app/Relations/BaseHasManyPhotos.php +%%WWWDIR%%/app/Relations/BidirectionalRelationTrait.php +%%WWWDIR%%/app/Relations/HasAlbumThumb.php +%%WWWDIR%%/app/Relations/HasManyBidirectionally.php +%%WWWDIR%%/app/Relations/HasManyChildAlbums.php +%%WWWDIR%%/app/Relations/HasManyChildPhotos.php +%%WWWDIR%%/app/Relations/HasManyPhotosByTag.php +%%WWWDIR%%/app/Relations/HasManyPhotosRecursively.php +%%WWWDIR%%/app/Relations/HasManySizeVariants.php +%%WWWDIR%%/app/Rules/AlbumIDListRule.php +%%WWWDIR%%/app/Rules/AlbumIDRule.php +%%WWWDIR%%/app/Rules/BooleanRequireSupportRule.php +%%WWWDIR%%/app/Rules/ConfigKeyRequireSupportRule.php +%%WWWDIR%%/app/Rules/ConfigKeyRule.php +%%WWWDIR%%/app/Rules/ConfigValueRule.php +%%WWWDIR%%/app/Rules/CopyrightRule.php +%%WWWDIR%%/app/Rules/CurrentPasswordRule.php +%%WWWDIR%%/app/Rules/DescriptionRule.php +%%WWWDIR%%/app/Rules/EnumRequireSupportRule.php +%%WWWDIR%%/app/Rules/ExtensionRule.php +%%WWWDIR%%/app/Rules/FileUuidRule.php +%%WWWDIR%%/app/Rules/IntegerIDRule.php +%%WWWDIR%%/app/Rules/IntegerRequireSupportRule.php +%%WWWDIR%%/app/Rules/OwnerConfigRule.php +%%WWWDIR%%/app/Rules/OwnerIdRule.php +%%WWWDIR%%/app/Rules/PasswordRule.php +%%WWWDIR%%/app/Rules/PhotoUrlRule.php +%%WWWDIR%%/app/Rules/RandomIDListRule.php +%%WWWDIR%%/app/Rules/RandomIDRule.php +%%WWWDIR%%/app/Rules/StringRequireSupportRule.php +%%WWWDIR%%/app/Rules/StringRule.php +%%WWWDIR%%/app/Rules/TitleRule.php +%%WWWDIR%%/app/Rules/UsernameRule.php +%%WWWDIR%%/app/Rules/ValidateTrait.php +%%WWWDIR%%/app/Services/Archives/Zip21Trait.php +%%WWWDIR%%/app/Services/Archives/Zip31Trait.php +%%WWWDIR%%/app/Services/Auth/SessionOrTokenGuard.php +%%WWWDIR%%/app/SmartAlbums/BaseSmartAlbum.php +%%WWWDIR%%/app/SmartAlbums/OnThisDayAlbum.php +%%WWWDIR%%/app/SmartAlbums/RecentAlbum.php +%%WWWDIR%%/app/SmartAlbums/StarredAlbum.php +%%WWWDIR%%/app/SmartAlbums/UnsortedAlbum.php +%%WWWDIR%%/app/SmartAlbums/Utils/MimicModel.php +%%WWWDIR%%/app/View/Components/Meta.php +%%WWWDIR%%/artisan +%%WWWDIR%%/bootstrap/PanicAttack.php +%%WWWDIR%%/bootstrap/app.php +%%WWWDIR%%/bootstrap/cache/packages.php +%%WWWDIR%%/bootstrap/cache/services.php +%%WWWDIR%%/bootstrap/initialize.php +%%WWWDIR%%/composer.json +%%WWWDIR%%/composer.lock +%%WWWDIR%%/config/app.php +%%WWWDIR%%/config/auth.php +%%WWWDIR%%/config/broadcasting.php +%%WWWDIR%%/config/cache.php +%%WWWDIR%%/config/cors.php +%%WWWDIR%%/config/data.php +%%WWWDIR%%/config/database.php +%%WWWDIR%%/config/debugbar.php +%%WWWDIR%%/config/features.php +%%WWWDIR%%/config/feed.php +%%WWWDIR%%/config/filesystems.php +%%WWWDIR%%/config/hashing.php +%%WWWDIR%%/config/honeypot.php +%%WWWDIR%%/config/image-optimizer.php +%%WWWDIR%%/config/log-viewer.php +%%WWWDIR%%/config/logging.php +%%WWWDIR%%/config/mail.php +%%WWWDIR%%/config/markdown.php +%%WWWDIR%%/config/queue.php +%%WWWDIR%%/config/scramble.php +%%WWWDIR%%/config/secure-headers.php +%%WWWDIR%%/config/services.php +%%WWWDIR%%/config/session.php +%%WWWDIR%%/config/trustedproxy.php +%%WWWDIR%%/config/typescript-transformer.php +%%WWWDIR%%/config/urls.php +%%WWWDIR%%/config/view.php +%%WWWDIR%%/config/webauthn.php +%%WWWDIR%%/database/factories/AccessPermissionFactory.php +%%WWWDIR%%/database/factories/AlbumFactory.php +%%WWWDIR%%/database/factories/PaletteFactory.php +%%WWWDIR%%/database/factories/PhotoFactory.php +%%WWWDIR%%/database/factories/SizeVariantFactory.php +%%WWWDIR%%/database/factories/StatisticsFactory.php +%%WWWDIR%%/database/factories/TagAlbumFactory.php +%%WWWDIR%%/database/factories/Traits/OwnedBy.php +%%WWWDIR%%/database/factories/UserFactory.php +%%WWWDIR%%/database/factories/UserGroupFactory.php +%%WWWDIR%%/database/migrations/2014_10_12_000000_create_users_table.php +%%WWWDIR%%/database/migrations/2018_08_03_110935_create_albums_table.php +%%WWWDIR%%/database/migrations/2018_08_03_110936_create_photos_table.php +%%WWWDIR%%/database/migrations/2018_08_03_110942_create_configs_table.php +%%WWWDIR%%/database/migrations/2018_08_03_111324_create_logs_table.php +%%WWWDIR%%/database/migrations/2018_08_10_134924_move_settings.php +%%WWWDIR%%/database/migrations/2018_08_15_102039_move_albums.php +%%WWWDIR%%/database/migrations/2018_08_15_103716_move_photos.php +%%WWWDIR%%/database/migrations/2018_10_30_135411_sharing.php +%%WWWDIR%%/database/migrations/2019_02_21_114356_create_pages_table.php +%%WWWDIR%%/database/migrations/2019_02_21_114408_create_page_contents_table.php +%%WWWDIR%%/database/migrations/2019_06_21_180451_create_sym_links_table.php +%%WWWDIR%%/database/migrations/2019_09_28_171753_config_fix.php +%%WWWDIR%%/database/migrations/2019_09_28_190822_photos_fix.php +%%WWWDIR%%/database/migrations/2019_10_01_add_livephoto_cols.php +%%WWWDIR%%/database/migrations/2019_10_02_1400_config_map_display_public.php +%%WWWDIR%%/database/migrations/2019_10_03_214750_frame_refresh_in_sec.php +%%WWWDIR%%/database/migrations/2019_10_06_1400_config_map_providers.php +%%WWWDIR%%/database/migrations/2019_10_06_152017_add_force_32bit_ids.php +%%WWWDIR%%/database/migrations/2019_10_07_0900_config_map_include_sub_albums.php +%%WWWDIR%%/database/migrations/2019_10_09_233402_config_map_mod.php +%%WWWDIR%%/database/migrations/2019_10_11_093442_config_check_update_every.php +%%WWWDIR%%/database/migrations/2019_12_02_2100_config_exiftool.php +%%WWWDIR%%/database/migrations/2019_12_15_0700_add_share_button_visible_option.php +%%WWWDIR%%/database/migrations/2019_12_15_1000_config_check_update_every_cat_fix.php +%%WWWDIR%%/database/migrations/2019_12_25_0600_config_exiftool_ternary.php +%%WWWDIR%%/database/migrations/2020_01_018_2300_config_import_via_symlink.php +%%WWWDIR%%/database/migrations/2020_01_04_1200_config_has_ffmpeg.php +%%WWWDIR%%/database/migrations/2020_01_26_1200_config_public_sorting.php +%%WWWDIR%%/database/migrations/2020_01_28_133201_composer_update.php +%%WWWDIR%%/database/migrations/2020_02_14_0600_location_decoding.php +%%WWWDIR%%/database/migrations/2020_03_11_124417_increase_length_photo_type.php +%%WWWDIR%%/database/migrations/2020_03_17_200000_unhide_configs.php +%%WWWDIR%%/database/migrations/2020_04_19_122905_bump_version.php +%%WWWDIR%%/database/migrations/2020_04_22_155712_bump_version040002.php +%%WWWDIR%%/database/migrations/2020_04_29_000250_bump_version040003.php +%%WWWDIR%%/database/migrations/2020_05_12_114228_rss.php +%%WWWDIR%%/database/migrations/2020_05_12_161427_bump_version040005.php +%%WWWDIR%%/database/migrations/2020_05_19_174233_config_prefer_available_xmp_metadata.php +%%WWWDIR%%/database/migrations/2020_05_26_135052_bump_version040006.php +%%WWWDIR%%/database/migrations/2020_06_04_104605_config_editor_enabled.php +%%WWWDIR%%/database/migrations/2020_07_11_104605_config_lossless_optimization.php +%%WWWDIR%%/database/migrations/2020_07_11_184605_update_licences.php +%%WWWDIR%%/database/migrations/2020_07_26_085322_config_swipe_tolerance.php +%%WWWDIR%%/database/migrations/2020_07_29_132731_config_local_takestamp.php +%%WWWDIR%%/database/migrations/2020_08_21_123622_add_smart_tag_album_cols.php +%%WWWDIR%%/database/migrations/2020_10_09_130043_bump_version040007.php +%%WWWDIR%%/database/migrations/2020_10_15_104504_add_log_max_num_line.php +%%WWWDIR%%/database/migrations/2020_10_15_161346_sort_image_per_album.php +%%WWWDIR%%/database/migrations/2020_11_12_183345_config_password_url_param_for_smart_album.php +%%WWWDIR%%/database/migrations/2020_11_19_231553_bump_version040008.php +%%WWWDIR%%/database/migrations/2020_12_12_203153_migrate_admin_user.php +%%WWWDIR%%/database/migrations/2020_12_12_203831_create_web_authn_tables.php +%%WWWDIR%%/database/migrations/2020_12_18_162100_bump_version040009.php +%%WWWDIR%%/database/migrations/2020_12_18_162155_add_nsfw_album.php +%%WWWDIR%%/database/migrations/2020_12_18_163800_bump_version040010.php +%%WWWDIR%%/database/migrations/2020_12_24_022307_bump_version040100.php +%%WWWDIR%%/database/migrations/2020_12_26_153220_nested_set_for_albums.php +%%WWWDIR%%/database/migrations/2021_01_09_163715_remove_max_min_takestamps.php +%%WWWDIR%%/database/migrations/2021_01_12_122546_bump_version040200.php +%%WWWDIR%%/database/migrations/2021_01_18_103729_add_album_cover.php +%%WWWDIR%%/database/migrations/2021_01_20_113912_bump_version040201.php +%%WWWDIR%%/database/migrations/2021_01_24_231904_fix-rotation.php +%%WWWDIR%%/database/migrations/2021_01_27_085903_config_map_display_direction.php +%%WWWDIR%%/database/migrations/2021_01_30_111736_display_takedate.php +%%WWWDIR%%/database/migrations/2021_02_12_222948_config_upload_processing_limit.php +%%WWWDIR%%/database/migrations/2021_02_13_132245_bump_version040202.php +%%WWWDIR%%/database/migrations/2021_02_18_232639_config_public_photos_hidden.php +%%WWWDIR%%/database/migrations/2021_03_03_175555_config_remove_image_overlay.php +%%WWWDIR%%/database/migrations/2021_04_17_135924_bump_version040300.php +%%WWWDIR%%/database/migrations/2021_05_02_174300_add_filesize_raw_col.php +%%WWWDIR%%/database/migrations/2021_05_12_185726_bump_version040301.php +%%WWWDIR%%/database/migrations/2021_05_13_140700_refactor_size_variants.php +%%WWWDIR%%/database/migrations/2021_05_16_171615_bump_version040302.php +%%WWWDIR%%/database/migrations/2021_05_25_160600_post_revert_fixes.php +%%WWWDIR%%/database/migrations/2021_05_31_201000_convert_filesize_to_bigint.php +%%WWWDIR%%/database/migrations/2021_06_01_181900_refactor_timestamps_anew.php +%%WWWDIR%%/database/migrations/2021_06_01_182000_bump_version040304.php +%%WWWDIR%%/database/migrations/2021_06_06_151613_fix-takedate.php +%%WWWDIR%%/database/migrations/2021_06_23_105939_create_notifications_table.php +%%WWWDIR%%/database/migrations/2021_06_30_121651_add_email_to_users_table.php +%%WWWDIR%%/database/migrations/2021_06_30_122229_config_new_photos_notification.php +%%WWWDIR%%/database/migrations/2021_07_19_134617_bump_version040305.php +%%WWWDIR%%/database/migrations/2021_10_27_133121_fix_confidentiality.php +%%WWWDIR%%/database/migrations/2021_11_16_162058_bump_version040306.php +%%WWWDIR%%/database/migrations/2021_12_03_201242_bump_version040400.php +%%WWWDIR%%/database/migrations/2021_12_04_181200_refactor_models.php +%%WWWDIR%%/database/migrations/2022_01_13_183131_bump_version040500.php +%%WWWDIR%%/database/migrations/2022_01_16_181337_optimize_tables.php +%%WWWDIR%%/database/migrations/2022_02_02_203008_filesize_size_variants.php +%%WWWDIR%%/database/migrations/2022_02_22_194700_fix_sorting_config.php +%%WWWDIR%%/database/migrations/2022_04_06_091900_drop_objectionable_indices.php +%%WWWDIR%%/database/migrations/2022_04_13_094611_add_track_short_path_to_album_table.php +%%WWWDIR%%/database/migrations/2022_04_16_170724_add_missing_indices.php +%%WWWDIR%%/database/migrations/2022_04_16_174503_bump_version040501.php +%%WWWDIR%%/database/migrations/2022_04_18_150400_add_index_for_delete.php +%%WWWDIR%%/database/migrations/2022_04_18_174417_fix_live_photo_short_path.php +%%WWWDIR%%/database/migrations/2022_06_12_075709_add_token_to_user_table.php +%%WWWDIR%%/database/migrations/2022_07_09_130303_create_webauthn_credentials.php +%%WWWDIR%%/database/migrations/2022_07_13_174800_permission_test.php +%%WWWDIR%%/database/migrations/2022_07_24_102214_bump_version040502.php +%%WWWDIR%%/database/migrations/2022_08_03_184746_add_zip_options.php +%%WWWDIR%%/database/migrations/2022_08_06_205701_bump_version040503.php +%%WWWDIR%%/database/migrations/2022_08_06_210757_bump_version040600.php +%%WWWDIR%%/database/migrations/2022_08_27_103010_drop_page_support.php +%%WWWDIR%%/database/migrations/2022_08_27_110209_drop_admin_user_config.php +%%WWWDIR%%/database/migrations/2022_09_27_103710_bump_version040601.php +%%WWWDIR%%/database/migrations/2022_10_23_143201_make_wui_settings_public.php +%%WWWDIR%%/database/migrations/2022_10_28_232159_bump_version040602.php +%%WWWDIR%%/database/migrations/2022_11_07_171403_add_config_descriptions.php +%%WWWDIR%%/database/migrations/2022_11_27_143608_bump_version040603.php +%%WWWDIR%%/database/migrations/2022_12_05_195600_enable_disable_smart_albums.php +%%WWWDIR%%/database/migrations/2022_12_07_141854_rename_capabilities.php +%%WWWDIR%%/database/migrations/2022_12_07_143755_add_default_protection_option.php +%%WWWDIR%%/database/migrations/2022_12_07_164417_config_uniformize_rights.php +%%WWWDIR%%/database/migrations/2022_12_07_175257_rename_attributes_grants.php +%%WWWDIR%%/database/migrations/2022_12_10_183251_increment_user_i_ds.php +%%WWWDIR%%/database/migrations/2022_12_12_100000_enable_disable_album_photo_counters.php +%%WWWDIR%%/database/migrations/2022_12_21_212143_use_webp_for_example.php +%%WWWDIR%%/database/migrations/2022_12_25_103052_bump_version040604.php +%%WWWDIR%%/database/migrations/2022_12_26_101639_allow_username_change.php +%%WWWDIR%%/database/migrations/2022_12_26_111139_bump_version040605.php +%%WWWDIR%%/database/migrations/2022_12_28_164844_remove-demo.php +%%WWWDIR%%/database/migrations/2022_12_31_103416_bump_version040700.php +%%WWWDIR%%/database/migrations/2023_01_09_133603_public_on_this_day.php +%%WWWDIR%%/database/migrations/2023_01_25_140614_change-locale.php +%%WWWDIR%%/database/migrations/2023_02_05_155552_bump_version040701.php +%%WWWDIR%%/database/migrations/2023_02_23_192505_add_auto_fix_orientation_setting.php +%%WWWDIR%%/database/migrations/2023_03_08_103109_bump_version040702.php +%%WWWDIR%%/database/migrations/2023_04_05_150337_create_jobs_table.php +%%WWWDIR%%/database/migrations/2023_04_05_150625_queue-processing.php +%%WWWDIR%%/database/migrations/2023_04_05_220214_create_failed_jobs_table.php +%%WWWDIR%%/database/migrations/2023_04_09_142907_create_job_history_table.php +%%WWWDIR%%/database/migrations/2023_04_18_065457_bump_version040703.php +%%WWWDIR%%/database/migrations/2023_05_01_165730_add_random_photo_settings.php +%%WWWDIR%%/database/migrations/2023_05_04_070132_bump_version040704.php +%%WWWDIR%%/database/migrations/2023_05_04_193000_add_use_last_modified_date_when_no_exit_date_setting.php +%%WWWDIR%%/database/migrations/2023_05_05_052254_create_access_permissions.php +%%WWWDIR%%/database/migrations/2023_05_05_052255_simplify_user_base_album.php +%%WWWDIR%%/database/migrations/2023_05_05_052256_simplify_base_album.php +%%WWWDIR%%/database/migrations/2023_05_05_052257_create_access_permissions_for_smart_albums.php +%%WWWDIR%%/database/migrations/2023_05_05_123230_bump_version040800.php +%%WWWDIR%%/database/migrations/2023_05_15_081406_bump_version040801.php +%%WWWDIR%%/database/migrations/2023_05_15_211448_remove_is_public_album_sorting.php +%%WWWDIR%%/database/migrations/2023_05_18_103903_bump_version040900.php +%%WWWDIR%%/database/migrations/2023_05_19_131139_bump_version040901.php +%%WWWDIR%%/database/migrations/2023_05_21_225616_bump_version040902.php +%%WWWDIR%%/database/migrations/2023_06_20_174639_bump_version040903.php +%%WWWDIR%%/database/migrations/2023_06_24_161541_add_indexes.php +%%WWWDIR%%/database/migrations/2023_06_28_144440_bump_version040904.php +%%WWWDIR%%/database/migrations/2023_07_07_143908_add_ratio_size_variants.php +%%WWWDIR%%/database/migrations/2023_07_16_110146_bump_version041000.php +%%WWWDIR%%/database/migrations/2023_08_07_182802_add_config_ffmpeg_path.php +%%WWWDIR%%/database/migrations/2023_08_11_134652_bump_version041100.php +%%WWWDIR%%/database/migrations/2023_09_03_124836_bump_version041101.php +%%WWWDIR%%/database/migrations/2023_09_16_070405_refactor_type_layout.php +%%WWWDIR%%/database/migrations/2023_09_16_074731_bump_version041200.php +%%WWWDIR%%/database/migrations/2023_09_16_234050_require_single_key_in_config.php +%%WWWDIR%%/database/migrations/2023_09_23_204910_bump_version041300.php +%%WWWDIR%%/database/migrations/2023_09_24_110932_add_date_display_configurations.php +%%WWWDIR%%/database/migrations/2023_09_24_223901_add_config_livewire_chunk_size.php +%%WWWDIR%%/database/migrations/2023_09_24_233717_refactor_type_layout_livewire.php +%%WWWDIR%%/database/migrations/2023_09_25_123925_config_blur_nsfw.php +%%WWWDIR%%/database/migrations/2023_10_01_143159_config_map_provider.php +%%WWWDIR%%/database/migrations/2023_12_18_191723_config_public_search.php +%%WWWDIR%%/database/migrations/2023_12_18_232500_config_pagination_search_limit.php +%%WWWDIR%%/database/migrations/2023_12_19_115547_search_characters_limit.php +%%WWWDIR%%/database/migrations/2023_12_19_122408_add_positive_requirements.php +%%WWWDIR%%/database/migrations/2023_12_20_180854_add_setting_height_width_gallery.php +%%WWWDIR%%/database/migrations/2023_12_23_160356_bump_version050000.php +%%WWWDIR%%/database/migrations/2023_12_25_115454_add_setting_display_thumb_overlay.php +%%WWWDIR%%/database/migrations/2023_12_27_163004_bump_version050001.php +%%WWWDIR%%/database/migrations/2023_12_28_144906_bump_version050002.php +%%WWWDIR%%/database/migrations/2023_12_28_165358_add_subalbum_sorting_per_album.php +%%WWWDIR%%/database/migrations/2023_12_30_220515_add_thumbs_albums_aspect_ratio.php +%%WWWDIR%%/database/migrations/2023_12_30_221215_add_thumbs_albums_aspect_ratio_per_album.php +%%WWWDIR%%/database/migrations/2024_01_03_154055_add_album_no_header_setting.php +%%WWWDIR%%/database/migrations/2024_01_08_155917_bump_version050003.php +%%WWWDIR%%/database/migrations/2024_01_08_163328_left_right_login_and_back.php +%%WWWDIR%%/database/migrations/2024_01_13_124937_create_oauth_credentials_table.php +%%WWWDIR%%/database/migrations/2024_01_17_101240_bump_version050100.php +%%WWWDIR%%/database/migrations/2024_01_22_121406_bump_version050101.php +%%WWWDIR%%/database/migrations/2024_01_23_190637_bump_version050102.php +%%WWWDIR%%/database/migrations/2024_01_23_192800_remove_is_public_photo_sorting.php +%%WWWDIR%%/database/migrations/2024_01_23_192814_remove_keys_and_column.php +%%WWWDIR%%/database/migrations/2024_01_23_232103_remove_album_id_from_jobhistory.php +%%WWWDIR%%/database/migrations/2024_01_24_063519_job_feedback_options.php +%%WWWDIR%%/database/migrations/2024_02_28_004535_add_header_id_col.php +%%WWWDIR%%/database/migrations/2024_04_06_165355_bump_version050200.php +%%WWWDIR%%/database/migrations/2024_04_09_121410_decrease_noise_diagnostics.php +%%WWWDIR%%/database/migrations/2024_04_14_103639_bump_version050201.php +%%WWWDIR%%/database/migrations/2024_04_19_141432_fix_license.php +%%WWWDIR%%/database/migrations/2024_04_20_132955_bump_version050202.php +%%WWWDIR%%/database/migrations/2024_04_26_201931_add_storate_disk_to_size_variants.php +%%WWWDIR%%/database/migrations/2024_04_28_135546_fix_license_again.php +%%WWWDIR%%/database/migrations/2024_04_28_172241_add_album_copyright.php +%%WWWDIR%%/database/migrations/2024_04_28_191004_bump_version050300.php +%%WWWDIR%%/database/migrations/2024_05_13_175529_config_random_thumb_smart_album.php +%%WWWDIR%%/database/migrations/2024_06_08_093403_primary_key_job_history.php +%%WWWDIR%%/database/migrations/2024_06_08_103842_add_config_display_processing_queue.php +%%WWWDIR%%/database/migrations/2024_06_08_183427_bump_version050301.php +%%WWWDIR%%/database/migrations/2024_06_10_103843_add_login_required_option.php +%%WWWDIR%%/database/migrations/2024_06_11_204410_bump_version050400.php +%%WWWDIR%%/database/migrations/2024_06_17_171051_disable_per_smart_album_config.php +%%WWWDIR%%/database/migrations/2024_06_17_172448_remove_global_disable_smart_albums.php +%%WWWDIR%%/database/migrations/2024_06_21_154247_create_user_if_not_exists_on_oauth.php +%%WWWDIR%%/database/migrations/2024_06_23_201042_enforce_login_on_gallery_only.php +%%WWWDIR%%/database/migrations/2024_06_25_153527_bump_version050500.php +%%WWWDIR%%/database/migrations/2024_07_01_231053_path_for_exiftool.php +%%WWWDIR%%/database/migrations/2024_07_03_170506_bump_version050501.php +%%WWWDIR%%/database/migrations/2024_07_06_214241_thumb_min_max_take_date_order.php +%%WWWDIR%%/database/migrations/2024_07_12_183751_add_auto_play_config.php +%%WWWDIR%%/database/migrations/2024_07_26_120007_simplify_config.php +%%WWWDIR%%/database/migrations/2024_07_29_172018_fix_settings.php +%%WWWDIR%%/database/migrations/2024_08_09_205532_white_theme.php +%%WWWDIR%%/database/migrations/2024_08_15_163203_config_low_quality_image_placeholder.php +%%WWWDIR%%/database/migrations/2024_08_31_090626_config_help_popup.php +%%WWWDIR%%/database/migrations/2024_08_31_090740_fix_description_always_hover_hidden_photo.php +%%WWWDIR%%/database/migrations/2024_09_14_143949_add_settings_level.php +%%WWWDIR%%/database/migrations/2024_09_14_153948_fix_more_descriptions.php +%%WWWDIR%%/database/migrations/2024_09_27_144741_add_supporter_fields.php +%%WWWDIR%%/database/migrations/2024_10_05_125328_add_slideshow_timeout.php +%%WWWDIR%%/database/migrations/2024_10_05_125833_lang_is_admin_setting.php +%%WWWDIR%%/database/migrations/2024_10_05_184315_bump_version060000.php +%%WWWDIR%%/database/migrations/2024_10_09_191528_image_processing_backup.php +%%WWWDIR%%/database/migrations/2024_10_09_194010_image_processing_details_and_others.php +%%WWWDIR%%/database/migrations/2024_10_10_101333_set_dropbox_disabled.php +%%WWWDIR%%/database/migrations/2024_10_11_173054_add_space_quota_per_user.php +%%WWWDIR%%/database/migrations/2024_10_11_173106_add_space_quota_configuration.php +%%WWWDIR%%/database/migrations/2024_10_13_134419_oath_group_to_users.php +%%WWWDIR%%/database/migrations/2024_10_14_104644_show_nsfw_in_smart_albums.php +%%WWWDIR%%/database/migrations/2024_10_14_104823_refine_text_enable_unsorted_smart_album.php +%%WWWDIR%%/database/migrations/2024_10_20_125449_move-socials-to-footer.php +%%WWWDIR%%/database/migrations/2024_10_20_173904_add_photo_layout_per_album.php +%%WWWDIR%%/database/migrations/2024_10_23_222857_change_header.php +%%WWWDIR%%/database/migrations/2024_10_23_225332_warning_html_content.php +%%WWWDIR%%/database/migrations/2024_10_29_184020_bump_version060001.php +%%WWWDIR%%/database/migrations/2024_10_30_064336_timeline_options.php +%%WWWDIR%%/database/migrations/2024_11_10_171126_timeline_in_albums.php +%%WWWDIR%%/database/migrations/2024_11_11_141241_remove_config_hide_nsfw_in_smart_albums_and_search.php +%%WWWDIR%%/database/migrations/2024_11_11_141334_add_hide_nsfw_smart_search_config.php +%%WWWDIR%%/database/migrations/2024_11_25_211912_bump_version060100.php +%%WWWDIR%%/database/migrations/2024_11_26_125145_improve_info_timeline.php +%%WWWDIR%%/database/migrations/2024_11_26_131136_bump_version060101.php +%%WWWDIR%%/database/migrations/2024_11_27_085119_bump_version060102.php +%%WWWDIR%%/database/migrations/2024_12_03_221445_set_number_icons_mobile.php +%%WWWDIR%%/database/migrations/2024_12_16_132422_bump_version060200.php +%%WWWDIR%%/database/migrations/2024_12_28_190150_caching_config.php +%%WWWDIR%%/database/migrations/2025_01_24_200235_add_initial_taken_at.php +%%WWWDIR%%/database/migrations/2025_01_25_210255_update_access_permissions_with_groups.php +%%WWWDIR%%/database/migrations/2025_02_02_220404_config_punch_card.php +%%WWWDIR%%/database/migrations/2025_02_06_181434_bump_version060300.php +%%WWWDIR%%/database/migrations/2025_02_15_090409_bump_version060301.php +%%WWWDIR%%/database/migrations/2025_02_16_214804_bump_version060302.php +%%WWWDIR%%/database/migrations/2025_02_17_073346_add_config_generation_bounds.php +%%WWWDIR%%/database/migrations/2025_02_17_075553_add_disable_recursive_permission_check.php +%%WWWDIR%%/database/migrations/2025_02_17_080713_more_privacy_options.php +%%WWWDIR%%/database/migrations/2025_02_21_105541_bump_version060303.php +%%WWWDIR%%/database/migrations/2025_02_27_172817_bump_version060304.php +%%WWWDIR%%/database/migrations/2025_03_01_154728_search_pagination_limit_reduction.php +%%WWWDIR%%/database/migrations/2025_03_16_100923_add-note-mod-frame.php +%%WWWDIR%%/database/migrations/2025_03_19_122649_bump_version060305.php +%%WWWDIR%%/database/migrations/2025_03_20_173343_create_config_categories_table.php +%%WWWDIR%%/database/migrations/2025_03_20_194811_set_expert_option.php +%%WWWDIR%%/database/migrations/2025_03_20_200832_expert_all_settings_options.php +%%WWWDIR%%/database/migrations/2025_03_20_214811_move_configs.php +%%WWWDIR%%/database/migrations/2025_03_23_105010_config_favourite.php +%%WWWDIR%%/database/migrations/2025_03_23_154340_bump_version060400.php +%%WWWDIR%%/database/migrations/2025_03_23_185517_bump_version060401.php +%%WWWDIR%%/database/migrations/2025_03_31_151648_create_new_category.php +%%WWWDIR%%/database/migrations/2025_03_31_160547_limit_download_options.php +%%WWWDIR%%/database/migrations/2025_04_04_075837_bump_version060402.php +%%WWWDIR%%/database/migrations/2025_04_05_121647_drop-symbolic-links.php +%%WWWDIR%%/database/migrations/2025_04_05_153533_add_secure_link_options.php +%%WWWDIR%%/database/migrations/2025_04_06_200147_portrait_landscape_landing_background.php +%%WWWDIR%%/database/migrations/2025_04_06_200737_remove_landing_background.php +%%WWWDIR%%/database/migrations/2025_04_07_211142_create_live_metrics_table.php +%%WWWDIR%%/database/migrations/2025_04_07_211144_add_stats_columns.php +%%WWWDIR%%/database/migrations/2025_04_07_211147_metrics_config.php +%%WWWDIR%%/database/migrations/2025_04_20_143503_bump_version060500.php +%%WWWDIR%%/database/migrations/2025_04_21_150310_bump_version060501.php +%%WWWDIR%%/database/migrations/2025_04_21_185527_config_description_thumbs.php +%%WWWDIR%%/database/migrations/2025_04_24_082940_bump_version060502.php +%%WWWDIR%%/database/migrations/2025_04_27_153213_fix-stats-missing.php +%%WWWDIR%%/database/migrations/2025_04_27_154319_bump_version060503.php +%%WWWDIR%%/database/migrations/2025_04_30_211901_bump_version060600.php +%%WWWDIR%%/database/migrations/2025_05_12_092724_bump_version060601.php +%%WWWDIR%%/database/migrations/2025_05_15_090030_bump_version060602.php +%%WWWDIR%%/database/migrations/2025_05_15_205936_bump_version060603.php +%%WWWDIR%%/database/migrations/2025_05_17_075632_optional-bigger-left-right-icons.php +%%WWWDIR%%/database/migrations/2025_05_25_100158_bump_version060604.php +%%WWWDIR%%/database/migrations/2025_05_26_221704_bump_version060605.php +%%WWWDIR%%/database/migrations/2025_05_27_081037_drop_legacy_id.php +%%WWWDIR%%/database/migrations/2025_05_27_081505_drop_unjustified_from_config.php +%%WWWDIR%%/database/migrations/2025_05_28_174009_add_visibility_override_smart_album.php +%%WWWDIR%%/database/migrations/2025_05_28_194147_fix_livemetrics_album_id.php +%%WWWDIR%%/database/migrations/2025_05_28_201707_create_photo_album_pivot.php +%%WWWDIR%%/database/migrations/2025_05_29_174832_add_slideshow_enabled.php +%%WWWDIR%%/database/migrations/2025_05_29_231404_user_registration_enabled.php +%%WWWDIR%%/database/migrations/2025_05_29_231905_rename_oauth_user_create_settings.php +%%WWWDIR%%/database/migrations/2025_05_30_205853_create_user_groups_table.php +%%WWWDIR%%/database/migrations/2025_05_30_210236_create_users_user_groups.php +%%WWWDIR%%/database/migrations/2025_06_03_201052_create_colours_table.php +%%WWWDIR%%/database/migrations/2025_06_03_201058_create_palettes_table.php +%%WWWDIR%%/database/migrations/2025_06_04_193132_optional_color_extraction.php +%%WWWDIR%%/database/migrations/2025_06_10_220804_user_invitation_ttl.php +%%WWWDIR%%/database/migrations/2025_06_11_122155_bump_version060606.php +%%WWWDIR%%/database/migrations/2025_06_12_115312_remove_unused_config.php +%%WWWDIR%%/database/migrations/2025_06_12_223205_bump_version060607.php +%%WWWDIR%%/database/migrations/2025_06_13_102340_home_page.php +%%WWWDIR%%/database/migrations/2025_06_13_162123_bump_version060608.php +%%WWWDIR%%/database/migrations/2025_06_14_101958_config_details_column_type.php +%%WWWDIR%%/database/migrations/2025_06_14_121958_add_flow_config.php +%%WWWDIR%%/database/migrations/2025_06_16_234348_bump_version060609.php +%%WWWDIR%%/database/migrations/2025_06_17_204426_bump_version060610.php +%%WWWDIR%%/database/migrations/2025_06_21_213119_update_sync_duplicates.php +%%WWWDIR%%/database/migrations/2025_06_23_054050_bump_version060611.php +%%WWWDIR%%/database/migrations/2025_06_24_180548_gallery_header.php +%%WWWDIR%%/database/migrations/2025_06_26_070132_bump_version060612.php +%%WWWDIR%%/database/migrations/2025_06_26_102340_parse_url_options.php +%%WWWDIR%%/database/migrations/2025_06_26_115949_bump_version060613.php +%%WWWDIR%%/database/migrations/2025_06_27_085029_bump_version060614.php +%%WWWDIR%%/database/migrations/2025_06_29_080951_create_owner.php +%%WWWDIR%%/database/migrations/2025_07_01_105450_bump_version060700.php +%%WWWDIR%%/database/migrations/TemporaryModels/MovePhotos_Photo.php +%%WWWDIR%%/database/migrations/TemporaryModels/NestedSetForAlbums_AlbumModel.php +%%WWWDIR%%/database/migrations/TemporaryModels/OptimizeTables.php +%%WWWDIR%%/database/migrations/TemporaryModels/RefactorAlbumModel_AlbumModel.php +%%WWWDIR%%/database/seeds/DatabaseSeeder.php +%%WWWDIR%%/index.php +%%WWWDIR%%/lang/ar/aspect_ratio.php +%%WWWDIR%%/lang/ar/changelogs.php +%%WWWDIR%%/lang/ar/diagnostics.php +%%WWWDIR%%/lang/ar/dialogs.php +%%WWWDIR%%/lang/ar/duplicate-finder.php +%%WWWDIR%%/lang/ar/fix-tree.php +%%WWWDIR%%/lang/ar/flow.php +%%WWWDIR%%/lang/ar/gallery.php +%%WWWDIR%%/lang/ar/jobs.php +%%WWWDIR%%/lang/ar/landing.php +%%WWWDIR%%/lang/ar/left-menu.php +%%WWWDIR%%/lang/ar/maintenance.php +%%WWWDIR%%/lang/ar/profile.php +%%WWWDIR%%/lang/ar/settings.php +%%WWWDIR%%/lang/ar/sharing.php +%%WWWDIR%%/lang/ar/statistics.php +%%WWWDIR%%/lang/ar/toasts.php +%%WWWDIR%%/lang/ar/user-groups.php +%%WWWDIR%%/lang/ar/users.php +%%WWWDIR%%/lang/cz/aspect_ratio.php +%%WWWDIR%%/lang/cz/changelogs.php +%%WWWDIR%%/lang/cz/diagnostics.php +%%WWWDIR%%/lang/cz/dialogs.php +%%WWWDIR%%/lang/cz/duplicate-finder.php +%%WWWDIR%%/lang/cz/fix-tree.php +%%WWWDIR%%/lang/cz/flow.php +%%WWWDIR%%/lang/cz/gallery.php +%%WWWDIR%%/lang/cz/jobs.php +%%WWWDIR%%/lang/cz/landing.php +%%WWWDIR%%/lang/cz/left-menu.php +%%WWWDIR%%/lang/cz/maintenance.php +%%WWWDIR%%/lang/cz/profile.php +%%WWWDIR%%/lang/cz/settings.php +%%WWWDIR%%/lang/cz/sharing.php +%%WWWDIR%%/lang/cz/statistics.php +%%WWWDIR%%/lang/cz/toasts.php +%%WWWDIR%%/lang/cz/user-groups.php +%%WWWDIR%%/lang/cz/users.php +%%WWWDIR%%/lang/de/aspect_ratio.php +%%WWWDIR%%/lang/de/changelogs.php +%%WWWDIR%%/lang/de/diagnostics.php +%%WWWDIR%%/lang/de/dialogs.php +%%WWWDIR%%/lang/de/duplicate-finder.php +%%WWWDIR%%/lang/de/fix-tree.php +%%WWWDIR%%/lang/de/flow.php +%%WWWDIR%%/lang/de/gallery.php +%%WWWDIR%%/lang/de/jobs.php +%%WWWDIR%%/lang/de/landing.php +%%WWWDIR%%/lang/de/left-menu.php +%%WWWDIR%%/lang/de/maintenance.php +%%WWWDIR%%/lang/de/profile.php +%%WWWDIR%%/lang/de/settings.php +%%WWWDIR%%/lang/de/sharing.php +%%WWWDIR%%/lang/de/statistics.php +%%WWWDIR%%/lang/de/toasts.php +%%WWWDIR%%/lang/de/user-groups.php +%%WWWDIR%%/lang/de/users.php +%%WWWDIR%%/lang/el/aspect_ratio.php +%%WWWDIR%%/lang/el/changelogs.php +%%WWWDIR%%/lang/el/diagnostics.php +%%WWWDIR%%/lang/el/dialogs.php +%%WWWDIR%%/lang/el/duplicate-finder.php +%%WWWDIR%%/lang/el/fix-tree.php +%%WWWDIR%%/lang/el/flow.php +%%WWWDIR%%/lang/el/gallery.php +%%WWWDIR%%/lang/el/jobs.php +%%WWWDIR%%/lang/el/landing.php +%%WWWDIR%%/lang/el/left-menu.php +%%WWWDIR%%/lang/el/maintenance.php +%%WWWDIR%%/lang/el/profile.php +%%WWWDIR%%/lang/el/settings.php +%%WWWDIR%%/lang/el/sharing.php +%%WWWDIR%%/lang/el/statistics.php +%%WWWDIR%%/lang/el/toasts.php +%%WWWDIR%%/lang/el/user-groups.php +%%WWWDIR%%/lang/el/users.php +%%WWWDIR%%/lang/en/aspect_ratio.php +%%WWWDIR%%/lang/en/changelogs.php +%%WWWDIR%%/lang/en/diagnostics.php +%%WWWDIR%%/lang/en/dialogs.php +%%WWWDIR%%/lang/en/duplicate-finder.php +%%WWWDIR%%/lang/en/fix-tree.php +%%WWWDIR%%/lang/en/flow.php +%%WWWDIR%%/lang/en/gallery.php +%%WWWDIR%%/lang/en/jobs.php +%%WWWDIR%%/lang/en/landing.php +%%WWWDIR%%/lang/en/left-menu.php +%%WWWDIR%%/lang/en/maintenance.php +%%WWWDIR%%/lang/en/profile.php +%%WWWDIR%%/lang/en/settings.php +%%WWWDIR%%/lang/en/sharing.php +%%WWWDIR%%/lang/en/statistics.php +%%WWWDIR%%/lang/en/toasts.php +%%WWWDIR%%/lang/en/user-groups.php +%%WWWDIR%%/lang/en/users.php +%%WWWDIR%%/lang/es/aspect_ratio.php +%%WWWDIR%%/lang/es/changelogs.php +%%WWWDIR%%/lang/es/diagnostics.php +%%WWWDIR%%/lang/es/dialogs.php +%%WWWDIR%%/lang/es/duplicate-finder.php +%%WWWDIR%%/lang/es/fix-tree.php +%%WWWDIR%%/lang/es/flow.php +%%WWWDIR%%/lang/es/gallery.php +%%WWWDIR%%/lang/es/jobs.php +%%WWWDIR%%/lang/es/landing.php +%%WWWDIR%%/lang/es/left-menu.php +%%WWWDIR%%/lang/es/maintenance.php +%%WWWDIR%%/lang/es/profile.php +%%WWWDIR%%/lang/es/settings.php +%%WWWDIR%%/lang/es/sharing.php +%%WWWDIR%%/lang/es/statistics.php +%%WWWDIR%%/lang/es/toasts.php +%%WWWDIR%%/lang/es/user-groups.php +%%WWWDIR%%/lang/es/users.php +%%WWWDIR%%/lang/fa/aspect_ratio.php +%%WWWDIR%%/lang/fa/changelogs.php +%%WWWDIR%%/lang/fa/diagnostics.php +%%WWWDIR%%/lang/fa/dialogs.php +%%WWWDIR%%/lang/fa/duplicate-finder.php +%%WWWDIR%%/lang/fa/fix-tree.php +%%WWWDIR%%/lang/fa/flow.php +%%WWWDIR%%/lang/fa/gallery.php +%%WWWDIR%%/lang/fa/jobs.php +%%WWWDIR%%/lang/fa/landing.php +%%WWWDIR%%/lang/fa/left-menu.php +%%WWWDIR%%/lang/fa/maintenance.php +%%WWWDIR%%/lang/fa/profile.php +%%WWWDIR%%/lang/fa/settings.php +%%WWWDIR%%/lang/fa/sharing.php +%%WWWDIR%%/lang/fa/statistics.php +%%WWWDIR%%/lang/fa/toasts.php +%%WWWDIR%%/lang/fa/user-groups.php +%%WWWDIR%%/lang/fa/users.php +%%WWWDIR%%/lang/fr/aspect_ratio.php +%%WWWDIR%%/lang/fr/changelogs.php +%%WWWDIR%%/lang/fr/diagnostics.php +%%WWWDIR%%/lang/fr/dialogs.php +%%WWWDIR%%/lang/fr/duplicate-finder.php +%%WWWDIR%%/lang/fr/fix-tree.php +%%WWWDIR%%/lang/fr/flow.php +%%WWWDIR%%/lang/fr/gallery.php +%%WWWDIR%%/lang/fr/jobs.php +%%WWWDIR%%/lang/fr/landing.php +%%WWWDIR%%/lang/fr/left-menu.php +%%WWWDIR%%/lang/fr/maintenance.php +%%WWWDIR%%/lang/fr/profile.php +%%WWWDIR%%/lang/fr/settings.php +%%WWWDIR%%/lang/fr/sharing.php +%%WWWDIR%%/lang/fr/statistics.php +%%WWWDIR%%/lang/fr/toasts.php +%%WWWDIR%%/lang/fr/user-groups.php +%%WWWDIR%%/lang/fr/users.php +%%WWWDIR%%/lang/hu/aspect_ratio.php +%%WWWDIR%%/lang/hu/changelogs.php +%%WWWDIR%%/lang/hu/diagnostics.php +%%WWWDIR%%/lang/hu/dialogs.php +%%WWWDIR%%/lang/hu/duplicate-finder.php +%%WWWDIR%%/lang/hu/fix-tree.php +%%WWWDIR%%/lang/hu/flow.php +%%WWWDIR%%/lang/hu/gallery.php +%%WWWDIR%%/lang/hu/jobs.php +%%WWWDIR%%/lang/hu/landing.php +%%WWWDIR%%/lang/hu/left-menu.php +%%WWWDIR%%/lang/hu/maintenance.php +%%WWWDIR%%/lang/hu/profile.php +%%WWWDIR%%/lang/hu/settings.php +%%WWWDIR%%/lang/hu/sharing.php +%%WWWDIR%%/lang/hu/statistics.php +%%WWWDIR%%/lang/hu/toasts.php +%%WWWDIR%%/lang/hu/user-groups.php +%%WWWDIR%%/lang/hu/users.php +%%WWWDIR%%/lang/it/aspect_ratio.php +%%WWWDIR%%/lang/it/changelogs.php +%%WWWDIR%%/lang/it/diagnostics.php +%%WWWDIR%%/lang/it/dialogs.php +%%WWWDIR%%/lang/it/duplicate-finder.php +%%WWWDIR%%/lang/it/fix-tree.php +%%WWWDIR%%/lang/it/flow.php +%%WWWDIR%%/lang/it/gallery.php +%%WWWDIR%%/lang/it/jobs.php +%%WWWDIR%%/lang/it/landing.php +%%WWWDIR%%/lang/it/left-menu.php +%%WWWDIR%%/lang/it/maintenance.php +%%WWWDIR%%/lang/it/profile.php +%%WWWDIR%%/lang/it/settings.php +%%WWWDIR%%/lang/it/sharing.php +%%WWWDIR%%/lang/it/statistics.php +%%WWWDIR%%/lang/it/toasts.php +%%WWWDIR%%/lang/it/user-groups.php +%%WWWDIR%%/lang/it/users.php +%%WWWDIR%%/lang/ja/aspect_ratio.php +%%WWWDIR%%/lang/ja/changelogs.php +%%WWWDIR%%/lang/ja/diagnostics.php +%%WWWDIR%%/lang/ja/dialogs.php +%%WWWDIR%%/lang/ja/duplicate-finder.php +%%WWWDIR%%/lang/ja/fix-tree.php +%%WWWDIR%%/lang/ja/flow.php +%%WWWDIR%%/lang/ja/gallery.php +%%WWWDIR%%/lang/ja/jobs.php +%%WWWDIR%%/lang/ja/landing.php +%%WWWDIR%%/lang/ja/left-menu.php +%%WWWDIR%%/lang/ja/maintenance.php +%%WWWDIR%%/lang/ja/profile.php +%%WWWDIR%%/lang/ja/settings.php +%%WWWDIR%%/lang/ja/sharing.php +%%WWWDIR%%/lang/ja/statistics.php +%%WWWDIR%%/lang/ja/toasts.php +%%WWWDIR%%/lang/ja/user-groups.php +%%WWWDIR%%/lang/ja/users.php +%%WWWDIR%%/lang/nl/aspect_ratio.php +%%WWWDIR%%/lang/nl/changelogs.php +%%WWWDIR%%/lang/nl/diagnostics.php +%%WWWDIR%%/lang/nl/dialogs.php +%%WWWDIR%%/lang/nl/duplicate-finder.php +%%WWWDIR%%/lang/nl/fix-tree.php +%%WWWDIR%%/lang/nl/flow.php +%%WWWDIR%%/lang/nl/gallery.php +%%WWWDIR%%/lang/nl/jobs.php +%%WWWDIR%%/lang/nl/landing.php +%%WWWDIR%%/lang/nl/left-menu.php +%%WWWDIR%%/lang/nl/maintenance.php +%%WWWDIR%%/lang/nl/profile.php +%%WWWDIR%%/lang/nl/settings.php +%%WWWDIR%%/lang/nl/sharing.php +%%WWWDIR%%/lang/nl/statistics.php +%%WWWDIR%%/lang/nl/toasts.php +%%WWWDIR%%/lang/nl/user-groups.php +%%WWWDIR%%/lang/nl/users.php +%%WWWDIR%%/lang/no/aspect_ratio.php +%%WWWDIR%%/lang/no/changelogs.php +%%WWWDIR%%/lang/no/diagnostics.php +%%WWWDIR%%/lang/no/dialogs.php +%%WWWDIR%%/lang/no/duplicate-finder.php +%%WWWDIR%%/lang/no/fix-tree.php +%%WWWDIR%%/lang/no/flow.php +%%WWWDIR%%/lang/no/gallery.php +%%WWWDIR%%/lang/no/jobs.php +%%WWWDIR%%/lang/no/landing.php +%%WWWDIR%%/lang/no/left-menu.php +%%WWWDIR%%/lang/no/maintenance.php +%%WWWDIR%%/lang/no/profile.php +%%WWWDIR%%/lang/no/settings.php +%%WWWDIR%%/lang/no/sharing.php +%%WWWDIR%%/lang/no/statistics.php +%%WWWDIR%%/lang/no/toasts.php +%%WWWDIR%%/lang/no/user-groups.php +%%WWWDIR%%/lang/no/users.php +%%WWWDIR%%/lang/pl/aspect_ratio.php +%%WWWDIR%%/lang/pl/changelogs.php +%%WWWDIR%%/lang/pl/diagnostics.php +%%WWWDIR%%/lang/pl/dialogs.php +%%WWWDIR%%/lang/pl/duplicate-finder.php +%%WWWDIR%%/lang/pl/fix-tree.php +%%WWWDIR%%/lang/pl/flow.php +%%WWWDIR%%/lang/pl/gallery.php +%%WWWDIR%%/lang/pl/jobs.php +%%WWWDIR%%/lang/pl/landing.php +%%WWWDIR%%/lang/pl/left-menu.php +%%WWWDIR%%/lang/pl/maintenance.php +%%WWWDIR%%/lang/pl/profile.php +%%WWWDIR%%/lang/pl/settings.php +%%WWWDIR%%/lang/pl/sharing.php +%%WWWDIR%%/lang/pl/statistics.php +%%WWWDIR%%/lang/pl/toasts.php +%%WWWDIR%%/lang/pl/user-groups.php +%%WWWDIR%%/lang/pl/users.php +%%WWWDIR%%/lang/pt/aspect_ratio.php +%%WWWDIR%%/lang/pt/changelogs.php +%%WWWDIR%%/lang/pt/diagnostics.php +%%WWWDIR%%/lang/pt/dialogs.php +%%WWWDIR%%/lang/pt/duplicate-finder.php +%%WWWDIR%%/lang/pt/fix-tree.php +%%WWWDIR%%/lang/pt/flow.php +%%WWWDIR%%/lang/pt/gallery.php +%%WWWDIR%%/lang/pt/jobs.php +%%WWWDIR%%/lang/pt/landing.php +%%WWWDIR%%/lang/pt/left-menu.php +%%WWWDIR%%/lang/pt/maintenance.php +%%WWWDIR%%/lang/pt/profile.php +%%WWWDIR%%/lang/pt/settings.php +%%WWWDIR%%/lang/pt/sharing.php +%%WWWDIR%%/lang/pt/statistics.php +%%WWWDIR%%/lang/pt/toasts.php +%%WWWDIR%%/lang/pt/user-groups.php +%%WWWDIR%%/lang/pt/users.php +%%WWWDIR%%/lang/ru/aspect_ratio.php +%%WWWDIR%%/lang/ru/changelogs.php +%%WWWDIR%%/lang/ru/diagnostics.php +%%WWWDIR%%/lang/ru/dialogs.php +%%WWWDIR%%/lang/ru/duplicate-finder.php +%%WWWDIR%%/lang/ru/fix-tree.php +%%WWWDIR%%/lang/ru/flow.php +%%WWWDIR%%/lang/ru/gallery.php +%%WWWDIR%%/lang/ru/jobs.php +%%WWWDIR%%/lang/ru/landing.php +%%WWWDIR%%/lang/ru/left-menu.php +%%WWWDIR%%/lang/ru/maintenance.php +%%WWWDIR%%/lang/ru/profile.php +%%WWWDIR%%/lang/ru/settings.php +%%WWWDIR%%/lang/ru/sharing.php +%%WWWDIR%%/lang/ru/statistics.php +%%WWWDIR%%/lang/ru/toasts.php +%%WWWDIR%%/lang/ru/user-groups.php +%%WWWDIR%%/lang/ru/users.php +%%WWWDIR%%/lang/sk/aspect_ratio.php +%%WWWDIR%%/lang/sk/changelogs.php +%%WWWDIR%%/lang/sk/diagnostics.php +%%WWWDIR%%/lang/sk/dialogs.php +%%WWWDIR%%/lang/sk/duplicate-finder.php +%%WWWDIR%%/lang/sk/fix-tree.php +%%WWWDIR%%/lang/sk/flow.php +%%WWWDIR%%/lang/sk/gallery.php +%%WWWDIR%%/lang/sk/jobs.php +%%WWWDIR%%/lang/sk/landing.php +%%WWWDIR%%/lang/sk/left-menu.php +%%WWWDIR%%/lang/sk/maintenance.php +%%WWWDIR%%/lang/sk/profile.php +%%WWWDIR%%/lang/sk/settings.php +%%WWWDIR%%/lang/sk/sharing.php +%%WWWDIR%%/lang/sk/statistics.php +%%WWWDIR%%/lang/sk/toasts.php +%%WWWDIR%%/lang/sk/user-groups.php +%%WWWDIR%%/lang/sk/users.php +%%WWWDIR%%/lang/sv/aspect_ratio.php +%%WWWDIR%%/lang/sv/changelogs.php +%%WWWDIR%%/lang/sv/diagnostics.php +%%WWWDIR%%/lang/sv/dialogs.php +%%WWWDIR%%/lang/sv/duplicate-finder.php +%%WWWDIR%%/lang/sv/fix-tree.php +%%WWWDIR%%/lang/sv/flow.php +%%WWWDIR%%/lang/sv/gallery.php +%%WWWDIR%%/lang/sv/jobs.php +%%WWWDIR%%/lang/sv/landing.php +%%WWWDIR%%/lang/sv/left-menu.php +%%WWWDIR%%/lang/sv/maintenance.php +%%WWWDIR%%/lang/sv/profile.php +%%WWWDIR%%/lang/sv/settings.php +%%WWWDIR%%/lang/sv/sharing.php +%%WWWDIR%%/lang/sv/statistics.php +%%WWWDIR%%/lang/sv/toasts.php +%%WWWDIR%%/lang/sv/user-groups.php +%%WWWDIR%%/lang/sv/users.php +%%WWWDIR%%/lang/vi/aspect_ratio.php +%%WWWDIR%%/lang/vi/changelogs.php +%%WWWDIR%%/lang/vi/diagnostics.php +%%WWWDIR%%/lang/vi/dialogs.php +%%WWWDIR%%/lang/vi/duplicate-finder.php +%%WWWDIR%%/lang/vi/fix-tree.php +%%WWWDIR%%/lang/vi/flow.php +%%WWWDIR%%/lang/vi/gallery.php +%%WWWDIR%%/lang/vi/jobs.php +%%WWWDIR%%/lang/vi/landing.php +%%WWWDIR%%/lang/vi/left-menu.php +%%WWWDIR%%/lang/vi/maintenance.php +%%WWWDIR%%/lang/vi/profile.php +%%WWWDIR%%/lang/vi/settings.php +%%WWWDIR%%/lang/vi/sharing.php +%%WWWDIR%%/lang/vi/statistics.php +%%WWWDIR%%/lang/vi/toasts.php +%%WWWDIR%%/lang/vi/user-groups.php +%%WWWDIR%%/lang/vi/users.php +%%WWWDIR%%/lang/zh_CN/aspect_ratio.php +%%WWWDIR%%/lang/zh_CN/changelogs.php +%%WWWDIR%%/lang/zh_CN/diagnostics.php +%%WWWDIR%%/lang/zh_CN/dialogs.php +%%WWWDIR%%/lang/zh_CN/duplicate-finder.php +%%WWWDIR%%/lang/zh_CN/fix-tree.php +%%WWWDIR%%/lang/zh_CN/flow.php +%%WWWDIR%%/lang/zh_CN/gallery.php +%%WWWDIR%%/lang/zh_CN/jobs.php +%%WWWDIR%%/lang/zh_CN/landing.php +%%WWWDIR%%/lang/zh_CN/left-menu.php +%%WWWDIR%%/lang/zh_CN/maintenance.php +%%WWWDIR%%/lang/zh_CN/profile.php +%%WWWDIR%%/lang/zh_CN/settings.php +%%WWWDIR%%/lang/zh_CN/sharing.php +%%WWWDIR%%/lang/zh_CN/statistics.php +%%WWWDIR%%/lang/zh_CN/toasts.php +%%WWWDIR%%/lang/zh_CN/user-groups.php +%%WWWDIR%%/lang/zh_CN/users.php +%%WWWDIR%%/lang/zh_TW/aspect_ratio.php +%%WWWDIR%%/lang/zh_TW/changelogs.php +%%WWWDIR%%/lang/zh_TW/diagnostics.php +%%WWWDIR%%/lang/zh_TW/dialogs.php +%%WWWDIR%%/lang/zh_TW/duplicate-finder.php +%%WWWDIR%%/lang/zh_TW/fix-tree.php +%%WWWDIR%%/lang/zh_TW/flow.php +%%WWWDIR%%/lang/zh_TW/gallery.php +%%WWWDIR%%/lang/zh_TW/jobs.php +%%WWWDIR%%/lang/zh_TW/landing.php +%%WWWDIR%%/lang/zh_TW/left-menu.php +%%WWWDIR%%/lang/zh_TW/maintenance.php +%%WWWDIR%%/lang/zh_TW/profile.php +%%WWWDIR%%/lang/zh_TW/settings.php +%%WWWDIR%%/lang/zh_TW/sharing.php +%%WWWDIR%%/lang/zh_TW/statistics.php +%%WWWDIR%%/lang/zh_TW/toasts.php +%%WWWDIR%%/lang/zh_TW/user-groups.php +%%WWWDIR%%/lang/zh_TW/users.php +%%WWWDIR%%/public/.htaccess +%%WWWDIR%%/public/.user.ini +%%WWWDIR%%/public/build/assets/@lychee-org-CcYfPfz8.js +%%WWWDIR%%/public/build/assets/@lychee-org-D63ESn99.css +%%WWWDIR%%/public/build/assets/@primeuix-FuQAsEox.js +%%WWWDIR%%/public/build/assets/@primevue-BaMz52Kl.js +%%WWWDIR%%/public/build/assets/@sidsbrmnn-DQhBXYP8.js +%%WWWDIR%%/public/build/assets/@vue-Bf7e1FJA.js +%%WWWDIR%%/public/build/assets/@vueuse-BtS5UOhc.js +%%WWWDIR%%/public/build/assets/ChangeLogs-CiRUlhU1.js +%%WWWDIR%%/public/build/assets/Diagnostics-CIuxTfP4.js +%%WWWDIR%%/public/build/assets/DuplicatesFinder-CsceEKv2.js +%%WWWDIR%%/public/build/assets/Favourites-Cq7ljaN4.js +%%WWWDIR%%/public/build/assets/Fieldset.vue_vue_type_script_setup_true_lang-CiPYX-Zr.js +%%WWWDIR%%/public/build/assets/FixTree-BTxkxasm.css +%%WWWDIR%%/public/build/assets/FixTree-CP-K04H9.js +%%WWWDIR%%/public/build/assets/Flow-BDUO-R1v.css +%%WWWDIR%%/public/build/assets/Flow-C7g9cpGy.js +%%WWWDIR%%/public/build/assets/Frame-DwTDOZwK.js +%%WWWDIR%%/public/build/assets/Home-D-zVlV3L.js +%%WWWDIR%%/public/build/assets/Jobs-Cwdt1-xe.js +%%WWWDIR%%/public/build/assets/Landing-Bguoj1aq.js +%%WWWDIR%%/public/build/assets/Landing-CSGny3b_.css +%%WWWDIR%%/public/build/assets/LoginPage-aFmHm5U_.js +%%WWWDIR%%/public/build/assets/Maintenance-CMWPNDP4.css +%%WWWDIR%%/public/build/assets/Maintenance-DpL4W0iC.js +%%WWWDIR%%/public/build/assets/Map-CFo7H1H4.js +%%WWWDIR%%/public/build/assets/Permissions-Bbzd5EnF.js +%%WWWDIR%%/public/build/assets/Profile-p4hMii-t.js +%%WWWDIR%%/public/build/assets/RegisterPage-xG5p6emK.js +%%WWWDIR%%/public/build/assets/Search-CFculH5J.js +%%WWWDIR%%/public/build/assets/Settings-BQuUzEiB.js +%%WWWDIR%%/public/build/assets/Settings-CkdxQLN1.css +%%WWWDIR%%/public/build/assets/Sharing-1FTTJLeT.js +%%WWWDIR%%/public/build/assets/Statistics-2zJ5Aa4M.js +%%WWWDIR%%/public/build/assets/UserGroups-dTNTANlX.js +%%WWWDIR%%/public/build/assets/Users-DJjRvMwY.js +%%WWWDIR%%/public/build/assets/_plugin-vue_export-helper-DlAUqK2U.js +%%WWWDIR%%/public/build/assets/app-9OPAGAuv.css +%%WWWDIR%%/public/build/assets/app-CDsjDn3o.css +%%WWWDIR%%/public/build/assets/app-CYlHTljr.js +%%WWWDIR%%/public/build/assets/axios-Dq7h7Pqt.js +%%WWWDIR%%/public/build/assets/axios-cache-interceptor-CJ3_65Wf.js +%%WWWDIR%%/public/build/assets/birpc-l0sNRNKZ.js +%%WWWDIR%%/public/build/assets/cache-parser-DXYp_BCq.js +%%WWWDIR%%/public/build/assets/camera-BaXRPopS.png +%%WWWDIR%%/public/build/assets/deep-pick-omit-CegYQlcN.js +%%WWWDIR%%/public/build/assets/destr-BPvN1X9m.js +%%WWWDIR%%/public/build/assets/diagnostics-service-DijfbVrz.js +%%WWWDIR%%/public/build/assets/dijkstrajs-C00ieaqj.js +%%WWWDIR%%/public/build/assets/fa-brands-400-D1LuMI3I.ttf +%%WWWDIR%%/public/build/assets/fa-brands-400-D_cYUPeE.woff2 +%%WWWDIR%%/public/build/assets/fa-regular-400-BjRzuEpd.woff2 +%%WWWDIR%%/public/build/assets/fa-regular-400-DZaxPHgR.ttf +%%WWWDIR%%/public/build/assets/fa-solid-900-CTAAxXor.woff2 +%%WWWDIR%%/public/build/assets/fa-solid-900-D0aA9rwL.ttf +%%WWWDIR%%/public/build/assets/fa-v4compatibility-C9RhG_FT.woff2 +%%WWWDIR%%/public/build/assets/fa-v4compatibility-CCth-dXg.ttf +%%WWWDIR%%/public/build/assets/fast-defer-9MI9za_P.js +%%WWWDIR%%/public/build/assets/focal-C4fvdwTP.png +%%WWWDIR%%/public/build/assets/hookable-l0sNRNKZ.js +%%WWWDIR%%/public/build/assets/iso-CHofWnpN.png +%%WWWDIR%%/public/build/assets/justified-layout-1UKsdMGj.js +%%WWWDIR%%/public/build/assets/laravel-vue-i18n-Qu6V8W23.js +%%WWWDIR%%/public/build/assets/layers-2x-Bpkbi35X.png +%%WWWDIR%%/public/build/assets/layers-BWBAp2CZ.png +%%WWWDIR%%/public/build/assets/leaflet-B16DWo85.js +%%WWWDIR%%/public/build/assets/leaflet-CqzSHIH7.css +%%WWWDIR%%/public/build/assets/leaflet-gpx-TgcNmIV-.js +%%WWWDIR%%/public/build/assets/leaflet-rotatedmarker-roe_HPmI.js +%%WWWDIR%%/public/build/assets/leaflet.markercluster-CQ4sI09g.js +%%WWWDIR%%/public/build/assets/lens-Dbv5FDEG.png +%%WWWDIR%%/public/build/assets/marker-icon-hN30_KVU.png +%%WWWDIR%%/public/build/assets/object-code-SBtdq8jY.js +%%WWWDIR%%/public/build/assets/perfect-debounce-l0sNRNKZ.js +%%WWWDIR%%/public/build/assets/php_ar-dgZOx6zh.js +%%WWWDIR%%/public/build/assets/php_cz-BENe5U-I.js +%%WWWDIR%%/public/build/assets/php_de-COIHCm9w.js +%%WWWDIR%%/public/build/assets/php_el-BENe5U-I.js +%%WWWDIR%%/public/build/assets/php_en-BdLnlBeU.js +%%WWWDIR%%/public/build/assets/php_es-bJT_dbRo.js +%%WWWDIR%%/public/build/assets/php_fa-BO_rTjbd.js +%%WWWDIR%%/public/build/assets/php_fr-apNQOPOY.js +%%WWWDIR%%/public/build/assets/php_hu-BgAnARtt.js +%%WWWDIR%%/public/build/assets/php_it-BENe5U-I.js +%%WWWDIR%%/public/build/assets/php_ja-DrwoF30a.js +%%WWWDIR%%/public/build/assets/php_nl-BXq6D8MS.js +%%WWWDIR%%/public/build/assets/php_no-OvQ8iIi8.js +%%WWWDIR%%/public/build/assets/php_pl-aS_2U_Ci.js +%%WWWDIR%%/public/build/assets/php_pt-BENe5U-I.js +%%WWWDIR%%/public/build/assets/php_ru-CgYyY7pO.js +%%WWWDIR%%/public/build/assets/php_sk-BENe5U-I.js +%%WWWDIR%%/public/build/assets/php_sv-BENe5U-I.js +%%WWWDIR%%/public/build/assets/php_vi-BENe5U-I.js +%%WWWDIR%%/public/build/assets/php_zh_CN-BMg3yY3E.js +%%WWWDIR%%/public/build/assets/php_zh_TW-BENe5U-I.js +%%WWWDIR%%/public/build/assets/pinia-BVayYkVO.js +%%WWWDIR%%/public/build/assets/pinia-plugin-persistedstate-BuM6D3kL.js +%%WWWDIR%%/public/build/assets/primeicons-C6QP2o4f.woff2 +%%WWWDIR%%/public/build/assets/primeicons-DMOk5skT.eot +%%WWWDIR%%/public/build/assets/primeicons-Dr5RGzOO.svg +%%WWWDIR%%/public/build/assets/primeicons-MpK4pl85.ttf +%%WWWDIR%%/public/build/assets/primeicons-WjwUDZjB.woff +%%WWWDIR%%/public/build/assets/primevue-DtUKXkx6.js +%%WWWDIR%%/public/build/assets/profile-service-anGQR7dc.js +%%WWWDIR%%/public/build/assets/qrcode-B3tOMrWf.js +%%WWWDIR%%/public/build/assets/roboto-v29-300-HpPPlWdz.woff2 +%%WWWDIR%%/public/build/assets/roboto-v29-400-ZS8w50yb.woff2 +%%WWWDIR%%/public/build/assets/roboto-v29-700-DlldiKhv.woff2 +%%WWWDIR%%/public/build/assets/socials-DgvesqJu.ttf +%%WWWDIR%%/public/build/assets/socials-DvUvLdHp.eot +%%WWWDIR%%/public/build/assets/socials-O1lUlTq1.svg +%%WWWDIR%%/public/build/assets/socials-XACeQ0nT.woff +%%WWWDIR%%/public/build/assets/sprintf-js-D7DtBTRn.js +%%WWWDIR%%/public/build/assets/vue-C2cMydZB.js +%%WWWDIR%%/public/build/assets/vue-collapsed-BjXSUHBS.js +%%WWWDIR%%/public/build/assets/vue-router-CKUI0Twr.js +%%WWWDIR%%/public/build/manifest.json +%%WWWDIR%%/public/dist/cat.webp +%%WWWDIR%%/public/dist/custom.js +%%WWWDIR%%/public/dist/fonts/socials.eot +%%WWWDIR%%/public/dist/fonts/socials.svg +%%WWWDIR%%/public/dist/fonts/socials.ttf +%%WWWDIR%%/public/dist/fonts/socials.woff +%%WWWDIR%%/public/dist/user.css +%%WWWDIR%%/public/favicon.ico +%%WWWDIR%%/public/img/apple-touch-icon-ipad.png +%%WWWDIR%%/public/img/apple-touch-icon-iphone-plus.png +%%WWWDIR%%/public/img/apple-touch-icon-iphone.png +%%WWWDIR%%/public/img/layers-2x.png +%%WWWDIR%%/public/img/layers.png +%%WWWDIR%%/public/img/live-photo-icon.png +%%WWWDIR%%/public/img/marker-icon-2x.png +%%WWWDIR%%/public/img/marker-icon.png +%%WWWDIR%%/public/img/marker-shadow.png +%%WWWDIR%%/public/img/no_cover.svg +%%WWWDIR%%/public/img/no_images.svg +%%WWWDIR%%/public/img/noise.png +%%WWWDIR%%/public/img/password.svg +%%WWWDIR%%/public/img/placeholder.png +%%WWWDIR%%/public/img/play-icon.png +%%WWWDIR%%/public/img/view-angle-icon-2x.png +%%WWWDIR%%/public/img/view-angle-icon.png +%%WWWDIR%%/public/index.php +%%WWWDIR%%/public/installer/assets/css/style.css +%%WWWDIR%%/public/installer/assets/fonts/fontawesome-webfont.eot +%%WWWDIR%%/public/installer/assets/fonts/fontawesome-webfont.svg +%%WWWDIR%%/public/installer/assets/fonts/fontawesome-webfont.ttf +%%WWWDIR%%/public/installer/assets/fonts/fontawesome-webfont.woff +%%WWWDIR%%/public/installer/assets/fonts/fontawesome-webfont.woff2 +%%WWWDIR%%/public/installer/assets/img/background.png +%%WWWDIR%%/public/installer/assets/img/favicon/favicon-16x16.png +%%WWWDIR%%/public/installer/assets/img/favicon/favicon-32x32.png +%%WWWDIR%%/public/installer/assets/img/favicon/favicon-96x96.png +%%WWWDIR%%/public/robots.txt +%%WWWDIR%%/public/uploads/import/index.html +%%WWWDIR%%/public/vendor/log-viewer/app.css +%%WWWDIR%%/public/vendor/log-viewer/app.js +%%WWWDIR%%/public/vendor/log-viewer/app.js.LICENSE.txt +%%WWWDIR%%/public/vendor/log-viewer/img/log-viewer-128.png +%%WWWDIR%%/public/vendor/log-viewer/img/log-viewer-32.png +%%WWWDIR%%/public/vendor/log-viewer/img/log-viewer-64.png +%%WWWDIR%%/public/vendor/log-viewer/mix-manifest.json +%%WWWDIR%%/public/web.config +%%WWWDIR%%/resources/fonts/roboto-v29-300.woff2 +%%WWWDIR%%/resources/fonts/roboto-v29-400.woff2 +%%WWWDIR%%/resources/fonts/roboto-v29-700.woff2 +%%WWWDIR%%/resources/fonts/socials.eot +%%WWWDIR%%/resources/fonts/socials.svg +%%WWWDIR%%/resources/fonts/socials.ttf +%%WWWDIR%%/resources/fonts/socials.woff +%%WWWDIR%%/resources/img/icons/camera.png +%%WWWDIR%%/resources/img/icons/focal.png +%%WWWDIR%%/resources/img/icons/iso.png +%%WWWDIR%%/resources/img/icons/lens.png +%%WWWDIR%%/resources/img/noise.png +%%WWWDIR%%/resources/js/app.ts +%%WWWDIR%%/resources/js/components/diagnostics/ConfigurationsDiagnostics.vue +%%WWWDIR%%/resources/js/components/diagnostics/ErrorsDiagnostics.vue +%%WWWDIR%%/resources/js/components/diagnostics/InfoDiagnostics.vue +%%WWWDIR%%/resources/js/components/diagnostics/SpaceDiagnostics.vue +%%WWWDIR%%/resources/js/components/drawers/AlbumEdit.vue +%%WWWDIR%%/resources/js/components/drawers/AlbumStatistics.vue +%%WWWDIR%%/resources/js/components/drawers/LiveMetrics.vue +%%WWWDIR%%/resources/js/components/drawers/PhotoDetails.vue +%%WWWDIR%%/resources/js/components/drawers/PhotoEdit.vue +%%WWWDIR%%/resources/js/components/drawers/StatTable.vue +%%WWWDIR%%/resources/js/components/footers/GalleryFooter.vue +%%WWWDIR%%/resources/js/components/footers/LandingFooter.vue +%%WWWDIR%%/resources/js/components/forms/album/AlbumCreateDialog.vue +%%WWWDIR%%/resources/js/components/forms/album/AlbumCreateShareDialog.vue +%%WWWDIR%%/resources/js/components/forms/album/AlbumCreateTagDialog.vue +%%WWWDIR%%/resources/js/components/forms/album/AlbumDelete.vue +%%WWWDIR%%/resources/js/components/forms/album/AlbumMove.vue +%%WWWDIR%%/resources/js/components/forms/album/AlbumProperties.vue +%%WWWDIR%%/resources/js/components/forms/album/AlbumShare.vue +%%WWWDIR%%/resources/js/components/forms/album/AlbumTransfer.vue +%%WWWDIR%%/resources/js/components/forms/album/AlbumVisibility.vue +%%WWWDIR%%/resources/js/components/forms/album/ConfirmSharingDialog.vue +%%WWWDIR%%/resources/js/components/forms/album/SearchTargetAlbum.vue +%%WWWDIR%%/resources/js/components/forms/album/SearchTargetUser.vue +%%WWWDIR%%/resources/js/components/forms/album/Unlock.vue +%%WWWDIR%%/resources/js/components/forms/auth/LoginForm.vue +%%WWWDIR%%/resources/js/components/forms/basic/Fieldset.vue +%%WWWDIR%%/resources/js/components/forms/basic/InputPassword.vue +%%WWWDIR%%/resources/js/components/forms/basic/InputText.vue +%%WWWDIR%%/resources/js/components/forms/basic/Password.vue +%%WWWDIR%%/resources/js/components/forms/basic/Textarea.vue +%%WWWDIR%%/resources/js/components/forms/gallery-dialogs/AlbumMergeDialog.vue +%%WWWDIR%%/resources/js/components/forms/gallery-dialogs/DeleteDialog.vue +%%WWWDIR%%/resources/js/components/forms/gallery-dialogs/MoveDialog.vue +%%WWWDIR%%/resources/js/components/forms/gallery-dialogs/RenameDialog.vue +%%WWWDIR%%/resources/js/components/forms/group/AddUserGroupModal.vue +%%WWWDIR%%/resources/js/components/forms/photo/PhotoCopyDialog.vue +%%WWWDIR%%/resources/js/components/forms/photo/PhotoTagDialog.vue +%%WWWDIR%%/resources/js/components/forms/profile/ApiToken.vue +%%WWWDIR%%/resources/js/components/forms/profile/SetLogin.vue +%%WWWDIR%%/resources/js/components/forms/profile/SetOauth.vue +%%WWWDIR%%/resources/js/components/forms/profile/SetSecondFactor.vue +%%WWWDIR%%/resources/js/components/forms/profile/SetSecondFactorLine.vue +%%WWWDIR%%/resources/js/components/forms/search/SearchBox.vue +%%WWWDIR%%/resources/js/components/forms/settings/BoolField.vue +%%WWWDIR%%/resources/js/components/forms/settings/NumberField.vue +%%WWWDIR%%/resources/js/components/forms/settings/OldField.vue +%%WWWDIR%%/resources/js/components/forms/settings/ResetField.vue +%%WWWDIR%%/resources/js/components/forms/settings/SelectField.vue +%%WWWDIR%%/resources/js/components/forms/settings/SelectLang.vue +%%WWWDIR%%/resources/js/components/forms/settings/SelectOptionsField.vue +%%WWWDIR%%/resources/js/components/forms/settings/SliderField.vue +%%WWWDIR%%/resources/js/components/forms/settings/StringField.vue +%%WWWDIR%%/resources/js/components/forms/settings/ZipSliderField.vue +%%WWWDIR%%/resources/js/components/forms/sharing/BulkSharingModal.vue +%%WWWDIR%%/resources/js/components/forms/sharing/CreateSharing.vue +%%WWWDIR%%/resources/js/components/forms/sharing/ShareLine.vue +%%WWWDIR%%/resources/js/components/forms/upload/DropBoxChooser.vue +%%WWWDIR%%/resources/js/components/forms/upload/UploadingLine.vue +%%WWWDIR%%/resources/js/components/forms/users/CreateEditUser.vue +%%WWWDIR%%/resources/js/components/forms/users/ListUser.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/AlbumHero.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/AlbumPanel.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/AlbumStatistics.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/AlbumThumbPanel.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/AlbumThumbPanelList.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/PhotoThumbPanel.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/PhotoThumbPanelControl.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/PhotoThumbPanelList.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/SensitiveWarning.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/thumbs/AlbumThumb.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/thumbs/AlbumThumbDecorations.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/thumbs/AlbumThumbImage.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/thumbs/AlbumThumbOverlay.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/thumbs/PhotoThumb.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/thumbs/ThumbBadge.vue +%%WWWDIR%%/resources/js/components/gallery/albumModule/thumbs/ThumbFavourite.vue +%%WWWDIR%%/resources/js/components/gallery/flowModule/AlbumCard.vue +%%WWWDIR%%/resources/js/components/gallery/flowModule/Blur.vue +%%WWWDIR%%/resources/js/components/gallery/flowModule/CarouselImages.vue +%%WWWDIR%%/resources/js/components/gallery/flowModule/HeaderImage.vue +%%WWWDIR%%/resources/js/components/gallery/flowModule/LigtBox.vue +%%WWWDIR%%/resources/js/components/gallery/flowModule/TopImages.vue +%%WWWDIR%%/resources/js/components/gallery/photoModule/ColourSquare.vue +%%WWWDIR%%/resources/js/components/gallery/photoModule/Dock.vue +%%WWWDIR%%/resources/js/components/gallery/photoModule/DockButton.vue +%%WWWDIR%%/resources/js/components/gallery/photoModule/MapInclude.vue +%%WWWDIR%%/resources/js/components/gallery/photoModule/NextPrevious.vue +%%WWWDIR%%/resources/js/components/gallery/photoModule/Overlay.vue +%%WWWDIR%%/resources/js/components/gallery/photoModule/PhotoBox.vue +%%WWWDIR%%/resources/js/components/gallery/photoModule/PhotoPanel.vue +%%WWWDIR%%/resources/js/components/gallery/searchModule/ResultPanel.vue +%%WWWDIR%%/resources/js/components/gallery/searchModule/SearchPanel.vue +%%WWWDIR%%/resources/js/components/headers/AlbumHeader.vue +%%WWWDIR%%/resources/js/components/headers/AlbumsHeader.vue +%%WWWDIR%%/resources/js/components/headers/BackLinkButton.vue +%%WWWDIR%%/resources/js/components/headers/GoBack.vue +%%WWWDIR%%/resources/js/components/headers/OpenLeftMenu.vue +%%WWWDIR%%/resources/js/components/headers/PhotoHeader.vue +%%WWWDIR%%/resources/js/components/headers/SearchHeader.vue +%%WWWDIR%%/resources/js/components/icons/MiniIcon.vue +%%WWWDIR%%/resources/js/components/icons/PiMiniIcon.vue +%%WWWDIR%%/resources/js/components/icons/SETag.vue +%%WWWDIR%%/resources/js/components/loading/LoadingProgress.vue +%%WWWDIR%%/resources/js/components/maintenance/DuplicateLine.vue +%%WWWDIR%%/resources/js/components/maintenance/FixTreeLine.vue +%%WWWDIR%%/resources/js/components/maintenance/MaintenanceCleaning.vue +%%WWWDIR%%/resources/js/components/maintenance/MaintenanceDuplicateChecker.vue +%%WWWDIR%%/resources/js/components/maintenance/MaintenanceFilesize.vue +%%WWWDIR%%/resources/js/components/maintenance/MaintenanceFixJobs.vue +%%WWWDIR%%/resources/js/components/maintenance/MaintenanceFixTree.vue +%%WWWDIR%%/resources/js/components/maintenance/MaintenanceFlushCache.vue +%%WWWDIR%%/resources/js/components/maintenance/MaintenanceGenSizevariants.vue +%%WWWDIR%%/resources/js/components/maintenance/MaintenanceMissingPalettes.vue +%%WWWDIR%%/resources/js/components/maintenance/MaintenanceOptimize.vue +%%WWWDIR%%/resources/js/components/maintenance/MaintenanceUpdate.vue +%%WWWDIR%%/resources/js/components/maintenance/StatisticsIntegrity.vue +%%WWWDIR%%/resources/js/components/maintenance/mini/LeftWarn.vue +%%WWWDIR%%/resources/js/components/maintenance/mini/RightWarn.vue +%%WWWDIR%%/resources/js/components/modals/AboutLychee.vue +%%WWWDIR%%/resources/js/components/modals/DownloadPhoto.vue +%%WWWDIR%%/resources/js/components/modals/DropBox.vue +%%WWWDIR%%/resources/js/components/modals/ImportFromLink.vue +%%WWWDIR%%/resources/js/components/modals/InviteUser.vue +%%WWWDIR%%/resources/js/components/modals/KeybindingsHelp.vue +%%WWWDIR%%/resources/js/components/modals/LoginModal.vue +%%WWWDIR%%/resources/js/components/modals/RegisterLychee.vue +%%WWWDIR%%/resources/js/components/modals/SessionExpiredReload.vue +%%WWWDIR%%/resources/js/components/modals/ShareAlbum.vue +%%WWWDIR%%/resources/js/components/modals/UploadPanel.vue +%%WWWDIR%%/resources/js/components/modals/WebauthnModal.vue +%%WWWDIR%%/resources/js/components/settings/AllSettings.vue +%%WWWDIR%%/resources/js/components/settings/ConfigGroup.vue +%%WWWDIR%%/resources/js/components/settings/ConfirmSave.vue +%%WWWDIR%%/resources/js/components/settings/CssJs.vue +%%WWWDIR%%/resources/js/components/settings/General.vue +%%WWWDIR%%/resources/js/components/statistics/Activity.vue +%%WWWDIR%%/resources/js/components/statistics/AlbumsTable.vue +%%WWWDIR%%/resources/js/components/statistics/PunchCard.vue +%%WWWDIR%%/resources/js/components/statistics/PunchCardCaption.vue +%%WWWDIR%%/resources/js/components/statistics/SizeVariantMeter.vue +%%WWWDIR%%/resources/js/components/statistics/TotalCard.vue +%%WWWDIR%%/resources/js/composables/album/albumRefresher.ts +%%WWWDIR%%/resources/js/composables/album/albumStatistics.ts +%%WWWDIR%%/resources/js/composables/album/albumsRefresher.ts +%%WWWDIR%%/resources/js/composables/album/photoActions.ts +%%WWWDIR%%/resources/js/composables/album/scrollable.ts +%%WWWDIR%%/resources/js/composables/album/splitter.ts +%%WWWDIR%%/resources/js/composables/album/treeOperations.ts +%%WWWDIR%%/resources/js/composables/album/uploadEvents.ts +%%WWWDIR%%/resources/js/composables/contextMenus/contextMenu.ts +%%WWWDIR%%/resources/js/composables/contextMenus/contextMenuAlbumAdd.ts +%%WWWDIR%%/resources/js/composables/contextMenus/contextMenuAlbumsAdd.ts +%%WWWDIR%%/resources/js/composables/contextMenus/leftMenu.ts +%%WWWDIR%%/resources/js/composables/modalsTriggers/galleryModals.ts +%%WWWDIR%%/resources/js/composables/photo/albumRoute.ts +%%WWWDIR%%/resources/js/composables/photo/basePhoto.ts +%%WWWDIR%%/resources/js/composables/photo/getNextPreviousPhoto.ts +%%WWWDIR%%/resources/js/composables/photo/hasNextPreviousPhoto.ts +%%WWWDIR%%/resources/js/composables/photo/hasRefresher.ts +%%WWWDIR%%/resources/js/composables/photo/photoRoute.ts +%%WWWDIR%%/resources/js/composables/photo/slideshow.ts +%%WWWDIR%%/resources/js/composables/preview/getPreviewInfo.ts +%%WWWDIR%%/resources/js/composables/search/searchComputed.ts +%%WWWDIR%%/resources/js/composables/search/searchRefresher.ts +%%WWWDIR%%/resources/js/composables/selections/selections.ts +%%WWWDIR%%/resources/js/config/axios-config.ts +%%WWWDIR%%/resources/js/config/constants.ts +%%WWWDIR%%/resources/js/config/csrf-getter.ts +%%WWWDIR%%/resources/js/layouts/PhotoLayout.ts +%%WWWDIR%%/resources/js/layouts/getWidth.ts +%%WWWDIR%%/resources/js/layouts/types.d.ts +%%WWWDIR%%/resources/js/layouts/useGrid.ts +%%WWWDIR%%/resources/js/layouts/useJustify.ts +%%WWWDIR%%/resources/js/layouts/useMasonry.ts +%%WWWDIR%%/resources/js/layouts/useSquare.ts +%%WWWDIR%%/resources/js/lychee.d.ts +%%WWWDIR%%/resources/js/menus/LeftMenu.vue +%%WWWDIR%%/resources/js/router/routes.ts +%%WWWDIR%%/resources/js/services/album-service.ts +%%WWWDIR%%/resources/js/services/auth-service.ts +%%WWWDIR%%/resources/js/services/constants.ts +%%WWWDIR%%/resources/js/services/diagnostics-service.ts +%%WWWDIR%%/resources/js/services/flow-service.ts +%%WWWDIR%%/resources/js/services/init-service.ts +%%WWWDIR%%/resources/js/services/jobs-service.ts +%%WWWDIR%%/resources/js/services/maintenance-service.ts +%%WWWDIR%%/resources/js/services/metrics-service.ts +%%WWWDIR%%/resources/js/services/oauth-service.ts +%%WWWDIR%%/resources/js/services/photo-service.ts +%%WWWDIR%%/resources/js/services/profile-service.ts +%%WWWDIR%%/resources/js/services/search-service.ts +%%WWWDIR%%/resources/js/services/settings-service.ts +%%WWWDIR%%/resources/js/services/sharing-service.ts +%%WWWDIR%%/resources/js/services/sidebar-map.ts +%%WWWDIR%%/resources/js/services/statistics-service.ts +%%WWWDIR%%/resources/js/services/upload-service.ts +%%WWWDIR%%/resources/js/services/user-group-service.ts +%%WWWDIR%%/resources/js/services/user-management-service.ts +%%WWWDIR%%/resources/js/services/users-service.ts +%%WWWDIR%%/resources/js/services/webauthn-service.ts +%%WWWDIR%%/resources/js/shims-vue.d.ts +%%WWWDIR%%/resources/js/stores/Auth.ts +%%WWWDIR%%/resources/js/stores/FavouriteState.ts +%%WWWDIR%%/resources/js/stores/FlowState.ts +%%WWWDIR%%/resources/js/stores/LeftMenuState.ts +%%WWWDIR%%/resources/js/stores/LycheeState.ts +%%WWWDIR%%/resources/js/stores/ModalsState.ts +%%WWWDIR%%/resources/js/style/preset-full.ts +%%WWWDIR%%/resources/js/style/preset.ts +%%WWWDIR%%/resources/js/utils/Helpers.ts +%%WWWDIR%%/resources/js/utils/StatsSizeVariantToColours.ts +%%WWWDIR%%/resources/js/utils/keybindings-utils.ts +%%WWWDIR%%/resources/js/vendor/webauthn/webauthn.ts +%%WWWDIR%%/resources/js/views/App.vue +%%WWWDIR%%/resources/js/views/ChangeLogs.vue +%%WWWDIR%%/resources/js/views/Diagnostics.vue +%%WWWDIR%%/resources/js/views/DuplicatesFinder.vue +%%WWWDIR%%/resources/js/views/Error.vue +%%WWWDIR%%/resources/js/views/FixTree.vue +%%WWWDIR%%/resources/js/views/Home.vue +%%WWWDIR%%/resources/js/views/Jobs.vue +%%WWWDIR%%/resources/js/views/Landing.vue +%%WWWDIR%%/resources/js/views/LoginPage.vue +%%WWWDIR%%/resources/js/views/Maintenance.vue +%%WWWDIR%%/resources/js/views/Permissions.vue +%%WWWDIR%%/resources/js/views/Profile.vue +%%WWWDIR%%/resources/js/views/RegisterPage.vue +%%WWWDIR%%/resources/js/views/Settings.vue +%%WWWDIR%%/resources/js/views/Sharing.vue +%%WWWDIR%%/resources/js/views/Statistics.vue +%%WWWDIR%%/resources/js/views/UserGroups.vue +%%WWWDIR%%/resources/js/views/Users.vue +%%WWWDIR%%/resources/js/views/gallery-panels/Album.vue +%%WWWDIR%%/resources/js/views/gallery-panels/Albums.vue +%%WWWDIR%%/resources/js/views/gallery-panels/Favourites.vue +%%WWWDIR%%/resources/js/views/gallery-panels/Flow.vue +%%WWWDIR%%/resources/js/views/gallery-panels/Frame.vue +%%WWWDIR%%/resources/js/views/gallery-panels/Map.vue +%%WWWDIR%%/resources/js/views/gallery-panels/Search.vue +%%WWWDIR%%/resources/js/vite-env.d.ts +%%WWWDIR%%/resources/sass/app.css +%%WWWDIR%%/resources/sass/fonts.css +%%WWWDIR%%/resources/views/components/meta.blade.php +%%WWWDIR%%/resources/views/components/warning-misconfiguration.blade.php +%%WWWDIR%%/resources/views/emails/photos-added.blade.php +%%WWWDIR%%/resources/views/error/error.blade.php +%%WWWDIR%%/resources/views/error/v1-is-dead.blade.php +%%WWWDIR%%/resources/views/health-up.blade.php +%%WWWDIR%%/resources/views/includes/footer.blade.php +%%WWWDIR%%/resources/views/includes/svg.blade.php +%%WWWDIR%%/resources/views/install/env.blade.php +%%WWWDIR%%/resources/views/install/migrate.blade.php +%%WWWDIR%%/resources/views/install/permissions.blade.php +%%WWWDIR%%/resources/views/install/requirements.blade.php +%%WWWDIR%%/resources/views/install/setup-admin.blade.php +%%WWWDIR%%/resources/views/install/setup-success.blade.php +%%WWWDIR%%/resources/views/install/view.blade.php +%%WWWDIR%%/resources/views/install/welcome.blade.php +%%WWWDIR%%/resources/views/update/error.blade.php +%%WWWDIR%%/resources/views/update/results.blade.php +%%WWWDIR%%/resources/views/vendor/feed/atom.blade.php +%%WWWDIR%%/resources/views/vendor/feed/json.blade.php +%%WWWDIR%%/resources/views/vendor/feed/links.blade.php +%%WWWDIR%%/resources/views/vendor/feed/rss.blade.php +%%WWWDIR%%/resources/views/vendor/log-viewer/.gitkeep +%%WWWDIR%%/resources/views/vendor/log-viewer/index.blade.php +%%WWWDIR%%/resources/views/vendor/mail/html/themes/default.css +%%WWWDIR%%/resources/views/vueapp.blade.php +%%WWWDIR%%/routes/api_v2.php +%%WWWDIR%%/routes/web-admin-v2.php +%%WWWDIR%%/routes/web-install.php +%%WWWDIR%%/routes/web_v2.php +%%WWWDIR%%/scripts/Rector/VariableCasingRector.php +%%WWWDIR%%/scripts/delete_legacy.sh +%%WWWDIR%%/scripts/gen_release.php +%%WWWDIR%%/scripts/install_files.php +%%WWWDIR%%/scripts/post-merge +%%WWWDIR%%/scripts/pre-commit +%%WWWDIR%%/simple_error_template.html +%%WWWDIR%%/storage/bootstrap/cache/packages.php +%%WWWDIR%%/storage/bootstrap/cache/services.php +%%WWWDIR%%/vendor/amphp/amp/LICENSE +%%WWWDIR%%/vendor/amphp/amp/composer.json +%%WWWDIR%%/vendor/amphp/amp/psalm.xml +%%WWWDIR%%/vendor/amphp/amp/src/Cancellation.php +%%WWWDIR%%/vendor/amphp/amp/src/CancelledException.php +%%WWWDIR%%/vendor/amphp/amp/src/Closable.php +%%WWWDIR%%/vendor/amphp/amp/src/CompositeCancellation.php +%%WWWDIR%%/vendor/amphp/amp/src/CompositeException.php +%%WWWDIR%%/vendor/amphp/amp/src/CompositeLengthException.php +%%WWWDIR%%/vendor/amphp/amp/src/DeferredCancellation.php +%%WWWDIR%%/vendor/amphp/amp/src/DeferredFuture.php +%%WWWDIR%%/vendor/amphp/amp/src/ForbidCloning.php +%%WWWDIR%%/vendor/amphp/amp/src/ForbidSerialization.php +%%WWWDIR%%/vendor/amphp/amp/src/Future.php +%%WWWDIR%%/vendor/amphp/amp/src/Future/UnhandledFutureError.php +%%WWWDIR%%/vendor/amphp/amp/src/Future/functions.php +%%WWWDIR%%/vendor/amphp/amp/src/Internal/Cancellable.php +%%WWWDIR%%/vendor/amphp/amp/src/Internal/FutureIterator.php +%%WWWDIR%%/vendor/amphp/amp/src/Internal/FutureIteratorQueue.php +%%WWWDIR%%/vendor/amphp/amp/src/Internal/FutureState.php +%%WWWDIR%%/vendor/amphp/amp/src/Internal/WrappedCancellation.php +%%WWWDIR%%/vendor/amphp/amp/src/Internal/functions.php +%%WWWDIR%%/vendor/amphp/amp/src/Interval.php +%%WWWDIR%%/vendor/amphp/amp/src/NullCancellation.php +%%WWWDIR%%/vendor/amphp/amp/src/SignalCancellation.php +%%WWWDIR%%/vendor/amphp/amp/src/SignalException.php +%%WWWDIR%%/vendor/amphp/amp/src/TimeoutCancellation.php +%%WWWDIR%%/vendor/amphp/amp/src/TimeoutException.php +%%WWWDIR%%/vendor/amphp/amp/src/functions.php +%%WWWDIR%%/vendor/amphp/byte-stream/.github/workflows/ci.yml +%%WWWDIR%%/vendor/amphp/byte-stream/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/amphp/byte-stream/LICENSE +%%WWWDIR%%/vendor/amphp/byte-stream/composer-require-check.json +%%WWWDIR%%/vendor/amphp/byte-stream/composer.json +%%WWWDIR%%/vendor/amphp/byte-stream/psalm.xml +%%WWWDIR%%/vendor/amphp/byte-stream/src/AsyncWriter.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Base64/Base64DecodingReadableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Base64/Base64DecodingWritableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Base64/Base64EncodingReadableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Base64/Base64EncodingWritableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/BufferException.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/BufferedReader.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/ClosedException.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Compression/CompressingReadableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Compression/CompressingWritableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Compression/DecompressingReadableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Compression/DecompressingWritableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Internal/ChannelParser.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Internal/functions.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Payload.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/PendingReadError.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/Pipe.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/ReadableBuffer.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/ReadableIterableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/ReadableResourceStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/ReadableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/ReadableStreamChain.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/ReadableStreamIteratorAggregate.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/ResourceStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/StreamChannel.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/StreamException.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/WritableBuffer.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/WritableIterableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/WritableResourceStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/WritableStream.php +%%WWWDIR%%/vendor/amphp/byte-stream/src/functions.php +%%WWWDIR%%/vendor/amphp/cache/.github/workflows/ci.yml +%%WWWDIR%%/vendor/amphp/cache/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/amphp/cache/LICENSE +%%WWWDIR%%/vendor/amphp/cache/composer-require-check.json +%%WWWDIR%%/vendor/amphp/cache/composer.json +%%WWWDIR%%/vendor/amphp/cache/psalm.xml +%%WWWDIR%%/vendor/amphp/cache/src/AtomicCache.php +%%WWWDIR%%/vendor/amphp/cache/src/Cache.php +%%WWWDIR%%/vendor/amphp/cache/src/CacheException.php +%%WWWDIR%%/vendor/amphp/cache/src/LocalCache.php +%%WWWDIR%%/vendor/amphp/cache/src/NullCache.php +%%WWWDIR%%/vendor/amphp/cache/src/PrefixCache.php +%%WWWDIR%%/vendor/amphp/cache/src/SerializedCache.php +%%WWWDIR%%/vendor/amphp/cache/src/StringCache.php +%%WWWDIR%%/vendor/amphp/cache/src/StringCacheAdapter.php +%%WWWDIR%%/vendor/amphp/dns/.github/workflows/ci.yml +%%WWWDIR%%/vendor/amphp/dns/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/amphp/dns/CONTRIBUTING.md +%%WWWDIR%%/vendor/amphp/dns/LICENSE +%%WWWDIR%%/vendor/amphp/dns/README.md +%%WWWDIR%%/vendor/amphp/dns/composer-require-check.json +%%WWWDIR%%/vendor/amphp/dns/composer.json +%%WWWDIR%%/vendor/amphp/dns/phpunit.xml.dist +%%WWWDIR%%/vendor/amphp/dns/psalm.xml +%%WWWDIR%%/vendor/amphp/dns/src/BlockingFallbackDnsResolver.php +%%WWWDIR%%/vendor/amphp/dns/src/DnsConfig.php +%%WWWDIR%%/vendor/amphp/dns/src/DnsConfigException.php +%%WWWDIR%%/vendor/amphp/dns/src/DnsConfigLoader.php +%%WWWDIR%%/vendor/amphp/dns/src/DnsException.php +%%WWWDIR%%/vendor/amphp/dns/src/DnsRecord.php +%%WWWDIR%%/vendor/amphp/dns/src/DnsResolver.php +%%WWWDIR%%/vendor/amphp/dns/src/DnsTimeoutException.php +%%WWWDIR%%/vendor/amphp/dns/src/HostLoader.php +%%WWWDIR%%/vendor/amphp/dns/src/Internal/Socket.php +%%WWWDIR%%/vendor/amphp/dns/src/Internal/TcpSocket.php +%%WWWDIR%%/vendor/amphp/dns/src/Internal/UdpSocket.php +%%WWWDIR%%/vendor/amphp/dns/src/InvalidNameException.php +%%WWWDIR%%/vendor/amphp/dns/src/MissingDnsRecordException.php +%%WWWDIR%%/vendor/amphp/dns/src/Rfc1035StubDnsResolver.php +%%WWWDIR%%/vendor/amphp/dns/src/StaticDnsConfigLoader.php +%%WWWDIR%%/vendor/amphp/dns/src/UnixDnsConfigLoader.php +%%WWWDIR%%/vendor/amphp/dns/src/WindowsDnsConfigLoader.php +%%WWWDIR%%/vendor/amphp/dns/src/functions.php +%%WWWDIR%%/vendor/amphp/parallel/.github/workflows/ci.yml +%%WWWDIR%%/vendor/amphp/parallel/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/amphp/parallel/.valgrindrc +%%WWWDIR%%/vendor/amphp/parallel/LICENSE +%%WWWDIR%%/vendor/amphp/parallel/README.md +%%WWWDIR%%/vendor/amphp/parallel/composer-require-check.json +%%WWWDIR%%/vendor/amphp/parallel/composer.json +%%WWWDIR%%/vendor/amphp/parallel/phpdoc.dist.xml +%%WWWDIR%%/vendor/amphp/parallel/psalm.xml +%%WWWDIR%%/vendor/amphp/parallel/src/Context/Context.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/ContextException.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/ContextFactory.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/ContextPanicError.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/DefaultContextFactory.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/Internal/AbstractContext.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/Internal/ContextChannel.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/Internal/ContextException.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/Internal/ContextMessage.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/Internal/ExitFailure.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/Internal/ExitResult.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/Internal/ExitSuccess.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/Internal/ParallelHub.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/Internal/functions.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/Internal/process-runner.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/ProcessContext.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/ProcessContextFactory.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/StatusError.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/ThreadContext.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/ThreadContextFactory.php +%%WWWDIR%%/vendor/amphp/parallel/src/Context/functions.php +%%WWWDIR%%/vendor/amphp/parallel/src/Ipc/IpcHub.php +%%WWWDIR%%/vendor/amphp/parallel/src/Ipc/LocalIpcHub.php +%%WWWDIR%%/vendor/amphp/parallel/src/Ipc/SocketIpcHub.php +%%WWWDIR%%/vendor/amphp/parallel/src/Ipc/functions.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/ContextWorkerFactory.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/ContextWorkerPool.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/DelegatingWorkerPool.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Execution.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/ContextWorker.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/JobCancellation.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/JobChannel.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/JobMessage.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/JobPacket.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/PooledWorker.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/TaskCancelled.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/TaskExceptionType.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/TaskFailure.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/TaskResult.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/TaskSubmission.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/TaskSuccess.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Internal/task-runner.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/LimitedWorkerPool.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Task.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/TaskCancelledException.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/TaskFailureError.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/TaskFailureException.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/TaskFailureThrowable.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/Worker.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/WorkerException.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/WorkerFactory.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/WorkerPool.php +%%WWWDIR%%/vendor/amphp/parallel/src/Worker/functions.php +%%WWWDIR%%/vendor/amphp/parser/.editorconfig +%%WWWDIR%%/vendor/amphp/parser/.github/workflows/ci.yml +%%WWWDIR%%/vendor/amphp/parser/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/amphp/parser/LICENSE +%%WWWDIR%%/vendor/amphp/parser/README.md +%%WWWDIR%%/vendor/amphp/parser/composer.json +%%WWWDIR%%/vendor/amphp/parser/psalm.xml +%%WWWDIR%%/vendor/amphp/parser/src/InvalidDelimiterError.php +%%WWWDIR%%/vendor/amphp/parser/src/Parser.php +%%WWWDIR%%/vendor/amphp/pipeline/.github/workflows/ci.yml +%%WWWDIR%%/vendor/amphp/pipeline/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/amphp/pipeline/LICENSE +%%WWWDIR%%/vendor/amphp/pipeline/composer-require-check.json +%%WWWDIR%%/vendor/amphp/pipeline/composer.json +%%WWWDIR%%/vendor/amphp/pipeline/psalm.xml +%%WWWDIR%%/vendor/amphp/pipeline/src/ConcurrentIterator.php +%%WWWDIR%%/vendor/amphp/pipeline/src/DisposedException.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/ConcurrentArrayIterator.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/ConcurrentChainedIterator.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/ConcurrentClosureIterator.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/ConcurrentFlatMapIterator.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/ConcurrentIterableIterator.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/ConcurrentMergedIterator.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/ConcurrentQueueIterator.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/FlatMapOperation.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/IntermediateOperation.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/QueueState.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/Sequence.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Internal/SortOperation.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Pipeline.php +%%WWWDIR%%/vendor/amphp/pipeline/src/Queue.php +%%WWWDIR%%/vendor/amphp/process/.github/workflows/ci.yml +%%WWWDIR%%/vendor/amphp/process/LICENSE +%%WWWDIR%%/vendor/amphp/process/README.md +%%WWWDIR%%/vendor/amphp/process/bin/windows/ProcessWrapper.exe +%%WWWDIR%%/vendor/amphp/process/bin/windows/ProcessWrapper64.exe +%%WWWDIR%%/vendor/amphp/process/composer-require-check.json +%%WWWDIR%%/vendor/amphp/process/composer.json +%%WWWDIR%%/vendor/amphp/process/psalm.xml +%%WWWDIR%%/vendor/amphp/process/src/Internal/Posix/PosixHandle.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/Posix/PosixRunner.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/ProcHolder.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/ProcessContext.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/ProcessHandle.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/ProcessRunner.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/ProcessStatus.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/ProcessStreams.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/Windows/HandshakeException.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/Windows/HandshakeStatus.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/Windows/SignalCode.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/Windows/SocketConnector.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/Windows/WindowsHandle.php +%%WWWDIR%%/vendor/amphp/process/src/Internal/Windows/WindowsRunner.php +%%WWWDIR%%/vendor/amphp/process/src/Process.php +%%WWWDIR%%/vendor/amphp/process/src/ProcessException.php +%%WWWDIR%%/vendor/amphp/process/src/functions.php +%%WWWDIR%%/vendor/amphp/serialization/.php_cs.dist +%%WWWDIR%%/vendor/amphp/serialization/LICENSE +%%WWWDIR%%/vendor/amphp/serialization/composer.json +%%WWWDIR%%/vendor/amphp/serialization/src/CompressingSerializer.php +%%WWWDIR%%/vendor/amphp/serialization/src/JsonSerializer.php +%%WWWDIR%%/vendor/amphp/serialization/src/NativeSerializer.php +%%WWWDIR%%/vendor/amphp/serialization/src/PassthroughSerializer.php +%%WWWDIR%%/vendor/amphp/serialization/src/SerializationException.php +%%WWWDIR%%/vendor/amphp/serialization/src/Serializer.php +%%WWWDIR%%/vendor/amphp/serialization/src/functions.php +%%WWWDIR%%/vendor/amphp/socket/.github/workflows/ci.yml +%%WWWDIR%%/vendor/amphp/socket/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/amphp/socket/LICENSE +%%WWWDIR%%/vendor/amphp/socket/README.md +%%WWWDIR%%/vendor/amphp/socket/composer-require-check.json +%%WWWDIR%%/vendor/amphp/socket/composer.json +%%WWWDIR%%/vendor/amphp/socket/psalm.xml +%%WWWDIR%%/vendor/amphp/socket/src/BindContext.php +%%WWWDIR%%/vendor/amphp/socket/src/Certificate.php +%%WWWDIR%%/vendor/amphp/socket/src/CidrMatcher.php +%%WWWDIR%%/vendor/amphp/socket/src/ClientTlsContext.php +%%WWWDIR%%/vendor/amphp/socket/src/ConnectContext.php +%%WWWDIR%%/vendor/amphp/socket/src/ConnectException.php +%%WWWDIR%%/vendor/amphp/socket/src/DnsSocketConnector.php +%%WWWDIR%%/vendor/amphp/socket/src/Internal/functions.php +%%WWWDIR%%/vendor/amphp/socket/src/InternetAddress.php +%%WWWDIR%%/vendor/amphp/socket/src/InternetAddressVersion.php +%%WWWDIR%%/vendor/amphp/socket/src/PendingAcceptError.php +%%WWWDIR%%/vendor/amphp/socket/src/PendingReceiveError.php +%%WWWDIR%%/vendor/amphp/socket/src/ResourceServerSocket.php +%%WWWDIR%%/vendor/amphp/socket/src/ResourceServerSocketFactory.php +%%WWWDIR%%/vendor/amphp/socket/src/ResourceSocket.php +%%WWWDIR%%/vendor/amphp/socket/src/ResourceUdpSocket.php +%%WWWDIR%%/vendor/amphp/socket/src/RetrySocketConnector.php +%%WWWDIR%%/vendor/amphp/socket/src/ServerSocket.php +%%WWWDIR%%/vendor/amphp/socket/src/ServerSocketFactory.php +%%WWWDIR%%/vendor/amphp/socket/src/ServerTlsContext.php +%%WWWDIR%%/vendor/amphp/socket/src/Socket.php +%%WWWDIR%%/vendor/amphp/socket/src/SocketAddress.php +%%WWWDIR%%/vendor/amphp/socket/src/SocketAddress/functions.php +%%WWWDIR%%/vendor/amphp/socket/src/SocketAddressType.php +%%WWWDIR%%/vendor/amphp/socket/src/SocketConnector.php +%%WWWDIR%%/vendor/amphp/socket/src/SocketException.php +%%WWWDIR%%/vendor/amphp/socket/src/SocketPool.php +%%WWWDIR%%/vendor/amphp/socket/src/Socks5SocketConnector.php +%%WWWDIR%%/vendor/amphp/socket/src/StaticSocketConnector.php +%%WWWDIR%%/vendor/amphp/socket/src/TlsException.php +%%WWWDIR%%/vendor/amphp/socket/src/TlsInfo.php +%%WWWDIR%%/vendor/amphp/socket/src/TlsState.php +%%WWWDIR%%/vendor/amphp/socket/src/UdpSocket.php +%%WWWDIR%%/vendor/amphp/socket/src/UnixAddress.php +%%WWWDIR%%/vendor/amphp/socket/src/UnlimitedSocketPool.php +%%WWWDIR%%/vendor/amphp/socket/src/functions.php +%%WWWDIR%%/vendor/amphp/sync/.github/workflows/ci.yml +%%WWWDIR%%/vendor/amphp/sync/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/amphp/sync/LICENSE +%%WWWDIR%%/vendor/amphp/sync/README.md +%%WWWDIR%%/vendor/amphp/sync/composer-require-check.json +%%WWWDIR%%/vendor/amphp/sync/composer.json +%%WWWDIR%%/vendor/amphp/sync/psalm.xml +%%WWWDIR%%/vendor/amphp/sync/src/Barrier.php +%%WWWDIR%%/vendor/amphp/sync/src/Channel.php +%%WWWDIR%%/vendor/amphp/sync/src/ChannelException.php +%%WWWDIR%%/vendor/amphp/sync/src/Internal/ConcurrentIteratorChannel.php +%%WWWDIR%%/vendor/amphp/sync/src/KeyedMutex.php +%%WWWDIR%%/vendor/amphp/sync/src/KeyedSemaphore.php +%%WWWDIR%%/vendor/amphp/sync/src/LocalKeyedMutex.php +%%WWWDIR%%/vendor/amphp/sync/src/LocalKeyedSemaphore.php +%%WWWDIR%%/vendor/amphp/sync/src/LocalMutex.php +%%WWWDIR%%/vendor/amphp/sync/src/LocalParcel.php +%%WWWDIR%%/vendor/amphp/sync/src/LocalSemaphore.php +%%WWWDIR%%/vendor/amphp/sync/src/Lock.php +%%WWWDIR%%/vendor/amphp/sync/src/Mutex.php +%%WWWDIR%%/vendor/amphp/sync/src/Parcel.php +%%WWWDIR%%/vendor/amphp/sync/src/ParcelException.php +%%WWWDIR%%/vendor/amphp/sync/src/PosixSemaphore.php +%%WWWDIR%%/vendor/amphp/sync/src/PrefixedKeyedMutex.php +%%WWWDIR%%/vendor/amphp/sync/src/PrefixedKeyedSemaphore.php +%%WWWDIR%%/vendor/amphp/sync/src/PriorityQueue.php +%%WWWDIR%%/vendor/amphp/sync/src/RateLimitingSemaphore.php +%%WWWDIR%%/vendor/amphp/sync/src/Semaphore.php +%%WWWDIR%%/vendor/amphp/sync/src/SemaphoreMutex.php +%%WWWDIR%%/vendor/amphp/sync/src/SharedMemoryParcel.php +%%WWWDIR%%/vendor/amphp/sync/src/StaticKeyMutex.php +%%WWWDIR%%/vendor/amphp/sync/src/StaticKeySemaphore.php +%%WWWDIR%%/vendor/amphp/sync/src/SyncException.php +%%WWWDIR%%/vendor/amphp/sync/src/functions.php +%%WWWDIR%%/vendor/autoload.php +%%WWWDIR%%/vendor/aws/aws-crt-php/CODE_OF_CONDUCT.md +%%WWWDIR%%/vendor/aws/aws-crt-php/LICENSE +%%WWWDIR%%/vendor/aws/aws-crt-php/NOTICE +%%WWWDIR%%/vendor/aws/aws-crt-php/README.md +%%WWWDIR%%/vendor/aws/aws-crt-php/composer.json +%%WWWDIR%%/vendor/aws/aws-crt-php/format-check.py +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/AwsCredentials.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/CredentialsProvider.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/Signable.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignatureType.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SignedBodyHeaderType.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/Signing.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SigningAlgorithm.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SigningConfigAWS.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/SigningResult.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Auth/StaticCredentialsProvider.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/CRT.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Headers.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Message.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Request.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/HTTP/Response.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/IO/EventLoopGroup.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/IO/InputStream.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Internal/Encoding.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Internal/Extension.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Log.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/NativeResource.php +%%WWWDIR%%/vendor/aws/aws-crt-php/src/AWS/CRT/Options.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/CODE_OF_CONDUCT.md +%%WWWDIR%%/vendor/aws/aws-sdk-php/CRT_INSTRUCTIONS.md +%%WWWDIR%%/vendor/aws/aws-sdk-php/LICENSE +%%WWWDIR%%/vendor/aws/aws-sdk-php/NOTICE +%%WWWDIR%%/vendor/aws/aws-sdk-php/THIRD-PARTY-LICENSES +%%WWWDIR%%/vendor/aws/aws-sdk-php/composer.json +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ARCZonalShift/ARCZonalShiftClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ARCZonalShift/Exception/ARCZonalShiftException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AbstractConfigurationProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AccessAnalyzer/AccessAnalyzerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AccessAnalyzer/Exception/AccessAnalyzerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Account/AccountClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Account/Exception/AccountException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Acm/AcmClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Acm/Exception/AcmException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Amplify/AmplifyClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AmplifyBackend/AmplifyBackendClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AmplifyBackend/Exception/AmplifyBackendException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AmplifyUIBuilder/AmplifyUIBuilderClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AmplifyUIBuilder/Exception/AmplifyUIBuilderException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/AbstractModel.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/ApiProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/DateTimeResult.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/DocModel.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/ErrorParser/AbstractErrorParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/ListShape.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/MapShape.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Operation.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/DecodingEventStreamIterator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/EventParsingIterator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/JsonParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/MetadataParserTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/NonSeekableStreamDecodingEventStreamIterator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/QueryParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Parser/XmlParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Service.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Shape.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/ShapeMap.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/StructureShape.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/SupportedProtocols.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/TimestampShape.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Api/Validator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppConfig/AppConfigClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppConfig/Exception/AppConfigException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppConfigData/AppConfigDataClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppConfigData/Exception/AppConfigDataException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppFabric/AppFabricClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppFabric/Exception/AppFabricException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppRegistry/AppRegistryClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppRegistry/Exception/AppRegistryException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppRunner/AppRunnerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppRunner/Exception/AppRunnerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppTest/AppTestClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AppTest/Exception/AppTestException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Appflow/AppflowClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Appflow/Exception/AppflowException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/ApplicationCostProfilerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApplicationInsights/ApplicationInsightsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApplicationInsights/Exception/ApplicationInsightsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApplicationSignals/ApplicationSignalsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ApplicationSignals/Exception/ApplicationSignalsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/AccessPointArn.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/Arn.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/ArnInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/ArnParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/ObjectLambdaAccessPointArn.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/ResourceTypeAndIdTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/S3/AccessPointArn.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/S3/MultiRegionAccessPointArn.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsAccessPointArn.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Artifact/ArtifactClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Artifact/Exception/ArtifactException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Athena/AthenaClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AuditManager/AuditManagerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AuditManager/Exception/AuditManagerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/AugmentedAIRuntimeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Auth/AuthSchemeResolver.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Auth/AuthSchemeResolverInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Auth/AuthSelectionMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Auth/Exception/UnresolvedAuthSchemeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AwsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AwsClientInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/AwsClientTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/B2bi/B2biClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/B2bi/Exception/B2biException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BCMDataExports/BCMDataExportsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BCMDataExports/Exception/BCMDataExportsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BCMPricingCalculator/BCMPricingCalculatorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BCMPricingCalculator/Exception/BCMPricingCalculatorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Backup/BackupClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Backup/Exception/BackupException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BackupGateway/BackupGatewayClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BackupGateway/Exception/BackupGatewayException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BackupSearch/BackupSearchClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BackupSearch/Exception/BackupSearchException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Batch/BatchClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Batch/Exception/BatchException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Bedrock/BedrockClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Bedrock/Exception/BedrockException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BedrockAgent/BedrockAgentClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BedrockAgent/Exception/BedrockAgentException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BedrockAgentRuntime/BedrockAgentRuntimeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BedrockAgentRuntime/Exception/BedrockAgentRuntimeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BedrockDataAutomation/BedrockDataAutomationClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BedrockDataAutomation/Exception/BedrockDataAutomationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BedrockDataAutomationRuntime/BedrockDataAutomationRuntimeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BedrockDataAutomationRuntime/Exception/BedrockDataAutomationRuntimeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BedrockRuntime/BedrockRuntimeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BedrockRuntime/Exception/BedrockRuntimeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Billing/BillingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Billing/Exception/BillingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BillingConductor/BillingConductorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/BillingConductor/Exception/BillingConductorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Braket/BraketClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Braket/Exception/BraketException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Budgets/BudgetsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CacheInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Chatbot/ChatbotClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Chatbot/Exception/ChatbotException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Chime/ChimeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ChimeSDKIdentity/ChimeSDKIdentityClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ChimeSDKIdentity/Exception/ChimeSDKIdentityException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ChimeSDKMediaPipelines/ChimeSDKMediaPipelinesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ChimeSDKMediaPipelines/Exception/ChimeSDKMediaPipelinesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ChimeSDKMeetings/ChimeSDKMeetingsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ChimeSDKMeetings/Exception/ChimeSDKMeetingsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ChimeSDKMessaging/ChimeSDKMessagingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ChimeSDKMessaging/Exception/ChimeSDKMessagingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ChimeSDKVoice/ChimeSDKVoiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ChimeSDKVoice/Exception/ChimeSDKVoiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CleanRooms/CleanRoomsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CleanRooms/Exception/CleanRoomsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CleanRoomsML/CleanRoomsMLClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CleanRoomsML/Exception/CleanRoomsMLException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ClientResolver.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallMonitoringMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Configuration.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudControlApi/CloudControlApiClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudControlApi/Exception/CloudControlApiException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudFront/CookieSigner.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudFront/Signer.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudFront/UrlSigner.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudFrontKeyValueStore/CloudFrontKeyValueStoreClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudFrontKeyValueStore/Exception/CloudFrontKeyValueStoreException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudTrailData/CloudTrailDataClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudTrailData/Exception/CloudTrailDataException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudWatchEvidently/CloudWatchEvidentlyClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudWatchEvidently/Exception/CloudWatchEvidentlyException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudWatchRUM/CloudWatchRUMClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CloudWatchRUM/Exception/CloudWatchRUMException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeArtifact/CodeArtifactClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeArtifact/Exception/CodeArtifactException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeCatalyst/CodeCatalystClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeCatalyst/Exception/CodeCatalystException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeConnections/CodeConnectionsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeConnections/Exception/CodeConnectionsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/CodeGuruProfilerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/Exception/CodeGuruProfilerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/CodeGuruReviewerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeGuruSecurity/CodeGuruSecurityClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeGuruSecurity/Exception/CodeGuruSecurityException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeStarNotifications/CodeStarNotificationsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeStarNotifications/Exception/CodeStarNotificationsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeStarconnections/CodeStarconnectionsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CodeStarconnections/Exception/CodeStarconnectionsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Command.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CommandInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CommandPool.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ComputeOptimizer/ComputeOptimizerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ComputeOptimizer/Exception/ComputeOptimizerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Configuration/ConfigurationResolver.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConfigurationProviderInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Connect/ConnectClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectCampaignService/ConnectCampaignServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectCampaignService/Exception/ConnectCampaignServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectCampaignsV2/ConnectCampaignsV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectCampaignsV2/Exception/ConnectCampaignsV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectCases/ConnectCasesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectCases/Exception/ConnectCasesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectContactLens/ConnectContactLensClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectContactLens/Exception/ConnectContactLensException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectParticipant/ConnectParticipantClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectParticipant/Exception/ConnectParticipantException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectWisdomService/ConnectWisdomServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ConnectWisdomService/Exception/ConnectWisdomServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ControlCatalog/ControlCatalogClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ControlCatalog/Exception/ControlCatalogException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ControlTower/ControlTowerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ControlTower/Exception/ControlTowerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CostOptimizationHub/CostOptimizationHubClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CostOptimizationHub/Exception/CostOptimizationHubException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Credentials/CredentialProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Credentials/CredentialSources.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Credentials/Credentials.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Credentials/CredentialsUtils.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClientV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/AesDecryptingStream.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/AesEncryptingStream.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/AesGcmDecryptingStream.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/AesGcmEncryptingStream.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/AesStreamInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/AesStreamInterfaceV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/DecryptionTraitV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/EncryptionTraitV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProviderV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterfaceV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CustomerProfiles/CustomerProfilesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/CustomerProfiles/Exception/CustomerProfilesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DAX/DAXClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DAX/Exception/DAXException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DLM/DLMClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DLM/Exception/DLMException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DSQL/AuthTokenGenerator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DSQL/DSQLClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DSQL/Exception/DSQLException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DataExchange/DataExchangeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DataExchange/Exception/DataExchangeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DataZone/DataZoneClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DataZone/Exception/DataZoneException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Deadline/DeadlineClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Deadline/Exception/DeadlineException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DefaultsMode/Configuration.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DefaultsMode/ConfigurationInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DefaultsMode/ConfigurationProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DefaultsMode/Exception/ConfigurationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Detective/DetectiveClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Detective/Exception/DetectiveException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DevOpsGuru/DevOpsGuruClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DevOpsGuru/Exception/DevOpsGuruException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DirectoryServiceData/DirectoryServiceDataClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DirectoryServiceData/Exception/DirectoryServiceDataException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DocDB/DocDBClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DocDBElastic/DocDBElasticClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DocDBElastic/Exception/DocDBElasticException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DoctrineCacheAdapter.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/Marshaler.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/NumberValue.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/SetValue.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EBS/EBSClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EBS/Exception/EBSException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EC2InstanceConnect/EC2InstanceConnectClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EC2InstanceConnect/Exception/EC2InstanceConnectException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ECRPublic/ECRPublicClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ECRPublic/Exception/ECRPublicException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EKS/EKSClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EKS/Exception/EKSException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EKSAuth/EKSAuthClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EKSAuth/Exception/EKSAuthException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EMRContainers/EMRContainersClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EMRContainers/Exception/EMRContainersException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EMRServerless/EMRServerlessClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EMRServerless/Exception/EMRServerlessException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Efs/EfsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Efs/Exception/EfsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Emr/EmrClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Emr/Exception/EmrException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/Partition.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/UseDualstackEndpoint/Configuration.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/UseDualstackEndpoint/ConfigurationInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/UseDualstackEndpoint/ConfigurationProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/UseDualstackEndpoint/Exception/ConfigurationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/UseFipsEndpoint/Configuration.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/UseFipsEndpoint/ConfigurationInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/UseFipsEndpoint/ConfigurationProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Endpoint/UseFipsEndpoint/Exception/ConfigurationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Configuration.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointDiscovery/EndpointDiscoveryMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointDiscovery/EndpointList.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Exception/ConfigurationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointParameterMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/EndpointDefinitionProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/EndpointProviderV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/EndpointV2Middleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/EndpointV2SerializerTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/Rule/AbstractRule.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/Rule/EndpointRule.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/Rule/ErrorRule.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/Rule/RuleCreator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/Rule/TreeRule.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/Ruleset/Ruleset.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/Ruleset/RulesetEndpoint.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/Ruleset/RulesetParameter.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EndpointV2/Ruleset/RulesetStandardLibrary.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EntityResolution/EntityResolutionClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EntityResolution/Exception/EntityResolutionException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EventBridge/EventBridgeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EventBridge/EventBridgeEndpointMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/EventBridge/Exception/EventBridgeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Evs/EvsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Evs/Exception/EvsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/AwsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/CommonRuntimeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/CredentialsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/CryptoException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/CryptoPolyfillException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/EventStreamDataException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/IncalculablePayloadException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/InvalidJsonException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/InvalidRegionException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/MultipartUploadException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/TokenException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FIS/Exception/FISException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FIS/FISClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FMS/Exception/FMSException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FMS/FMSClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FSx/Exception/FSxException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FSx/FSxClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FinSpaceData/Exception/FinSpaceDataException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FinSpaceData/FinSpaceDataClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Firehose/FirehoseClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ForecastQueryService/Exception/ForecastQueryServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ForecastService/Exception/ForecastServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ForecastService/ForecastServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FreeTier/Exception/FreeTierException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/FreeTier/FreeTierClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GameLift/GameLiftClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GameLiftStreams/Exception/GameLiftStreamsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GameLiftStreams/GameLiftStreamsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GeoMaps/Exception/GeoMapsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GeoMaps/GeoMapsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GeoPlaces/Exception/GeoPlacesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GeoPlaces/GeoPlacesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GeoRoutes/Exception/GeoRoutesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GeoRoutes/GeoRoutesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Glacier/GlacierClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Glacier/MultipartUploader.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Glacier/TreeHash.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GlobalAccelerator/Exception/GlobalAcceleratorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GlobalAccelerator/GlobalAcceleratorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Glue/Exception/GlueException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Glue/GlueClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GlueDataBrew/Exception/GlueDataBrewException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GreengrassV2/Exception/GreengrassV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GreengrassV2/GreengrassV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GroundStation/Exception/GroundStationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GroundStation/GroundStationClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Handler/Guzzle/GuzzleHandler.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/HandlerList.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/HasDataTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/HasMonitoringEventsTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/HashInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/HashingStream.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Health/Exception/HealthException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Health/HealthClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/HealthLake/Exception/HealthLakeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/HealthLake/HealthLakeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/History.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IVS/Exception/IVSException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IVS/IVSClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IVSRealTime/Exception/IVSRealTimeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IVSRealTime/IVSRealTimeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Iam/Exception/IamException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Iam/IamClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Identity/AwsCredentialIdentity.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Identity/BearerTokenIdentity.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Identity/IdentityInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Identity/S3/S3ExpressIdentity.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Identity/S3/S3ExpressIdentityProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IdentityStore/Exception/IdentityStoreException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IdentityStore/IdentityStoreClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/InputValidationMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Inspector2/Exception/Inspector2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Inspector2/Inspector2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/InspectorScan/Exception/InspectorScanException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/InspectorScan/InspectorScanClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/InternetMonitor/Exception/InternetMonitorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/InternetMonitor/InternetMonitorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Invoicing/Exception/InvoicingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Invoicing/InvoicingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor/IoTDeviceAdvisorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTEvents/Exception/IoTEventsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTEvents/IoTEventsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTEventsData/Exception/IoTEventsDataException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTEventsData/IoTEventsDataClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTFleetHub/Exception/IoTFleetHubException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTFleetHub/IoTFleetHubClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTFleetWise/Exception/IoTFleetWiseException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTFleetWise/IoTFleetWiseClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTManagedIntegrations/Exception/IoTManagedIntegrationsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTManagedIntegrations/IoTManagedIntegrationsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTSecureTunneling/IoTSecureTunnelingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTSiteWise/Exception/IoTSiteWiseException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTThingsGraph/Exception/IoTThingsGraphException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTThingsGraph/IoTThingsGraphClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTTwinMaker/Exception/IoTTwinMakerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTTwinMaker/IoTTwinMakerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTWireless/Exception/IoTWirelessException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Iot/Exception/IotException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Iot/IotClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/JsonCompiler.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Kafka/KafkaClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KafkaConnect/Exception/KafkaConnectException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KafkaConnect/KafkaConnectClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KendraRanking/Exception/KendraRankingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KendraRanking/KendraRankingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Keyspaces/Exception/KeyspacesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Keyspaces/KeyspacesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Kinesis/KinesisClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/Exception/KinesisVideoSignalingChannelsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/KinesisVideoSignalingChannelsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisVideoWebRTCStorage/Exception/KinesisVideoWebRTCStorageException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/KinesisVideoWebRTCStorage/KinesisVideoWebRTCStorageClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Kms/Exception/KmsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Kms/KmsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LakeFormation/Exception/LakeFormationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LakeFormation/LakeFormationClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LaunchWizard/Exception/LaunchWizardException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LaunchWizard/LaunchWizardClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LexModelsV2/Exception/LexModelsV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LexRuntimeV2/Exception/LexRuntimeV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LexRuntimeV2/LexRuntimeV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LicenseManagerLinuxSubscriptions/Exception/LicenseManagerLinuxSubscriptionsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LicenseManagerLinuxSubscriptions/LicenseManagerLinuxSubscriptionsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/Exception/LicenseManagerUserSubscriptionsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/LicenseManagerUserSubscriptionsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LocationService/Exception/LocationServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LocationService/LocationServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LookoutEquipment/Exception/LookoutEquipmentException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LookoutEquipment/LookoutEquipmentClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LookoutMetrics/Exception/LookoutMetricsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LookoutMetrics/LookoutMetricsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LookoutforVision/Exception/LookoutforVisionException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LookoutforVision/LookoutforVisionClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/LruArrayCache.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MQ/Exception/MQException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MQ/MQClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MTurk/MTurkClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MWAA/Exception/MWAAException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MWAA/MWAAClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Macie2/Exception/Macie2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Macie2/Macie2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MailManager/Exception/MailManagerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MailManager/MailManagerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MainframeModernization/Exception/MainframeModernizationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MainframeModernization/MainframeModernizationClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ManagedBlockchainQuery/Exception/ManagedBlockchainQueryException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ManagedBlockchainQuery/ManagedBlockchainQueryClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ManagedGrafana/Exception/ManagedGrafanaException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ManagedGrafana/ManagedGrafanaClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceAgreement/Exception/MarketplaceAgreementException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceAgreement/MarketplaceAgreementClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceCatalog/Exception/MarketplaceCatalogException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceCatalog/MarketplaceCatalogClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceDeployment/Exception/MarketplaceDeploymentException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceDeployment/MarketplaceDeploymentClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceReporting/Exception/MarketplaceReportingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MarketplaceReporting/MarketplaceReportingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaPackageV2/Exception/MediaPackageV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaPackageV2/MediaPackageV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaPackageVod/Exception/MediaPackageVodException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaPackageVod/MediaPackageVodClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaStoreData/Exception/MediaStoreDataException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaStoreData/MediaStoreDataClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaTailor/Exception/MediaTailorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MediaTailor/MediaTailorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MedicalImaging/Exception/MedicalImagingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MedicalImaging/MedicalImagingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MemoryDB/Exception/MemoryDBException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MemoryDB/MemoryDBClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MetricsBuilder.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Middleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MigrationHubConfig/Exception/MigrationHubConfigException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MigrationHubConfig/MigrationHubConfigClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MigrationHubOrchestrator/Exception/MigrationHubOrchestratorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MigrationHubOrchestrator/MigrationHubOrchestratorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MigrationHubRefactorSpaces/Exception/MigrationHubRefactorSpacesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MigrationHubRefactorSpaces/MigrationHubRefactorSpacesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MigrationHubStrategyRecommendations/Exception/MigrationHubStrategyRecommendationsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MigrationHubStrategyRecommendations/MigrationHubStrategyRecommendationsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MockHandler.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MonitoringEventsInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/MultiRegionClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploader.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Multipart/UploadState.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Neptune/NeptuneClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NeptuneGraph/Exception/NeptuneGraphException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NeptuneGraph/NeptuneGraphClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Neptunedata/Exception/NeptunedataException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Neptunedata/NeptunedataClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NetworkFirewall/Exception/NetworkFirewallException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NetworkFlowMonitor/Exception/NetworkFlowMonitorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NetworkFlowMonitor/NetworkFlowMonitorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NetworkManager/Exception/NetworkManagerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NetworkManager/NetworkManagerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NetworkMonitor/Exception/NetworkMonitorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NetworkMonitor/NetworkMonitorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Notifications/Exception/NotificationsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Notifications/NotificationsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NotificationsContacts/Exception/NotificationsContactsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/NotificationsContacts/NotificationsContactsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OAM/Exception/OAMException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OAM/OAMClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OSIS/Exception/OSISException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OSIS/OSISClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ObservabilityAdmin/Exception/ObservabilityAdminException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ObservabilityAdmin/ObservabilityAdminClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Omics/Exception/OmicsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Omics/OmicsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OpenSearchServerless/Exception/OpenSearchServerlessException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OpenSearchServerless/OpenSearchServerlessClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OpenSearchService/Exception/OpenSearchServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OpenSearchService/OpenSearchServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Outposts/Exception/OutpostsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Outposts/OutpostsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PCS/Exception/PCSException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PCS/PCSClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PI/Exception/PIException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PI/PIClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Panorama/Exception/PanoramaException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Panorama/PanoramaClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PartnerCentralSelling/Exception/PartnerCentralSellingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PartnerCentralSelling/PartnerCentralSellingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PaymentCryptography/Exception/PaymentCryptographyException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PaymentCryptography/PaymentCryptographyClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PaymentCryptographyData/Exception/PaymentCryptographyDataException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PaymentCryptographyData/PaymentCryptographyDataClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PcaConnectorAd/Exception/PcaConnectorAdException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PcaConnectorAd/PcaConnectorAdClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PcaConnectorScep/Exception/PcaConnectorScepException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PcaConnectorScep/PcaConnectorScepClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Personalize/Exception/PersonalizeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Personalize/PersonalizeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PersonalizeEvents/Exception/PersonalizeEventsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PersonalizeEvents/PersonalizeEventsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/Exception/PersonalizeRuntimeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PhpHash.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PinpointSMSVoiceV2/Exception/PinpointSMSVoiceV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PinpointSMSVoiceV2/PinpointSMSVoiceV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Pipes/Exception/PipesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Pipes/PipesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Polly/Exception/PollyException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Polly/PollyClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PresignUrlMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Pricing/PricingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PrometheusService/Exception/PrometheusServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PrometheusService/PrometheusServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Proton/Exception/ProtonException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Proton/ProtonClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Psr16CacheAdapter.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/PsrCacheAdapter.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QApps/Exception/QAppsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QApps/QAppsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QBusiness/Exception/QBusinessException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QBusiness/QBusinessClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QConnect/Exception/QConnectException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QConnect/QConnectClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QLDB/Exception/QLDBException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QLDB/QLDBClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QLDBSession/Exception/QLDBSessionException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QLDBSession/QLDBSessionClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QueryCompatibleInputMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/QuickSight/QuickSightClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RAM/Exception/RAMException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RAM/RAMClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Rds/Exception/RdsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Rds/RdsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RecycleBin/Exception/RecycleBinException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RecycleBin/RecycleBinClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Redshift/RedshiftClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RedshiftDataAPIService/Exception/RedshiftDataAPIServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RedshiftDataAPIService/RedshiftDataAPIServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RedshiftServerless/Exception/RedshiftServerlessException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RedshiftServerless/RedshiftServerlessClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Repostspace/Exception/RepostspaceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Repostspace/RepostspaceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RequestCompressionMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ResilienceHub/Exception/ResilienceHubException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ResilienceHub/ResilienceHubClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ResourceExplorer2/Exception/ResourceExplorer2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ResourceExplorer2/ResourceExplorer2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ResourceGroups/Exception/ResourceGroupsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ResourceGroups/ResourceGroupsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Result.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ResultInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ResultPaginator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Retry/Configuration.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Retry/ConfigurationInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Retry/ConfigurationProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Retry/Exception/ConfigurationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Retry/QuotaManager.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Retry/RateLimiter.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Retry/RetryHelperTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RetryMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RetryMiddlewareV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RoboMaker/Exception/RoboMakerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RoboMaker/RoboMakerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RolesAnywhere/Exception/RolesAnywhereException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/RolesAnywhere/RolesAnywhereClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53/Route53Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53Profiles/Exception/Route53ProfilesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53Profiles/Route53ProfilesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53RecoveryCluster/Exception/Route53RecoveryClusterException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53RecoveryCluster/Route53RecoveryClusterClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53RecoveryControlConfig/Exception/Route53RecoveryControlConfigException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53RecoveryControlConfig/Route53RecoveryControlConfigClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53RecoveryReadiness/Exception/Route53RecoveryReadinessException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53RecoveryReadiness/Route53RecoveryReadinessClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53Resolver/Exception/Route53ResolverException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Route53Resolver/Route53ResolverClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/BatchDelete.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/BucketEndpointArnMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/CalculatesChecksumTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTraitV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Crypto/HeadersMetadataStrategy.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Crypto/InstructionFileMetadataStrategy.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClientV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploader.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploaderV2.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Crypto/UserAgentTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/EndpointRegionHelperTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Exception/S3Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/ExpiresParsingMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/MultipartCopy.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/MultipartUploader.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/ObjectCopier.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/ObjectUploader.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Parser/GetBucketLocationResultMutator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Parser/S3Parser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Parser/S3ResultMutator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Parser/ValidateResponseChecksumResultMutator.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/PostObject.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/PostObjectV4.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Configuration.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Exception/ConfigurationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/S3Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/SSECMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/StreamWrapper.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/Transfer.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Configuration.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Exception/ConfigurationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3/ValidateResponseChecksumParser.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3Control/EndpointArnMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3Control/Exception/S3ControlException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3Control/S3ControlClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3Outposts/Exception/S3OutpostsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3Outposts/S3OutpostsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3Tables/Exception/S3TablesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/S3Tables/S3TablesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSMContacts/Exception/SSMContactsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSMGuiConnect/Exception/SSMGuiConnectException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSMGuiConnect/SSMGuiConnectClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSMIncidents/Exception/SSMIncidentsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSMIncidents/SSMIncidentsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSMQuickSetup/Exception/SSMQuickSetupException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSMQuickSetup/SSMQuickSetupClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSO/Exception/SSOException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSO/SSOClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSOAdmin/Exception/SSOAdminException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSOAdmin/SSOAdminClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSOOIDC/Exception/SSOOIDCException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SSOOIDC/SSOOIDCClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SageMaker/Exception/SageMakerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/Exception/SageMakerFeatureStoreRuntimeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SageMakerGeospatial/Exception/SageMakerGeospatialException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SageMakerGeospatial/SageMakerGeospatialClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SageMakerMetrics/Exception/SageMakerMetricsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SageMakerMetrics/SageMakerMetricsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SageMakerRuntime/Exception/SageMakerRuntimeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager/Exception/SagemakerEdgeManagerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager/SagemakerEdgeManagerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SavingsPlans/Exception/SavingsPlansException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SavingsPlans/SavingsPlansClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Scheduler/Exception/SchedulerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Scheduler/SchedulerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Schemas/Exception/SchemasException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Schemas/SchemasClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Script/Composer/Composer.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sdk.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SecretsManager/Exception/SecretsManagerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SecretsManager/SecretsManagerClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SecurityHub/Exception/SecurityHubException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SecurityIR/Exception/SecurityIRException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SecurityIR/SecurityIRClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SecurityLake/Exception/SecurityLakeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SecurityLake/SecurityLakeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ServiceDiscovery/Exception/ServiceDiscoveryException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ServiceQuotas/Exception/ServiceQuotasException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ServiceQuotas/ServiceQuotasClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Ses/Exception/SesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Ses/SesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SesV2/Exception/SesV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sfn/SfnClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Shield/ShieldClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Signature/AnonymousSignature.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Signature/S3ExpressSignature.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Signature/S3SignatureV4.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Signature/SignatureInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Signature/SignatureProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Signature/SignatureTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Signature/SignatureV4.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SimSpaceWeaver/Exception/SimSpaceWeaverException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SimSpaceWeaver/SimSpaceWeaverClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sms/Exception/SmsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sms/SmsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SnowDeviceManagement/Exception/SnowDeviceManagementException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SnowDeviceManagement/SnowDeviceManagementClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sns/Exception/SnsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sns/SnsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SocialMessaging/Exception/SocialMessagingException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SocialMessaging/SocialMessagingClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Ssm/SsmClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SsmSap/Exception/SsmSapException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SsmSap/SsmSapClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/StreamRequestPayloadMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sts/Exception/StsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Configuration.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Exception/ConfigurationException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Sts/StsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SupplyChain/Exception/SupplyChainException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SupplyChain/SupplyChainClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Support/Exception/SupportException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Support/SupportClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SupportApp/Exception/SupportAppException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/SupportApp/SupportAppClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Swf/SwfClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Synthetics/Exception/SyntheticsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Synthetics/SyntheticsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TaxSettings/Exception/TaxSettingsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TaxSettings/TaxSettingsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Textract/Exception/TextractException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Textract/TextractClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TimestreamInfluxDB/Exception/TimestreamInfluxDBException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TimestreamInfluxDB/TimestreamInfluxDBClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TimestreamQuery/Exception/TimestreamQueryException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TimestreamQuery/TimestreamQueryClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TimestreamWrite/Exception/TimestreamWriteException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Tnb/Exception/TnbException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Tnb/TnbClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Token/BearerTokenAuthorization.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Token/ParsesIniTrait.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Token/RefreshableTokenProviderInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Token/SsoToken.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Token/SsoTokenProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Token/Token.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Token/TokenAuthorization.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Token/TokenInterface.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Token/TokenProvider.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TraceMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TranscribeService/TranscribeServiceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Transfer/Exception/TransferException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Transfer/TransferClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Translate/TranslateClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TrustedAdvisor/Exception/TrustedAdvisorException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/TrustedAdvisor/TrustedAdvisorClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/UserAgentMiddleware.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/VPCLattice/Exception/VPCLatticeException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/VPCLattice/VPCLatticeClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/VerifiedPermissions/Exception/VerifiedPermissionsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/VerifiedPermissions/VerifiedPermissionsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/VoiceID/Exception/VoiceIDException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/VoiceID/VoiceIDClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WAFV2/Exception/WAFV2Exception.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Waf/Exception/WafException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Waf/WafClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/Waiter.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WellArchitected/WellArchitectedClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkMail/Exception/WorkMailException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkMail/WorkMailClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/WorkMailMessageFlowClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkSpacesThinClient/Exception/WorkSpacesThinClientException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkSpacesThinClient/WorkSpacesThinClientClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkSpacesWeb/Exception/WorkSpacesWebException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WorkSpacesWeb/WorkSpacesWebClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/XRay/Exception/XRayException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/XRay/XRayClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/account/2021-02-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/account/2021-02-01/defaults-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/account/2021-02-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/account/2021-02-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/aliases.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amp/2020-08-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amp/2020-08-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amp/2020-08-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amp/2020-08-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amplifyuibuilder/2021-08-11/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amplifyuibuilder/2021-08-11/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amplifyuibuilder/2021-08-11/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amplifyuibuilder/2021-08-11/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/amplifyuibuilder/2021-08-11/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appconfigdata/2021-11-11/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appconfigdata/2021-11-11/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appconfigdata/2021-11-11/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appfabric/2023-05-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appfabric/2023-05-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appfabric/2023-05-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appfabric/2023-05-19/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appfabric/2023-05-19/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appflow/2020-08-23/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appflow/2020-08-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appflow/2020-08-23/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/application-insights/2018-11-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/application-insights/2018-11-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/application-insights/2018-11-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/application-signals/2024-04-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/application-signals/2024-04-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/application-signals/2024-04-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appmesh/2018-10-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appmesh/2018-10-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appmesh/2018-10-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appmesh/2019-01-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appmesh/2019-01-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appmesh/2019-01-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apptest/2022-12-06/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apptest/2022-12-06/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apptest/2022-12-06/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apptest/2022-12-06/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/apptest/2022-12-06/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/arc-zonal-shift/2022-10-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/arc-zonal-shift/2022-10-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/arc-zonal-shift/2022-10-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/artifact/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/artifact/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/artifact/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/artifact/2018-05-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/artifact/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/b2bi/2022-06-23/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/b2bi/2022-06-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/b2bi/2022-06-23/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/backup-gateway/2021-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/backup-gateway/2021-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/backup-gateway/2021-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/backupsearch/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/backupsearch/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/backupsearch/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/backupsearch/2018-05-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/backupsearch/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bcm-data-exports/2023-11-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bcm-data-exports/2023-11-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bcm-data-exports/2023-11-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bcm-pricing-calculator/2024-06-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bcm-pricing-calculator/2024-06-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bcm-pricing-calculator/2024-06-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bcm-pricing-calculator/2024-06-19/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bcm-pricing-calculator/2024-06-19/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-agent-runtime/2023-07-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-agent-runtime/2023-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-agent-runtime/2023-07-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-agent/2023-06-05/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-agent/2023-06-05/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-agent/2023-06-05/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-data-automation-runtime/2024-06-13/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-data-automation-runtime/2024-06-13/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-data-automation-runtime/2024-06-13/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-data-automation/2023-07-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-data-automation/2023-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-data-automation/2023-07-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-runtime/2023-09-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-runtime/2023-09-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-runtime/2023-09-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-runtime/2023-09-30/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock-runtime/2023-09-30/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock/2023-04-20/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock/2023-04-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock/2023-04-20/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock/2023-04-20/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/bedrock/2023-04-20/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/billing/2023-09-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/billing/2023-09-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/billing/2023-09-07/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/billing/2023-09-07/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/billing/2023-09-07/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/billingconductor/2021-07-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/billingconductor/2021-07-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/billingconductor/2021-07-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/billingconductor/2021-07-30/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/billingconductor/2021-07-30/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ce/2017-10-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ce/2017-10-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ce/2017-10-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chatbot/2017-10-11/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chatbot/2017-10-11/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chatbot/2017-10-11/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-identity/2021-04-20/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-identity/2021-04-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-identity/2021-04-20/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-media-pipelines/2021-07-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-media-pipelines/2021-07-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-media-pipelines/2021-07-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-meetings/2021-07-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-meetings/2021-07-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-messaging/2021-05-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-messaging/2021-05-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-messaging/2021-05-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-voice/2022-08-03/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-voice/2022-08-03/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime-sdk-voice/2022-08-03/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cleanrooms/2022-02-17/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cleanrooms/2022-02-17/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cleanrooms/2022-02-17/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cleanrooms/2022-02-17/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cleanrooms/2022-02-17/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cleanroomsml/2023-09-06/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cleanroomsml/2023-09-06/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cleanroomsml/2023-09-06/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cleanroomsml/2023-09-06/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cleanroomsml/2023-09-06/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudcontrol/2021-09-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudcontrol/2021-09-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudcontrol/2021-09-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudcontrol/2021-09-30/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudcontrol/2021-09-30/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront-keyvaluestore/2022-07-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront-keyvaluestore/2022-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront-keyvaluestore/2022-07-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codecatalyst/2022-09-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codecatalyst/2022-09-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codecatalyst/2022-09-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codecatalyst/2022-09-28/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codecatalyst/2022-09-28/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeconnections/2023-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeconnections/2023-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeconnections/2023-12-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeguru-security/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeguru-security/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeguru-security/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/comprehend/2017-11-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/comprehend/2017-11-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/comprehend/2017-11-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectcampaigns/2021-01-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectcampaigns/2021-01-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectcampaigns/2021-01-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectcampaignsv2/2024-04-23/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectcampaignsv2/2024-04-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectcampaignsv2/2024-04-23/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectcases/2022-10-03/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectcases/2022-10-03/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectcases/2022-10-03/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/controlcatalog/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/controlcatalog/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/controlcatalog/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/controlcatalog/2018-05-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/controlcatalog/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/controltower/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/controltower/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/controltower/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cost-optimization-hub/2022-07-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cost-optimization-hub/2022-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cost-optimization-hub/2022-07-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cost-optimization-hub/2022-07-26/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cost-optimization-hub/2022-07-26/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/datazone/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/datazone/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/datazone/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/deadline/2023-10-12/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/deadline/2023-10-12/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/deadline/2023-10-12/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/deadline/2023-10-12/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/directory-service-data/2023-05-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/directory-service-data/2023-05-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/directory-service-data/2023-05-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/docdb-elastic/2022-11-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/docdb-elastic/2022-11-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/docdb-elastic/2022-11-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/drs/2020-02-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/drs/2020-02-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/drs/2020-02-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dsql/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dsql/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dsql/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dsql/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ebs/2019-11-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ebs/2019-11-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ebs/2019-11-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eks-auth/2023-11-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eks-auth/2023-11-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eks-auth/2023-11-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eks-auth/2023-11-26/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eks-auth/2023-11-26/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/emr-serverless/2021-07-13/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/emr-serverless/2021-07-13/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/emr-serverless/2021-07-13/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/endpoints.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/endpoints_prefix_history.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/entityresolution/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/entityresolution/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/entityresolution/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/evidently/2021-02-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/evidently/2021-02-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/evidently/2021-02-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/evs/2023-07-27/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/freetier/2023-09-07/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/gameliftstreams/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/geo-maps/2020-11-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/geo-places/2020-11-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/geo-routes/2020-11-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/defaults-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/grafana/2020-08-18/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/grandfathered-services.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/greengrass/2017-06-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/inspector2/2020-06-08/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/inspector2/2020-06-08/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/inspector2/2020-06-08/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/invoicing/2024-12-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iot-managed-integrations/2025-03-03/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iot-managed-integrations/2025-03-03/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iot-managed-integrations/2025-03-03/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ivschat/2020-07-14/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/m2/2021-04-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/m2/2021-04-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/m2/2021-04-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/manifest.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplace-reporting/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/memorydb/2021-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/memorydb/2021-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/memorydb/2021-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkflowmonitor/2023-04-19/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/notifications/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/notificationscontacts/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/oam/2022-06-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/oam/2022-06-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/oam/2022-06-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/observabilityadmin/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/defaults-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/omics/2022-11-28/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opensearch/2021-01-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/osis/2022-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/osis/2022-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/osis/2022-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/panorama/2019-07-24/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/panorama/2019-07-24/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/panorama/2019-07-24/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/partitions.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/partnercentral-selling/2022-07-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pca-connector-scep/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pcs/2023-02-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pipes/2015-10-07/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/proton/2020-07-20/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qapps/2023-11-27/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qconnect/2020-10-19/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rbin/2021-06-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rbin/2021-06-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rbin/2021-06-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/repostspace/2022-05-13/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/robomaker/2018-06-29/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/robomaker/2018-06-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/robomaker/2018-06-29/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/rum/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/s3tables/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/scheduler/2021-06-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/scheduler/2021-06-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/scheduler/2021-06-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sdk-default-configuration.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/security-ir/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/securitylake/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/securitylake/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/securitylake/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/socialmessaging/2024-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/socialmessaging/2024-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/socialmessaging/2024-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-guiconnect/2021-05-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-guiconnect/2021-05-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-guiconnect/2021-05-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-quicksetup/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-quicksetup/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-quicksetup/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/supplychain/2024-01-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/supplychain/2024-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/supplychain/2024-01-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/defaults-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/tnb/2008-10-21/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/waiters-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/voice-id/2021-09-27/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/voice-id/2021-09-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/voice-id/2021-09-27/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/wisdom/2020-10-19/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/wisdom/2020-10-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/wisdom/2020-10-19/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/smoke.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/endpoint-rule-set-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/drs/Exception/drsException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/drs/drsClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/finspace/Exception/finspaceException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/functions.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ivschat/Exception/ivschatException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/ivschat/ivschatClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/kendra/Exception/kendraException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/kendra/kendraClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/mgn/Exception/mgnException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/mgn/mgnClient.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/signer/Exception/signerException.php +%%WWWDIR%%/vendor/aws/aws-sdk-php/src/signer/signerClient.php +%%WWWDIR%%/vendor/bepsvpt/secure-headers/CHANGELOG.md +%%WWWDIR%%/vendor/bepsvpt/secure-headers/DOCS.md +%%WWWDIR%%/vendor/bepsvpt/secure-headers/LICENSE +%%WWWDIR%%/vendor/bepsvpt/secure-headers/README.md +%%WWWDIR%%/vendor/bepsvpt/secure-headers/UPGRADE.md +%%WWWDIR%%/vendor/bepsvpt/secure-headers/composer.json +%%WWWDIR%%/vendor/bepsvpt/secure-headers/config/secure-headers.php +%%WWWDIR%%/vendor/bepsvpt/secure-headers/src/Builders/Builder.php +%%WWWDIR%%/vendor/bepsvpt/secure-headers/src/Builders/ClearSiteDataBuilder.php +%%WWWDIR%%/vendor/bepsvpt/secure-headers/src/Builders/ContentSecurityPolicyBuilder.php +%%WWWDIR%%/vendor/bepsvpt/secure-headers/src/Builders/ExpectCertificateTransparencyBuilder.php +%%WWWDIR%%/vendor/bepsvpt/secure-headers/src/Builders/PermissionsPolicyBuilder.php +%%WWWDIR%%/vendor/bepsvpt/secure-headers/src/Builders/StrictTransportSecurityBuilder.php +%%WWWDIR%%/vendor/bepsvpt/secure-headers/src/SecureHeaders.php +%%WWWDIR%%/vendor/bepsvpt/secure-headers/src/SecureHeadersMiddleware.php +%%WWWDIR%%/vendor/bepsvpt/secure-headers/src/SecureHeadersServiceProvider.php +%%WWWDIR%%/vendor/bepsvpt/secure-headers/src/helpers.php +%%WWWDIR%%/vendor/bin/carbon +%%WWWDIR%%/vendor/bin/doctrine-dbal +%%WWWDIR%%/vendor/bin/jp.php +%%WWWDIR%%/vendor/bin/patch-type-declarations +%%WWWDIR%%/vendor/bin/php-parse +%%WWWDIR%%/vendor/bin/var-dump-server +%%WWWDIR%%/vendor/brick/math/CHANGELOG.md +%%WWWDIR%%/vendor/brick/math/LICENSE +%%WWWDIR%%/vendor/brick/math/composer.json +%%WWWDIR%%/vendor/brick/math/psalm-baseline.xml +%%WWWDIR%%/vendor/brick/math/src/BigDecimal.php +%%WWWDIR%%/vendor/brick/math/src/BigInteger.php +%%WWWDIR%%/vendor/brick/math/src/BigNumber.php +%%WWWDIR%%/vendor/brick/math/src/BigRational.php +%%WWWDIR%%/vendor/brick/math/src/Exception/DivisionByZeroException.php +%%WWWDIR%%/vendor/brick/math/src/Exception/IntegerOverflowException.php +%%WWWDIR%%/vendor/brick/math/src/Exception/MathException.php +%%WWWDIR%%/vendor/brick/math/src/Exception/NegativeNumberException.php +%%WWWDIR%%/vendor/brick/math/src/Exception/NumberFormatException.php +%%WWWDIR%%/vendor/brick/math/src/Exception/RoundingNecessaryException.php +%%WWWDIR%%/vendor/brick/math/src/Internal/Calculator.php +%%WWWDIR%%/vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php +%%WWWDIR%%/vendor/brick/math/src/Internal/Calculator/GmpCalculator.php +%%WWWDIR%%/vendor/brick/math/src/Internal/Calculator/NativeCalculator.php +%%WWWDIR%%/vendor/brick/math/src/RoundingMode.php +%%WWWDIR%%/vendor/carbonphp/carbon-doctrine-types/LICENSE +%%WWWDIR%%/vendor/carbonphp/carbon-doctrine-types/README.md +%%WWWDIR%%/vendor/carbonphp/carbon-doctrine-types/composer.json +%%WWWDIR%%/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonDoctrineType.php +%%WWWDIR%%/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonImmutableType.php +%%WWWDIR%%/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonType.php +%%WWWDIR%%/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonTypeConverter.php +%%WWWDIR%%/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeDefaultPrecision.php +%%WWWDIR%%/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeImmutableType.php +%%WWWDIR%%/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeType.php +%%WWWDIR%%/vendor/clue/stream-filter/.github/FUNDING.yml +%%WWWDIR%%/vendor/clue/stream-filter/CHANGELOG.md +%%WWWDIR%%/vendor/clue/stream-filter/LICENSE +%%WWWDIR%%/vendor/clue/stream-filter/README.md +%%WWWDIR%%/vendor/clue/stream-filter/composer.json +%%WWWDIR%%/vendor/clue/stream-filter/src/CallbackFilter.php +%%WWWDIR%%/vendor/clue/stream-filter/src/functions.php +%%WWWDIR%%/vendor/clue/stream-filter/src/functions_include.php +%%WWWDIR%%/vendor/composer/ClassLoader.php +%%WWWDIR%%/vendor/composer/InstalledVersions.php +%%WWWDIR%%/vendor/composer/LICENSE +%%WWWDIR%%/vendor/composer/autoload_classmap.php +%%WWWDIR%%/vendor/composer/autoload_files.php +%%WWWDIR%%/vendor/composer/autoload_namespaces.php +%%WWWDIR%%/vendor/composer/autoload_psr4.php +%%WWWDIR%%/vendor/composer/autoload_real.php +%%WWWDIR%%/vendor/composer/autoload_static.php +%%WWWDIR%%/vendor/composer/installed.json +%%WWWDIR%%/vendor/composer/installed.php +%%WWWDIR%%/vendor/composer/platform_check.php +%%WWWDIR%%/vendor/composer/semver/CHANGELOG.md +%%WWWDIR%%/vendor/composer/semver/LICENSE +%%WWWDIR%%/vendor/composer/semver/README.md +%%WWWDIR%%/vendor/composer/semver/composer.json +%%WWWDIR%%/vendor/composer/semver/src/Comparator.php +%%WWWDIR%%/vendor/composer/semver/src/CompilingMatcher.php +%%WWWDIR%%/vendor/composer/semver/src/Constraint/Bound.php +%%WWWDIR%%/vendor/composer/semver/src/Constraint/Constraint.php +%%WWWDIR%%/vendor/composer/semver/src/Constraint/ConstraintInterface.php +%%WWWDIR%%/vendor/composer/semver/src/Constraint/MatchAllConstraint.php +%%WWWDIR%%/vendor/composer/semver/src/Constraint/MatchNoneConstraint.php +%%WWWDIR%%/vendor/composer/semver/src/Constraint/MultiConstraint.php +%%WWWDIR%%/vendor/composer/semver/src/Interval.php +%%WWWDIR%%/vendor/composer/semver/src/Intervals.php +%%WWWDIR%%/vendor/composer/semver/src/Semver.php +%%WWWDIR%%/vendor/composer/semver/src/VersionParser.php +%%WWWDIR%%/vendor/daverandom/libdns/LICENSE +%%WWWDIR%%/vendor/daverandom/libdns/README.md +%%WWWDIR%%/vendor/daverandom/libdns/composer.json +%%WWWDIR%%/vendor/daverandom/libdns/examples/AQuery.php +%%WWWDIR%%/vendor/daverandom/libdns/examples/SOAQuery.php +%%WWWDIR%%/vendor/daverandom/libdns/examples/autoload.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Decoder/Decoder.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Decoder/DecoderFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Decoder/DecodingContext.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Decoder/DecodingContextFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Encoder/Encoder.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Encoder/EncoderFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Encoder/EncodingContext.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Encoder/EncodingContextFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Enumeration.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Messages/Message.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Messages/MessageFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Messages/MessageOpCodes.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Messages/MessageResponseCodes.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Messages/MessageTypes.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Packets/LabelRegistry.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Packets/Packet.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Packets/PacketFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Question.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/QuestionFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/RData.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/RDataBuilder.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/RDataFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Record.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/RecordCollection.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/RecordCollectionFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/RecordTypes.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Resource.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/ResourceBuilder.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/ResourceBuilderFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/ResourceClasses.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/ResourceFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/ResourceQClasses.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/ResourceQTypes.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/ResourceTypes.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/TypeDefinitions/FieldDefinition.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/TypeDefinitions/FieldDefinitionFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/TypeDefinitions/TypeDefinition.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/TypeDefinitions/TypeDefinitionFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/TypeDefinitions/TypeDefinitionManager.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/TypeDefinitions/TypeDefinitionManagerFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/Anything.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/BitMap.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/Char.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/CharacterString.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/DomainName.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/IPv4Address.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/IPv6Address.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/Long.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/Short.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/Type.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/TypeBuilder.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/TypeFactory.php +%%WWWDIR%%/vendor/daverandom/libdns/src/Records/Types/Types.php +%%WWWDIR%%/vendor/daverandom/libdns/src/functions.php +%%WWWDIR%%/vendor/daverandom/libdns/tools/autoload_generator.php +%%WWWDIR%%/vendor/dedoc/scramble/CHANGELOG.md +%%WWWDIR%%/vendor/dedoc/scramble/LICENSE.md +%%WWWDIR%%/vendor/dedoc/scramble/README.md +%%WWWDIR%%/vendor/dedoc/scramble/composer.json +%%WWWDIR%%/vendor/dedoc/scramble/config/scramble.php +%%WWWDIR%%/vendor/dedoc/scramble/dictionaries/classMap.php +%%WWWDIR%%/vendor/dedoc/scramble/dictionaries/scripts/generate.php +%%WWWDIR%%/vendor/dedoc/scramble/phpstan.neon +%%WWWDIR%%/vendor/dedoc/scramble/resources/views/.gitkeep +%%WWWDIR%%/vendor/dedoc/scramble/resources/views/docs.blade.php +%%WWWDIR%%/vendor/dedoc/scramble/routes/web.php +%%WWWDIR%%/vendor/dedoc/scramble/src/AbstractOpenApiVisitor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/BodyParameter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/CookieParameter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/Endpoint.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/Example.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/ExcludeAllRoutesFromDocs.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/ExcludeRouteFromDocs.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/Group.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/HeaderParameter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/MissingValue.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/Parameter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/PathParameter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/QueryParameter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Attributes/SchemaName.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Configuration/DocumentTransformers.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Configuration/GeneratorConfigCollection.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Configuration/OperationTransformers.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Configuration/ParametersExtractors.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Configuration/ServerVariables.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Console/Commands/AnalyzeDocumentation.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Console/Commands/Components/Code.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Console/Commands/Components/Component.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Console/Commands/Components/TermsOfContentItem.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Console/Commands/ExportDocumentation.php +%%WWWDIR%%/vendor/dedoc/scramble/src/ContextReferences.php +%%WWWDIR%%/vendor/dedoc/scramble/src/ContextReferencesCollection.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Contracts/DocumentTransformer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Contracts/OperationTransformer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Exceptions/ConsoleRenderable.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Exceptions/InvalidSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Exceptions/RouteAware.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Exceptions/RouteAwareTrait.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Extensions/ExceptionToResponseExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Extensions/OperationExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Extensions/TypeToSchemaExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Generator.php +%%WWWDIR%%/vendor/dedoc/scramble/src/GeneratorConfig.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Http/Middleware/RestrictedDocsAccess.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Analyzer/ClassAnalyzer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Analyzer/MethodAnalyzer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Analyzer/MethodQuery.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Analyzer/PropertyAnalyzer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Context.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Contracts/ClassDefinition.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Contracts/ClassDefinitionBuilder.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Contracts/FunctionLikeDefinitionBuilder.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Contracts/Index.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Definition/ClassDefinition.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Definition/ClassPropertyDefinition.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Definition/FunctionLikeDefinition.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Definition/LazyShallowClassDefinition.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/DefinitionBuilders/FunctionLikeReflectionDefinitionBuilder.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/DefinitionBuilders/LazyClassReflectionDefinitionBuilder.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/AfterClassDefinitionCreatedExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/AfterSideEffectCallAnalyzed.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/AnyMethodReturnTypeExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/Event/AnyMethodCallEvent.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/Event/ClassDefinitionCreatedEvent.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/Event/Concerns/ArgumentTypesAware.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/Event/FunctionCallEvent.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/Event/MethodCallEvent.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/Event/PropertyFetchEvent.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/Event/SideEffectCallEvent.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/Event/StaticMethodCallEvent.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/ExpressionExceptionExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/ExpressionTypeInferExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/ExtensionsBroker.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/FunctionReturnTypeExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/IndexBuildingBroker.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/InferExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/MethodCallExceptionsExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/MethodReturnTypeExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/PropertyTypeExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Extensions/StaticMethodReturnTypeExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/ArrayHandler.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/ArrayItemHandler.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/AssignHandler.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/ClassHandler.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/CreatesScope.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/ExceptionInferringExtensions.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/ExpressionTypeInferringExtensions.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/FunctionLikeHandler.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/IndexBuildingHandler.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/PhpDocHandler.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/PropertyHandler.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/ReturnHandler.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Handler/ThrowHandler.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Reflector/ClassReflector.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Reflector/MethodReflector.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Reflector/PropertyReflector.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Scope/GlobalScope.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Scope/Index.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Scope/LazyShallowReflectionIndex.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Scope/NodeTypesResolver.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Scope/Scope.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Scope/ScopeContext.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Services/ConstFetchTypeGetter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Services/FileNameResolver.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Services/FileParser.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Services/FileParserResult.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Services/RecursionGuard.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Services/ReferenceTypeResolver.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Services/ShallowTypeResolver.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Services/TemplateTypesSolver.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/SimpleTypeGetters/BooleanNotTypeGetter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/SimpleTypeGetters/CastTypeGetter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/SimpleTypeGetters/ClassConstFetchTypeGetter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/SimpleTypeGetters/ConstFetchTypeGetter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/SimpleTypeGetters/ScalarTypeGetter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/TypeInferer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Infer/Visitors/PhpDocResolver.php +%%WWWDIR%%/vendor/dedoc/scramble/src/OpenApiContext.php +%%WWWDIR%%/vendor/dedoc/scramble/src/OpenApiTraverser.php +%%WWWDIR%%/vendor/dedoc/scramble/src/OpenApiVisitor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/OpenApiVisitor/SchemaEnforceVisitor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/PhpDoc/AbstractPhpDocTypeVisitor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/PhpDoc/PhpDocParser.php +%%WWWDIR%%/vendor/dedoc/scramble/src/PhpDoc/PhpDocTypeHelper.php +%%WWWDIR%%/vendor/dedoc/scramble/src/PhpDoc/PhpDocTypeVisitor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/PhpDoc/PhpDocTypeWalker.php +%%WWWDIR%%/vendor/dedoc/scramble/src/PhpDoc/ResolveFqnPhpDocTypeVisitor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Reflection/ReflectionRoute.php +%%WWWDIR%%/vendor/dedoc/scramble/src/SchemaValidator.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Scramble.php +%%WWWDIR%%/vendor/dedoc/scramble/src/ScrambleServiceProvider.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/ContainerUtils.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/ExceptionToResponseExtensions/AuthenticationExceptionToResponseExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/ExceptionToResponseExtensions/AuthorizationExceptionToResponseExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/ExceptionToResponseExtensions/HttpExceptionToResponseExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/ExceptionToResponseExtensions/NotFoundExceptionToResponseExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/ExceptionToResponseExtensions/ValidationExceptionToResponseExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/ClassBasedReference.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Combined/AllOf.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Combined/AnyOf.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Components.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Example.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/InfoObject.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/MissingExample.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/MissingValue.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/OpenApi.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Operation.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Parameter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Path.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Reference.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/RequestBodyObject.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Response.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Schema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/SecurityRequirement.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/SecurityScheme.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/SecuritySchemes/ApiKeySecurityScheme.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/SecuritySchemes/HttpSecurityScheme.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/SecuritySchemes/OAuthFlow.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/SecuritySchemes/OAuthFlows.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/SecuritySchemes/Oauth2SecurityScheme.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/SecuritySchemes/OpenIdConnectUrlSecurityScheme.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Server.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/ServerVariable.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Tag.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/TypeTransformer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Types/ArrayType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Types/BooleanType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Types/IntegerType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Types/MixedType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Types/NullType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Types/NumberType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Types/ObjectType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Types/StringType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Types/Type.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/Types/UnknownType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/UniqueNameOptions.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/UniqueNamesOptionsCollection.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/WithAttributes.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Generator/WithExtensions.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Helpers/ExamplesExtractor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Helpers/JsonResourceHelper.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/IndexBuilders/Bag.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/IndexBuilders/IndexBuilder.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/IndexBuilders/PaginatorsCandidatesBuilder.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/IndexBuilders/RequestParametersBuilder.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/AbortHelpersExceptionInfer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/ArrayMergeReturnTypeExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/JsonResourceCreationInfer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/JsonResourceExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/JsonResponseMethodReturnTypeExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/ModelExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/PaginateMethodsReturnTypeExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/PossibleExceptionInfer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/ResourceCollectionTypeInfer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/ResourceResponseMethodReturnTypeExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/ResponseFactoryTypeInfer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/ResponseMethodReturnTypeExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/TypeTraceInfer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/InferExtensions/ValidatorTypeInfer.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationBuilder.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/DeprecationExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/ErrorResponsesExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/ParameterExtractor/AttributesParametersExtractor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/ParameterExtractor/FormRequestParametersExtractor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/ParameterExtractor/InferredParameter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/ParameterExtractor/MethodCallsParametersExtractor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/ParameterExtractor/ParameterExtractor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/ParameterExtractor/PathParametersExtractor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/ParameterExtractor/RulesNodes.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/ParameterExtractor/ValidateCallParametersExtractor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RequestBodyExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RequestEssentialsExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/ResponseExtension.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesEvaluator/ComposedFormRequestRulesEvaluator.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesEvaluator/ConstFetchEvaluator.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesEvaluator/FormRequestRulesEvaluator.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesEvaluator/NodeRulesEvaluator.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesEvaluator/RulesEvaluator.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesExtractor/DeepParametersMerger.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesExtractor/GeneratesParametersFromRules.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesExtractor/ParametersExtractionResult.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesExtractor/RulesExtractor.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesExtractor/RulesMapper.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesExtractor/RulesToParameter.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/OperationExtensions/RulesExtractor/RulesToParameters.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/PhpDoc.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/ResponseExtractor/ModelInfo.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/RouteInfo.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/RouteResponseTypeRetriever.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/SchemaClassDocReflector.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/ServerFactory.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/AbstractType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/ArrayItemType_.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/ArrayType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/BooleanType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/CallableStringType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/EnumCaseType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/FloatType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/FunctionLikeType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/FunctionType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Generic.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/IntegerType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/IntersectionType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/KeyedArrayType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Literal/LiteralBooleanType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Literal/LiteralFloatType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Literal/LiteralIntegerType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Literal/LiteralStringType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/MixedType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/NullType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/ObjectType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Reference/AbstractReferenceType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Reference/CallableCallReferenceType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Reference/ConstFetchReferenceType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Reference/MethodCallReferenceType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Reference/NewCallReferenceType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Reference/PropertyFetchReferenceType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Reference/StaticMethodCallReferenceType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Reference/StaticReference.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/SelfType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/SideEffects/ParentConstructCall.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/SideEffects/SelfTemplateDefinition.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/StringType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/TemplateType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Type.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/TypeAttributes.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/TypeHelper.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/TypeTraverser.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/TypeWalker.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/Union.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/UnknownType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/Type/VoidType.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/AnonymousResourceCollectionTypeToSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/CollectionToSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/CursorPaginatorTypeToSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/EloquentCollectionToSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/EnumToSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/FlattensMergeValues.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/JsonResourceTypeToSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/LengthAwarePaginatorTypeToSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/MergesOpenApiObjects.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/ModelToSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/PaginatorTypeToSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/ResourceResponseTypeToSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/ResponseTypeToSchema.php +%%WWWDIR%%/vendor/dedoc/scramble/src/Support/TypeToSchemaExtensions/VoidTypeToSchema.php +%%WWWDIR%%/vendor/dflydev/dot-access-data/CHANGELOG.md +%%WWWDIR%%/vendor/dflydev/dot-access-data/LICENSE +%%WWWDIR%%/vendor/dflydev/dot-access-data/README.md +%%WWWDIR%%/vendor/dflydev/dot-access-data/composer.json +%%WWWDIR%%/vendor/dflydev/dot-access-data/src/Data.php +%%WWWDIR%%/vendor/dflydev/dot-access-data/src/DataInterface.php +%%WWWDIR%%/vendor/dflydev/dot-access-data/src/Exception/DataException.php +%%WWWDIR%%/vendor/dflydev/dot-access-data/src/Exception/InvalidPathException.php +%%WWWDIR%%/vendor/dflydev/dot-access-data/src/Exception/MissingPathException.php +%%WWWDIR%%/vendor/dflydev/dot-access-data/src/Util.php +%%WWWDIR%%/vendor/doctrine/cache/LICENSE +%%WWWDIR%%/vendor/doctrine/cache/README.md +%%WWWDIR%%/vendor/doctrine/cache/UPGRADE-1.11.md +%%WWWDIR%%/vendor/doctrine/cache/UPGRADE-1.4.md +%%WWWDIR%%/vendor/doctrine/cache/composer.json +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/InvalidArgument.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/TypedCacheItem.php +%%WWWDIR%%/vendor/doctrine/dbal/CONTRIBUTING.md +%%WWWDIR%%/vendor/doctrine/dbal/LICENSE +%%WWWDIR%%/vendor/doctrine/dbal/README.md +%%WWWDIR%%/vendor/doctrine/dbal/bin/doctrine-dbal +%%WWWDIR%%/vendor/doctrine/dbal/bin/doctrine-dbal.php +%%WWWDIR%%/vendor/doctrine/dbal/composer.json +%%WWWDIR%%/vendor/doctrine/dbal/phpstan-baseline.neon +%%WWWDIR%%/vendor/doctrine/dbal/src/ArrayParameterType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/ArrayParameters/Exception.php +%%WWWDIR%%/vendor/doctrine/dbal/src/ArrayParameters/Exception/MissingNamedParameter.php +%%WWWDIR%%/vendor/doctrine/dbal/src/ArrayParameters/Exception/MissingPositionalParameter.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Cache/ArrayResult.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Cache/CacheException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Cache/QueryCacheProfile.php +%%WWWDIR%%/vendor/doctrine/dbal/src/ColumnCase.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Configuration.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/ConnectionException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/API/ExceptionConverter.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/API/IBMDB2/ExceptionConverter.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/API/OCI/ExceptionConverter.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/API/SQLSrv/ExceptionConverter.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/API/SQLite/ExceptionConverter.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/API/SQLite/UserDefinedFunctions.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/AbstractDB2Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/AbstractException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/AbstractOracleDriver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/AbstractOracleDriver/EasyConnectString.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/AbstractPostgreSQLDriver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/AbstractSQLServerDriver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/AbstractSQLServerDriver/Exception/PortWithoutHost.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/AbstractSQLiteDriver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/AbstractSQLiteDriver/Middleware/EnableForeignKeys.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Exception.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Exception/UnknownParameterType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/FetchUtils.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/DataSourceName.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/Exception/CannotCopyStreamToStream.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/Exception/CannotCreateTemporaryFile.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/Exception/ConnectionError.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/Exception/ConnectionFailed.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/Exception/Factory.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/Exception/PrepareFailed.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/Exception/StatementError.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/Result.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/IBMDB2/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Middleware.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Middleware/AbstractResultMiddleware.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Middleware/AbstractStatementMiddleware.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Exception/ConnectionError.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Exception/ConnectionFailed.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Exception/FailedReadingStreamOffset.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Exception/HostRequired.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Exception/InvalidCharset.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Exception/InvalidOption.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Exception/NonStreamResourceUsedAsLargeObject.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Exception/StatementError.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Initializer.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Initializer/Charset.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Initializer/Options.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Initializer/Secure.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Result.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Mysqli/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/ConvertPositionalToNamedPlaceholders.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/Exception/ConnectionFailed.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/Exception/Error.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/Exception/InvalidConfiguration.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/Exception/NonTerminatedStringLiteral.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/Exception/SequenceDoesNotExist.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/Exception/UnknownParameterIndex.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/ExecutionMode.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/Middleware/InitializeSession.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/Result.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/OCI8/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/Exception.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/OCI/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/PDOException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/ParameterTypeMap.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/PgSQL/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/Result.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/SQLSrv/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/SQLSrv/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/SQLSrv/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/SQLite/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PDO/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PgSQL/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PgSQL/ConvertParameters.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PgSQL/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PgSQL/Exception.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PgSQL/Exception/UnexpectedValue.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PgSQL/Exception/UnknownParameter.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PgSQL/Result.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/PgSQL/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Result.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/SQLSrv/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/SQLSrv/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/SQLSrv/Exception/Error.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/SQLSrv/Result.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/SQLSrv/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/SQLite3/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/SQLite3/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/SQLite3/Exception.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/SQLite3/Result.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/SQLite3/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Driver/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/DriverManager.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/ConnectionEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/Listeners/OracleSessionInit.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/Listeners/SQLSessionInit.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/Listeners/SQLiteSessionInit.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/SchemaAlterTableAddColumnEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/SchemaAlterTableChangeColumnEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/SchemaAlterTableEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/SchemaAlterTableRemoveColumnEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/SchemaAlterTableRenameColumnEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/SchemaColumnDefinitionEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/SchemaCreateTableColumnEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/SchemaCreateTableEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/SchemaDropTableEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/SchemaEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/SchemaIndexDefinitionEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/TransactionBeginEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/TransactionCommitEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/TransactionEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Event/TransactionRollBackEventArgs.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Events.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/ConnectionException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/ConnectionLost.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/ConstraintViolationException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/DatabaseDoesNotExist.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/DatabaseObjectExistsException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/DatabaseObjectNotFoundException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/DatabaseRequired.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/DeadlockException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/DriverException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/ForeignKeyConstraintViolationException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/InvalidFieldNameException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/InvalidLockMode.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/LockWaitTimeoutException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/MalformedDsnException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/NoKeyValue.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/NonUniqueFieldNameException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/NotNullConstraintViolationException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/ReadOnlyException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/RetryableException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/SchemaDoesNotExist.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/ServerException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/SyntaxErrorException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/TableExistsException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/TableNotFoundException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/TransactionRolledBack.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Exception/UniqueConstraintViolationException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/ExpandArrayParameters.php +%%WWWDIR%%/vendor/doctrine/dbal/src/FetchMode.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Id/TableGenerator.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Id/TableGeneratorSchemaVisitor.php +%%WWWDIR%%/vendor/doctrine/dbal/src/LockMode.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Logging/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Logging/DebugStack.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Logging/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Logging/LoggerChain.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Logging/Middleware.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Logging/SQLLogger.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Logging/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/ParameterType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/DB2111Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/DB2Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/DateIntervalUnit.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/DB2Keywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/KeywordList.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/MariaDBKeywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/MariaDb102Keywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/MySQL57Keywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/MySQL80Keywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/MySQL84Keywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/MySQLKeywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/OracleKeywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/PostgreSQL100Keywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/PostgreSQL94Keywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/PostgreSQLKeywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/ReservedKeywordsValidator.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/SQLServer2012Keywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/SQLServerKeywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/Keywords/SQLiteKeywords.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MariaDBPlatform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MariaDb1010Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MariaDb1027Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MariaDb1043Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MariaDb1052Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MariaDb1060Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MySQL/CollationMetadataProvider.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MySQL/CollationMetadataProvider/CachingCollationMetadataProvider.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MySQL/CollationMetadataProvider/ConnectionCollationMetadataProvider.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MySQL/Comparator.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MySQL57Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MySQL80Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MySQL84Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/OraclePlatform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/PostgreSQL100Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/PostgreSQL120Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/PostgreSQL94Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/PostgreSQLPlatform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/SQLServer/Comparator.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/SQLServer/SQL/Builder/SQLServerSelectSQLBuilder.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/SQLServer2012Platform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/SQLServerPlatform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/SQLite/Comparator.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/SqlitePlatform.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Platforms/TrimMode.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Portability/Connection.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Portability/Converter.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Portability/Driver.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Portability/Middleware.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Portability/OptimizeFlags.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Portability/Result.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Portability/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Query.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Query/Expression/CompositeExpression.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Query/Expression/ExpressionBuilder.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Query/ForUpdate.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Query/ForUpdate/ConflictResolutionMode.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Query/Limit.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Query/QueryBuilder.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Query/QueryException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Query/SelectQuery.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Result.php +%%WWWDIR%%/vendor/doctrine/dbal/src/SQL/Builder/CreateSchemaObjectsSQLBuilder.php +%%WWWDIR%%/vendor/doctrine/dbal/src/SQL/Builder/DefaultSelectSQLBuilder.php +%%WWWDIR%%/vendor/doctrine/dbal/src/SQL/Builder/DropSchemaObjectsSQLBuilder.php +%%WWWDIR%%/vendor/doctrine/dbal/src/SQL/Builder/SelectSQLBuilder.php +%%WWWDIR%%/vendor/doctrine/dbal/src/SQL/Parser.php +%%WWWDIR%%/vendor/doctrine/dbal/src/SQL/Parser/Exception.php +%%WWWDIR%%/vendor/doctrine/dbal/src/SQL/Parser/Exception/RegularExpressionError.php +%%WWWDIR%%/vendor/doctrine/dbal/src/SQL/Parser/Visitor.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/AbstractAsset.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Column.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/ColumnDiff.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Comparator.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Constraint.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/DB2SchemaManager.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/DefaultSchemaManagerFactory.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/ColumnAlreadyExists.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/ColumnDoesNotExist.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/ForeignKeyDoesNotExist.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/IndexAlreadyExists.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/IndexDoesNotExist.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/IndexNameInvalid.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/InvalidTableName.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/NamedForeignKeyRequired.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/NamespaceAlreadyExists.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/SequenceAlreadyExists.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/SequenceDoesNotExist.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/TableAlreadyExists.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/TableDoesNotExist.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/UniqueConstraintDoesNotExist.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Exception/UnknownColumnOption.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/ForeignKeyConstraint.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Identifier.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Index.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/MySQLSchemaManager.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/OracleSchemaManager.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/PostgreSQLSchemaManager.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/SQLServerSchemaManager.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Schema.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/SchemaConfig.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/SchemaDiff.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/SchemaException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Sequence.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/SqliteSchemaManager.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Table.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/TableDiff.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/UniqueConstraint.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/View.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Visitor/AbstractVisitor.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Visitor/CreateSchemaSqlCollector.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Visitor/DropSchemaSqlCollector.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Visitor/Graphviz.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Visitor/NamespaceVisitor.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Visitor/RemoveNamespacedAssets.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Schema/Visitor/Visitor.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Statement.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Tools/Console/Command/ReservedWordsCommand.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Tools/Console/ConnectionNotFound.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider/SingleConnectionProvider.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Tools/Console/ConsoleRunner.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Tools/DsnParser.php +%%WWWDIR%%/vendor/doctrine/dbal/src/TransactionIsolationLevel.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/ArrayType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/AsciiStringType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/BigIntType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/BinaryType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/BlobType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/BooleanType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/ConversionException.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/DateImmutableType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/DateIntervalType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/DateTimeImmutableType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/DateTimeType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/DateTimeTzImmutableType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/DateTimeTzType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/DateType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/DecimalType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/FloatType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/GuidType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/IntegerType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/JsonType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/ObjectType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/PhpDateTimeMappingType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/PhpIntegerMappingType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/SimpleArrayType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/SmallIntType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/StringType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/TextType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/TimeImmutableType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/TimeType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/Type.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/TypeRegistry.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/Types.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/VarDateTimeImmutableType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/Types/VarDateTimeType.php +%%WWWDIR%%/vendor/doctrine/dbal/src/VersionAwarePlatformDriver.php +%%WWWDIR%%/vendor/doctrine/deprecations/LICENSE +%%WWWDIR%%/vendor/doctrine/deprecations/README.md +%%WWWDIR%%/vendor/doctrine/deprecations/composer.json +%%WWWDIR%%/vendor/doctrine/deprecations/src/Deprecation.php +%%WWWDIR%%/vendor/doctrine/deprecations/src/PHPUnit/VerifyDeprecations.php +%%WWWDIR%%/vendor/doctrine/event-manager/LICENSE +%%WWWDIR%%/vendor/doctrine/event-manager/README.md +%%WWWDIR%%/vendor/doctrine/event-manager/UPGRADE.md +%%WWWDIR%%/vendor/doctrine/event-manager/composer.json +%%WWWDIR%%/vendor/doctrine/event-manager/psalm-baseline.xml +%%WWWDIR%%/vendor/doctrine/event-manager/src/EventArgs.php +%%WWWDIR%%/vendor/doctrine/event-manager/src/EventManager.php +%%WWWDIR%%/vendor/doctrine/event-manager/src/EventSubscriber.php +%%WWWDIR%%/vendor/doctrine/inflector/LICENSE +%%WWWDIR%%/vendor/doctrine/inflector/README.md +%%WWWDIR%%/vendor/doctrine/inflector/composer.json +%%WWWDIR%%/vendor/doctrine/inflector/docs/en/index.rst +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/NoopWordInflector.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Inflectible.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/InflectorFactory.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Rules.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Uninflected.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Inflectible.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/InflectorFactory.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Rules.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Uninflected.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Inflectible.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/InflectorFactory.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Rules.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Uninflected.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Inflectible.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/InflectorFactory.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Rules.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Uninflected.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Inflectible.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/InflectorFactory.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Rules.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Uninflected.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php +%%WWWDIR%%/vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php +%%WWWDIR%%/vendor/doctrine/lexer/LICENSE +%%WWWDIR%%/vendor/doctrine/lexer/README.md +%%WWWDIR%%/vendor/doctrine/lexer/UPGRADE.md +%%WWWDIR%%/vendor/doctrine/lexer/composer.json +%%WWWDIR%%/vendor/doctrine/lexer/src/AbstractLexer.php +%%WWWDIR%%/vendor/doctrine/lexer/src/Token.php +%%WWWDIR%%/vendor/dragonmantank/cron-expression/CHANGELOG.md +%%WWWDIR%%/vendor/dragonmantank/cron-expression/LICENSE +%%WWWDIR%%/vendor/dragonmantank/cron-expression/README.md +%%WWWDIR%%/vendor/dragonmantank/cron-expression/composer.json +%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/AbstractField.php +%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/CronExpression.php +%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php +%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/DayOfWeekField.php +%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/FieldFactory.php +%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php +%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/FieldInterface.php +%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/HoursField.php +%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/MinutesField.php +%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/MonthField.php +%%WWWDIR%%/vendor/egulias/email-validator/CONTRIBUTING.md +%%WWWDIR%%/vendor/egulias/email-validator/LICENSE +%%WWWDIR%%/vendor/egulias/email-validator/composer.json +%%WWWDIR%%/vendor/egulias/email-validator/src/EmailLexer.php +%%WWWDIR%%/vendor/egulias/email-validator/src/EmailParser.php +%%WWWDIR%%/vendor/egulias/email-validator/src/EmailValidator.php +%%WWWDIR%%/vendor/egulias/email-validator/src/MessageIDParser.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/Comment.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/CommentStrategy/CommentStrategy.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/CommentStrategy/DomainComment.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/CommentStrategy/LocalComment.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/DomainLiteral.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/DomainPart.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/DoubleQuote.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/FoldingWhiteSpace.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/IDLeftPart.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/IDRightPart.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/LocalPart.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Parser/PartParser.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/InvalidEmail.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/MultipleErrors.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/AtextAfterCFWS.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/CRLFAtTheEnd.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/CRLFX2.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/CRNoLF.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/CharNotAllowed.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/CommaInDomain.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/CommentsInIDRight.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/ConsecutiveAt.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/ConsecutiveDot.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/DetailedReason.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/DomainAcceptsNoMail.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/DomainHyphened.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/DomainTooLong.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/DotAtEnd.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/DotAtStart.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/EmptyReason.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/ExceptionFound.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/ExpectingATEXT.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/ExpectingCTEXT.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/ExpectingDTEXT.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/ExpectingDomainLiteralClose.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/LabelTooLong.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/LocalOrReservedDomain.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/NoDNSRecord.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/NoDomainPart.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/NoLocalPart.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/RFCWarnings.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/Reason.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/SpoofEmail.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/UnOpenedComment.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/UnableToGetDNSRecord.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/UnclosedComment.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/UnclosedQuotedString.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Reason/UnusualElements.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/Result.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/SpoofEmail.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Result/ValidEmail.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Validation/DNSCheckValidation.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Validation/DNSGetRecordWrapper.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Validation/DNSRecords.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Validation/EmailValidation.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Validation/Exception/EmptyValidationList.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Validation/Extra/SpoofCheckValidation.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Validation/MessageIDValidation.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Validation/MultipleValidationWithAnd.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Validation/NoRFCWarningsValidation.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Validation/RFCValidation.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/AddressLiteral.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/CFWSNearAt.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/CFWSWithFWS.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/Comment.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/DeprecatedComment.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/DomainLiteral.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/EmailTooLong.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/IPV6BadChar.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/IPV6ColonEnd.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/IPV6ColonStart.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/IPV6Deprecated.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/IPV6DoubleColon.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/IPV6GroupCount.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/IPV6MaxGroups.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/LocalTooLong.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/NoDNSMXRecord.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/ObsoleteDTEXT.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/QuotedPart.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/QuotedString.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/TLD.php +%%WWWDIR%%/vendor/egulias/email-validator/src/Warning/Warning.php +%%WWWDIR%%/vendor/evenement/evenement/LICENSE +%%WWWDIR%%/vendor/evenement/evenement/README.md +%%WWWDIR%%/vendor/evenement/evenement/composer.json +%%WWWDIR%%/vendor/evenement/evenement/src/EventEmitter.php +%%WWWDIR%%/vendor/evenement/evenement/src/EventEmitterInterface.php +%%WWWDIR%%/vendor/evenement/evenement/src/EventEmitterTrait.php +%%WWWDIR%%/vendor/farzai/color-palette/CHANGELOG.md +%%WWWDIR%%/vendor/farzai/color-palette/CONTRIBUTING.md +%%WWWDIR%%/vendor/farzai/color-palette/CONTRIBUTORS.md +%%WWWDIR%%/vendor/farzai/color-palette/LICENSE.md +%%WWWDIR%%/vendor/farzai/color-palette/README.md +%%WWWDIR%%/vendor/farzai/color-palette/composer.json +%%WWWDIR%%/vendor/farzai/color-palette/config/colors.json +%%WWWDIR%%/vendor/farzai/color-palette/example/assets/sample.jpg +%%WWWDIR%%/vendor/farzai/color-palette/example/generate-color-from-base.php +%%WWWDIR%%/vendor/farzai/color-palette/example/generate-color-palette.php +%%WWWDIR%%/vendor/farzai/color-palette/example/output.png +%%WWWDIR%%/vendor/farzai/color-palette/src/AbstractColorExtractor.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Color.php +%%WWWDIR%%/vendor/farzai/color-palette/src/ColorExtractorFactory.php +%%WWWDIR%%/vendor/farzai/color-palette/src/ColorPalette.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Contracts/ColorExtractorInterface.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Contracts/ColorInterface.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Contracts/ColorPaletteInterface.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Contracts/ImageInterface.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Contracts/ImageLoaderInterface.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Contracts/ThemeGeneratorInterface.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Contracts/ThemeInterface.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Exceptions/ImageException.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Exceptions/ImageLoadException.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Exceptions/InvalidImageException.php +%%WWWDIR%%/vendor/farzai/color-palette/src/GdColorExtractor.php +%%WWWDIR%%/vendor/farzai/color-palette/src/ImageFactory.php +%%WWWDIR%%/vendor/farzai/color-palette/src/ImageLoader.php +%%WWWDIR%%/vendor/farzai/color-palette/src/ImageLoaderFactory.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Images/AbstractImage.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Images/GdImage.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Images/ImageFactory.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Images/ImagickImage.php +%%WWWDIR%%/vendor/farzai/color-palette/src/ImagickColorExtractor.php +%%WWWDIR%%/vendor/farzai/color-palette/src/PaletteGenerator.php +%%WWWDIR%%/vendor/farzai/color-palette/src/Theme.php +%%WWWDIR%%/vendor/farzai/color-palette/src/ThemeGenerator.php +%%WWWDIR%%/vendor/firebase/php-jwt/CHANGELOG.md +%%WWWDIR%%/vendor/firebase/php-jwt/LICENSE +%%WWWDIR%%/vendor/firebase/php-jwt/README.md +%%WWWDIR%%/vendor/firebase/php-jwt/composer.json +%%WWWDIR%%/vendor/firebase/php-jwt/src/BeforeValidException.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/CachedKeySet.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/ExpiredException.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/JWK.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/JWT.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/Key.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/SignatureInvalidException.php +%%WWWDIR%%/vendor/fruitcake/php-cors/LICENSE +%%WWWDIR%%/vendor/fruitcake/php-cors/README.md +%%WWWDIR%%/vendor/fruitcake/php-cors/composer.json +%%WWWDIR%%/vendor/fruitcake/php-cors/src/CorsService.php +%%WWWDIR%%/vendor/fruitcake/php-cors/src/Exceptions/InvalidOptionException.php +%%WWWDIR%%/vendor/fylax/forceutf8/.editorconfig +%%WWWDIR%%/vendor/fylax/forceutf8/.github/workflows/php.yml +%%WWWDIR%%/vendor/fylax/forceutf8/ForceUTF8/Encoding.php +%%WWWDIR%%/vendor/fylax/forceutf8/LICENSE +%%WWWDIR%%/vendor/fylax/forceutf8/README.md +%%WWWDIR%%/vendor/fylax/forceutf8/composer.json +%%WWWDIR%%/vendor/geocoder-php/cache-provider/.github/workflows/provider.yml +%%WWWDIR%%/vendor/geocoder-php/cache-provider/CHANGELOG.md +%%WWWDIR%%/vendor/geocoder-php/cache-provider/LICENSE +%%WWWDIR%%/vendor/geocoder-php/cache-provider/ProviderCache.php +%%WWWDIR%%/vendor/geocoder-php/cache-provider/Readme.md +%%WWWDIR%%/vendor/geocoder-php/cache-provider/composer.json +%%WWWDIR%%/vendor/geocoder-php/common-http/.github/workflows/component.yml +%%WWWDIR%%/vendor/geocoder-php/common-http/CHANGELOG.md +%%WWWDIR%%/vendor/geocoder-php/common-http/LICENSE +%%WWWDIR%%/vendor/geocoder-php/common-http/Provider/AbstractHttpProvider.php +%%WWWDIR%%/vendor/geocoder-php/common-http/Readme.md +%%WWWDIR%%/vendor/geocoder-php/common-http/composer.json +%%WWWDIR%%/vendor/geocoder-php/nominatim-provider/.github/workflows/provider.yml +%%WWWDIR%%/vendor/geocoder-php/nominatim-provider/CHANGELOG.md +%%WWWDIR%%/vendor/geocoder-php/nominatim-provider/LICENSE +%%WWWDIR%%/vendor/geocoder-php/nominatim-provider/Model/NominatimAddress.php +%%WWWDIR%%/vendor/geocoder-php/nominatim-provider/Nominatim.php +%%WWWDIR%%/vendor/geocoder-php/nominatim-provider/README.md +%%WWWDIR%%/vendor/geocoder-php/nominatim-provider/composer.json +%%WWWDIR%%/vendor/graham-campbell/markdown/LICENSE +%%WWWDIR%%/vendor/graham-campbell/markdown/composer.json +%%WWWDIR%%/vendor/graham-campbell/markdown/config/markdown.php +%%WWWDIR%%/vendor/graham-campbell/markdown/src/Facades/Markdown.php +%%WWWDIR%%/vendor/graham-campbell/markdown/src/MarkdownServiceProvider.php +%%WWWDIR%%/vendor/graham-campbell/markdown/src/View/Compiler/CommonMarkCompiler.php +%%WWWDIR%%/vendor/graham-campbell/markdown/src/View/Directive/CommonMarkDirective.php +%%WWWDIR%%/vendor/graham-campbell/markdown/src/View/Directive/DirectiveInterface.php +%%WWWDIR%%/vendor/graham-campbell/markdown/src/View/Engine/BladeCommonMarkEngine.php +%%WWWDIR%%/vendor/graham-campbell/markdown/src/View/Engine/PhpCommonMarkEngine.php +%%WWWDIR%%/vendor/graham-campbell/result-type/LICENSE +%%WWWDIR%%/vendor/graham-campbell/result-type/composer.json +%%WWWDIR%%/vendor/graham-campbell/result-type/src/Error.php +%%WWWDIR%%/vendor/graham-campbell/result-type/src/Result.php +%%WWWDIR%%/vendor/graham-campbell/result-type/src/Success.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/CHANGELOG.md +%%WWWDIR%%/vendor/guzzlehttp/guzzle/LICENSE +%%WWWDIR%%/vendor/guzzlehttp/guzzle/README.md +%%WWWDIR%%/vendor/guzzlehttp/guzzle/UPGRADING.md +%%WWWDIR%%/vendor/guzzlehttp/guzzle/composer.json +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/BodySummarizer.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Client.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/ClientInterface.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/ClientTrait.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/HandlerStack.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/MessageFormatter.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Middleware.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Pool.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/RequestOptions.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/TransferStats.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Utils.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/functions.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/functions_include.php +%%WWWDIR%%/vendor/guzzlehttp/promises/CHANGELOG.md +%%WWWDIR%%/vendor/guzzlehttp/promises/LICENSE +%%WWWDIR%%/vendor/guzzlehttp/promises/README.md +%%WWWDIR%%/vendor/guzzlehttp/promises/composer.json +%%WWWDIR%%/vendor/guzzlehttp/promises/src/AggregateException.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/CancellationException.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/Coroutine.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/Create.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/Each.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/EachPromise.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/FulfilledPromise.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/Is.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/Promise.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/PromiseInterface.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/PromisorInterface.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/RejectedPromise.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/RejectionException.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueue.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueueInterface.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/Utils.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/CHANGELOG.md +%%WWWDIR%%/vendor/guzzlehttp/psr7/LICENSE +%%WWWDIR%%/vendor/guzzlehttp/psr7/README.md +%%WWWDIR%%/vendor/guzzlehttp/psr7/composer.json +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/AppendStream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/BufferStream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/CachingStream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/DroppingStream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Exception/MalformedUriException.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/FnStream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Header.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/HttpFactory.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/InflateStream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/LazyOpenStream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/LimitStream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Message.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MessageTrait.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MimeType.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MultipartStream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/NoSeekStream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/PumpStream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Query.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Request.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Response.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Rfc7230.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/ServerRequest.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Stream.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/StreamWrapper.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UploadedFile.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Uri.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriComparator.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriNormalizer.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriResolver.php +%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Utils.php +%%WWWDIR%%/vendor/guzzlehttp/uri-template/CHANGELOG.md +%%WWWDIR%%/vendor/guzzlehttp/uri-template/LICENSE +%%WWWDIR%%/vendor/guzzlehttp/uri-template/README.md +%%WWWDIR%%/vendor/guzzlehttp/uri-template/composer.json +%%WWWDIR%%/vendor/guzzlehttp/uri-template/src/UriTemplate.php +%%WWWDIR%%/vendor/kelunik/certificate/.github/workflows/ci.yml +%%WWWDIR%%/vendor/kelunik/certificate/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/kelunik/certificate/CONTRIBUTING.md +%%WWWDIR%%/vendor/kelunik/certificate/LICENSE +%%WWWDIR%%/vendor/kelunik/certificate/README.md +%%WWWDIR%%/vendor/kelunik/certificate/composer.json +%%WWWDIR%%/vendor/kelunik/certificate/src/Certificate.php +%%WWWDIR%%/vendor/kelunik/certificate/src/FieldNotSupportedException.php +%%WWWDIR%%/vendor/kelunik/certificate/src/InvalidCertificateException.php +%%WWWDIR%%/vendor/kelunik/certificate/src/Profile.php +%%WWWDIR%%/vendor/laragear/meta-model/DATABASE.md +%%WWWDIR%%/vendor/laragear/meta-model/LICENSE.md +%%WWWDIR%%/vendor/laragear/meta-model/README.md +%%WWWDIR%%/vendor/laragear/meta-model/composer.json +%%WWWDIR%%/vendor/laragear/meta-model/src/CustomMigration.php +%%WWWDIR%%/vendor/laragear/meta-model/src/HasCustomization.php +%%WWWDIR%%/vendor/laragear/webauthn/DATABASE.md +%%WWWDIR%%/vendor/laragear/webauthn/LICENSE.md +%%WWWDIR%%/vendor/laragear/webauthn/README.md +%%WWWDIR%%/vendor/laragear/webauthn/composer.json +%%WWWDIR%%/vendor/laragear/webauthn/config/webauthn.php +%%WWWDIR%%/vendor/laragear/webauthn/database/migrations/0000_00_00_000000_create_webauthn_credentials.php +%%WWWDIR%%/vendor/laragear/webauthn/resources/js/webauthn.js +%%WWWDIR%%/vendor/laragear/webauthn/resources/views/livewire/attest.blade.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Creator/AssertionCreation.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Creator/AssertionCreator.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Creator/Pipes/AddConfiguration.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Creator/Pipes/CreateAssertionChallenge.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Creator/Pipes/MayRequireUserVerification.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Creator/Pipes/MayRetrieveCredentialsIdForUser.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/AssertionValidation.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/AssertionValidator.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/CheckChallengeSame.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/CheckCredentialIsForUser.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/CheckCredentialIsWebAuthnGet.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/CheckPublicKeyCounterCorrect.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/CheckPublicKeySignature.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/CheckRelyingPartyHashSame.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/CheckRelyingPartyIdContained.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/CheckTypeIsPublicKey.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/CheckUserInteraction.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/CompileAuthenticatorData.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/CompileClientDataJson.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/FireCredentialAssertedEvent.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/IncrementCredentialCounter.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/RetrieveChallenge.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Assertion/Validator/Pipes/RetrievesCredentialId.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/AttestationObject.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/AuthenticatorData.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Creator/AttestationCreation.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Creator/AttestationCreator.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Creator/Pipes/AddAcceptedAlgorithms.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Creator/Pipes/AddRelyingParty.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Creator/Pipes/AddUserDescriptor.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Creator/Pipes/CreateAttestationChallenge.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Creator/Pipes/MayPreventDuplicateCredentials.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Creator/Pipes/MayRequireUserVerification.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Creator/Pipes/SetResidentKeyConfiguration.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Formats/Format.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Formats/None.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/AttestationValidation.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/AttestationValidator.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/Pipes/AttestationIsForCreation.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/Pipes/CheckChallengeSame.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/Pipes/CheckRelyingPartyHashSame.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/Pipes/CheckRelyingPartyIdContained.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/Pipes/CheckUserInteraction.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/Pipes/CompileAttestationObject.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/Pipes/CompileClientDataJson.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/Pipes/CredentialIdShouldNotBeDuplicated.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/Pipes/FireCredentialAttestedEvent.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/Pipes/MakeWebAuthnCredential.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Attestation/Validator/Pipes/RetrieveChallenge.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Auth/WebAuthnUserProvider.php +%%WWWDIR%%/vendor/laragear/webauthn/src/ByteBuffer.php +%%WWWDIR%%/vendor/laragear/webauthn/src/CborDecoder.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Challenge/Challenge.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Challenge/SessionChallengeRepository.php +%%WWWDIR%%/vendor/laragear/webauthn/src/ClientDataJson.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Console/WebAuthnInstallCommand.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Contracts/WebAuthnAuthenticatable.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Contracts/WebAuthnChallengeRepository.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Contracts/WebAuthnException.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Enums/Extension.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Enums/Formats.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Enums/Platform.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Enums/ResidentKey.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Enums/Transport.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Enums/UserVerification.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Events/CredentialAsserted.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Events/CredentialAttested.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Events/CredentialCloned.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Events/CredentialCreated.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Events/CredentialDisabled.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Events/CredentialEnabled.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Exceptions/AssertionException.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Exceptions/AttestationException.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Exceptions/DataException.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Http/Requests/AssertedRequest.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Http/Requests/AssertionRequest.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Http/Requests/AttestationRequest.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Http/Requests/AttestedRequest.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Http/Routes.php +%%WWWDIR%%/vendor/laragear/webauthn/src/JsonTransport.php +%%WWWDIR%%/vendor/laragear/webauthn/src/Models/WebAuthnCredential.php +%%WWWDIR%%/vendor/laragear/webauthn/src/SharedPipes/CheckChallengeSame.php +%%WWWDIR%%/vendor/laragear/webauthn/src/SharedPipes/CheckRelyingPartyHashSame.php +%%WWWDIR%%/vendor/laragear/webauthn/src/SharedPipes/CheckRelyingPartyIdContained.php +%%WWWDIR%%/vendor/laragear/webauthn/src/SharedPipes/CheckUserInteraction.php +%%WWWDIR%%/vendor/laragear/webauthn/src/SharedPipes/CompileClientDataJson.php +%%WWWDIR%%/vendor/laragear/webauthn/src/SharedPipes/RequireWebAuthnUser.php +%%WWWDIR%%/vendor/laragear/webauthn/src/SharedPipes/RetrieveChallenge.php +%%WWWDIR%%/vendor/laragear/webauthn/src/SharedPipes/ThrowsCeremonyException.php +%%WWWDIR%%/vendor/laragear/webauthn/src/WebAuthnAuthentication.php +%%WWWDIR%%/vendor/laragear/webauthn/src/WebAuthnData.php +%%WWWDIR%%/vendor/laragear/webauthn/src/WebAuthnServiceProvider.php +%%WWWDIR%%/vendor/laragear/webauthn/stubs/controllers/WebAuthnLoginController.php +%%WWWDIR%%/vendor/laragear/webauthn/stubs/controllers/WebAuthnRegisterController.php +%%WWWDIR%%/vendor/laravel/framework/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/README.md +%%WWWDIR%%/vendor/laravel/framework/composer.json +%%WWWDIR%%/vendor/laravel/framework/config-stubs/app.php +%%WWWDIR%%/vendor/laravel/framework/config/app.php +%%WWWDIR%%/vendor/laravel/framework/config/auth.php +%%WWWDIR%%/vendor/laravel/framework/config/broadcasting.php +%%WWWDIR%%/vendor/laravel/framework/config/cache.php +%%WWWDIR%%/vendor/laravel/framework/config/concurrency.php +%%WWWDIR%%/vendor/laravel/framework/config/cors.php +%%WWWDIR%%/vendor/laravel/framework/config/database.php +%%WWWDIR%%/vendor/laravel/framework/config/filesystems.php +%%WWWDIR%%/vendor/laravel/framework/config/hashing.php +%%WWWDIR%%/vendor/laravel/framework/config/logging.php +%%WWWDIR%%/vendor/laravel/framework/config/mail.php +%%WWWDIR%%/vendor/laravel/framework/config/queue.php +%%WWWDIR%%/vendor/laravel/framework/config/services.php +%%WWWDIR%%/vendor/laravel/framework/config/session.php +%%WWWDIR%%/vendor/laravel/framework/config/view.php +%%WWWDIR%%/vendor/laravel/framework/pint.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Access/AuthorizationException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Access/Events/GateEvaluated.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Access/Gate.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Access/HandlesAuthorization.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Access/Response.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/AuthManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/AuthServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/AuthenticationException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Console/ClearResetsCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/CreatesUserProviders.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/DatabaseUserProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/EloquentUserProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/Attempting.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/Authenticated.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/CurrentDeviceLogout.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/Failed.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/Lockout.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/Login.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/Logout.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/OtherDeviceLogout.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/PasswordReset.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/PasswordResetLinkSent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/Registered.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/Validated.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Events/Verified.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/GenericUser.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Listeners/SendEmailVerificationNotification.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Middleware/AuthenticateWithBasicAuth.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authorize.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Middleware/RedirectIfAuthenticated.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Middleware/RequirePassword.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/MustVerifyEmail.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Notifications/ResetPassword.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Notifications/VerifyEmail.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Passwords/CacheTokenRepository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Passwords/CanResetPassword.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Passwords/PasswordBroker.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Passwords/PasswordBrokerManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Passwords/PasswordResetServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Passwords/TokenRepositoryInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/Recaller.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/SessionGuard.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/TokenGuard.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Auth/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/AnonymousEvent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/BroadcastController.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/BroadcastEvent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/BroadcastException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/BroadcastManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/BroadcastServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/AblyBroadcaster.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/Broadcaster.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/LogBroadcaster.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/NullBroadcaster.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/PusherBroadcaster.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/RedisBroadcaster.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/UsePusherChannelConventions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/Channel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/EncryptedPrivateChannel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/InteractsWithBroadcasting.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/InteractsWithSockets.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/PendingBroadcast.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/PresenceChannel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/PrivateChannel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/UniqueBroadcastEvent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Broadcasting/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/Batch.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/BatchFactory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/BatchRepository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/Batchable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/BusServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/ChainedBatch.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/DatabaseBatchRepository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/DynamoBatchRepository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/Events/BatchDispatched.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/PendingBatch.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/PrunableBatchRepository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/Queueable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/UniqueLock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/UpdatedBatchJobCounts.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Bus/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/ApcStore.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/ApcWrapper.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/ArrayLock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/ArrayStore.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/CacheLock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/CacheServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Console/CacheTableCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Console/ClearCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Console/ForgetCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Console/PruneStaleTagsCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Console/stubs/cache.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/DatabaseLock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/DynamoDbLock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/DynamoDbStore.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/CacheEvent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/CacheHit.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/CacheMissed.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/ForgettingKey.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/KeyForgetFailed.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/KeyForgotten.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/KeyWriteFailed.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/KeyWritten.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/RetrievingKey.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/RetrievingManyKeys.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/WritingKey.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Events/WritingManyKeys.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/FileLock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/HasCacheLock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Lock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/LuaScripts.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/MemcachedConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/MemcachedLock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/MemcachedStore.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/NoLock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/NullStore.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/PhpRedisLock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/RateLimiter.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/RateLimiting/GlobalLimit.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/RateLimiting/Limit.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/RateLimiting/Unlimited.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/RedisLock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/RedisTagSet.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/RedisTaggedCache.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/Repository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/RetrievesMultipleKeys.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/TagSet.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/TaggableStore.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/TaggedCache.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cache/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/Arr.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/Collection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/Enumerable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/HigherOrderCollectionProxy.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/ItemNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/LazyCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/MultipleItemsFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/functions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Collections/helpers.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Concurrency/ConcurrencyManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Concurrency/ConcurrencyServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Concurrency/Console/InvokeSerializedClosureCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Concurrency/ForkDriver.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Concurrency/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Concurrency/ProcessDriver.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Concurrency/SyncDriver.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Concurrency/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Conditionable/HigherOrderWhenProxy.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Conditionable/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Conditionable/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Config/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Config/Repository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Config/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Application.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/BufferedConsoleOutput.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/CacheCommandMutex.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Command.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/CommandMutex.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Concerns/CallsCommands.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Concerns/ConfiguresPrompts.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Concerns/CreatesMatchingTest.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Concerns/HasParameters.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Concerns/InteractsWithIO.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Concerns/InteractsWithSignals.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Concerns/PromptsForMissingInput.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/ConfirmableTrait.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/ContainerCommandLoader.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Contracts/NewLineAware.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Events/ArtisanStarting.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Events/CommandFinished.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Events/CommandStarting.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Events/ScheduledBackgroundTaskFinished.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Events/ScheduledTaskFailed.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Events/ScheduledTaskFinished.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Events/ScheduledTaskSkipped.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Events/ScheduledTaskStarting.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/GeneratorCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/ManuallyFailedException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/MigrationGeneratorCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/OutputStyle.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Parser.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Prohibitable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/PromptValidationException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/QuestionHelper.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CacheAware.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CacheEventMutex.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CacheSchedulingMutex.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CallbackEvent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CommandBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/Event.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/EventMutex.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ManagesAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ManagesFrequencies.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/PendingEventAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/Schedule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleClearCacheCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleFinishCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleInterruptCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleListCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleRunCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleTestCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleWorkCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Scheduling/SchedulingMutex.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/Signals.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Alert.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Ask.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/AskWithCompletion.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/BulletList.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Choice.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Component.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Confirm.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Error.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Info.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Line.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Mutators/EnsureDynamicContentIsHighlighted.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Mutators/EnsureNoPunctuation.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Mutators/EnsurePunctuation.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Mutators/EnsureRelativePaths.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Secret.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Success.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/TwoColumnDetail.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/View/Components/Warn.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/resources/views/components/alert.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/resources/views/components/bullet-list.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/resources/views/components/line.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Console/resources/views/components/two-column-detail.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Attributes/Auth.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Attributes/Authenticated.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Attributes/Cache.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Attributes/Config.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Attributes/CurrentUser.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Attributes/DB.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Attributes/Database.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Attributes/Log.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Attributes/RouteParameter.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Attributes/Storage.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Attributes/Tag.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Container.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/ContextualBindingBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/EntryNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/RewindableGenerator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/Util.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Container/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Access/Authorizable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Access/Gate.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Authenticatable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/CanResetPassword.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Guard.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Middleware/AuthenticatesRequests.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/MustVerifyEmail.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/PasswordBroker.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/PasswordBrokerFactory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/StatefulGuard.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/SupportsBasicAuth.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Auth/UserProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Broadcasting/Broadcaster.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Broadcasting/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Broadcasting/HasBroadcastChannel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Broadcasting/ShouldBeUnique.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Broadcasting/ShouldBroadcast.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Broadcasting/ShouldBroadcastNow.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Bus/Dispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Bus/QueueingDispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Cache/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Cache/Lock.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Cache/LockProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Cache/LockTimeoutException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Cache/Repository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Cache/Store.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Concurrency/Driver.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Config/Repository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Console/Application.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Console/Isolatable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Console/Kernel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Console/PromptsForMissingInput.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Container/BindingResolutionException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Container/CircularDependencyException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Container/Container.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Container/ContextualAttribute.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Container/ContextualBindingBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Cookie/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Cookie/QueueingFactory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/Builder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/Castable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/CastsAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/CastsInboundAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/DeviatesCastableAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/SerializesCastableAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/SupportsPartialRelations.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/Events/MigrationEvent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/ModelIdentifier.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/Query/Builder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/Query/ConditionExpression.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Database/Query/Expression.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Debug/ExceptionHandler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Debug/ShouldntReport.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Encryption/DecryptException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Encryption/EncryptException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Encryption/Encrypter.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Encryption/StringEncrypter.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Events/Dispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Events/ShouldDispatchAfterCommit.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Events/ShouldHandleEventsAfterCommit.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Filesystem/Cloud.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Filesystem/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Filesystem/FileNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Filesystem/Filesystem.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Filesystem/LockTimeoutException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Foundation/Application.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Foundation/CachesConfiguration.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Foundation/CachesRoutes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Foundation/ExceptionRenderer.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Foundation/MaintenanceMode.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Hashing/Hasher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Http/Kernel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Mail/Attachable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Mail/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Mail/MailQueue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Mail/Mailable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Mail/Mailer.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Notifications/Dispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Notifications/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Pagination/CursorPaginator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Pagination/LengthAwarePaginator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Pagination/Paginator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Pipeline/Hub.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Pipeline/Pipeline.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Process/InvokedProcess.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Process/ProcessResult.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/ClearableQueue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/EntityNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/EntityResolver.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/Job.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/Monitor.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/Queue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/QueueableCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/QueueableEntity.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/ShouldBeEncrypted.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/ShouldBeUnique.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/ShouldBeUniqueUntilProcessing.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/ShouldQueue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Queue/ShouldQueueAfterCommit.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Redis/Connection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Redis/Connector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Redis/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Redis/LimiterTimeoutException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Routing/BindingRegistrar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Routing/Registrar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Routing/ResponseFactory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Routing/UrlGenerator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Routing/UrlRoutable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Session/Middleware/AuthenticatesSessions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Session/Session.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Support/Arrayable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Support/CanBeEscapedWhenCastToString.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Support/DeferrableProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Support/DeferringDisplayableValue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Support/Htmlable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Support/Jsonable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Support/MessageBag.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Support/MessageProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Support/Renderable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Support/Responsable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Support/ValidatedData.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Translation/HasLocalePreference.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Translation/Loader.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Translation/Translator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Validation/DataAwareRule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Validation/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Validation/ImplicitRule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Validation/InvokableRule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Validation/Rule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Validation/UncompromisedVerifier.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Validation/ValidatesWhenResolved.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Validation/ValidationRule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Validation/Validator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/Validation/ValidatorAwareRule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/View/Engine.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/View/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/View/View.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/View/ViewCompilationException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Contracts/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cookie/CookieJar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cookie/CookieValuePrefix.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cookie/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Cookie/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Capsule/Manager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/ClassMorphViolationException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsWhereDateClauses.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Concerns/CompilesJsonPaths.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Concerns/ExplainsQueries.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Concerns/ParsesSearchPath.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/ConfigurationUrlParser.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Connection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/ConnectionInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/ConnectionResolver.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/ConnectionResolverInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectorInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Connectors/MariaDbConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Connectors/PostgresConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Connectors/SQLiteConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Connectors/SqlServerConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/DatabaseInspectionCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/DbCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/DumpCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Factories/FactoryMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Factories/stubs/factory.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/BaseCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/FreshCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/InstallCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/RefreshCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/ResetCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/RollbackCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/StatusCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/TableGuesser.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/MonitorCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/PruneCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeedCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/SeederMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/WithoutModelEvents.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/stubs/seeder.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/ShowCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/ShowModelCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/TableCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Console/WipeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/DatabaseServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/DatabaseTransactionRecord.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/DatabaseTransactionsManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/DeadlockException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/DetectsConcurrencyErrors.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/DetectsLostConnections.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Attributes/CollectedBy.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Attributes/ObservedBy.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Attributes/ScopedBy.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Attributes/UseFactory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/BroadcastableModelEventOccurred.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/BroadcastsEvents.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/BroadcastsEventsAfterCommit.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Casts/ArrayObject.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsArrayObject.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsEncryptedArrayObject.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsEncryptedCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsEnumArrayObject.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsEnumCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Casts/AsStringable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Casts/Attribute.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Casts/Json.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Collection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasEvents.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasGlobalScopes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasRelationships.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasTimestamps.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasUlids.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasUniqueIds.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasUniqueStringIds.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasUuids.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasVersion7Uuids.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HidesAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/PreventsCircularRecursion.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/BelongsToManyRelationship.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/BelongsToRelationship.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/CrossJoinSequence.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/HasFactory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/Relationship.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factories/Sequence.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/HasBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/HasCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/HigherOrderBuilderProxy.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/InvalidCastException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/JsonEncodingException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/MassAssignmentException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/MassPrunable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/MissingAttributeException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/ModelInspector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/ModelNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/PendingHasThroughRelationship.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Prunable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/QueueEntityResolver.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/RelationNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsTo.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/AsPivot.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/CanBeOneOfMany.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/ComparesRelatedModels.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithDictionary.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/SupportsDefaultModels.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Concerns/SupportsInverseRelations.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasMany.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasManyThrough.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOne.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOneOrMany.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOneOrManyThrough.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOneThrough.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphMany.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphOne.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphOneOrMany.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphPivot.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphTo.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/MorphToMany.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Pivot.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Scope.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletingScope.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/ConnectionEstablished.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/ConnectionEvent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/DatabaseBusy.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/DatabaseRefreshed.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/MigrationEnded.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/MigrationEvent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/MigrationStarted.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/MigrationsEnded.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/MigrationsEvent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/MigrationsPruned.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/MigrationsStarted.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/ModelPruningFinished.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/ModelPruningStarting.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/ModelsPruned.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/NoPendingMigrations.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/QueryExecuted.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/SchemaDumped.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/SchemaLoaded.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/StatementPrepared.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/TransactionBeginning.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/TransactionCommitted.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/TransactionCommitting.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Events/TransactionRolledBack.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Grammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/LazyLoadingViolationException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/LostConnectionException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/MariaDbConnection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/MigrationServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migration.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Migrations/MigrationCreator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Migrations/MigrationRepositoryInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Migrations/stubs/migration.create.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Migrations/stubs/migration.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Migrations/stubs/migration.update.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/MultipleColumnsSelectedException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/MultipleRecordsFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/PostgresConnection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Expression.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/Grammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/MariaDbGrammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/MySqlGrammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/PostgresGrammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/SQLiteGrammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/SqlServerGrammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/IndexHint.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/JoinClause.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/JoinLateralClause.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/MariaDbProcessor.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/MySqlProcessor.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/PostgresProcessor.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/Processor.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/SQLiteProcessor.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/SqlServerProcessor.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/QueryException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/README.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/RecordNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/RecordsNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/SQLiteConnection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/SQLiteDatabaseDoesNotExistException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/BlueprintState.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/ColumnDefinition.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/ForeignIdColumnDefinition.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/ForeignKeyDefinition.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/Grammars/Grammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/Grammars/MariaDbGrammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/Grammars/MySqlGrammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/Grammars/PostgresGrammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/Grammars/SQLiteGrammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/IndexDefinition.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/MariaDbBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/MariaDbSchemaState.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/MySqlBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/MySqlSchemaState.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/PostgresBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/PostgresSchemaState.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/SQLiteBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/SchemaState.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/SqlServerBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Schema/SqliteSchemaState.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/Seeder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/SqlServerConnection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/UniqueConstraintViolationException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Database/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Encryption/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Encryption/MissingAppKeyException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Encryption/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Events/CallQueuedListener.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Events/EventServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Events/InvokeQueuedClosure.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Events/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Events/NullDispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Events/QueuedClosure.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Events/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Events/functions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Filesystem/AwsS3V3Adapter.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Filesystem/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Filesystem/LocalFilesystemAdapter.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Filesystem/LockableFile.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Filesystem/ServeFile.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Filesystem/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Filesystem/functions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/AliasLoader.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Application.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/Authorizable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Auth/EmailVerificationRequest.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Auth/User.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadEnvironmentVariables.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterProviders.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/SetRequestForConsole.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bus/DispatchesJobs.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingChain.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingClosureDispatch.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Bus/PendingDispatch.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/CacheBasedMaintenanceMode.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Cloud.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/ComposerScripts.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Concerns/ResolvesDumpSource.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Configuration/ApplicationBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Configuration/Exceptions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Configuration/Middleware.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/AboutCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ApiInstallCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/BroadcastingInstallCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/CastMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ChannelListCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ChannelMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ClassMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ClearCompiledCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/CliDumper.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ClosureCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ComponentMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ConfigCacheCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ConfigClearCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ConfigPublishCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ConfigShowCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ConsoleMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/DocsCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/DownCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/EnumMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/EnvironmentCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/EnvironmentDecryptCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/EnvironmentEncryptCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/EventCacheCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/EventClearCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/EventGenerateCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/EventListCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/EventMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ExceptionMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/InteractsWithComposerPackages.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/InterfaceMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/JobMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/JobMiddlewareMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/KeyGenerateCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/LangPublishCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ListenerMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/MailMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ModelMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/NotificationMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ObserverMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeClearCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/PackageDiscoverCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/PolicyMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ProviderMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/QueuedCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/RequestMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ResourceMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteCacheCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteClearCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteListCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/RuleMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ScopeMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ServeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/StorageLinkCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/StorageUnlinkCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/StubPublishCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/TestMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/TraitMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/UpCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/VendorPublishCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ViewCacheCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ViewClearCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/ViewMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/api-routes.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/broadcasting-routes.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/cast.inbound.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/cast.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/channel.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/class.invokable.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/class.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/console.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/echo-bootstrap-js.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/echo-js.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/enum.backed.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/enum.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/event.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/exception-render-report.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/exception-render.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/exception-report.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/exception.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/interface.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/job.middleware.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/job.queued.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/job.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/listener.queued.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/listener.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/listener.typed.queued.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/listener.typed.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/mail.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/maintenance-mode.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/markdown-mail.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/markdown-notification.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/markdown.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/model.morph-pivot.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/model.pivot.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/model.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/notification.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/observer.plain.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/observer.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/pest.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/pest.unit.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/policy.plain.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/policy.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/provider.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/request.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/resource-collection.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/resource.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/routes.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/rule.implicit.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/rule.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/scope.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/test.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/test.unit.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/trait.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/view-component.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/view-mail.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/view.pest.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/view.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/view.test.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/EnvironmentDetector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Events/DiagnosingHealth.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Events/DiscoverEvents.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Events/Dispatchable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Events/LocaleUpdated.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Events/MaintenanceModeDisabled.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Events/MaintenanceModeEnabled.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Events/PublishingStubs.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Events/Terminating.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Events/VendorTagPublished.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Renderer/Exception.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Renderer/Frame.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Renderer/Listener.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Renderer/Mappers/BladeMapper.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Renderer/Renderer.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/ReportableHandler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Whoops/WhoopsExceptionRenderer.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Whoops/WhoopsHandler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/401.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/402.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/403.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/404.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/419.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/429.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/500.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/503.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/layout.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/minimal.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/FileBasedMaintenanceMode.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Events/RequestHandled.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/FormRequest.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/HtmlDumper.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/MaintenanceModeBypassCookie.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/Concerns/ExcludesPaths.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/HandlePrecognitiveRequests.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidateCsrfToken.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Inspiring.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/MaintenanceModeManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Mix.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/MixFileNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/MixManifestNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Precognition.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Providers/ComposerServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Providers/ConsoleSupportServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Providers/FormRequestServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Providers/FoundationServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Queue/InteractsWithUniqueJobs.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Queue/Queueable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Routing/PrecognitionCallableDispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Routing/PrecognitionControllerDispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/AuthServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/EventServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithAuthentication.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithContainer.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithDeprecationHandling.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithExceptionHandling.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithRedis.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithSession.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTestCaseLifecycle.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/InteractsWithViews.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Concerns/WithoutExceptionHandlingHandler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseMigrations.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseTransactions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseTransactionsManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/DatabaseTruncation.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/LazilyRefreshDatabase.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/RefreshDatabase.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/RefreshDatabaseState.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Traits/CanConfigureMigrationCommands.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/WithConsoleEvents.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/WithFaker.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/WithoutMiddleware.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Testing/Wormhole.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Validation/ValidatesRequests.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/Vite.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/ViteException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/ViteManifestNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/card.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/context.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/editor.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/header.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/icons/chevron-down.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/icons/chevron-up.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/icons/computer-desktop.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/icons/moon.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/icons/sun.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/layout.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/navigation.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/theme-switcher.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/trace-and-editor.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/components/trace.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/dark-mode.css +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/dist/dark-mode.css +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/dist/light-mode.css +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/dist/scripts.js +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/dist/styles.css +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/light-mode.css +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/package-lock.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/package.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/postcss.config.js +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/scripts.js +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/show.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/styles.css +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/tailwind.config.js +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/exceptions/renderer/vite.config.js +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/health-up.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Foundation/stubs/facade.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Hashing/AbstractHasher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Hashing/Argon2IdHasher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Hashing/ArgonHasher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Hashing/BcryptHasher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Hashing/HashManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Hashing/HashServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Hashing/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Hashing/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/Concerns/DeterminesStatusCode.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/ConnectionException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/Events/ConnectionFailed.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/Events/RequestSending.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/Events/ResponseReceived.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/HttpClientException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/Pool.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/Request.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/RequestException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/Response.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Client/ResponseSequence.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Concerns/CanBePrecognitive.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Concerns/InteractsWithContentTypes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Concerns/InteractsWithFlashData.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Concerns/InteractsWithInput.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Exceptions/HttpResponseException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Exceptions/PostTooLargeException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Exceptions/ThrottleRequestsException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/File.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/FileHelpers.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/JsonResponse.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Middleware/AddLinkHeadersForPreloadedAssets.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Middleware/CheckResponseForModifications.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Middleware/FrameGuard.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Middleware/SetCacheHeaders.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustHosts.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/RedirectResponse.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Request.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Resources/CollectsResources.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Resources/ConditionallyLoadsAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Resources/Json/AnonymousResourceCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Resources/Json/JsonResource.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Resources/Json/PaginatedResourceResponse.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Resources/Json/ResourceResponse.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Resources/MergeValue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Resources/MissingValue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Resources/PotentiallyMissing.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Response.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/ResponseTrait.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Testing/File.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Testing/FileFactory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/Testing/MimeType.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/UploadedFile.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Http/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/Context/ContextServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/Context/Events/ContextDehydrating.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/Context/Events/ContextHydrated.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/Context/Repository.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/Events/MessageLogged.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/LogManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/LogServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/Logger.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/ParsesLogConfiguration.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Log/functions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Macroable/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Macroable/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Attachment.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Events/MessageSending.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Events/MessageSent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/MailServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Mailable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Mailables/Address.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Mailables/Attachment.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Mailables/Content.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Mailables/Envelope.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Mailables/Headers.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Markdown.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Message.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/PendingMail.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/SendQueuedMailable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/SentMessage.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/TextMessage.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Transport/ArrayTransport.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Transport/LogTransport.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Transport/ResendTransport.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Transport/SesTransport.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/Transport/SesV2Transport.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/button.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/footer.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/header.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/layout.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/message.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/panel.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/subcopy.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/table.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/themes/default.css +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/text/button.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/text/footer.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/text/header.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/text/layout.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/text/message.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/text/panel.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/text/subcopy.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Mail/resources/views/text/table.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Action.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/AnonymousNotifiable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/ChannelManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Channels/BroadcastChannel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Channels/DatabaseChannel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Channels/MailChannel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Console/NotificationTableCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Console/stubs/notifications.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/DatabaseNotification.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/DatabaseNotificationCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Events/BroadcastNotificationCreated.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Events/NotificationFailed.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Events/NotificationSending.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Events/NotificationSent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/HasDatabaseNotifications.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Messages/BroadcastMessage.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Messages/DatabaseMessage.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Messages/MailMessage.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Messages/SimpleMessage.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Notifiable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/Notification.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/NotificationServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/RoutesNotifications.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/SendQueuedNotifications.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Notifications/resources/views/email.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/AbstractCursorPaginator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/AbstractPaginator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/Cursor.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/CursorPaginator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/LengthAwarePaginator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/PaginationServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/PaginationState.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/Paginator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/UrlWindow.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/resources/views/bootstrap-4.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/resources/views/bootstrap-5.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/resources/views/default.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/resources/views/semantic-ui.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/resources/views/simple-bootstrap-4.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/resources/views/simple-bootstrap-5.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/resources/views/simple-default.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/resources/views/simple-tailwind.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pagination/resources/views/tailwind.blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pipeline/Hub.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pipeline/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pipeline/PipelineServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Pipeline/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/Exceptions/ProcessFailedException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/Exceptions/ProcessTimedOutException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/FakeInvokedProcess.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/FakeProcessDescription.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/FakeProcessResult.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/FakeProcessSequence.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/InvokedProcess.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/InvokedProcessPool.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/PendingProcess.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/Pipe.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/Pool.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/ProcessPoolResults.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/ProcessResult.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Process/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Attributes/DeleteWhenMissingModels.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Attributes/WithoutRelations.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/BeanstalkdQueue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedClosure.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Capsule/Manager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Connectors/BeanstalkdConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Connectors/ConnectorInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Connectors/DatabaseConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Connectors/NullConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Connectors/RedisConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Connectors/SqsConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Connectors/SyncConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/BatchesTableCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/ClearCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/FailedTableCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/FlushFailedCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/ForgetFailedCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/ListFailedCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/ListenCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/MonitorCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/PruneBatchesCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/PruneFailedJobsCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/RestartCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/RetryBatchCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/RetryCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/TableCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/stubs/batches.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/stubs/failed_jobs.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Console/stubs/jobs.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/DatabaseQueue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobAttempted.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobExceptionOccurred.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobFailed.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobPopped.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobPopping.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobProcessed.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobProcessing.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobQueued.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobQueueing.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobReleasedAfterException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobRetryRequested.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/JobTimedOut.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/Looping.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/QueueBusy.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Events/WorkerStopping.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Failed/CountableFailedJobProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Failed/DatabaseFailedJobProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Failed/DatabaseUuidFailedJobProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Failed/DynamoDbFailedJobProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Failed/FailedJobProviderInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Failed/FileFailedJobProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Failed/NullFailedJobProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Failed/PrunableFailedJobProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/InteractsWithQueue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/InvalidPayloadException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Jobs/BeanstalkdJob.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Jobs/DatabaseJob.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Jobs/DatabaseJobRecord.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Jobs/FakeJob.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Jobs/JobName.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Jobs/RedisJob.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Jobs/SqsJob.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Jobs/SyncJob.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Listener.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/ListenerOptions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/LuaScripts.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/ManuallyFailedException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/MaxAttemptsExceededException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Middleware/RateLimited.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Middleware/RateLimitedWithRedis.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Middleware/Skip.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Middleware/SkipIfBatchCancelled.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Middleware/ThrottlesExceptions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Middleware/ThrottlesExceptionsWithRedis.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Middleware/WithoutOverlapping.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/NullQueue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Queue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/QueueManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/QueueServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/README.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/RedisQueue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/SqsQueue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/TimeoutExceededException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/Worker.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/WorkerOptions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Queue/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Connections/PacksPhpRedisValues.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Connections/PhpRedisClusterConnection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Connections/PhpRedisConnection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Connections/PredisClusterConnection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Connections/PredisConnection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Connectors/PhpRedisConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Connectors/PredisConnector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Events/CommandExecuted.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Limiters/ConcurrencyLimiter.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Limiters/ConcurrencyLimiterBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Limiters/DurationLimiter.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/Limiters/DurationLimiterBuilder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/RedisManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/RedisServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Redis/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/AbstractRouteCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/CallableDispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/CompiledRouteCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/ControllerMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/MiddlewareMakeCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.api.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.invokable.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.model.api.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.model.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.nested.api.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.nested.singleton.api.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.nested.singleton.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.nested.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.plain.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.singleton.api.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.singleton.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/controller.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Console/stubs/middleware.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Contracts/CallableDispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Contracts/ControllerDispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Controller.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/ControllerMiddlewareOptions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Controllers/HasMiddleware.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Controllers/Middleware.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/CreatesRegularExpressionRouteConstraints.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Events/PreparingResponse.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Events/ResponsePrepared.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Events/RouteMatched.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Events/Routing.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/BackedEnumCaseNotFoundException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/InvalidSignatureException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/MissingRateLimiterException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/StreamedResponseException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/UrlGenerationException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/FiltersControllerMiddleware.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Matching/HostValidator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Matching/MethodValidator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Matching/SchemeValidator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Matching/UriValidator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Matching/ValidatorInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequestsWithRedis.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ValidateSignature.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/MiddlewareNameResolver.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/PendingResourceRegistration.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/PendingSingletonResourceRegistration.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RedirectController.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Redirector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/ResolvesRouteDependencies.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/ResourceRegistrar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Route.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteAction.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteBinding.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteCollectionInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteDependencyResolverTrait.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteFileRegistrar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteGroup.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteParameterBinder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteRegistrar.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteSignatureParameters.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteUri.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RouteUrlGenerator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/Router.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/SortedMiddleware.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Routing/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/ArraySessionHandler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/CacheBasedSessionHandler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/Console/SessionTableCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/Console/stubs/database.stub +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/CookieSessionHandler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/EncryptedStore.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/ExistenceAwareInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/NullSessionHandler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/SessionManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/SessionServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/Store.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/SymfonySessionDecorator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/TokenMismatchException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Session/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/AggregateServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Benchmark.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Carbon.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Composer.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/ConfigurationUrlParser.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/DateFactory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/DefaultProviders.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Defer/DeferredCallback.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Defer/DeferredCallbackCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/EncodedHtmlString.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Env.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Exceptions/MathException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/App.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Artisan.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Auth.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Blade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Broadcast.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Bus.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Cache.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Concurrency.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Config.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Context.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Cookie.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Crypt.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/DB.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Date.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Event.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Exceptions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/File.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Gate.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Hash.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Http.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Lang.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Log.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Mail.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Notification.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/ParallelTesting.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Password.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Pipeline.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Process.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Queue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/RateLimiter.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Redirect.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Redis.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Request.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Response.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Route.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Schedule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Schema.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Session.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Storage.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/URL.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Validator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/View.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Facades/Vite.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Fluent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/HigherOrderTapProxy.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/HtmlString.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/InteractsWithTime.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Js.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Lottery.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Manager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/MessageBag.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/MultipleInstanceManager.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/NamespacedItemResolver.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Number.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Once.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Onceable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Optional.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Pluralizer.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Process/PhpExecutableFinder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/ProcessUtils.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Reflector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Sleep.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Str.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Stringable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/BatchFake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/BatchRepositoryFake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/BusFake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/ChainedBatchTruthTest.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/EventFake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/ExceptionHandlerFake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/Fake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/MailFake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/NotificationFake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/PendingBatchFake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/PendingChainFake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/PendingMailFake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/QueueFake.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Timebox.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Traits/CapsuleManagerTrait.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Traits/Dumpable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Traits/InteractsWithData.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Traits/Localizable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Traits/ReflectsClosures.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Traits/Tappable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/Uri.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/UriQueryString.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/ValidatedInput.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/ViewErrorBag.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/functions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Support/helpers.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Assert.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/AssertableJsonString.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Concerns/AssertsStatusCodes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Concerns/RunsInParallel.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Concerns/TestDatabases.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Constraints/ArraySubset.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Constraints/CountInDatabase.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Constraints/HasInDatabase.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Constraints/NotSoftDeletedInDatabase.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Constraints/SeeInOrder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Constraints/SoftDeletedInDatabase.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Exceptions/InvalidArgumentException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Fluent/AssertableJson.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Debugging.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Has.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Interaction.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Matching.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/LoggedExceptionCollection.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/ParallelConsoleOutput.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/ParallelRunner.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/ParallelTesting.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/ParallelTestingServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/PendingCommand.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/TestComponent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/TestResponse.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/TestResponseAssert.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/TestView.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Testing/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/ArrayLoader.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/CreatesPotentiallyTranslatedStrings.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/FileLoader.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/MessageSelector.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/PotentiallyTranslatedString.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/TranslationServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/Translator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/lang/en/auth.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/lang/en/pagination.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/lang/en/passwords.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Translation/lang/en/validation.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/ClosureValidationRule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Concerns/FilterEmailValidation.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Concerns/FormatsMessages.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Concerns/ReplacesAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Concerns/ValidatesAttributes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/ConditionalRules.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifier.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifierInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/InvokableValidationRule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/NestedRules.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/NotPwnedVerifier.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/PresenceVerifierInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/ArrayRule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/Can.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/DatabaseRule.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/Date.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/Dimensions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/Email.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/Enum.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/ExcludeIf.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/Exists.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/File.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/ImageFile.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/In.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/NotIn.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/Numeric.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/Password.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/ProhibitedIf.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/RequiredIf.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Rules/Unique.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/UnauthorizedException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/ValidatesWhenResolvedTrait.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/ValidationData.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/ValidationException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/ValidationRuleParser.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/ValidationServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/Validator.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/Validation/composer.json +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/AnonymousComponent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/AppendableAttributeValue.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Compiler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/CompilerInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/ComponentTagCompiler.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesAuthorizations.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesClasses.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesComments.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesComponents.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesConditionals.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesEchos.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesErrors.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesFragments.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesHelpers.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesIncludes.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesInjections.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesJs.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesJson.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesLayouts.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesLoops.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesRawPhp.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesSessions.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesStacks.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesStyles.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesTranslations.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Compilers/Concerns/CompilesUseStatements.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Component.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/ComponentAttributeBag.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/ComponentSlot.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesComponents.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesFragments.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesLayouts.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesLoops.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesStacks.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesTranslations.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/DynamicComponent.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Engines/Engine.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Engines/EngineResolver.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Engines/FileEngine.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Factory.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/InvokableComponentVariable.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/LICENSE.md +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/View.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/ViewException.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/ViewFinderInterface.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/ViewName.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/ViewServiceProvider.php +%%WWWDIR%%/vendor/laravel/framework/src/Illuminate/View/composer.json +%%WWWDIR%%/vendor/laravel/prompts/LICENSE.md +%%WWWDIR%%/vendor/laravel/prompts/README.md +%%WWWDIR%%/vendor/laravel/prompts/composer.json +%%WWWDIR%%/vendor/laravel/prompts/phpunit.xml +%%WWWDIR%%/vendor/laravel/prompts/src/Clear.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/Colors.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/Cursor.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/Erase.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/Events.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/FakesInputOutput.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/Fallback.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/Interactivity.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/Scrolling.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/Termwind.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/Themes.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/Truncation.php +%%WWWDIR%%/vendor/laravel/prompts/src/Concerns/TypedValue.php +%%WWWDIR%%/vendor/laravel/prompts/src/ConfirmPrompt.php +%%WWWDIR%%/vendor/laravel/prompts/src/Exceptions/FormRevertedException.php +%%WWWDIR%%/vendor/laravel/prompts/src/Exceptions/NonInteractiveValidationException.php +%%WWWDIR%%/vendor/laravel/prompts/src/FormBuilder.php +%%WWWDIR%%/vendor/laravel/prompts/src/FormStep.php +%%WWWDIR%%/vendor/laravel/prompts/src/Key.php +%%WWWDIR%%/vendor/laravel/prompts/src/MultiSearchPrompt.php +%%WWWDIR%%/vendor/laravel/prompts/src/MultiSelectPrompt.php +%%WWWDIR%%/vendor/laravel/prompts/src/Note.php +%%WWWDIR%%/vendor/laravel/prompts/src/Output/BufferedConsoleOutput.php +%%WWWDIR%%/vendor/laravel/prompts/src/Output/ConsoleOutput.php +%%WWWDIR%%/vendor/laravel/prompts/src/PasswordPrompt.php +%%WWWDIR%%/vendor/laravel/prompts/src/PausePrompt.php +%%WWWDIR%%/vendor/laravel/prompts/src/Progress.php +%%WWWDIR%%/vendor/laravel/prompts/src/Prompt.php +%%WWWDIR%%/vendor/laravel/prompts/src/SearchPrompt.php +%%WWWDIR%%/vendor/laravel/prompts/src/SelectPrompt.php +%%WWWDIR%%/vendor/laravel/prompts/src/Spinner.php +%%WWWDIR%%/vendor/laravel/prompts/src/SuggestPrompt.php +%%WWWDIR%%/vendor/laravel/prompts/src/Support/Result.php +%%WWWDIR%%/vendor/laravel/prompts/src/Support/Utils.php +%%WWWDIR%%/vendor/laravel/prompts/src/Table.php +%%WWWDIR%%/vendor/laravel/prompts/src/Terminal.php +%%WWWDIR%%/vendor/laravel/prompts/src/TextPrompt.php +%%WWWDIR%%/vendor/laravel/prompts/src/TextareaPrompt.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Contracts/Scrolling.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/ClearRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/Concerns/DrawsBoxes.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/Concerns/DrawsScrollbars.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/Concerns/InteractsWithStrings.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/ConfirmPromptRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/MultiSearchPromptRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/MultiSelectPromptRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/NoteRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/PasswordPromptRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/PausePromptRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/ProgressRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/Renderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/SearchPromptRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/SelectPromptRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/SpinnerRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/SuggestPromptRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/TableRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/TextPromptRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/Themes/Default/TextareaPromptRenderer.php +%%WWWDIR%%/vendor/laravel/prompts/src/helpers.php +%%WWWDIR%%/vendor/laravel/serializable-closure/LICENSE.md +%%WWWDIR%%/vendor/laravel/serializable-closure/README.md +%%WWWDIR%%/vendor/laravel/serializable-closure/composer.json +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Contracts/Serializable.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Contracts/Signer.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/SerializableClosure.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Serializers/Native.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Serializers/Signed.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Signers/Hmac.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Support/ClosureScope.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Support/ClosureStream.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Support/ReflectionClosure.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/Support/SelfReference.php +%%WWWDIR%%/vendor/laravel/serializable-closure/src/UnsignedSerializableClosure.php +%%WWWDIR%%/vendor/laravel/socialite/LICENSE.md +%%WWWDIR%%/vendor/laravel/socialite/README.md +%%WWWDIR%%/vendor/laravel/socialite/composer.json +%%WWWDIR%%/vendor/laravel/socialite/src/AbstractUser.php +%%WWWDIR%%/vendor/laravel/socialite/src/Contracts/Factory.php +%%WWWDIR%%/vendor/laravel/socialite/src/Contracts/Provider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Contracts/User.php +%%WWWDIR%%/vendor/laravel/socialite/src/Exceptions/DriverMissingConfigurationException.php +%%WWWDIR%%/vendor/laravel/socialite/src/Facades/Socialite.php +%%WWWDIR%%/vendor/laravel/socialite/src/One/AbstractProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/One/MissingTemporaryCredentialsException.php +%%WWWDIR%%/vendor/laravel/socialite/src/One/MissingVerifierException.php +%%WWWDIR%%/vendor/laravel/socialite/src/One/TwitterProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/One/User.php +%%WWWDIR%%/vendor/laravel/socialite/src/SocialiteManager.php +%%WWWDIR%%/vendor/laravel/socialite/src/SocialiteServiceProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/AbstractProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/BitbucketProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/FacebookProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/GithubProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/GitlabProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/GoogleProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/InvalidStateException.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/LinkedInOpenIdProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/LinkedInProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/ProviderInterface.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/SlackOpenIdProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/SlackProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/Token.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/TwitchProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/TwitterProvider.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/User.php +%%WWWDIR%%/vendor/laravel/socialite/src/Two/XProvider.php +%%WWWDIR%%/vendor/lcobucci/clock/LICENSE +%%WWWDIR%%/vendor/lcobucci/clock/composer.json +%%WWWDIR%%/vendor/lcobucci/clock/src/Clock.php +%%WWWDIR%%/vendor/lcobucci/clock/src/FrozenClock.php +%%WWWDIR%%/vendor/lcobucci/clock/src/SystemClock.php +%%WWWDIR%%/vendor/lcobucci/jwt/LICENSE +%%WWWDIR%%/vendor/lcobucci/jwt/composer.json +%%WWWDIR%%/vendor/lcobucci/jwt/src/Builder.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/ClaimsFormatter.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Configuration.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Decoder.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Encoder.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Encoding/CannotDecodeContent.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Encoding/CannotEncodeContent.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Encoding/ChainedFormatter.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Encoding/JoseEncoder.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Encoding/MicrosecondBasedDateConversion.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Encoding/UnifyAudience.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Encoding/UnixTimestampDates.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Exception.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/JwtFacade.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Parser.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Blake2b.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/CannotSignPayload.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Ecdsa.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Ecdsa/ConversionFailed.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Ecdsa/MultibyteStringConverter.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Ecdsa/Sha256.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Ecdsa/Sha384.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Ecdsa/Sha512.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Ecdsa/SignatureConverter.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Eddsa.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Hmac.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Hmac/Sha256.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Hmac/Sha384.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Hmac/Sha512.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/InvalidKeyProvided.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Key.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Key/FileCouldNotBeRead.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Key/InMemory.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/OpenSSL.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Rsa.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Rsa/Sha256.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Rsa/Sha384.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Signer/Rsa/Sha512.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/SodiumBase64Polyfill.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Token.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Token/Builder.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Token/DataSet.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Token/InvalidTokenStructure.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Token/Parser.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Token/Plain.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Token/RegisteredClaimGiven.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Token/RegisteredClaims.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Token/Signature.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Token/UnsupportedHeaderFound.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/UnencryptedToken.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/CannotValidateARegisteredClaim.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/HasClaim.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/HasClaimWithValue.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/IdentifiedBy.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/IssuedBy.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/LeewayCannotBeNegative.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/LooseValidAt.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/PermittedFor.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/RelatedTo.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/SignedWith.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/SignedWithOneInSet.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/SignedWithUntilDate.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Constraint/StrictValidAt.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/ConstraintViolation.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/NoConstraintsGiven.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/RequiredConstraintsViolated.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/SignedWith.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/ValidAt.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validation/Validator.php +%%WWWDIR%%/vendor/lcobucci/jwt/src/Validator.php +%%WWWDIR%%/vendor/league/color-extractor/.github/workflows/run-tests.yml +%%WWWDIR%%/vendor/league/color-extractor/.php_cs +%%WWWDIR%%/vendor/league/color-extractor/CONTRIBUTING.md +%%WWWDIR%%/vendor/league/color-extractor/LICENSE +%%WWWDIR%%/vendor/league/color-extractor/README.md +%%WWWDIR%%/vendor/league/color-extractor/composer.json +%%WWWDIR%%/vendor/league/color-extractor/phpunit.xml.dist +%%WWWDIR%%/vendor/league/color-extractor/src/Color.php +%%WWWDIR%%/vendor/league/color-extractor/src/ColorExtractor.php +%%WWWDIR%%/vendor/league/color-extractor/src/Palette.php +%%WWWDIR%%/vendor/league/commonmark/.phpstorm.meta.php +%%WWWDIR%%/vendor/league/commonmark/CHANGELOG.md +%%WWWDIR%%/vendor/league/commonmark/LICENSE +%%WWWDIR%%/vendor/league/commonmark/README.md +%%WWWDIR%%/vendor/league/commonmark/composer.json +%%WWWDIR%%/vendor/league/commonmark/src/CommonMarkConverter.php +%%WWWDIR%%/vendor/league/commonmark/src/ConverterInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Delimiter/Bracket.php +%%WWWDIR%%/vendor/league/commonmark/src/Delimiter/Delimiter.php +%%WWWDIR%%/vendor/league/commonmark/src/Delimiter/DelimiterInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Delimiter/DelimiterParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Delimiter/DelimiterStack.php +%%WWWDIR%%/vendor/league/commonmark/src/Delimiter/Processor/CacheableDelimiterProcessorInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollection.php +%%WWWDIR%%/vendor/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollectionInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Delimiter/Processor/DelimiterProcessorInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Delimiter/Processor/StaggeredDelimiterProcessor.php +%%WWWDIR%%/vendor/league/commonmark/src/Environment/Environment.php +%%WWWDIR%%/vendor/league/commonmark/src/Environment/EnvironmentAwareInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Environment/EnvironmentBuilderInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Environment/EnvironmentInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Event/AbstractEvent.php +%%WWWDIR%%/vendor/league/commonmark/src/Event/DocumentParsedEvent.php +%%WWWDIR%%/vendor/league/commonmark/src/Event/DocumentPreParsedEvent.php +%%WWWDIR%%/vendor/league/commonmark/src/Event/DocumentPreRenderEvent.php +%%WWWDIR%%/vendor/league/commonmark/src/Event/DocumentRenderedEvent.php +%%WWWDIR%%/vendor/league/commonmark/src/Event/ListenerData.php +%%WWWDIR%%/vendor/league/commonmark/src/Exception/AlreadyInitializedException.php +%%WWWDIR%%/vendor/league/commonmark/src/Exception/CommonMarkException.php +%%WWWDIR%%/vendor/league/commonmark/src/Exception/IOException.php +%%WWWDIR%%/vendor/league/commonmark/src/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/league/commonmark/src/Exception/LogicException.php +%%WWWDIR%%/vendor/league/commonmark/src/Exception/MissingDependencyException.php +%%WWWDIR%%/vendor/league/commonmark/src/Exception/UnexpectedEncodingException.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Attributes/AttributesExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Attributes/Event/AttributesListener.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Attributes/Node/Attributes.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Attributes/Node/AttributesInline.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockContinueParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Attributes/Parser/AttributesInlineParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Attributes/Util/AttributesHelper.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Autolink/AutolinkExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Autolink/EmailAutolinkParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Autolink/UrlAutolinkParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/CommonMarkCoreExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Delimiter/Processor/EmphasisDelimiterProcessor.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Block/BlockQuote.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Block/FencedCode.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Block/Heading.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Block/HtmlBlock.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Block/IndentedCode.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Block/ListBlock.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Block/ListData.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Block/ListItem.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Block/ThematicBreak.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Inline/AbstractWebResource.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Inline/Code.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Inline/Emphasis.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Inline/HtmlInline.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Inline/Image.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Inline/Link.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Node/Inline/Strong.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/ListItemParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Inline/AutolinkParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Inline/BacktickParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Inline/BangParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Inline/CloseBracketParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Inline/EntityParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Inline/EscapableParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Inline/HtmlInlineParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Parser/Inline/OpenBracketParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Block/BlockQuoteRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Block/FencedCodeRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Block/HeadingRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Block/HtmlBlockRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Block/IndentedCodeRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListBlockRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListItemRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Block/ThematicBreakRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Inline/CodeRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Inline/EmphasisRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Inline/HtmlInlineRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Inline/ImageRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Inline/LinkRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/CommonMark/Renderer/Inline/StrongRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/ConfigurableExtensionInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DefaultAttributes/ApplyDefaultAttributesProcessor.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DefaultAttributes/DefaultAttributesExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/DescriptionListExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Event/ConsecutiveDescriptionListMerger.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Event/LooseDescriptionHandler.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Node/Description.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Node/DescriptionList.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Node/DescriptionTerm.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionContinueParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionListContinueParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionTermContinueParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionListRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionTermRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Embed/Bridge/OscaroteroEmbedAdapter.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Embed/DomainFilteringAdapter.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Embed/Embed.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Embed/EmbedAdapterInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Embed/EmbedExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Embed/EmbedParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Embed/EmbedProcessor.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Embed/EmbedRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Embed/EmbedStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/ExtensionInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/ExternalLink/ExternalLinkExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/ExternalLink/ExternalLinkProcessor.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Event/AnonymousFootnotesListener.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Event/FixOrphanedFootnotesAndRefsListener.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Event/GatherFootnotesListener.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Event/NumberFootnotesListener.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/FootnoteExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Node/Footnote.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Node/FootnoteBackref.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Node/FootnoteContainer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Node/FootnoteRef.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Parser/FootnoteParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Parser/FootnoteRefParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Parser/FootnoteStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Renderer/FootnoteBackrefRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Renderer/FootnoteContainerRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRefRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/Data/FrontMatterDataParserInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/Data/LibYamlFrontMatterParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/Exception/InvalidFrontMatterException.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/FrontMatterExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/FrontMatterParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/FrontMatterParserInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/FrontMatterProviderInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/Input/MarkdownInputWithFrontMatter.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPostRenderListener.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPreParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/FrontMatter/Output/RenderedContentWithFrontMatter.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/GithubFlavoredMarkdownExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalink.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkProcessor.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/InlinesOnly/ChildRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/InlinesOnly/InlinesOnlyExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Mention/Generator/CallbackGenerator.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Mention/Generator/MentionGeneratorInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Mention/Generator/StringTemplateLinkGenerator.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Mention/Mention.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Mention/MentionExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Mention/MentionParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/SmartPunct/DashParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/SmartPunct/EllipsesParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/SmartPunct/Quote.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/SmartPunct/QuoteParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/SmartPunct/QuoteProcessor.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/SmartPunct/ReplaceUnpairedQuotesListener.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/SmartPunct/SmartPunctExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Strikethrough/Strikethrough.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Strikethrough/StrikethroughDelimiterProcessor.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Strikethrough/StrikethroughExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Strikethrough/StrikethroughRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Table/Table.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Table/TableCell.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Table/TableCellRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Table/TableExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Table/TableParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Table/TableRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Table/TableRow.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Table/TableRowRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Table/TableSection.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Table/TableSectionRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/Table/TableStartParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/Node/TableOfContents.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/Node/TableOfContentsPlaceholder.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/AsIsNormalizerStrategy.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/FlatNormalizerStrategy.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/NormalizerStrategyInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/RelativeNormalizerStrategy.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/TableOfContentsBuilder.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/TableOfContentsExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/TableOfContentsGenerator.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TableOfContents/TableOfContentsRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TaskList/TaskListExtension.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TaskList/TaskListItemMarker.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TaskList/TaskListItemMarkerParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Extension/TaskList/TaskListItemMarkerRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/GithubFlavoredMarkdownConverter.php +%%WWWDIR%%/vendor/league/commonmark/src/Input/MarkdownInput.php +%%WWWDIR%%/vendor/league/commonmark/src/Input/MarkdownInputInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/MarkdownConverter.php +%%WWWDIR%%/vendor/league/commonmark/src/MarkdownConverterInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Block/AbstractBlock.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Block/Document.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Block/Paragraph.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Block/TightBlockInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Inline/AbstractInline.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Inline/AbstractStringContainer.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Inline/AdjacentTextMerger.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Inline/DelimitedInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Inline/Newline.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Inline/Text.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Node.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/NodeIterator.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/NodeWalker.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/NodeWalkerEvent.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Query.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Query/AndExpr.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Query/ExpressionInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/Query/OrExpr.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/RawMarkupContainerInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/StringContainerHelper.php +%%WWWDIR%%/vendor/league/commonmark/src/Node/StringContainerInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Normalizer/SlugNormalizer.php +%%WWWDIR%%/vendor/league/commonmark/src/Normalizer/TextNormalizer.php +%%WWWDIR%%/vendor/league/commonmark/src/Normalizer/TextNormalizerInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Normalizer/UniqueSlugNormalizer.php +%%WWWDIR%%/vendor/league/commonmark/src/Normalizer/UniqueSlugNormalizerInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Output/RenderedContent.php +%%WWWDIR%%/vendor/league/commonmark/src/Output/RenderedContentInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Block/AbstractBlockContinueParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Block/BlockContinue.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Block/BlockContinueParserInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Block/BlockContinueParserWithInlinesInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Block/BlockStart.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Block/BlockStartParserInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Block/DocumentBlockParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Block/ParagraphParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Block/SkipLinesStartingWithLettersParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Cursor.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/CursorState.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Inline/InlineParserInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Inline/InlineParserMatch.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/Inline/NewlineParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/InlineParserContext.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/InlineParserEngine.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/InlineParserEngineInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/MarkdownParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/MarkdownParserInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/MarkdownParserState.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/MarkdownParserStateInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Parser/ParserLogicException.php +%%WWWDIR%%/vendor/league/commonmark/src/Reference/MemoryLimitedReferenceMap.php +%%WWWDIR%%/vendor/league/commonmark/src/Reference/Reference.php +%%WWWDIR%%/vendor/league/commonmark/src/Reference/ReferenceInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Reference/ReferenceMap.php +%%WWWDIR%%/vendor/league/commonmark/src/Reference/ReferenceMapInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Reference/ReferenceParser.php +%%WWWDIR%%/vendor/league/commonmark/src/Reference/ReferenceableInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Renderer/Block/DocumentRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Renderer/Block/ParagraphRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Renderer/ChildNodeRendererInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Renderer/DocumentRendererInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Renderer/HtmlDecorator.php +%%WWWDIR%%/vendor/league/commonmark/src/Renderer/HtmlRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Renderer/Inline/NewlineRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Renderer/Inline/TextRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Renderer/MarkdownRendererInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Renderer/NoMatchingRendererException.php +%%WWWDIR%%/vendor/league/commonmark/src/Renderer/NodeRendererInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Util/ArrayCollection.php +%%WWWDIR%%/vendor/league/commonmark/src/Util/Html5EntityDecoder.php +%%WWWDIR%%/vendor/league/commonmark/src/Util/HtmlElement.php +%%WWWDIR%%/vendor/league/commonmark/src/Util/HtmlFilter.php +%%WWWDIR%%/vendor/league/commonmark/src/Util/LinkParserHelper.php +%%WWWDIR%%/vendor/league/commonmark/src/Util/PrioritizedList.php +%%WWWDIR%%/vendor/league/commonmark/src/Util/RegexHelper.php +%%WWWDIR%%/vendor/league/commonmark/src/Util/SpecReader.php +%%WWWDIR%%/vendor/league/commonmark/src/Util/UrlEncoder.php +%%WWWDIR%%/vendor/league/commonmark/src/Util/Xml.php +%%WWWDIR%%/vendor/league/commonmark/src/Xml/FallbackNodeXmlRenderer.php +%%WWWDIR%%/vendor/league/commonmark/src/Xml/MarkdownToXmlConverter.php +%%WWWDIR%%/vendor/league/commonmark/src/Xml/XmlNodeRendererInterface.php +%%WWWDIR%%/vendor/league/commonmark/src/Xml/XmlRenderer.php +%%WWWDIR%%/vendor/league/config/CHANGELOG.md +%%WWWDIR%%/vendor/league/config/LICENSE.md +%%WWWDIR%%/vendor/league/config/README.md +%%WWWDIR%%/vendor/league/config/composer.json +%%WWWDIR%%/vendor/league/config/src/Configuration.php +%%WWWDIR%%/vendor/league/config/src/ConfigurationAwareInterface.php +%%WWWDIR%%/vendor/league/config/src/ConfigurationBuilderInterface.php +%%WWWDIR%%/vendor/league/config/src/ConfigurationInterface.php +%%WWWDIR%%/vendor/league/config/src/ConfigurationProviderInterface.php +%%WWWDIR%%/vendor/league/config/src/Exception/ConfigurationExceptionInterface.php +%%WWWDIR%%/vendor/league/config/src/Exception/InvalidConfigurationException.php +%%WWWDIR%%/vendor/league/config/src/Exception/UnknownOptionException.php +%%WWWDIR%%/vendor/league/config/src/Exception/ValidationException.php +%%WWWDIR%%/vendor/league/config/src/MutableConfigurationInterface.php +%%WWWDIR%%/vendor/league/config/src/ReadOnlyConfiguration.php +%%WWWDIR%%/vendor/league/config/src/SchemaBuilderInterface.php +%%WWWDIR%%/vendor/league/flysystem-aws-s3-v3/AwsS3V3Adapter.php +%%WWWDIR%%/vendor/league/flysystem-aws-s3-v3/LICENSE +%%WWWDIR%%/vendor/league/flysystem-aws-s3-v3/PortableVisibilityConverter.php +%%WWWDIR%%/vendor/league/flysystem-aws-s3-v3/VisibilityConverter.php +%%WWWDIR%%/vendor/league/flysystem-aws-s3-v3/composer.json +%%WWWDIR%%/vendor/league/flysystem-local/FallbackMimeTypeDetector.php +%%WWWDIR%%/vendor/league/flysystem-local/LICENSE +%%WWWDIR%%/vendor/league/flysystem-local/LocalFilesystemAdapter.php +%%WWWDIR%%/vendor/league/flysystem-local/composer.json +%%WWWDIR%%/vendor/league/flysystem/INFO.md +%%WWWDIR%%/vendor/league/flysystem/LICENSE +%%WWWDIR%%/vendor/league/flysystem/composer.json +%%WWWDIR%%/vendor/league/flysystem/readme.md +%%WWWDIR%%/vendor/league/flysystem/src/CalculateChecksumFromStream.php +%%WWWDIR%%/vendor/league/flysystem/src/ChecksumAlgoIsNotSupported.php +%%WWWDIR%%/vendor/league/flysystem/src/ChecksumProvider.php +%%WWWDIR%%/vendor/league/flysystem/src/Config.php +%%WWWDIR%%/vendor/league/flysystem/src/CorruptedPathDetected.php +%%WWWDIR%%/vendor/league/flysystem/src/DecoratedAdapter.php +%%WWWDIR%%/vendor/league/flysystem/src/DirectoryAttributes.php +%%WWWDIR%%/vendor/league/flysystem/src/DirectoryListing.php +%%WWWDIR%%/vendor/league/flysystem/src/FileAttributes.php +%%WWWDIR%%/vendor/league/flysystem/src/Filesystem.php +%%WWWDIR%%/vendor/league/flysystem/src/FilesystemAdapter.php +%%WWWDIR%%/vendor/league/flysystem/src/FilesystemException.php +%%WWWDIR%%/vendor/league/flysystem/src/FilesystemOperationFailed.php +%%WWWDIR%%/vendor/league/flysystem/src/FilesystemOperator.php +%%WWWDIR%%/vendor/league/flysystem/src/FilesystemReader.php +%%WWWDIR%%/vendor/league/flysystem/src/FilesystemWriter.php +%%WWWDIR%%/vendor/league/flysystem/src/InvalidStreamProvided.php +%%WWWDIR%%/vendor/league/flysystem/src/InvalidVisibilityProvided.php +%%WWWDIR%%/vendor/league/flysystem/src/MountManager.php +%%WWWDIR%%/vendor/league/flysystem/src/PathNormalizer.php +%%WWWDIR%%/vendor/league/flysystem/src/PathPrefixer.php +%%WWWDIR%%/vendor/league/flysystem/src/PathTraversalDetected.php +%%WWWDIR%%/vendor/league/flysystem/src/PortableVisibilityGuard.php +%%WWWDIR%%/vendor/league/flysystem/src/ProxyArrayAccessToProperties.php +%%WWWDIR%%/vendor/league/flysystem/src/ResolveIdenticalPathConflict.php +%%WWWDIR%%/vendor/league/flysystem/src/StorageAttributes.php +%%WWWDIR%%/vendor/league/flysystem/src/SymbolicLinkEncountered.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToCheckDirectoryExistence.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToCheckExistence.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToCheckFileExistence.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToCopyFile.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToCreateDirectory.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToDeleteDirectory.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToDeleteFile.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToGeneratePublicUrl.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToGenerateTemporaryUrl.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToListContents.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToMountFilesystem.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToMoveFile.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToProvideChecksum.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToReadFile.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToResolveFilesystemMount.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToRetrieveMetadata.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToSetVisibility.php +%%WWWDIR%%/vendor/league/flysystem/src/UnableToWriteFile.php +%%WWWDIR%%/vendor/league/flysystem/src/UnixVisibility/PortableVisibilityConverter.php +%%WWWDIR%%/vendor/league/flysystem/src/UnixVisibility/VisibilityConverter.php +%%WWWDIR%%/vendor/league/flysystem/src/UnreadableFileEncountered.php +%%WWWDIR%%/vendor/league/flysystem/src/UrlGeneration/ChainedPublicUrlGenerator.php +%%WWWDIR%%/vendor/league/flysystem/src/UrlGeneration/PrefixPublicUrlGenerator.php +%%WWWDIR%%/vendor/league/flysystem/src/UrlGeneration/PublicUrlGenerator.php +%%WWWDIR%%/vendor/league/flysystem/src/UrlGeneration/ShardedPrefixPublicUrlGenerator.php +%%WWWDIR%%/vendor/league/flysystem/src/UrlGeneration/TemporaryUrlGenerator.php +%%WWWDIR%%/vendor/league/flysystem/src/Visibility.php +%%WWWDIR%%/vendor/league/flysystem/src/WhitespacePathNormalizer.php +%%WWWDIR%%/vendor/league/mime-type-detection/CHANGELOG.md +%%WWWDIR%%/vendor/league/mime-type-detection/LICENSE +%%WWWDIR%%/vendor/league/mime-type-detection/composer.json +%%WWWDIR%%/vendor/league/mime-type-detection/src/EmptyExtensionToMimeTypeMap.php +%%WWWDIR%%/vendor/league/mime-type-detection/src/ExtensionLookup.php +%%WWWDIR%%/vendor/league/mime-type-detection/src/ExtensionMimeTypeDetector.php +%%WWWDIR%%/vendor/league/mime-type-detection/src/ExtensionToMimeTypeMap.php +%%WWWDIR%%/vendor/league/mime-type-detection/src/FinfoMimeTypeDetector.php +%%WWWDIR%%/vendor/league/mime-type-detection/src/GeneratedExtensionToMimeTypeMap.php +%%WWWDIR%%/vendor/league/mime-type-detection/src/MimeTypeDetector.php +%%WWWDIR%%/vendor/league/mime-type-detection/src/OverridingExtensionToMimeTypeMap.php +%%WWWDIR%%/vendor/league/oauth1-client/LICENSE +%%WWWDIR%%/vendor/league/oauth1-client/README.md +%%WWWDIR%%/vendor/league/oauth1-client/composer.json +%%WWWDIR%%/vendor/league/oauth1-client/src/Credentials/ClientCredentials.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Credentials/ClientCredentialsInterface.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Credentials/Credentials.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Credentials/CredentialsException.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Credentials/CredentialsInterface.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Credentials/RsaClientCredentials.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Credentials/TemporaryCredentials.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Credentials/TokenCredentials.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Server/Bitbucket.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Server/Magento.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Server/Server.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Server/Trello.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Server/Tumblr.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Server/Twitter.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Server/User.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Server/Uservoice.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Server/X.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Server/Xing.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Signature/EncodesUrl.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Signature/HmacSha1Signature.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Signature/PlainTextSignature.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Signature/RsaSha1Signature.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Signature/Signature.php +%%WWWDIR%%/vendor/league/oauth1-client/src/Signature/SignatureInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/AuthorityInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/DataPathInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/DomainHostInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/FragmentInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/HostInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/IpHostInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/PathInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/PortInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/QueryInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/SegmentedPathInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/UriAccess.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/UriComponentInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/UriException.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/UriInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/UserInfoInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Encoder.php +%%WWWDIR%%/vendor/league/uri-interfaces/Exceptions/ConversionFailed.php +%%WWWDIR%%/vendor/league/uri-interfaces/Exceptions/MissingFeature.php +%%WWWDIR%%/vendor/league/uri-interfaces/Exceptions/OffsetOutOfBounds.php +%%WWWDIR%%/vendor/league/uri-interfaces/Exceptions/SyntaxError.php +%%WWWDIR%%/vendor/league/uri-interfaces/FeatureDetection.php +%%WWWDIR%%/vendor/league/uri-interfaces/IPv4/BCMathCalculator.php +%%WWWDIR%%/vendor/league/uri-interfaces/IPv4/Calculator.php +%%WWWDIR%%/vendor/league/uri-interfaces/IPv4/Converter.php +%%WWWDIR%%/vendor/league/uri-interfaces/IPv4/GMPCalculator.php +%%WWWDIR%%/vendor/league/uri-interfaces/IPv4/NativeCalculator.php +%%WWWDIR%%/vendor/league/uri-interfaces/IPv6/Converter.php +%%WWWDIR%%/vendor/league/uri-interfaces/Idna/Converter.php +%%WWWDIR%%/vendor/league/uri-interfaces/Idna/Error.php +%%WWWDIR%%/vendor/league/uri-interfaces/Idna/Option.php +%%WWWDIR%%/vendor/league/uri-interfaces/Idna/Result.php +%%WWWDIR%%/vendor/league/uri-interfaces/KeyValuePair/Converter.php +%%WWWDIR%%/vendor/league/uri-interfaces/LICENSE +%%WWWDIR%%/vendor/league/uri-interfaces/QueryString.php +%%WWWDIR%%/vendor/league/uri-interfaces/UriString.php +%%WWWDIR%%/vendor/league/uri-interfaces/composer.json +%%WWWDIR%%/vendor/league/uri/BaseUri.php +%%WWWDIR%%/vendor/league/uri/Http.php +%%WWWDIR%%/vendor/league/uri/HttpFactory.php +%%WWWDIR%%/vendor/league/uri/LICENSE +%%WWWDIR%%/vendor/league/uri/Uri.php +%%WWWDIR%%/vendor/league/uri/UriInfo.php +%%WWWDIR%%/vendor/league/uri/UriResolver.php +%%WWWDIR%%/vendor/league/uri/UriTemplate.php +%%WWWDIR%%/vendor/league/uri/UriTemplate/Expression.php +%%WWWDIR%%/vendor/league/uri/UriTemplate/Operator.php +%%WWWDIR%%/vendor/league/uri/UriTemplate/Template.php +%%WWWDIR%%/vendor/league/uri/UriTemplate/TemplateCanNotBeExpanded.php +%%WWWDIR%%/vendor/league/uri/UriTemplate/VarSpecifier.php +%%WWWDIR%%/vendor/league/uri/UriTemplate/VariableBag.php +%%WWWDIR%%/vendor/league/uri/composer.json +%%WWWDIR%%/vendor/lychee-org/lycheeverify/.php-cs-fixer.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/CHANGELOG.md +%%WWWDIR%%/vendor/lychee-org/lycheeverify/LICENSE +%%WWWDIR%%/vendor/lychee-org/lycheeverify/Makefile +%%WWWDIR%%/vendor/lychee-org/lycheeverify/README.md +%%WWWDIR%%/vendor/lychee-org/lycheeverify/composer.json +%%WWWDIR%%/vendor/lychee-org/lycheeverify/config/verify.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/database/migrations/create_configs_table.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/phpstan.neon +%%WWWDIR%%/vendor/lychee-org/lycheeverify/phpunit.xml +%%WWWDIR%%/vendor/lychee-org/lycheeverify/resources/views/.gitkeep +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/Contract/Status.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/Contract/ValidatorInterface.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/Contract/VerifyException.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/Contract/VerifyInterface.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/Exceptions/BaseVerifyException.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/Exceptions/SupporterOnlyOperationException.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/Facades/VerifyFacade.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/Http/Middleware/VerifySupporterStatus.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/Validators/ValidateHash.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/Validators/ValidateSignature.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/Verify.php +%%WWWDIR%%/vendor/lychee-org/lycheeverify/src/VerifyServiceProvider.php +%%WWWDIR%%/vendor/lychee-org/nestedset/.editorconfig +%%WWWDIR%%/vendor/lychee-org/nestedset/.github/workflows/CI.yaml +%%WWWDIR%%/vendor/lychee-org/nestedset/.php-cs-fixer.php +%%WWWDIR%%/vendor/lychee-org/nestedset/README.markdown +%%WWWDIR%%/vendor/lychee-org/nestedset/TODO.markdown +%%WWWDIR%%/vendor/lychee-org/nestedset/UPGRADE.markdown +%%WWWDIR%%/vendor/lychee-org/nestedset/composer.json +%%WWWDIR%%/vendor/lychee-org/nestedset/composer.lock +%%WWWDIR%%/vendor/lychee-org/nestedset/phpstan-baseline.neon +%%WWWDIR%%/vendor/lychee-org/nestedset/phpstan.neon +%%WWWDIR%%/vendor/lychee-org/nestedset/phpunit.php +%%WWWDIR%%/vendor/lychee-org/nestedset/phpunit.xml +%%WWWDIR%%/vendor/lychee-org/nestedset/src/AncestorsRelation.php +%%WWWDIR%%/vendor/lychee-org/nestedset/src/BaseRelation.php +%%WWWDIR%%/vendor/lychee-org/nestedset/src/Collection.php +%%WWWDIR%%/vendor/lychee-org/nestedset/src/Contracts/NestedSetCollection.php +%%WWWDIR%%/vendor/lychee-org/nestedset/src/Contracts/Node.php +%%WWWDIR%%/vendor/lychee-org/nestedset/src/Contracts/NodeQueryBuilder.php +%%WWWDIR%%/vendor/lychee-org/nestedset/src/DescendantsRelation.php +%%WWWDIR%%/vendor/lychee-org/nestedset/src/Exceptions/NestedSetException.php +%%WWWDIR%%/vendor/lychee-org/nestedset/src/NestedSet.php +%%WWWDIR%%/vendor/lychee-org/nestedset/src/NestedSetServiceProvider.php +%%WWWDIR%%/vendor/lychee-org/nestedset/src/NodeTrait.php +%%WWWDIR%%/vendor/lychee-org/nestedset/src/QueryBuilder.php +%%WWWDIR%%/vendor/lychee-org/php-exif/.editorconfig +%%WWWDIR%%/vendor/lychee-org/php-exif/.github/workflows/php.yml +%%WWWDIR%%/vendor/lychee-org/php-exif/LICENSE +%%WWWDIR%%/vendor/lychee-org/php-exif/README.md +%%WWWDIR%%/vendor/lychee-org/php-exif/Resources/doc/usage.md +%%WWWDIR%%/vendor/lychee-org/php-exif/composer.json +%%WWWDIR%%/vendor/lychee-org/php-exif/composer.lock +%%WWWDIR%%/vendor/lychee-org/php-exif/infection.json +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/AbstractAdapter.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/Exiftool.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/FFprobe.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/ImageMagick.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Adapter/Native.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Contracts/AdapterInterface.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Contracts/HydratorInterface.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Contracts/MapperInterface.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Contracts/ReaderInterface.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Enum/ReaderType.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Exif.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Hydrator/Mutator.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Mapper/AbstractMapper.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Mapper/Exiftool.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Mapper/FFprobe.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Mapper/ImageMagick.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Mapper/Native.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Reader/PhpExifReaderException.php +%%WWWDIR%%/vendor/lychee-org/php-exif/lib/PHPExif/Reader/Reader.php +%%WWWDIR%%/vendor/lychee-org/php-exif/phpstan.neon +%%WWWDIR%%/vendor/lychee-org/php-exif/phpunit.xml.dist +%%WWWDIR%%/vendor/maennchen/zipstream-php/.editorconfig +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/CODE_OF_CONDUCT.md +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/CONTRIBUTING.md +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/FUNDING.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/ISSUE_TEMPLATE/BUG.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/ISSUE_TEMPLATE/FEATURE.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/PULL_REQUEST_TEMPLATE.md +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/PULL_REQUEST_TEMPLATE/FAILING_TEST.md +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/PULL_REQUEST_TEMPLATE/FIX.md +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/PULL_REQUEST_TEMPLATE/IMPROVEMENT.md +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/PULL_REQUEST_TEMPLATE/NEW_FEATURE.md +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/SECURITY.md +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/dependabot.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/scorecard.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/workflows/branch_main.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/workflows/part_dependabot.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/workflows/part_docs.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/workflows/part_release.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/workflows/part_test.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/workflows/pr.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/workflows/scorecard.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/workflows/tag-beta.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.github/workflows/tag-stable.yml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.phive/phars.xml +%%WWWDIR%%/vendor/maennchen/zipstream-php/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/.phpdoc/template/base.html.twig +%%WWWDIR%%/vendor/maennchen/zipstream-php/.tool-versions +%%WWWDIR%%/vendor/maennchen/zipstream-php/LICENSE +%%WWWDIR%%/vendor/maennchen/zipstream-php/README.md +%%WWWDIR%%/vendor/maennchen/zipstream-php/composer.json +%%WWWDIR%%/vendor/maennchen/zipstream-php/guides/ContentLength.rst +%%WWWDIR%%/vendor/maennchen/zipstream-php/guides/FlySystem.rst +%%WWWDIR%%/vendor/maennchen/zipstream-php/guides/Nginx.rst +%%WWWDIR%%/vendor/maennchen/zipstream-php/guides/Options.rst +%%WWWDIR%%/vendor/maennchen/zipstream-php/guides/PSR7Streams.rst +%%WWWDIR%%/vendor/maennchen/zipstream-php/guides/StreamOutput.rst +%%WWWDIR%%/vendor/maennchen/zipstream-php/guides/Symfony.rst +%%WWWDIR%%/vendor/maennchen/zipstream-php/guides/Varnish.rst +%%WWWDIR%%/vendor/maennchen/zipstream-php/guides/index.rst +%%WWWDIR%%/vendor/maennchen/zipstream-php/phpdoc.dist.xml +%%WWWDIR%%/vendor/maennchen/zipstream-php/phpunit.xml.dist +%%WWWDIR%%/vendor/maennchen/zipstream-php/psalm.xml +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/CentralDirectoryFileHeader.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/CompressionMethod.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/DataDescriptor.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/EndOfCentralDirectory.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Exception.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Exception/DosTimeOverflowException.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Exception/FileNotFoundException.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Exception/FileNotReadableException.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Exception/FileSizeIncorrectException.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Exception/OverflowException.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Exception/ResourceActionException.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Exception/SimulationFileUnknownException.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Exception/StreamNotReadableException.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Exception/StreamNotSeekableException.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/File.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/GeneralPurposeBitFlag.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/LocalFileHeader.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/OperationMode.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/PackField.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Time.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Version.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Zip64/DataDescriptor.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Zip64/EndOfCentralDirectory.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Zip64/EndOfCentralDirectoryLocator.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Zip64/ExtendedInformationExtraField.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/ZipStream.php +%%WWWDIR%%/vendor/maennchen/zipstream-php/src/Zs/ExtendedInformationExtraField.php +%%WWWDIR%%/vendor/mavinoo/laravel-batch/LICENSE +%%WWWDIR%%/vendor/mavinoo/laravel-batch/README.md +%%WWWDIR%%/vendor/mavinoo/laravel-batch/composer.json +%%WWWDIR%%/vendor/mavinoo/laravel-batch/src/Batch.php +%%WWWDIR%%/vendor/mavinoo/laravel-batch/src/BatchFacade.php +%%WWWDIR%%/vendor/mavinoo/laravel-batch/src/BatchInterface.php +%%WWWDIR%%/vendor/mavinoo/laravel-batch/src/BatchServiceProvider.php +%%WWWDIR%%/vendor/mavinoo/laravel-batch/src/Common/Common.php +%%WWWDIR%%/vendor/mavinoo/laravel-batch/src/Common/Helpers.php +%%WWWDIR%%/vendor/mavinoo/laravel-batch/src/Traits/HasBatch.php +%%WWWDIR%%/vendor/monolog/monolog/CHANGELOG.md +%%WWWDIR%%/vendor/monolog/monolog/LICENSE +%%WWWDIR%%/vendor/monolog/monolog/README.md +%%WWWDIR%%/vendor/monolog/monolog/composer.json +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Attribute/WithMonologChannel.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/DateTimeImmutable.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/ErrorHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/GoogleCloudLoggingFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/SyslogFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/AmqpHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/GelfHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/Handler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/NoopHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/OverflowHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/ProcessHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/PsrHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/RollbarHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/SamplingHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/SendGridHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/SqsHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/SymfonyMailerHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/JsonSerializableDateTimeImmutable.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Level.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/LogRecord.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Logger.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/ClosureContextProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/LoadAverageProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Registry.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/ResettableInterface.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/SignalHandler.php +%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Utils.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/CHANGELOG.md +%%WWWDIR%%/vendor/mtdowling/jmespath.php/LICENSE +%%WWWDIR%%/vendor/mtdowling/jmespath.php/README.rst +%%WWWDIR%%/vendor/mtdowling/jmespath.php/bin/jp.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/bin/perf.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/composer.json +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/AstRuntime.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/CompilerRuntime.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/DebugRuntime.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/Env.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/FnDispatcher.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/JmesPath.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/Lexer.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/Parser.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/SyntaxErrorException.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/TreeCompiler.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/TreeInterpreter.php +%%WWWDIR%%/vendor/mtdowling/jmespath.php/src/Utils.php +%%WWWDIR%%/vendor/myclabs/deep-copy/LICENSE +%%WWWDIR%%/vendor/myclabs/deep-copy/README.md +%%WWWDIR%%/vendor/myclabs/deep-copy/composer.json +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ChainableFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DatePeriodFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php +%%WWWDIR%%/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php +%%WWWDIR%%/vendor/nesbot/carbon/.phpstorm.meta.php +%%WWWDIR%%/vendor/nesbot/carbon/LICENSE +%%WWWDIR%%/vendor/nesbot/carbon/bin/carbon +%%WWWDIR%%/vendor/nesbot/carbon/bin/carbon.bat +%%WWWDIR%%/vendor/nesbot/carbon/composer.json +%%WWWDIR%%/vendor/nesbot/carbon/extension.neon +%%WWWDIR%%/vendor/nesbot/carbon/lazy/Carbon/MessageFormatter/MessageFormatterMapperStrongType.php +%%WWWDIR%%/vendor/nesbot/carbon/lazy/Carbon/MessageFormatter/MessageFormatterMapperWeakType.php +%%WWWDIR%%/vendor/nesbot/carbon/lazy/Carbon/ProtectedDatePeriod.php +%%WWWDIR%%/vendor/nesbot/carbon/lazy/Carbon/TranslatorStrongType.php +%%WWWDIR%%/vendor/nesbot/carbon/lazy/Carbon/TranslatorWeakType.php +%%WWWDIR%%/vendor/nesbot/carbon/lazy/Carbon/UnprotectedDatePeriod.php +%%WWWDIR%%/vendor/nesbot/carbon/readme.md +%%WWWDIR%%/vendor/nesbot/carbon/sponsors.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/AbstractTranslator.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Callback.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Carbon.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/CarbonConverterInterface.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/CarbonImmutable.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/CarbonInterface.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/CarbonInterval.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/CarbonPeriodImmutable.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Cli/Invoker.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/BadComparisonUnitException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/BadFluentConstructorException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/BadFluentSetterException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/BadMethodCallException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/EndLessPeriodException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/Exception.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/ImmutableException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidArgumentException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidCastException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidDateException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidFormatException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidIntervalException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidPeriodDateException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidPeriodParameterException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidTimeZoneException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidTypeException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/NotACarbonClassException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/NotAPeriodException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/NotLocaleAwareException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/OutOfRangeException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/ParseErrorException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/RuntimeException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/UnitException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/UnitNotConfiguredException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/UnknownGetterException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/UnknownMethodException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/UnknownSetterException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/UnknownUnitException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/UnreachableException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Exceptions/UnsupportedUnitException.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Factory.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/FactoryImmutable.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/aa.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/aa_DJ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/aa_ER.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/aa_ER@saaho.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/aa_ET.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/af.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/af_NA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/af_ZA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/agq.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/agr.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/agr_PE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ak.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ak_GH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/am.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/am_ET.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/an.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/an_ES.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/anp.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/anp_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_AE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_BH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_DJ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_DZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_EG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_EH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_ER.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_IL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_IQ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_JO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_KM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_KW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_LB.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_LY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_MA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_MR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_OM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_PS.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_QA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_SA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_SD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_SO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_SS.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_SY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_Shakl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_TD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_TN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ar_YE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/as.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/as_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/asa.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ast.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ast_ES.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ayc.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ayc_PE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/az.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/az_AZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/az_Cyrl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/az_IR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/az_Latn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bas.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/be.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/be_BY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/be_BY@latin.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bem.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bem_ZM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ber.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ber_DZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ber_MA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bez.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bg.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bg_BG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bhb.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bhb_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bho.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bho_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bi.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bi_VU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bm.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bn_BD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bn_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bo_CN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bo_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/br.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/br_FR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/brx.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/brx_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bs.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bs_BA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bs_Cyrl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/bs_Latn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/byn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/byn_ER.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ca.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ca_AD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ca_ES.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ca_ES_Valencia.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ca_FR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ca_IT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ccp.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ccp_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ce.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ce_RU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/cgg.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/chr.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/chr_US.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ckb.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/cmn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/cmn_TW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/crh.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/crh_UA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/cs.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/cs_CZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/csb.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/csb_PL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/cu.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/cv.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/cv_RU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/cy.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/cy_GB.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/da.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/da_DK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/da_GL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/dav.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/de.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/de_AT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/de_BE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/de_CH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/de_DE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/de_IT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/de_LI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/de_LU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/dje.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/doi.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/doi_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/dsb.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/dsb_DE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/dua.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/dv.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/dv_MV.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/dyo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/dz.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/dz_BT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ebu.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ee.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ee_TG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/el.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/el_CY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/el_GR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_001.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_150.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_AG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_AI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_AS.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_AT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_AU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_BB.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_BE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_BI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_BM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_BS.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_BW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_BZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_CA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_CC.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_CH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_CK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_CM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_CX.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_CY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_DE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_DG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_DK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_DM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_ER.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_FI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_FJ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_FK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_FM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_GB.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_GD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_GG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_GH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_GI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_GM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_GU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_GY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_HK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_IE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_IL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_IM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_IO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_ISO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_JE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_JM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_KE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_KI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_KN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_KY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_LC.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_LR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_LS.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_MG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_MH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_MO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_MP.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_MS.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_MT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_MU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_MW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_MY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_NA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_NF.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_NG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_NL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_NR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_NU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_NZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_PG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_PH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_PK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_PN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_PR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_PW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_RW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_SB.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_SC.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_SD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_SE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_SG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_SH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_SI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_SL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_SS.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_SX.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_SZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_TC.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_TK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_TO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_TT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_TV.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_TZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_UG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_UM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_US.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_US_Posix.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_VC.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_VG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_VI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_VU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_WS.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_ZA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_ZM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/en_ZW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/eo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_419.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_AR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_BO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_BR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_BZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_CL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_CO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_CR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_CU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_DO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_EA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_EC.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_ES.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_GQ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_GT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_HN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_IC.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_MX.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_NI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_PA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_PE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_PH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_PR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_PY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_SV.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_US.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_UY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/es_VE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/et.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/et_EE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/eu.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/eu_ES.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ewo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fa.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fa_AF.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fa_IR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ff.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ff_CM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ff_GN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ff_MR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ff_SN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fi.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fi_FI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fil.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fil_PH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fo_DK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fo_FO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_BE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_BF.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_BI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_BJ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_BL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_CA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_CD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_CF.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_CG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_CH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_CI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_CM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_DJ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_DZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_FR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_GA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_GF.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_GN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_GP.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_GQ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_HT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_KM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_LU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_MA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_MC.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_MF.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_MG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_ML.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_MQ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_MR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_MU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_NC.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_NE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_PF.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_PM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_RE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_RW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_SC.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_SN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_SY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_TD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_TG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_TN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_VU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_WF.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fr_YT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fur.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fur_IT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fy.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fy_DE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/fy_NL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ga.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ga_IE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gd.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gd_GB.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gez.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gez_ER.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gez_ET.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gl_ES.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gom.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gom_Latn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gsw.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gsw_CH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gsw_FR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gsw_LI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gu.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gu_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/guz.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gv.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/gv_GB.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ha.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ha_GH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ha_NE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ha_NG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hak.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hak_TW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/haw.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/he.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/he_IL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hi.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hi_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hif.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hif_FJ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hne.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hne_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hr.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hr_BA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hr_HR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hsb.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hsb_DE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ht.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ht_HT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hu.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hu_HU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hy.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/hy_AM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/i18n.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ia.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ia_FR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/id.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/id_ID.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ig.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ig_NG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ii.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ik.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ik_CA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/in.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/is.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/is_IS.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/it.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/it_CH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/it_IT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/it_SM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/it_VA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/iu.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/iu_CA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/iw.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ja.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ja_JP.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/jgo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/jmc.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/jv.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ka.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ka_GE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kab.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kab_DZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kam.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kde.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kea.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/khq.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ki.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kk.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kk_KZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kkj.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kl_GL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kln.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/km.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/km_KH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kn_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ko.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ko_KP.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ko_KR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kok.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kok_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ks.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ks_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ks_IN@devanagari.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ksb.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ksf.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ksh.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ku.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ku_TR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kw.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/kw_GB.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ky.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ky_KG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lag.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lb.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lb_LU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lg.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lg_UG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/li.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/li_NL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lij.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lij_IT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lkt.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ln.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ln_AO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ln_CD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ln_CF.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ln_CG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lo_LA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lrc.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lrc_IQ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lt.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lt_LT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lu.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/luo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/luy.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lv.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lv_LV.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lzh.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/lzh_TW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mag.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mag_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mai.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mai_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mas.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mas_TZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mer.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mfe.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mfe_MU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mg.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mg_MG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mgh.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mgo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mhr.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mhr_RU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mi.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mi_NZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/miq.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/miq_NI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mjw.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mjw_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mk.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mk_MK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ml.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ml_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mn_MN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mni.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mni_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mr.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mr_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ms.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ms_BN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ms_MY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ms_SG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mt.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mt_MT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mua.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/my.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/my_MM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/mzn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nan.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nan_TW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nan_TW@latin.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/naq.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nb.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nb_NO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nb_SJ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nd.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nds.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nds_DE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nds_NL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ne.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ne_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ne_NP.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nhn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nhn_MX.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/niu.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/niu_NU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nl_AW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nl_BE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nl_BQ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nl_CW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nl_NL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nl_SR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nl_SX.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nmg.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nn_NO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nnh.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/no.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nr.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nr_ZA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nso.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nso_ZA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nus.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/nyn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/oc.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/oc_FR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/om.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/om_ET.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/om_KE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/or.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/or_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/os.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/os_RU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pa.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pa_Arab.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pa_Guru.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pa_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pa_PK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pap.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pap_AW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pap_CW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pl_PL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/prg.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ps.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ps_AF.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_AO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_BR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_CH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_CV.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_GQ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_GW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_LU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_MO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_MZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_PT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_ST.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/pt_TL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/qu.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/qu_BO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/qu_EC.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/quz.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/quz_PE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/raj.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/raj_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/rm.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/rn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ro.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ro_MD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ro_RO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/rof.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ru.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ru_BY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ru_KG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ru_KZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ru_MD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ru_RU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ru_UA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/rw.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/rw_RW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/rwk.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sa.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sa_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sah.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sah_RU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/saq.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sat.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sat_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sbp.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sc.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sc_IT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sd.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sd_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sd_IN@devanagari.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/se.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/se_FI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/se_NO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/se_SE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/seh.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ses.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sg.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sgs.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sgs_LT.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sh.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/shi.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/shi_Latn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/shi_Tfng.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/shn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/shn_MM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/shs.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/shs_CA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/si.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/si_LK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sid.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sid_ET.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sk.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sk_SK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sl_SI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sm.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sm_WS.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/smn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/so.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/so_DJ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/so_ET.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/so_KE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/so_SO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sq.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sq_AL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sq_MK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sq_XK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_BA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_ME.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_XK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr_Latn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr_Latn_BA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr_Latn_ME.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr_Latn_XK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr_ME.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr_RS.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sr_RS@latin.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ss.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ss_ZA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/st.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/st_ZA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sv.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sv_AX.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sv_FI.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sv_SE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sw.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sw_CD.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sw_KE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sw_TZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/sw_UG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/szl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/szl_PL.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ta.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ta_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ta_LK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ta_MY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ta_SG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tcy.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tcy_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/te.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/te_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/teo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/teo_KE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tet.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tg.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tg_TJ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/th.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/th_TH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/the.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/the_NP.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ti.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ti_ER.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ti_ET.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tig.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tig_ER.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tk.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tk_TM.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tl_PH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tlh.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tn_ZA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/to.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/to_TO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tpi.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tpi_PG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tr.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tr_CY.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tr_TR.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ts.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ts_ZA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tt.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tt_RU.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tt_RU@iqtelif.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/twq.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tzl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tzm.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/tzm_Latn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ug.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ug_CN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/uk.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/uk_UA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/unm.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/unm_US.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ur.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ur_IN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ur_PK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/uz.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/uz_Arab.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/uz_Cyrl.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/uz_Latn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/uz_UZ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/uz_UZ@cyrillic.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/vai.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/vai_Latn.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/vai_Vaii.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ve.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/ve_ZA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/vi.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/vi_VN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/vo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/vun.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/wa.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/wa_BE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/wae.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/wae_CH.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/wal.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/wal_ET.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/wo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/wo_SN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/xh.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/xh_ZA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/xog.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yav.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yi.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yi_US.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yo.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yo_BJ.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yo_NG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yue.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yue_HK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yue_Hans.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yue_Hant.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yuw.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/yuw_PG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zgh.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_CN.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_HK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_Hans.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_Hans_HK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_Hans_MO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_Hans_SG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_Hant.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_Hant_HK.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_Hant_MO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_Hant_TW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_MO.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_SG.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_TW.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zh_YUE.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zu.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Lang/zu_ZA.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Language.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Laravel/ServiceProvider.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/List/languages.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/List/regions.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/MessageFormatter/MessageFormatterMapper.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Month.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/PHPStan/MacroExtension.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/PHPStan/MacroMethodReflection.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Boundaries.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Cast.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Comparison.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Converter.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Date.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/DeprecatedPeriodProperties.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Difference.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/IntervalRounding.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/IntervalStep.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/LocalFactory.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Macro.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/MagicParameter.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Mixin.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Modifiers.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Mutability.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/ObjectInitialisation.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Options.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Rounding.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Serialization.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/StaticLocalization.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/StaticOptions.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Test.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/ToStringFormat.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Units.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Traits/Week.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Translator.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/TranslatorImmutable.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/TranslatorStrongTypeInterface.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/Unit.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/WeekDay.php +%%WWWDIR%%/vendor/nesbot/carbon/src/Carbon/WrapperClock.php +%%WWWDIR%%/vendor/nette/schema/composer.json +%%WWWDIR%%/vendor/nette/schema/license.md +%%WWWDIR%%/vendor/nette/schema/readme.md +%%WWWDIR%%/vendor/nette/schema/src/Schema/Context.php +%%WWWDIR%%/vendor/nette/schema/src/Schema/DynamicParameter.php +%%WWWDIR%%/vendor/nette/schema/src/Schema/Elements/AnyOf.php +%%WWWDIR%%/vendor/nette/schema/src/Schema/Elements/Base.php +%%WWWDIR%%/vendor/nette/schema/src/Schema/Elements/Structure.php +%%WWWDIR%%/vendor/nette/schema/src/Schema/Elements/Type.php +%%WWWDIR%%/vendor/nette/schema/src/Schema/Expect.php +%%WWWDIR%%/vendor/nette/schema/src/Schema/Helpers.php +%%WWWDIR%%/vendor/nette/schema/src/Schema/Message.php +%%WWWDIR%%/vendor/nette/schema/src/Schema/Processor.php +%%WWWDIR%%/vendor/nette/schema/src/Schema/Schema.php +%%WWWDIR%%/vendor/nette/schema/src/Schema/ValidationException.php +%%WWWDIR%%/vendor/nette/utils/.phpstorm.meta.php +%%WWWDIR%%/vendor/nette/utils/composer.json +%%WWWDIR%%/vendor/nette/utils/license.md +%%WWWDIR%%/vendor/nette/utils/readme.md +%%WWWDIR%%/vendor/nette/utils/src/HtmlStringable.php +%%WWWDIR%%/vendor/nette/utils/src/Iterators/CachingIterator.php +%%WWWDIR%%/vendor/nette/utils/src/Iterators/Mapper.php +%%WWWDIR%%/vendor/nette/utils/src/SmartObject.php +%%WWWDIR%%/vendor/nette/utils/src/StaticClass.php +%%WWWDIR%%/vendor/nette/utils/src/Translator.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/ArrayHash.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/ArrayList.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Arrays.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Callback.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/DateTime.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/FileInfo.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/FileSystem.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Finder.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Floats.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Helpers.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Html.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Image.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/ImageColor.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/ImageType.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Iterables.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Json.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/ObjectHelpers.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Paginator.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Random.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Reflection.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/ReflectionMethod.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Strings.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Type.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/Validators.php +%%WWWDIR%%/vendor/nette/utils/src/Utils/exceptions.php +%%WWWDIR%%/vendor/nette/utils/src/compatibility.php +%%WWWDIR%%/vendor/nette/utils/src/exceptions.php +%%WWWDIR%%/vendor/nikic/php-parser/LICENSE +%%WWWDIR%%/vendor/nikic/php-parser/README.md +%%WWWDIR%%/vendor/nikic/php-parser/bin/php-parse +%%WWWDIR%%/vendor/nikic/php-parser/composer.json +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/Declaration.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/Enum_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/Function_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/Interface_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/Method.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/Trait_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Comment.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Error.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Internal/TokenPolyfill.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/JsonDecoder.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AsymmetricVisibilityTokenEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/PropertyTokenEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Modifiers.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NameContext.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Arg.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/ArrayItem.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/ClosureUse.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/ComplexType.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Const_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/DeclareItem.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Identifier.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/InterpolatedStringPart.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/IntersectionType.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/MatchArm.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Name.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/NullableType.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Param.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/PropertyHook.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/PropertyItem.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Float_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Int_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/InterpolatedString.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Property.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/StaticVar.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Block.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/UnionType.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/UseItem.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeDumper.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeFinder.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/CommentAnnotatingVisitor.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Parser.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Parser/Php8.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/PhpVersion.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/Token.php +%%WWWDIR%%/vendor/nikic/php-parser/lib/PhpParser/compatibility_tokens.php +%%WWWDIR%%/vendor/nunomaduro/termwind/LICENSE.md +%%WWWDIR%%/vendor/nunomaduro/termwind/composer.json +%%WWWDIR%%/vendor/nunomaduro/termwind/playground.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Actions/StyleToMethod.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Anchor.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/BreakLine.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Dd.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Div.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Dl.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Dt.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Element.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Hr.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Li.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Ol.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Paragraph.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Raw.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Span.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Components/Ul.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Enums/Color.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Exceptions/ColorNotFound.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Exceptions/InvalidChild.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Exceptions/InvalidColor.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Exceptions/InvalidStyle.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Exceptions/StyleNotFound.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Functions.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Helpers/QuestionHelper.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Html/CodeRenderer.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Html/InheritStyles.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Html/PreRenderer.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Html/TableRenderer.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/HtmlRenderer.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Laravel/TermwindServiceProvider.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Question.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Repositories/Styles.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Terminal.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/Termwind.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/ValueObjects/Node.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/ValueObjects/Style.php +%%WWWDIR%%/vendor/nunomaduro/termwind/src/ValueObjects/Styles.php +%%WWWDIR%%/vendor/nyholm/psr7/CHANGELOG.md +%%WWWDIR%%/vendor/nyholm/psr7/LICENSE +%%WWWDIR%%/vendor/nyholm/psr7/README.md +%%WWWDIR%%/vendor/nyholm/psr7/composer.json +%%WWWDIR%%/vendor/nyholm/psr7/src/Factory/HttplugFactory.php +%%WWWDIR%%/vendor/nyholm/psr7/src/Factory/Psr17Factory.php +%%WWWDIR%%/vendor/nyholm/psr7/src/MessageTrait.php +%%WWWDIR%%/vendor/nyholm/psr7/src/Request.php +%%WWWDIR%%/vendor/nyholm/psr7/src/RequestTrait.php +%%WWWDIR%%/vendor/nyholm/psr7/src/Response.php +%%WWWDIR%%/vendor/nyholm/psr7/src/ServerRequest.php +%%WWWDIR%%/vendor/nyholm/psr7/src/Stream.php +%%WWWDIR%%/vendor/nyholm/psr7/src/StreamTrait.php +%%WWWDIR%%/vendor/nyholm/psr7/src/UploadedFile.php +%%WWWDIR%%/vendor/nyholm/psr7/src/Uri.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/CHANGELOG.md +%%WWWDIR%%/vendor/opcodesio/log-viewer/CONTRIBUTING.md +%%WWWDIR%%/vendor/opcodesio/log-viewer/LICENSE.md +%%WWWDIR%%/vendor/opcodesio/log-viewer/README.md +%%WWWDIR%%/vendor/opcodesio/log-viewer/composer.json +%%WWWDIR%%/vendor/opcodesio/log-viewer/config/log-viewer.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/mix-manifest.json +%%WWWDIR%%/vendor/opcodesio/log-viewer/package-lock.json +%%WWWDIR%%/vendor/opcodesio/log-viewer/package.json +%%WWWDIR%%/vendor/opcodesio/log-viewer/pint.json +%%WWWDIR%%/vendor/opcodesio/log-viewer/postcss.config.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/public/app.css +%%WWWDIR%%/vendor/opcodesio/log-viewer/public/app.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/public/app.js.LICENSE.txt +%%WWWDIR%%/vendor/opcodesio/log-viewer/public/img/log-viewer-128.png +%%WWWDIR%%/vendor/opcodesio/log-viewer/public/img/log-viewer-32.png +%%WWWDIR%%/vendor/opcodesio/log-viewer/public/img/log-viewer-64.png +%%WWWDIR%%/vendor/opcodesio/log-viewer/public/mix-manifest.json +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/css/app.scss +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/css/loader.scss +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/img/log-viewer-128.png +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/img/log-viewer-32.png +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/img/log-viewer-64.png +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/app.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/BaseLogTable.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/BmcIcon.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/BmcLogo.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/Checkmark.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/DownloadLink.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/FileList.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/FileListItem.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/FileTypeSelector.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/HostSelector.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/KeyboardShortcutsOverlay.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/LevelButtons.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/LogCopyButton.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/LogList.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/MailHtmlPreview.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/MailPreviewAttributes.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/MailTextPreview.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/Pagination.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/PaginationOptions.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/SearchInput.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/SiteSettingsDropdown.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/SpinnerIcon.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/TabContainer.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/components/TabContent.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/helpers.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/keyboardNavigation/files.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/keyboardNavigation/global.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/keyboardNavigation/index.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/keyboardNavigation/logs.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/keyboardNavigation/shared.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/pages/Home.vue +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/stores/files.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/stores/hosts.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/stores/logViewer.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/stores/pagination.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/stores/search.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/js/stores/severity.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/views/.gitkeep +%%WWWDIR%%/vendor/opcodesio/log-viewer/resources/views/index.blade.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/routes/api.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/routes/web.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogFile/CanCacheData.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogFile/HasMetadata.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogIndex/CanCacheIndex.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogIndex/CanFilterIndex.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogIndex/CanIterateIndex.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogIndex/CanSplitIndexIntoChunks.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogIndex/HasMetadata.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogIndex/PreservesIndexingProgress.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogReader/CanFilterUsingIndex.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogReader/CanSetDirectionUsingIndex.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogReader/KeepsFileHandle.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Concerns/LogReader/KeepsInstances.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Console/Commands/GenerateDummyLogsCommand.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Console/Commands/PublishCommand.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Direction.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Events/LogFileDeleted.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Exceptions/CannotCloseFileException.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Exceptions/CannotOpenFileException.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Exceptions/InvalidChunkSizeException.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Exceptions/InvalidRegularExpression.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Exceptions/SkipLineException.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Facades/Cache.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Facades/LogViewer.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Host.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/HostCollection.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Controllers/FilesController.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Controllers/FoldersController.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Controllers/HostsController.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Controllers/IndexController.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Controllers/LogsController.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Middleware/AuthorizeLogViewer.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Middleware/EnsureFrontendRequestsAreStateful.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Middleware/ForwardRequestToHostMiddleware.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Middleware/JsonResourceWithoutWrappingMiddleware.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Resources/LevelCountResource.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Resources/LogFileResource.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Resources/LogFolderResource.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Resources/LogResource.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Http/Resources/LogViewerHostResource.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LevelCount.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogFile.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogFileCollection.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogFolder.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogFolderCollection.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogIndex.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogIndexChunk.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogLevels/HorizonStatusLevel.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogLevels/HttpStatusCodeLevel.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogLevels/LaravelLogLevel.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogLevels/LevelClass.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogLevels/LevelInterface.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogLevels/NginxStatusLevel.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogLevels/PostgresLevel.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogLevels/RedisLogLevel.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogLevels/SupervisorLogLevel.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogTypeRegistrar.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogViewerService.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/LogViewerServiceProvider.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/HorizonLog.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/HorizonOldLog.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/HttpAccessLog.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/HttpApacheErrorLog.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/HttpNginxErrorLog.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/LaravelLog.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/Log.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/LogType.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/PhpFpmLog.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/PostgresLog.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/RedisLog.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Logs/SupervisorLog.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Readers/BaseLogReader.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Readers/IndexedLogReader.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Readers/LogReaderInterface.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Readers/MultipleLogReader.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Utils/Benchmark.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Utils/GenerateCacheKey.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/Utils/Utils.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/src/helpers.php +%%WWWDIR%%/vendor/opcodesio/log-viewer/tailwind.config.js +%%WWWDIR%%/vendor/opcodesio/log-viewer/webpack.mix.js +%%WWWDIR%%/vendor/opcodesio/mail-parser/.editorconfig +%%WWWDIR%%/vendor/opcodesio/mail-parser/LICENSE.md +%%WWWDIR%%/vendor/opcodesio/mail-parser/README.md +%%WWWDIR%%/vendor/opcodesio/mail-parser/composer.json +%%WWWDIR%%/vendor/opcodesio/mail-parser/phpunit.xml +%%WWWDIR%%/vendor/opcodesio/mail-parser/src/Message.php +%%WWWDIR%%/vendor/opcodesio/mail-parser/src/MessagePart.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/LICENSE.txt +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/README.md +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/composer.json +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base32.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base32Hex.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Binary.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Encoding.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Hex.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/RFC4648.php +%%WWWDIR%%/vendor/paragonie/random_compat/LICENSE +%%WWWDIR%%/vendor/paragonie/random_compat/build-phar.sh +%%WWWDIR%%/vendor/paragonie/random_compat/composer.json +%%WWWDIR%%/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey +%%WWWDIR%%/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc +%%WWWDIR%%/vendor/paragonie/random_compat/lib/random.php +%%WWWDIR%%/vendor/paragonie/random_compat/other/build_phar.php +%%WWWDIR%%/vendor/paragonie/random_compat/psalm-autoload.php +%%WWWDIR%%/vendor/paragonie/random_compat/psalm.xml +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/CHANGELOG-0.x.md +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/CHANGELOG.md +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/LICENSE +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/ORIGINAL_ALCHEMY_CHANGELOG.md +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/ORIGINAL_ALCHEMY_LICENSE +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/ORIGINAL_ALCHEMY_README.md +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/README.md +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/composer.json +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/AbstractBinary.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/BinaryDriverTestCase.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/BinaryInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/Configuration.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/ConfigurationAwareInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/ConfigurationInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/Exception/ExecutableNotFoundException.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/Exception/ExecutionFailureException.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/Listeners/DebugListener.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/Listeners/ListenerInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/Listeners/Listeners.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/ProcessBuilderFactory.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/ProcessBuilderFactoryAwareInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/ProcessBuilderFactoryInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/ProcessRunner.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/ProcessRunnerAwareInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/ProcessRunnerInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Coordinate/AspectRatio.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Coordinate/Dimension.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Coordinate/FrameRate.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Coordinate/Point.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Coordinate/TimeCode.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFMpegDriver.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Exception/ExecutableNotFoundException.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Exception/LogicException.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Exception/RuntimeException.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFMpeg.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe/DataMapping/AbstractData.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe/DataMapping/Format.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe/DataMapping/Stream.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe/DataMapping/StreamCollection.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe/Mapper.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe/MapperInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe/OptionsTester.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe/OptionsTesterInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe/OutputParser.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe/OutputParserInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/AdvancedMedia/ANullSrcFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/AdvancedMedia/AbstractComplexFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/AdvancedMedia/ComplexCompatibleFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/AdvancedMedia/ComplexFilterContainer.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/AdvancedMedia/ComplexFilterInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/AdvancedMedia/ComplexFilters.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/AdvancedMedia/CustomComplexFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/AdvancedMedia/SineFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/AdvancedMedia/TestSrcFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/AdvancedMedia/XStackFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Audio/AddMetadataFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Audio/AudioClipFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Audio/AudioFilterInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Audio/AudioFilters.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Audio/AudioResamplableFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Audio/CustomFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Audio/SimpleFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Concat/ConcatFilterInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Concat/ConcatFilters.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/FilterInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/FiltersCollection.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Frame/CustomFrameFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Frame/DisplayRatioFixerFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Frame/FrameFilterInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Frame/FrameFilters.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Gif/GifFilterInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Gif/GifFilters.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/ClipFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/CropFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/CustomFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/ExtractMultipleFramesFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/FrameRateFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/PadFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/ResizeFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/RotateFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/SynchronizeFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/VideoFilterInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/VideoFilters.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Video/WatermarkFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Waveform/WaveformDownmixFilter.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Waveform/WaveformFilterInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Filters/Waveform/WaveformFilters.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Audio/Aac.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Audio/DefaultAudio.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Audio/Flac.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Audio/Mp3.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Audio/Vorbis.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Audio/Wav.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/AudioInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/FormatInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/FrameInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/ProgressListener/AbstractProgressListener.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/ProgressListener/AudioProgressListener.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/ProgressListener/VideoProgressListener.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/ProgressableInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Video/DefaultVideo.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Video/Ogg.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Video/WMV.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Video/WMV3.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Video/WebM.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/Video/X264.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Format/VideoInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/AbstractMediaType.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/AbstractStreamableMedia.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/AbstractVideo.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/AdvancedMedia.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Audio.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Clip.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Concat.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Frame.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Gif.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/MediaTypeInterface.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Spectrum.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Video.php +%%WWWDIR%%/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Waveform.php +%%WWWDIR%%/vendor/php-http/discovery/.php-cs-fixer.php +%%WWWDIR%%/vendor/php-http/discovery/CHANGELOG.md +%%WWWDIR%%/vendor/php-http/discovery/LICENSE +%%WWWDIR%%/vendor/php-http/discovery/README.md +%%WWWDIR%%/vendor/php-http/discovery/composer.json +%%WWWDIR%%/vendor/php-http/discovery/src/ClassDiscovery.php +%%WWWDIR%%/vendor/php-http/discovery/src/Composer/Plugin.php +%%WWWDIR%%/vendor/php-http/discovery/src/Exception.php +%%WWWDIR%%/vendor/php-http/discovery/src/Exception/ClassInstantiationFailedException.php +%%WWWDIR%%/vendor/php-http/discovery/src/Exception/DiscoveryFailedException.php +%%WWWDIR%%/vendor/php-http/discovery/src/Exception/NoCandidateFoundException.php +%%WWWDIR%%/vendor/php-http/discovery/src/Exception/NotFoundException.php +%%WWWDIR%%/vendor/php-http/discovery/src/Exception/PuliUnavailableException.php +%%WWWDIR%%/vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php +%%WWWDIR%%/vendor/php-http/discovery/src/HttpAsyncClientDiscovery.php +%%WWWDIR%%/vendor/php-http/discovery/src/HttpClientDiscovery.php +%%WWWDIR%%/vendor/php-http/discovery/src/MessageFactoryDiscovery.php +%%WWWDIR%%/vendor/php-http/discovery/src/NotFoundException.php +%%WWWDIR%%/vendor/php-http/discovery/src/Psr17Factory.php +%%WWWDIR%%/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php +%%WWWDIR%%/vendor/php-http/discovery/src/Psr18Client.php +%%WWWDIR%%/vendor/php-http/discovery/src/Psr18ClientDiscovery.php +%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/CommonClassesStrategy.php +%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/CommonPsr17ClassesStrategy.php +%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/DiscoveryStrategy.php +%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/MockClientStrategy.php +%%WWWDIR%%/vendor/php-http/discovery/src/Strategy/PuliBetaStrategy.php +%%WWWDIR%%/vendor/php-http/discovery/src/StreamFactoryDiscovery.php +%%WWWDIR%%/vendor/php-http/discovery/src/UriFactoryDiscovery.php +%%WWWDIR%%/vendor/php-http/guzzle7-adapter/CHANGELOG.md +%%WWWDIR%%/vendor/php-http/guzzle7-adapter/LICENSE +%%WWWDIR%%/vendor/php-http/guzzle7-adapter/README.md +%%WWWDIR%%/vendor/php-http/guzzle7-adapter/composer.json +%%WWWDIR%%/vendor/php-http/guzzle7-adapter/phpstan.neon.dist +%%WWWDIR%%/vendor/php-http/guzzle7-adapter/psalm.baseline.xml +%%WWWDIR%%/vendor/php-http/guzzle7-adapter/psalm.xml +%%WWWDIR%%/vendor/php-http/guzzle7-adapter/src/Client.php +%%WWWDIR%%/vendor/php-http/guzzle7-adapter/src/Exception/UnexpectedValueException.php +%%WWWDIR%%/vendor/php-http/guzzle7-adapter/src/Promise.php +%%WWWDIR%%/vendor/php-http/httplug/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/php-http/httplug/CHANGELOG.md +%%WWWDIR%%/vendor/php-http/httplug/LICENSE +%%WWWDIR%%/vendor/php-http/httplug/README.md +%%WWWDIR%%/vendor/php-http/httplug/composer.json +%%WWWDIR%%/vendor/php-http/httplug/puli.json +%%WWWDIR%%/vendor/php-http/httplug/src/Exception.php +%%WWWDIR%%/vendor/php-http/httplug/src/Exception/HttpException.php +%%WWWDIR%%/vendor/php-http/httplug/src/Exception/NetworkException.php +%%WWWDIR%%/vendor/php-http/httplug/src/Exception/RequestAwareTrait.php +%%WWWDIR%%/vendor/php-http/httplug/src/Exception/RequestException.php +%%WWWDIR%%/vendor/php-http/httplug/src/Exception/TransferException.php +%%WWWDIR%%/vendor/php-http/httplug/src/HttpAsyncClient.php +%%WWWDIR%%/vendor/php-http/httplug/src/HttpClient.php +%%WWWDIR%%/vendor/php-http/httplug/src/Promise/HttpFulfilledPromise.php +%%WWWDIR%%/vendor/php-http/httplug/src/Promise/HttpRejectedPromise.php +%%WWWDIR%%/vendor/php-http/message/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/php-http/message/CHANGELOG.md +%%WWWDIR%%/vendor/php-http/message/LICENSE +%%WWWDIR%%/vendor/php-http/message/README.md +%%WWWDIR%%/vendor/php-http/message/apigen.neon +%%WWWDIR%%/vendor/php-http/message/composer.json +%%WWWDIR%%/vendor/php-http/message/puli.json +%%WWWDIR%%/vendor/php-http/message/src/Authentication.php +%%WWWDIR%%/vendor/php-http/message/src/Authentication/AutoBasicAuth.php +%%WWWDIR%%/vendor/php-http/message/src/Authentication/BasicAuth.php +%%WWWDIR%%/vendor/php-http/message/src/Authentication/Bearer.php +%%WWWDIR%%/vendor/php-http/message/src/Authentication/Chain.php +%%WWWDIR%%/vendor/php-http/message/src/Authentication/Header.php +%%WWWDIR%%/vendor/php-http/message/src/Authentication/Matching.php +%%WWWDIR%%/vendor/php-http/message/src/Authentication/QueryParam.php +%%WWWDIR%%/vendor/php-http/message/src/Authentication/RequestConditional.php +%%WWWDIR%%/vendor/php-http/message/src/Authentication/Wsse.php +%%WWWDIR%%/vendor/php-http/message/src/Builder/ResponseBuilder.php +%%WWWDIR%%/vendor/php-http/message/src/Cookie.php +%%WWWDIR%%/vendor/php-http/message/src/CookieJar.php +%%WWWDIR%%/vendor/php-http/message/src/CookieUtil.php +%%WWWDIR%%/vendor/php-http/message/src/Decorator/MessageDecorator.php +%%WWWDIR%%/vendor/php-http/message/src/Decorator/RequestDecorator.php +%%WWWDIR%%/vendor/php-http/message/src/Decorator/ResponseDecorator.php +%%WWWDIR%%/vendor/php-http/message/src/Decorator/StreamDecorator.php +%%WWWDIR%%/vendor/php-http/message/src/Encoding/ChunkStream.php +%%WWWDIR%%/vendor/php-http/message/src/Encoding/CompressStream.php +%%WWWDIR%%/vendor/php-http/message/src/Encoding/DechunkStream.php +%%WWWDIR%%/vendor/php-http/message/src/Encoding/DecompressStream.php +%%WWWDIR%%/vendor/php-http/message/src/Encoding/DeflateStream.php +%%WWWDIR%%/vendor/php-http/message/src/Encoding/Filter/Chunk.php +%%WWWDIR%%/vendor/php-http/message/src/Encoding/FilteredStream.php +%%WWWDIR%%/vendor/php-http/message/src/Encoding/GzipDecodeStream.php +%%WWWDIR%%/vendor/php-http/message/src/Encoding/GzipEncodeStream.php +%%WWWDIR%%/vendor/php-http/message/src/Encoding/InflateStream.php +%%WWWDIR%%/vendor/php-http/message/src/Exception.php +%%WWWDIR%%/vendor/php-http/message/src/Exception/UnexpectedValueException.php +%%WWWDIR%%/vendor/php-http/message/src/Formatter.php +%%WWWDIR%%/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php +%%WWWDIR%%/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php +%%WWWDIR%%/vendor/php-http/message/src/Formatter/SimpleFormatter.php +%%WWWDIR%%/vendor/php-http/message/src/MessageFactory/DiactorosMessageFactory.php +%%WWWDIR%%/vendor/php-http/message/src/MessageFactory/GuzzleMessageFactory.php +%%WWWDIR%%/vendor/php-http/message/src/MessageFactory/SlimMessageFactory.php +%%WWWDIR%%/vendor/php-http/message/src/RequestMatcher.php +%%WWWDIR%%/vendor/php-http/message/src/RequestMatcher/CallbackRequestMatcher.php +%%WWWDIR%%/vendor/php-http/message/src/RequestMatcher/RegexRequestMatcher.php +%%WWWDIR%%/vendor/php-http/message/src/RequestMatcher/RequestMatcher.php +%%WWWDIR%%/vendor/php-http/message/src/Stream/BufferedStream.php +%%WWWDIR%%/vendor/php-http/message/src/StreamFactory/DiactorosStreamFactory.php +%%WWWDIR%%/vendor/php-http/message/src/StreamFactory/GuzzleStreamFactory.php +%%WWWDIR%%/vendor/php-http/message/src/StreamFactory/SlimStreamFactory.php +%%WWWDIR%%/vendor/php-http/message/src/UriFactory/DiactorosUriFactory.php +%%WWWDIR%%/vendor/php-http/message/src/UriFactory/GuzzleUriFactory.php +%%WWWDIR%%/vendor/php-http/message/src/UriFactory/SlimUriFactory.php +%%WWWDIR%%/vendor/php-http/message/src/filters.php +%%WWWDIR%%/vendor/php-http/promise/CHANGELOG.md +%%WWWDIR%%/vendor/php-http/promise/LICENSE +%%WWWDIR%%/vendor/php-http/promise/README.md +%%WWWDIR%%/vendor/php-http/promise/composer.json +%%WWWDIR%%/vendor/php-http/promise/phpstan.neon.dist +%%WWWDIR%%/vendor/php-http/promise/src/FulfilledPromise.php +%%WWWDIR%%/vendor/php-http/promise/src/Promise.php +%%WWWDIR%%/vendor/php-http/promise/src/RejectedPromise.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-common/.github/dependabot.yml +%%WWWDIR%%/vendor/phpdocumentor/reflection-common/.github/workflows/push.yml +%%WWWDIR%%/vendor/phpdocumentor/reflection-common/LICENSE +%%WWWDIR%%/vendor/phpdocumentor/reflection-common/README.md +%%WWWDIR%%/vendor/phpdocumentor/reflection-common/composer.json +%%WWWDIR%%/vendor/phpdocumentor/reflection-common/src/Element.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-common/src/File.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-common/src/Fqsen.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-common/src/Location.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-common/src/Project.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-common/src/ProjectFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/LICENSE +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/README.md +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/composer.json +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Description.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/DescriptionFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ExampleFinder.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Serializer.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/StandardTagFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tag.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/TagFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Author.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/BaseTag.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Covers.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Deprecated.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Example.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Extends_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/ExtendsFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/Factory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/ImplementsFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/MethodFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/MethodParameterFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/PHPStanFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/ParamFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/PropertyFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/PropertyReadFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/PropertyWriteFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/ReturnFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/StaticMethod.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/TemplateExtendsFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/TemplateFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/TemplateImplementsFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/VarFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/AlignFormatter.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/PassthroughFormatter.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Generic.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Implements_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/InvalidTag.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Link.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Method.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/MethodParameter.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Mixin.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Param.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Property.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/PropertyRead.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/PropertyWrite.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Fqsen.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Reference.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Url.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Return_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/See.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Since.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Source.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/TagWithType.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Template.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/TemplateCovariant.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/TemplateExtends.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/TemplateImplements.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Throws.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Uses.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Var_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Version.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlockFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/DocBlockFactoryInterface.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/Exception/PcreException.php +%%WWWDIR%%/vendor/phpdocumentor/reflection-docblock/src/Utils.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/.github/dependabot.yml +%%WWWDIR%%/vendor/phpdocumentor/reflection/.github/workflows/dependabot-auto-merge.yml +%%WWWDIR%%/vendor/phpdocumentor/reflection/.github/workflows/documentation.yaml +%%WWWDIR%%/vendor/phpdocumentor/reflection/.github/workflows/integrate.yaml +%%WWWDIR%%/vendor/phpdocumentor/reflection/.phive/phars.xml +%%WWWDIR%%/vendor/phpdocumentor/reflection/.phpdoc/template/base.html.twig +%%WWWDIR%%/vendor/phpdocumentor/reflection/.yamllint.yaml +%%WWWDIR%%/vendor/phpdocumentor/reflection/LICENSE +%%WWWDIR%%/vendor/phpdocumentor/reflection/Makefile +%%WWWDIR%%/vendor/phpdocumentor/reflection/README.md +%%WWWDIR%%/vendor/phpdocumentor/reflection/composer-require-checker.json +%%WWWDIR%%/vendor/phpdocumentor/reflection/composer.json +%%WWWDIR%%/vendor/phpdocumentor/reflection/composer.lock +%%WWWDIR%%/vendor/phpdocumentor/reflection/docs/extending/index.rst +%%WWWDIR%%/vendor/phpdocumentor/reflection/docs/extending/meta-data.rst +%%WWWDIR%%/vendor/phpdocumentor/reflection/docs/getting-started.rst +%%WWWDIR%%/vendor/phpdocumentor/reflection/docs/index.rst +%%WWWDIR%%/vendor/phpdocumentor/reflection/docs/reflection-structure.rst +%%WWWDIR%%/vendor/phpdocumentor/reflection/example.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/phpbench.json +%%WWWDIR%%/vendor/phpdocumentor/reflection/phpcs.xml.dist +%%WWWDIR%%/vendor/phpdocumentor/reflection/phpdoc.dist.xml +%%WWWDIR%%/vendor/phpdocumentor/reflection/phpstan.neon +%%WWWDIR%%/vendor/phpdocumentor/reflection/phpunit.xml.dist +%%WWWDIR%%/vendor/phpdocumentor/reflection/psalm-baseline.xml +%%WWWDIR%%/vendor/phpdocumentor/reflection/psalm.xml +%%WWWDIR%%/vendor/phpdocumentor/reflection/rector.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/php-parser/Modifiers.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Exception.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/File/LocalFile.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Metadata/MetaDataContainer.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Metadata/Metadata.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Middleware/ChainFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Middleware/Command.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Middleware/Middleware.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/NodeVisitor/ElementNameResolver.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/NodeVisitor/FindingVisitor.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Argument.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/AsymmetricVisibility.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Attribute.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/AttributeContainer.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/CallArgument.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Class_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Constant.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/EnumCase.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Enum_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/AbstractFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/ClassConstant.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/ClassConstantIterator.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Class_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/ConstructorPromotion.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/ContextStack.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Define.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/EnumCase.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Enum_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/File.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/File/CreateCommand.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Function_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/GlobalConstant.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/GlobalConstantIterator.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/IfStatement.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Interface_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Method.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Namespace_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Noop.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Property.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/PropertyBuilder.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/PropertyIterator.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Reducer/Attribute.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Reducer/Parameter.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Reducer/Reducer.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/TraitUse.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Trait_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Factory/Type.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/File.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Function_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/HasAttributes.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Interface_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/MetadataContainer.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Method.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Namespace_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/NodesFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Project.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/ProjectFactory.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/ProjectFactoryStrategies.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/ProjectFactoryStrategy.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Property.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/PropertyHook.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/StrategyContainer.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Trait_.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/ValueEvaluator/ConstantEvaluator.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Visibility.php +%%WWWDIR%%/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Types/NamespaceNodeToContext.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/.phpdoc/template/base.html.twig +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/LICENSE +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/README.md +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/composer.json +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/docs/getting-started.rst +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/docs/index.rst +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/phpdoc.dist.xml +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/FqsenResolver.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoType.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ArrayShape.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ArrayShapeItem.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/CallableString.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ConstExpression.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/False_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/FloatValue.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/HtmlEscapedString.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/IntegerRange.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/IntegerValue.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ListShape.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ListShapeItem.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/List_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/LiteralString.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/LowercaseString.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NegativeInteger.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyArray.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyList.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyLowercaseString.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyString.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/NumericString.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/Numeric_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ObjectShape.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ObjectShapeItem.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/PositiveInteger.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/ShapeItem.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/StringValue.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/TraitString.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/PseudoTypes/True_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Type.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/TypeResolver.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/AbstractList.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/AggregatedType.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/ArrayKey.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Array_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Boolean.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/CallableParameter.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Callable_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/ClassString.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Collection.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Compound.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Context.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/ContextFactory.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Expression.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Float_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Integer.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/InterfaceString.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Intersection.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Iterable_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Mixed_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Never_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Null_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Nullable.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Object_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Parent_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Resource_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Scalar.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Self_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Static_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/String_.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/This.php +%%WWWDIR%%/vendor/phpdocumentor/type-resolver/src/Types/Void_.php +%%WWWDIR%%/vendor/phpoption/phpoption/LICENSE +%%WWWDIR%%/vendor/phpoption/phpoption/composer.json +%%WWWDIR%%/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php +%%WWWDIR%%/vendor/phpoption/phpoption/src/PhpOption/None.php +%%WWWDIR%%/vendor/phpoption/phpoption/src/PhpOption/Option.php +%%WWWDIR%%/vendor/phpoption/phpoption/src/PhpOption/Some.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/AUTHORS +%%WWWDIR%%/vendor/phpseclib/phpseclib/BACKERS.md +%%WWWDIR%%/vendor/phpseclib/phpseclib/LICENSE +%%WWWDIR%%/vendor/phpseclib/phpseclib/README.md +%%WWWDIR%%/vendor/phpseclib/phpseclib/composer.json +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/TimeoutException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/File/X509.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/LICENSE +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/README.md +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/UPGRADING.md +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/composer.json +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/AbstractNodeVisitor.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Attribute.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Comment.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprArrayItemNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprArrayNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprFalseNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprFloatNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprIntegerNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprNullNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprStringNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprTrueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstFetchNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/DoctrineConstExprStringNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Node.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/NodeAttributes.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/NodeTraverser.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/NodeVisitor.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/NodeVisitor/CloningVisitor.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagMethodValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagPropertyValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/DeprecatedTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineAnnotation.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArgument.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArray.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArrayItem.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ExtendsTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/GenericTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ImplementsTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/InvalidTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/MethodTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/MethodTagValueParameterNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/MixinTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamClosureThisTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamImmediatelyInvokedCallableTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamLaterInvokedCallableTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamOutTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocChildNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTagNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTextNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PropertyTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PureUnlessCallableIsImpureTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/RequireExtendsTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/RequireImplementsTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ReturnTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/SelfOutTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/TemplateTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ThrowsTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/TypeAliasImportTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/TypeAliasTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/TypelessParamTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/UsesTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/VarTagValueNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/ArrayShapeItemNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/ArrayShapeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/ArrayShapeUnsealedTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/ArrayTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/CallableTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/CallableTypeParameterNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/ConditionalTypeForParameterNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/ConditionalTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/ConstTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/GenericTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/IdentifierTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/IntersectionTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/InvalidTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/NullableTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/ObjectShapeItemNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/ObjectShapeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/OffsetAccessTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/ThisTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/TypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Ast/Type/UnionTypeNode.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Lexer/Lexer.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Parser/ConstExprParser.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Parser/ParserException.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Parser/PhpDocParser.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Parser/StringUnescaper.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Parser/TokenIterator.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Parser/TypeParser.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/ParserConfig.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Printer/DiffElem.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Printer/Differ.php +%%WWWDIR%%/vendor/phpstan/phpdoc-parser/src/Printer/Printer.php +%%WWWDIR%%/vendor/psr/cache/CHANGELOG.md +%%WWWDIR%%/vendor/psr/cache/LICENSE.txt +%%WWWDIR%%/vendor/psr/cache/README.md +%%WWWDIR%%/vendor/psr/cache/composer.json +%%WWWDIR%%/vendor/psr/cache/src/CacheException.php +%%WWWDIR%%/vendor/psr/cache/src/CacheItemInterface.php +%%WWWDIR%%/vendor/psr/cache/src/CacheItemPoolInterface.php +%%WWWDIR%%/vendor/psr/cache/src/InvalidArgumentException.php +%%WWWDIR%%/vendor/psr/clock/CHANGELOG.md +%%WWWDIR%%/vendor/psr/clock/LICENSE +%%WWWDIR%%/vendor/psr/clock/README.md +%%WWWDIR%%/vendor/psr/clock/composer.json +%%WWWDIR%%/vendor/psr/clock/src/ClockInterface.php +%%WWWDIR%%/vendor/psr/container/LICENSE +%%WWWDIR%%/vendor/psr/container/README.md +%%WWWDIR%%/vendor/psr/container/composer.json +%%WWWDIR%%/vendor/psr/container/src/ContainerExceptionInterface.php +%%WWWDIR%%/vendor/psr/container/src/ContainerInterface.php +%%WWWDIR%%/vendor/psr/container/src/NotFoundExceptionInterface.php +%%WWWDIR%%/vendor/psr/event-dispatcher/.editorconfig +%%WWWDIR%%/vendor/psr/event-dispatcher/LICENSE +%%WWWDIR%%/vendor/psr/event-dispatcher/README.md +%%WWWDIR%%/vendor/psr/event-dispatcher/composer.json +%%WWWDIR%%/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php +%%WWWDIR%%/vendor/psr/event-dispatcher/src/ListenerProviderInterface.php +%%WWWDIR%%/vendor/psr/event-dispatcher/src/StoppableEventInterface.php +%%WWWDIR%%/vendor/psr/http-client/CHANGELOG.md +%%WWWDIR%%/vendor/psr/http-client/LICENSE +%%WWWDIR%%/vendor/psr/http-client/README.md +%%WWWDIR%%/vendor/psr/http-client/composer.json +%%WWWDIR%%/vendor/psr/http-client/src/ClientExceptionInterface.php +%%WWWDIR%%/vendor/psr/http-client/src/ClientInterface.php +%%WWWDIR%%/vendor/psr/http-client/src/NetworkExceptionInterface.php +%%WWWDIR%%/vendor/psr/http-client/src/RequestExceptionInterface.php +%%WWWDIR%%/vendor/psr/http-factory/LICENSE +%%WWWDIR%%/vendor/psr/http-factory/README.md +%%WWWDIR%%/vendor/psr/http-factory/composer.json +%%WWWDIR%%/vendor/psr/http-factory/src/RequestFactoryInterface.php +%%WWWDIR%%/vendor/psr/http-factory/src/ResponseFactoryInterface.php +%%WWWDIR%%/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php +%%WWWDIR%%/vendor/psr/http-factory/src/StreamFactoryInterface.php +%%WWWDIR%%/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php +%%WWWDIR%%/vendor/psr/http-factory/src/UriFactoryInterface.php +%%WWWDIR%%/vendor/psr/http-message/CHANGELOG.md +%%WWWDIR%%/vendor/psr/http-message/LICENSE +%%WWWDIR%%/vendor/psr/http-message/README.md +%%WWWDIR%%/vendor/psr/http-message/composer.json +%%WWWDIR%%/vendor/psr/http-message/docs/PSR7-Interfaces.md +%%WWWDIR%%/vendor/psr/http-message/docs/PSR7-Usage.md +%%WWWDIR%%/vendor/psr/http-message/src/MessageInterface.php +%%WWWDIR%%/vendor/psr/http-message/src/RequestInterface.php +%%WWWDIR%%/vendor/psr/http-message/src/ResponseInterface.php +%%WWWDIR%%/vendor/psr/http-message/src/ServerRequestInterface.php +%%WWWDIR%%/vendor/psr/http-message/src/StreamInterface.php +%%WWWDIR%%/vendor/psr/http-message/src/UploadedFileInterface.php +%%WWWDIR%%/vendor/psr/http-message/src/UriInterface.php +%%WWWDIR%%/vendor/psr/log/LICENSE +%%WWWDIR%%/vendor/psr/log/README.md +%%WWWDIR%%/vendor/psr/log/composer.json +%%WWWDIR%%/vendor/psr/log/src/AbstractLogger.php +%%WWWDIR%%/vendor/psr/log/src/InvalidArgumentException.php +%%WWWDIR%%/vendor/psr/log/src/LogLevel.php +%%WWWDIR%%/vendor/psr/log/src/LoggerAwareInterface.php +%%WWWDIR%%/vendor/psr/log/src/LoggerAwareTrait.php +%%WWWDIR%%/vendor/psr/log/src/LoggerInterface.php +%%WWWDIR%%/vendor/psr/log/src/LoggerTrait.php +%%WWWDIR%%/vendor/psr/log/src/NullLogger.php +%%WWWDIR%%/vendor/psr/simple-cache/.editorconfig +%%WWWDIR%%/vendor/psr/simple-cache/LICENSE.md +%%WWWDIR%%/vendor/psr/simple-cache/README.md +%%WWWDIR%%/vendor/psr/simple-cache/composer.json +%%WWWDIR%%/vendor/psr/simple-cache/src/CacheException.php +%%WWWDIR%%/vendor/psr/simple-cache/src/CacheInterface.php +%%WWWDIR%%/vendor/psr/simple-cache/src/InvalidArgumentException.php +%%WWWDIR%%/vendor/ralouphie/getallheaders/LICENSE +%%WWWDIR%%/vendor/ralouphie/getallheaders/README.md +%%WWWDIR%%/vendor/ralouphie/getallheaders/composer.json +%%WWWDIR%%/vendor/ralouphie/getallheaders/src/getallheaders.php +%%WWWDIR%%/vendor/ramsey/collection/LICENSE +%%WWWDIR%%/vendor/ramsey/collection/README.md +%%WWWDIR%%/vendor/ramsey/collection/SECURITY.md +%%WWWDIR%%/vendor/ramsey/collection/composer.json +%%WWWDIR%%/vendor/ramsey/collection/src/AbstractArray.php +%%WWWDIR%%/vendor/ramsey/collection/src/AbstractCollection.php +%%WWWDIR%%/vendor/ramsey/collection/src/AbstractSet.php +%%WWWDIR%%/vendor/ramsey/collection/src/ArrayInterface.php +%%WWWDIR%%/vendor/ramsey/collection/src/Collection.php +%%WWWDIR%%/vendor/ramsey/collection/src/CollectionInterface.php +%%WWWDIR%%/vendor/ramsey/collection/src/DoubleEndedQueue.php +%%WWWDIR%%/vendor/ramsey/collection/src/DoubleEndedQueueInterface.php +%%WWWDIR%%/vendor/ramsey/collection/src/Exception/CollectionException.php +%%WWWDIR%%/vendor/ramsey/collection/src/Exception/CollectionMismatchException.php +%%WWWDIR%%/vendor/ramsey/collection/src/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/ramsey/collection/src/Exception/InvalidPropertyOrMethod.php +%%WWWDIR%%/vendor/ramsey/collection/src/Exception/NoSuchElementException.php +%%WWWDIR%%/vendor/ramsey/collection/src/Exception/OutOfBoundsException.php +%%WWWDIR%%/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php +%%WWWDIR%%/vendor/ramsey/collection/src/GenericArray.php +%%WWWDIR%%/vendor/ramsey/collection/src/Map/AbstractMap.php +%%WWWDIR%%/vendor/ramsey/collection/src/Map/AbstractTypedMap.php +%%WWWDIR%%/vendor/ramsey/collection/src/Map/AssociativeArrayMap.php +%%WWWDIR%%/vendor/ramsey/collection/src/Map/MapInterface.php +%%WWWDIR%%/vendor/ramsey/collection/src/Map/NamedParameterMap.php +%%WWWDIR%%/vendor/ramsey/collection/src/Map/TypedMap.php +%%WWWDIR%%/vendor/ramsey/collection/src/Map/TypedMapInterface.php +%%WWWDIR%%/vendor/ramsey/collection/src/Queue.php +%%WWWDIR%%/vendor/ramsey/collection/src/QueueInterface.php +%%WWWDIR%%/vendor/ramsey/collection/src/Set.php +%%WWWDIR%%/vendor/ramsey/collection/src/Sort.php +%%WWWDIR%%/vendor/ramsey/collection/src/Tool/TypeTrait.php +%%WWWDIR%%/vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php +%%WWWDIR%%/vendor/ramsey/collection/src/Tool/ValueToStringTrait.php +%%WWWDIR%%/vendor/ramsey/uuid/LICENSE +%%WWWDIR%%/vendor/ramsey/uuid/README.md +%%WWWDIR%%/vendor/ramsey/uuid/composer.json +%%WWWDIR%%/vendor/ramsey/uuid/src/BinaryUtils.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Builder/BuilderCollection.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Builder/FallbackBuilder.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/CodecInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/StringCodec.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/UnixTimeConverter.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/DegradedUuid.php +%%WWWDIR%%/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/BuilderNotFoundException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/DateTimeException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/DceSecurityException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/InvalidBytesException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/NameException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/NodeException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/RandomSourceException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/TimeSourceException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/UnableToBuildUuidException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Exception/UuidExceptionInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/FeatureSet.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Fields/FieldsInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/CombGenerator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/DefaultNameGenerator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/NameGeneratorFactory.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/NameGeneratorInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/UnixTimeGenerator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Guid/Fields.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Guid/Guid.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Guid/GuidBuilder.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Math/CalculatorInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Math/RoundingMode.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Nonstandard/Fields.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Nonstandard/Uuid.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Nonstandard/UuidV6.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/Fields.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/MaxTrait.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/MaxUuid.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/NilTrait.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/NilUuid.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/TimeTrait.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV2.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV3.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV4.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV5.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV6.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV7.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV8.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/Validator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Type/Decimal.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Type/Hexadecimal.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Type/Integer.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Type/NumberInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Type/Time.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Type/TypeInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Uuid.php +%%WWWDIR%%/vendor/ramsey/uuid/src/UuidFactory.php +%%WWWDIR%%/vendor/ramsey/uuid/src/UuidFactoryInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/UuidInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Validator/GenericValidator.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Validator/ValidatorInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/functions.php +%%WWWDIR%%/vendor/revolt/event-loop/LICENSE +%%WWWDIR%%/vendor/revolt/event-loop/SECURITY.md +%%WWWDIR%%/vendor/revolt/event-loop/composer.json +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/CallbackType.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Driver.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Driver/EvDriver.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Driver/EventDriver.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Driver/StreamSelectDriver.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Driver/TracingDriver.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Driver/UvDriver.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/DriverFactory.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/FiberLocal.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Internal/ClosureHelper.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Internal/DeferCallback.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Internal/DriverCallback.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Internal/SignalCallback.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Internal/StreamCallback.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Internal/StreamReadableCallback.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Internal/StreamWritableCallback.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Internal/TimerCallback.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Internal/TimerQueue.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/InvalidCallbackError.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/Suspension.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/UncaughtThrowable.php +%%WWWDIR%%/vendor/revolt/event-loop/src/EventLoop/UnsupportedFeatureException.php +%%WWWDIR%%/vendor/revolution/socialite-mastodon/LICENSE +%%WWWDIR%%/vendor/revolution/socialite-mastodon/README.md +%%WWWDIR%%/vendor/revolution/socialite-mastodon/composer.json +%%WWWDIR%%/vendor/revolution/socialite-mastodon/src/MastodonProvider.php +%%WWWDIR%%/vendor/revolution/socialite-mastodon/src/MastodonServiceProvider.php +%%WWWDIR%%/vendor/socialiteproviders/amazon/AmazonExtendSocialite.php +%%WWWDIR%%/vendor/socialiteproviders/amazon/Provider.php +%%WWWDIR%%/vendor/socialiteproviders/amazon/README.md +%%WWWDIR%%/vendor/socialiteproviders/amazon/composer.json +%%WWWDIR%%/vendor/socialiteproviders/apple/AppleExtendSocialite.php +%%WWWDIR%%/vendor/socialiteproviders/apple/AppleSignerInMemory.php +%%WWWDIR%%/vendor/socialiteproviders/apple/AppleSignerNone.php +%%WWWDIR%%/vendor/socialiteproviders/apple/Provider.php +%%WWWDIR%%/vendor/socialiteproviders/apple/README.md +%%WWWDIR%%/vendor/socialiteproviders/apple/composer.json +%%WWWDIR%%/vendor/socialiteproviders/authelia/AutheliaExtendSocialite.php +%%WWWDIR%%/vendor/socialiteproviders/authelia/Provider.php +%%WWWDIR%%/vendor/socialiteproviders/authelia/README.md +%%WWWDIR%%/vendor/socialiteproviders/authelia/composer.json +%%WWWDIR%%/vendor/socialiteproviders/authentik/AuthentikExtendSocialite.php +%%WWWDIR%%/vendor/socialiteproviders/authentik/Provider.php +%%WWWDIR%%/vendor/socialiteproviders/authentik/README.md +%%WWWDIR%%/vendor/socialiteproviders/authentik/composer.json +%%WWWDIR%%/vendor/socialiteproviders/facebook/FacebookExtendSocialite.php +%%WWWDIR%%/vendor/socialiteproviders/facebook/Provider.php +%%WWWDIR%%/vendor/socialiteproviders/facebook/README.md +%%WWWDIR%%/vendor/socialiteproviders/facebook/composer.json +%%WWWDIR%%/vendor/socialiteproviders/github/GitHubExtendSocialite.php +%%WWWDIR%%/vendor/socialiteproviders/github/Provider.php +%%WWWDIR%%/vendor/socialiteproviders/github/README.md +%%WWWDIR%%/vendor/socialiteproviders/github/composer.json +%%WWWDIR%%/vendor/socialiteproviders/google/GoogleExtendSocialite.php +%%WWWDIR%%/vendor/socialiteproviders/google/Provider.php +%%WWWDIR%%/vendor/socialiteproviders/google/README.md +%%WWWDIR%%/vendor/socialiteproviders/google/composer.json +%%WWWDIR%%/vendor/socialiteproviders/keycloak/KeycloakExtendSocialite.php +%%WWWDIR%%/vendor/socialiteproviders/keycloak/Provider.php +%%WWWDIR%%/vendor/socialiteproviders/keycloak/README.md +%%WWWDIR%%/vendor/socialiteproviders/keycloak/composer.json +%%WWWDIR%%/vendor/socialiteproviders/manager/.editorconfig +%%WWWDIR%%/vendor/socialiteproviders/manager/.github/ISSUE_TEMPLATE.md +%%WWWDIR%%/vendor/socialiteproviders/manager/.github/PULL_REQUEST_TEMPLATE.md +%%WWWDIR%%/vendor/socialiteproviders/manager/.github/stale.yml +%%WWWDIR%%/vendor/socialiteproviders/manager/.github/workflows/test.yml +%%WWWDIR%%/vendor/socialiteproviders/manager/LICENSE +%%WWWDIR%%/vendor/socialiteproviders/manager/SECURITY.md +%%WWWDIR%%/vendor/socialiteproviders/manager/composer.json +%%WWWDIR%%/vendor/socialiteproviders/manager/src/Config.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/ConfigTrait.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/Contracts/ConfigInterface.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/Contracts/Helpers/ConfigRetrieverInterface.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/Contracts/OAuth1/ProviderInterface.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/Contracts/OAuth2/ProviderInterface.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/Exception/MissingConfigException.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/Helpers/ConfigRetriever.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/OAuth1/AbstractProvider.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/OAuth1/Server.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/OAuth1/User.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/OAuth2/AbstractProvider.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/OAuth2/User.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/ServiceProvider.php +%%WWWDIR%%/vendor/socialiteproviders/manager/src/SocialiteWasCalled.php +%%WWWDIR%%/vendor/socialiteproviders/microsoft/MicrosoftAvatar.php +%%WWWDIR%%/vendor/socialiteproviders/microsoft/MicrosoftExtendSocialite.php +%%WWWDIR%%/vendor/socialiteproviders/microsoft/MicrosoftUser.php +%%WWWDIR%%/vendor/socialiteproviders/microsoft/Provider.php +%%WWWDIR%%/vendor/socialiteproviders/microsoft/README.md +%%WWWDIR%%/vendor/socialiteproviders/microsoft/composer.json +%%WWWDIR%%/vendor/socialiteproviders/nextcloud/NextcloudExtendSocialite.php +%%WWWDIR%%/vendor/socialiteproviders/nextcloud/Provider.php +%%WWWDIR%%/vendor/socialiteproviders/nextcloud/README.md +%%WWWDIR%%/vendor/socialiteproviders/nextcloud/composer.json +%%WWWDIR%%/vendor/spatie/enum/CHANGELOG.md +%%WWWDIR%%/vendor/spatie/enum/LICENSE.md +%%WWWDIR%%/vendor/spatie/enum/README.md +%%WWWDIR%%/vendor/spatie/enum/UPGRADING.md +%%WWWDIR%%/vendor/spatie/enum/composer.json +%%WWWDIR%%/vendor/spatie/enum/psalm.xml.dist +%%WWWDIR%%/vendor/spatie/enum/src/Enum.php +%%WWWDIR%%/vendor/spatie/enum/src/EnumDefinition.php +%%WWWDIR%%/vendor/spatie/enum/src/Exceptions/DuplicateLabelsException.php +%%WWWDIR%%/vendor/spatie/enum/src/Exceptions/DuplicateValuesException.php +%%WWWDIR%%/vendor/spatie/enum/src/Exceptions/UnknownEnumMethod.php +%%WWWDIR%%/vendor/spatie/enum/src/Exceptions/UnknownEnumProperty.php +%%WWWDIR%%/vendor/spatie/enum/src/Faker/FakerEnumProvider.php +%%WWWDIR%%/vendor/spatie/enum/src/Phpunit/EnumAssertions.php +%%WWWDIR%%/vendor/spatie/guzzle-rate-limiter-middleware/.styleci.yml +%%WWWDIR%%/vendor/spatie/guzzle-rate-limiter-middleware/CHANGELOG.md +%%WWWDIR%%/vendor/spatie/guzzle-rate-limiter-middleware/LICENSE.md +%%WWWDIR%%/vendor/spatie/guzzle-rate-limiter-middleware/README.md +%%WWWDIR%%/vendor/spatie/guzzle-rate-limiter-middleware/composer.json +%%WWWDIR%%/vendor/spatie/guzzle-rate-limiter-middleware/src/Deferrer.php +%%WWWDIR%%/vendor/spatie/guzzle-rate-limiter-middleware/src/InMemoryStore.php +%%WWWDIR%%/vendor/spatie/guzzle-rate-limiter-middleware/src/RateLimiter.php +%%WWWDIR%%/vendor/spatie/guzzle-rate-limiter-middleware/src/RateLimiterMiddleware.php +%%WWWDIR%%/vendor/spatie/guzzle-rate-limiter-middleware/src/SleepDeferrer.php +%%WWWDIR%%/vendor/spatie/guzzle-rate-limiter-middleware/src/Store.php +%%WWWDIR%%/vendor/spatie/image-optimizer/CHANGELOG.md +%%WWWDIR%%/vendor/spatie/image-optimizer/LICENSE +%%WWWDIR%%/vendor/spatie/image-optimizer/README.md +%%WWWDIR%%/vendor/spatie/image-optimizer/composer.json +%%WWWDIR%%/vendor/spatie/image-optimizer/src/DummyLogger.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/Image.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/Optimizer.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/OptimizerChain.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/OptimizerChainFactory.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/Optimizers/Avifenc.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/Optimizers/BaseOptimizer.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/Optimizers/Cwebp.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/Optimizers/Gifsicle.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/Optimizers/Jpegoptim.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/Optimizers/Optipng.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/Optimizers/Pngquant.php +%%WWWDIR%%/vendor/spatie/image-optimizer/src/Optimizers/Svgo.php +%%WWWDIR%%/vendor/spatie/image-optimizer/svgo.config.js +%%WWWDIR%%/vendor/spatie/laravel-data/.husky/pre-commit +%%WWWDIR%%/vendor/spatie/laravel-data/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/spatie/laravel-data/CHANGELOG.md +%%WWWDIR%%/vendor/spatie/laravel-data/LICENSE.md +%%WWWDIR%%/vendor/spatie/laravel-data/README.md +%%WWWDIR%%/vendor/spatie/laravel-data/UPGRADING.md +%%WWWDIR%%/vendor/spatie/laravel-data/benchmarks/DataBench.php +%%WWWDIR%%/vendor/spatie/laravel-data/benchmarks/DataProfileBench.php +%%WWWDIR%%/vendor/spatie/laravel-data/composer.json +%%WWWDIR%%/vendor/spatie/laravel-data/config/data.php +%%WWWDIR%%/vendor/spatie/laravel-data/docs/_index.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/about-us.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/_index.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/available-property-mappers.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/commands.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/creating-a-cast.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/creating-a-rule-inferrer.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/creating-a-transformer.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/eloquent-casting.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/get-data-from-a-class-quickly.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/in-packages.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/internal-structures.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/mapping-rules.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/normalizers.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/performance.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/pipeline.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/traits-and-interfaces.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/typescript.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/use-with-inertia.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/use-with-livewire.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/validation-attributes.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/advanced-usage/working-with-dates.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/_index.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/abstract-data.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/casts.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/collections.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/computed.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/creating-a-data-object.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/defaults.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/factories.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/injecting-property-values.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/mapping-property-names.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/model-to-data-object.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/nesting.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/optional-properties.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-data-transfer-object/request-to-data-object.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-resource/_index.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-resource/appending-properties.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-resource/from-data-to-array.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-resource/from-data-to-resource.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-resource/lazy-properties.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-resource/mapping-property-names.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-resource/transformers.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/as-a-resource/wrapping.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/changelog.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/getting-started/_index.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/getting-started/quickstart.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/installation-setup.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/introduction.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/questions-issues.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/requirements.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/support-us.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/third-party-packages.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/validation/_index.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/validation/auto-rule-inferring.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/validation/introduction.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/validation/manual-rules.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/validation/nesting-data.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/validation/skipping-validation.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/validation/using-validation-attributes.md +%%WWWDIR%%/vendor/spatie/laravel-data/docs/validation/working-with-the-validator.md +%%WWWDIR%%/vendor/spatie/laravel-data/ide.json +%%WWWDIR%%/vendor/spatie/laravel-data/lint-staged.config.js +%%WWWDIR%%/vendor/spatie/laravel-data/package.json +%%WWWDIR%%/vendor/spatie/laravel-data/phpbench.json +%%WWWDIR%%/vendor/spatie/laravel-data/phpstan-baseline.neon +%%WWWDIR%%/vendor/spatie/laravel-data/phpstan.neon.dist +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/AutoClosureLazy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/AutoInertiaDeferred.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/AutoInertiaLazy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/AutoLazy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/AutoWhenLoadedLazy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Computed.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Concerns/ResolvesPropertyForInjectedValue.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/DataCollectionOf.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/FromAuthenticatedUser.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/FromAuthenticatedUserProperty.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/FromContainer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/FromContainerProperty.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/FromRouteParameter.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/FromRouteParameterProperty.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/GetsCast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Hidden.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/InjectsPropertyValue.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/LoadRelation.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/MapInputName.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/MapName.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/MapOutputName.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/MergeValidationRules.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/PropertyForMorph.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Accepted.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/AcceptedIf.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/ActiveUrl.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/After.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/AfterOrEqual.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Alpha.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/AlphaDash.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/AlphaNumeric.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/ArrayType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Bail.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Before.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/BeforeOrEqual.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Between.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/BooleanType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Confirmed.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/CurrentPassword.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/CustomValidationAttribute.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Date.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/DateEquals.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/DateFormat.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Declined.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/DeclinedIf.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Different.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Digits.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/DigitsBetween.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Dimensions.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Distinct.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/DoesntEndWith.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/DoesntStartWith.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Email.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/EndsWith.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Enum.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Exclude.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/ExcludeIf.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/ExcludeUnless.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/ExcludeWith.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/ExcludeWithout.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Exists.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/File.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Filled.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/GreaterThan.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/GreaterThanOrEqualTo.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/IP.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/IPv4.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/IPv6.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Image.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/In.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/InArray.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/IntegerType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Json.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/LessThan.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/LessThanOrEqualTo.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/ListType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Lowercase.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/MacAddress.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Max.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/MaxDigits.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/MimeTypes.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Mimes.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Min.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/MinDigits.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/MultipleOf.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/NotIn.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/NotRegex.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Nullable.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Numeric.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/ObjectValidationAttribute.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Password.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Present.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Prohibited.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/ProhibitedIf.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/ProhibitedUnless.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Prohibits.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Regex.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Required.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/RequiredArrayKeys.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/RequiredIf.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/RequiredUnless.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/RequiredWith.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/RequiredWithAll.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/RequiredWithout.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/RequiredWithoutAll.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Rule.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Same.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Size.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Sometimes.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/StartsWith.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/StringType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/StringValidationAttribute.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Timezone.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Ulid.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Unique.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Uppercase.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Url.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/Uuid.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/Validation/ValidationAttribute.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/WithCast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/WithCastAndTransformer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/WithCastable.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/WithTransformer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Attributes/WithoutValidation.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Casts/BuiltinTypeCast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Casts/Cast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Casts/Castable.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Casts/CastableCast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Casts/DateTimeInterfaceCast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Casts/EnumCast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Casts/EnumerableCast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Casts/IterableItemCast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Casts/Uncastable.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Casts/UnserializeCast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Commands/DataMakeCommand.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Commands/DataStructuresCacheCommand.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/AppendableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/BaseData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/BaseDataCollectable.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/ContextableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/EmptyData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/EnumerableMethods.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/IncludeableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/ResponsableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/TransformableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/ValidateableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/WireableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/WithDeprecatedCollectionMethod.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Concerns/WrappableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/AppendableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/BaseData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/BaseDataCollectable.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/ContextableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/DeprecatedData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/EmptyData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/IncludeableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/PropertyMorphableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/ResponsableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/TransformableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/ValidateableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Contracts/WrappableData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/CursorPaginatedDataCollection.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Data.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/DataCollection.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/DataPipeline.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/DataPipes/AuthorizedDataPipe.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/DataPipes/CastPropertiesDataPipe.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/DataPipes/DataPipe.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/DataPipes/DefaultValuesDataPipe.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/DataPipes/FillRouteParameterPropertiesDataPipe.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/DataPipes/InjectPropertyValuesPipe.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/DataPipes/MapPropertiesDataPipe.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/DataPipes/ValidatePropertiesDataPipe.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Dto.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Enums/CustomCreationMethodType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Enums/DataCollectableType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Enums/DataTypeKind.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotBuildValidationRule.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotCastData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotCastDate.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotCastEnum.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotCreateCastAttribute.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotCreateData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotCreateDataCollectable.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotCreateTransformerAttribute.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotFillFromRouteParameterPropertyUsingScalarValue.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotFindDataClass.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotPerformPartialOnDataField.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotResolveRouteParameterReference.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CannotSetComputedValue.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/CouldNotCreateValidationRule.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/DataPropertyCanOnlyHaveOneType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/InvalidDataClass.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/InvalidDataCollectionOperation.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/InvalidDataType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/MaxTransformationDepthReached.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Exceptions/PaginatedCollectionIsAlwaysWrapped.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/LaravelDataServiceProvider.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Lazy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Mappers/CamelCaseMapper.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Mappers/LowerCaseMapper.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Mappers/NameMapper.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Mappers/ProvidedNameMapper.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Mappers/SnakeCaseMapper.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Mappers/StudlyCaseMapper.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Mappers/UpperCaseMapper.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Normalizers/ArrayNormalizer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Normalizers/ArrayableNormalizer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Normalizers/FormRequestNormalizer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Normalizers/JsonNormalizer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Normalizers/ModelNormalizer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Normalizers/Normalized/Normalized.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Normalizers/Normalized/NormalizedModel.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Normalizers/Normalized/UnknownProperty.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Normalizers/Normalizer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Normalizers/ObjectNormalizer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Optional.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/PaginatedDataCollection.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/Concerns/ChecksTransformationDepth.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/ContextResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/DataCollectableFromSomethingResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/DataFromArrayResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/DataFromSomethingResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/DataMorphClassResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/DataValidationMessagesAndAttributesResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/DataValidationRulesResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/DataValidatorResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/DecoupledPartialResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/EmptyDataResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/NameMappersResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/RequestQueryStringPartialsResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/TransformedDataCollectableResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/TransformedDataResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/ValidatedPayloadResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resolvers/VisibleDataFieldsResolver.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Resource.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/RuleInferrers/AttributesRuleInferrer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/RuleInferrers/BuiltInTypesRuleInferrer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/RuleInferrers/NullableRuleInferrer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/RuleInferrers/RequiredRuleInferrer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/RuleInferrers/RuleInferrer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/RuleInferrers/SometimesRuleInferrer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Annotations/CollectionAnnotation.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Annotations/CollectionAnnotationReader.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Annotations/DataIterableAnnotation.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Annotations/DataIterableAnnotationReader.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Caching/CachedDataConfig.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Caching/DataClassFinder.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Caching/DataStructureCache.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Creation/CollectableMetaData.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Creation/CreationContext.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Creation/CreationContextFactory.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Creation/GlobalCastsCollection.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Creation/ValidationStrategy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataAttributesCollection.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataClass.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataClassMorphMap.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataCollectionAnnotationReader.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataConfig.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataContainer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataMethod.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataParameter.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataProperty.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataPropertyType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataStructureProperty.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/DataType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/EloquentCasts/DataCollectionEloquentCast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/EloquentCasts/DataEloquentCast.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Factories/DataAttributesCollectionFactory.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Factories/DataClassFactory.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Factories/DataMethodFactory.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Factories/DataParameterFactory.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Factories/DataPropertyFactory.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Factories/DataReturnTypeFactory.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Factories/DataTypeFactory.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Lazy/ClosureLazy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Lazy/ConditionalLazy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Lazy/DefaultLazy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Lazy/InertiaDeferred.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Lazy/InertiaLazy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Lazy/LivewireLostLazy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Lazy/RelationalLazy.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/LazyDataStructureProperty.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Livewire/LivewireDataCollectionSynth.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Livewire/LivewireDataSynth.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Partials/ForwardsToPartialsDefinition.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Partials/Partial.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Partials/PartialType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Partials/PartialsCollection.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Partials/PartialsDefinition.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Partials/Segments/AllPartialSegment.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Partials/Segments/FieldsPartialSegment.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Partials/Segments/NestedPartialSegment.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Partials/Segments/PartialSegment.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/ResolvedDataPipeline.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Skipped.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Transformation/DataContext.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Transformation/GlobalTransformersCollection.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Transformation/TransformationContext.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Transformation/TransformationContextFactory.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/TypeScriptTransformer/DataTypeScriptCollector.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/TypeScriptTransformer/DataTypeScriptTransformer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/TypeScriptTransformer/RemoveLazyTypeProcessor.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/TypeScriptTransformer/RemoveOptionalTypeProcessor.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Types/CombinationType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Types/IntersectionType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Types/NamedType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Types/Storage/AcceptedTypesStorage.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Types/Type.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Types/UnionType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/DataRules.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/EnsurePropertyMorphable.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/PropertyRules.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/References/FieldReference.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/References/RouteParameterReference.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/RequiringRule.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/RuleDenormalizer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/RuleNormalizer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/ValidationContext.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/ValidationPath.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/ValidationRule.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Validation/ValidationRuleFactory.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/VarDumper/DataVarDumperCaster.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/VarDumper/VarDumperManager.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Wrapping/Wrap.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Wrapping/WrapExecutionType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Support/Wrapping/WrapType.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Transformers/ArrayableTransformer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Transformers/DateTimeInterfaceTransformer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Transformers/EnumTransformer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Transformers/SerializeTransformer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/Transformers/Transformer.php +%%WWWDIR%%/vendor/spatie/laravel-data/src/WithData.php +%%WWWDIR%%/vendor/spatie/laravel-data/stubs/data-cast.stub +%%WWWDIR%%/vendor/spatie/laravel-data/stubs/data-rule.stub +%%WWWDIR%%/vendor/spatie/laravel-data/stubs/data-transformer.stub +%%WWWDIR%%/vendor/spatie/laravel-data/stubs/data.stub +%%WWWDIR%%/vendor/spatie/laravel-data/types/Collection.php +%%WWWDIR%%/vendor/spatie/laravel-data/types/Data.php +%%WWWDIR%%/vendor/spatie/laravel-data/types/Factory.php +%%WWWDIR%%/vendor/spatie/laravel-data/yarn.lock +%%WWWDIR%%/vendor/spatie/laravel-feed/.php_cs.dist.php +%%WWWDIR%%/vendor/spatie/laravel-feed/.stubs.php +%%WWWDIR%%/vendor/spatie/laravel-feed/CHANGELOG.md +%%WWWDIR%%/vendor/spatie/laravel-feed/LICENSE.md +%%WWWDIR%%/vendor/spatie/laravel-feed/README.md +%%WWWDIR%%/vendor/spatie/laravel-feed/UPGRADING.md +%%WWWDIR%%/vendor/spatie/laravel-feed/composer.json +%%WWWDIR%%/vendor/spatie/laravel-feed/config/feed.php +%%WWWDIR%%/vendor/spatie/laravel-feed/resources/dist/atom.xsl +%%WWWDIR%%/vendor/spatie/laravel-feed/resources/dist/style.css +%%WWWDIR%%/vendor/spatie/laravel-feed/resources/views/atom.blade.php +%%WWWDIR%%/vendor/spatie/laravel-feed/resources/views/json.blade.php +%%WWWDIR%%/vendor/spatie/laravel-feed/resources/views/links.blade.php +%%WWWDIR%%/vendor/spatie/laravel-feed/resources/views/rss.blade.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/Components/FeedLinks.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/Exceptions/InvalidConfiguration.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/Exceptions/InvalidFeedItem.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/Feed.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/FeedItem.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/FeedServiceProvider.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/Feedable.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/Helpers/Cdata.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/Helpers/ConfigurationValidator.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/Helpers/FeedContentType.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/Helpers/Path.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/Helpers/ResolveFeedItems.php +%%WWWDIR%%/vendor/spatie/laravel-feed/src/Http/FeedController.php +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/.github/FUNDING.yml +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/.github/dependabot.yml +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/.github/workflows/dependabot-auto-merge.yml +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/.github/workflows/php-cs-fixer.yml +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/.github/workflows/run-tests.yml +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/.github/workflows/update-changelog.yml +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/.php_cs.dist.php +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/CHANGELOG.md +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/LICENSE.md +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/README.md +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/composer.json +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/config/image-optimizer.php +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/src/Exceptions/InvalidConfiguration.php +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/src/Facades/ImageOptimizer.php +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/src/ImageOptimizerServiceProvider.php +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/src/Middlewares/OptimizeImages.php +%%WWWDIR%%/vendor/spatie/laravel-image-optimizer/src/OptimizerChainFactory.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/LICENSE.md +%%WWWDIR%%/vendor/spatie/laravel-package-tools/README.md +%%WWWDIR%%/vendor/spatie/laravel-package-tools/composer.json +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Commands/Concerns/AskToRunMigrations.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Commands/Concerns/AskToStarRepoOnGitHub.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Commands/Concerns/PublishesResources.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Commands/Concerns/SupportsServiceProviderInApp.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Commands/Concerns/SupportsStartWithEndWith.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Commands/InstallCommand.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasAssets.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasBladeComponents.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasCommands.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasConfigs.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasInertia.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasInstallCommand.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasMigrations.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasRoutes.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasServiceProviders.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasTranslations.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasViewComposers.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasViewSharedData.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/Package/HasViews.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessAssets.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessBladeComponents.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessCommands.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessConfigs.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessInertia.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessMigrations.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessRoutes.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessServiceProviders.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessTranslations.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessViewComposers.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessViewSharedData.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Concerns/PackageServiceProvider/ProcessViews.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Exceptions/InvalidPackage.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/Package.php +%%WWWDIR%%/vendor/spatie/laravel-package-tools/src/PackageServiceProvider.php +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/CHANGELOG.md +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/LICENSE.md +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/README.md +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/composer.json +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/config/typescript-transformer.php +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/index.d.ts +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/psalm.xml +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/src/Commands/TypeScriptTransformCommand.php +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/src/Transformers/DtoTransformer.php +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/src/Transformers/SpatieStateTransformer.php +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/src/TypeProcessors/LaravelCollectionTypeProcessor.php +%%WWWDIR%%/vendor/spatie/laravel-typescript-transformer/src/TypeScriptTransformerServiceProvider.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/.php_cs.dist.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/CHANGELOG.md +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/LICENSE.md +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/README.md +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/UPGRADING.md +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/composer.json +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/config/structure-discoverer.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/phpstan-baseline.neon +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/phpstan.neon +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Cache/DiscoverCacheDriver.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Cache/FileDiscoverCacheDriver.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Cache/LaravelDiscoverCacheDriver.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Cache/NullDiscoverCacheDriver.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Cache/StaticDiscoverCacheDriver.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Collections/TokenCollection.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Collections/UsageCollection.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Commands/CacheStructureScoutsCommand.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Commands/ClearStructureScoutsCommand.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Data/DiscoverProfileConfig.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Data/DiscoveredAttribute.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Data/DiscoveredClass.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Data/DiscoveredEnum.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Data/DiscoveredInterface.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Data/DiscoveredStructure.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Data/DiscoveredTrait.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Data/StructureHeadData.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Data/Usage.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Discover.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverConditions/AnyDiscoverCondition.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverConditions/AttributeDiscoverCondition.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverConditions/CustomDiscoverCondition.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverConditions/DiscoverCondition.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverConditions/ExactDiscoverCondition.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverConditions/ExtendsDiscoverCondition.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverConditions/ExtendsWithoutChainDiscoverCondition.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverConditions/ImplementsDiscoverCondition.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverConditions/ImplementsWithoutChainDiscoverCondition.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverConditions/NameDiscoverCondition.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverConditions/TypeDiscoverCondition.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverWorkers/DiscoverWorker.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverWorkers/ParallelDiscoverWorker.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/DiscoverWorkers/SynchronousDiscoverWorker.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Enums/DiscoveredEnumType.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Enums/DiscoveredStructureType.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Enums/Sort.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Exceptions/CouldNotParseFile.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Exceptions/InvalidReflection.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Exceptions/NoCacheConfigured.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Exceptions/StructureScoutsCacheDriverMissing.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/StructureDiscovererServiceProvider.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/StructureParsers/PhpTokenStructureParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/StructureParsers/ReflectionStructureParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/StructureParsers/StructureParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/StructureScout.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Support/Conditions/ConditionBuilder.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Support/Conditions/HasConditions.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Support/Conditions/HasConditionsTrait.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Support/DiscoverCacheDriverFactory.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Support/LaravelDetector.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Support/StructureChainResolver.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Support/StructureScoutManager.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Support/StructuresResolver.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/Support/UseDefinitionsResolver.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/TokenParsers/AttributeTokenParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/TokenParsers/DiscoveredClassTokenParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/TokenParsers/DiscoveredDataTokenParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/TokenParsers/DiscoveredEnumTokenParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/TokenParsers/FileTokenParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/TokenParsers/MultiFileTokenParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/TokenParsers/NamespaceTokenParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/TokenParsers/ReferenceListTokenParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/TokenParsers/ReferenceTokenParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/TokenParsers/StructureHeadTokenParser.php +%%WWWDIR%%/vendor/spatie/php-structure-discoverer/src/TokenParsers/UseTokenParser.php +%%WWWDIR%%/vendor/spatie/temporary-directory/LICENSE.md +%%WWWDIR%%/vendor/spatie/temporary-directory/README.md +%%WWWDIR%%/vendor/spatie/temporary-directory/composer.json +%%WWWDIR%%/vendor/spatie/temporary-directory/src/Exceptions/InvalidDirectoryName.php +%%WWWDIR%%/vendor/spatie/temporary-directory/src/Exceptions/PathAlreadyExists.php +%%WWWDIR%%/vendor/spatie/temporary-directory/src/TemporaryDirectory.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/.php_cs.dist.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/CHANGELOG.md +%%WWWDIR%%/vendor/spatie/typescript-transformer/LICENSE.md +%%WWWDIR%%/vendor/spatie/typescript-transformer/README.md +%%WWWDIR%%/vendor/spatie/typescript-transformer/UPGRADE.md +%%WWWDIR%%/vendor/spatie/typescript-transformer/composer.json +%%WWWDIR%%/vendor/spatie/typescript-transformer/phpstan-baseline.neon +%%WWWDIR%%/vendor/spatie/typescript-transformer/phpstan.neon.dist +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Actions/FormatTypeScriptAction.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Actions/PersistTypesCollectionAction.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Actions/ReplaceSymbolsInCollectionAction.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Actions/ReplaceSymbolsInTypeAction.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Actions/ResolveClassesInPhpFileAction.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Actions/ResolveTypesCollectionAction.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Actions/TranspileTypeToTypeScriptAction.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Attributes/Hidden.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Attributes/InlineTypeScriptType.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Attributes/LiteralTypeScriptType.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Attributes/Optional.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Attributes/RecordTypeScriptType.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Attributes/TypeScript.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Attributes/TypeScriptTransformableAttribute.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Attributes/TypeScriptTransformer.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Attributes/TypeScriptType.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/ClassReader.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Collectors/Collector.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Collectors/DefaultCollector.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Collectors/EnumCollector.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Exceptions/CircularDependencyChain.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Exceptions/InvalidDefaultTypeReplacer.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Exceptions/InvalidTransformerGiven.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Exceptions/NoAutoDiscoverTypesPathsDefined.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Exceptions/SymbolAlreadyExists.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Exceptions/TransformerNotFound.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Exceptions/UnableToTransformUsingAttribute.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Formatters/EslintFormatter.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Formatters/Formatter.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Formatters/PrettierFormatter.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Structures/MissingSymbolsCollection.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Structures/TransformedType.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Structures/TypesCollection.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Transformers/DtoTransformer.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Transformers/EnumTransformer.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Transformers/InterfaceTransformer.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Transformers/MyclabsEnumTransformer.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Transformers/SpatieEnumTransformer.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Transformers/Transformer.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Transformers/TransformsTypes.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/TypeProcessors/DtoCollectionTypeProcessor.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/TypeProcessors/ProcessesTypes.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/TypeProcessors/ReplaceDefaultsTypeProcessor.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/TypeProcessors/TypeProcessor.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/TypeReflectors/ClassTypeReflector.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/TypeReflectors/MethodParameterTypeReflector.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/TypeReflectors/MethodReturnTypeReflector.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/TypeReflectors/PropertyTypeReflector.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/TypeReflectors/TypeReflector.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/TypeScriptTransformer.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/TypeScriptTransformerConfig.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Types/RecordType.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Types/StructType.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Types/TypeScriptType.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Writers/ModuleWriter.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Writers/TypeDefinitionWriter.php +%%WWWDIR%%/vendor/spatie/typescript-transformer/src/Writers/Writer.php +%%WWWDIR%%/vendor/symfony/cache-contracts/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/cache-contracts/CacheInterface.php +%%WWWDIR%%/vendor/symfony/cache-contracts/CacheTrait.php +%%WWWDIR%%/vendor/symfony/cache-contracts/CallbackInterface.php +%%WWWDIR%%/vendor/symfony/cache-contracts/ItemInterface.php +%%WWWDIR%%/vendor/symfony/cache-contracts/LICENSE +%%WWWDIR%%/vendor/symfony/cache-contracts/NamespacedPoolInterface.php +%%WWWDIR%%/vendor/symfony/cache-contracts/README.md +%%WWWDIR%%/vendor/symfony/cache-contracts/TagAwareCacheInterface.php +%%WWWDIR%%/vendor/symfony/cache-contracts/composer.json +%%WWWDIR%%/vendor/symfony/cache/Adapter/AbstractAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/AdapterInterface.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/ApcuAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/ArrayAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/ChainAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/CouchbaseBucketAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/CouchbaseCollectionAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/DoctrineDbalAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/FilesystemAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/FilesystemTagAwareAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/MemcachedAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/NullAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/ParameterNormalizer.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/PdoAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/PhpArrayAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/PhpFilesAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/ProxyAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/Psr16Adapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/RedisAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/TagAwareAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/TraceableAdapter.php +%%WWWDIR%%/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php +%%WWWDIR%%/vendor/symfony/cache/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/cache/CacheItem.php +%%WWWDIR%%/vendor/symfony/cache/DataCollector/CacheDataCollector.php +%%WWWDIR%%/vendor/symfony/cache/DependencyInjection/CacheCollectorPass.php +%%WWWDIR%%/vendor/symfony/cache/DependencyInjection/CachePoolClearerPass.php +%%WWWDIR%%/vendor/symfony/cache/DependencyInjection/CachePoolPass.php +%%WWWDIR%%/vendor/symfony/cache/DependencyInjection/CachePoolPrunerPass.php +%%WWWDIR%%/vendor/symfony/cache/Exception/BadMethodCallException.php +%%WWWDIR%%/vendor/symfony/cache/Exception/CacheException.php +%%WWWDIR%%/vendor/symfony/cache/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/symfony/cache/Exception/LogicException.php +%%WWWDIR%%/vendor/symfony/cache/LICENSE +%%WWWDIR%%/vendor/symfony/cache/LockRegistry.php +%%WWWDIR%%/vendor/symfony/cache/Marshaller/DefaultMarshaller.php +%%WWWDIR%%/vendor/symfony/cache/Marshaller/DeflateMarshaller.php +%%WWWDIR%%/vendor/symfony/cache/Marshaller/MarshallerInterface.php +%%WWWDIR%%/vendor/symfony/cache/Marshaller/SodiumMarshaller.php +%%WWWDIR%%/vendor/symfony/cache/Marshaller/TagAwareMarshaller.php +%%WWWDIR%%/vendor/symfony/cache/Messenger/EarlyExpirationDispatcher.php +%%WWWDIR%%/vendor/symfony/cache/Messenger/EarlyExpirationHandler.php +%%WWWDIR%%/vendor/symfony/cache/Messenger/EarlyExpirationMessage.php +%%WWWDIR%%/vendor/symfony/cache/PruneableInterface.php +%%WWWDIR%%/vendor/symfony/cache/Psr16Cache.php +%%WWWDIR%%/vendor/symfony/cache/README.md +%%WWWDIR%%/vendor/symfony/cache/ResettableInterface.php +%%WWWDIR%%/vendor/symfony/cache/Traits/AbstractAdapterTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/ContractsTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/FilesystemCommonTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/FilesystemTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/ProxyTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/Redis5Proxy.php +%%WWWDIR%%/vendor/symfony/cache/Traits/Redis6Proxy.php +%%WWWDIR%%/vendor/symfony/cache/Traits/Redis6ProxyTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/RedisCluster5Proxy.php +%%WWWDIR%%/vendor/symfony/cache/Traits/RedisCluster6Proxy.php +%%WWWDIR%%/vendor/symfony/cache/Traits/RedisCluster6ProxyTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/RedisClusterNodeProxy.php +%%WWWDIR%%/vendor/symfony/cache/Traits/RedisClusterProxy.php +%%WWWDIR%%/vendor/symfony/cache/Traits/RedisProxy.php +%%WWWDIR%%/vendor/symfony/cache/Traits/RedisProxyTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/RedisTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/Relay/CopyTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/Relay/GeosearchTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/Relay/GetrangeTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/Relay/HsetTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/Relay/MoveTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/Relay/NullableReturnTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/Relay/PfcountTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/RelayClusterProxy.php +%%WWWDIR%%/vendor/symfony/cache/Traits/RelayProxy.php +%%WWWDIR%%/vendor/symfony/cache/Traits/RelayProxyTrait.php +%%WWWDIR%%/vendor/symfony/cache/Traits/ValueWrapper.php +%%WWWDIR%%/vendor/symfony/cache/composer.json +%%WWWDIR%%/vendor/symfony/clock/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/clock/Clock.php +%%WWWDIR%%/vendor/symfony/clock/ClockAwareTrait.php +%%WWWDIR%%/vendor/symfony/clock/ClockInterface.php +%%WWWDIR%%/vendor/symfony/clock/DatePoint.php +%%WWWDIR%%/vendor/symfony/clock/LICENSE +%%WWWDIR%%/vendor/symfony/clock/MockClock.php +%%WWWDIR%%/vendor/symfony/clock/MonotonicClock.php +%%WWWDIR%%/vendor/symfony/clock/NativeClock.php +%%WWWDIR%%/vendor/symfony/clock/README.md +%%WWWDIR%%/vendor/symfony/clock/Resources/now.php +%%WWWDIR%%/vendor/symfony/clock/composer.json +%%WWWDIR%%/vendor/symfony/console/Application.php +%%WWWDIR%%/vendor/symfony/console/Attribute/Argument.php +%%WWWDIR%%/vendor/symfony/console/Attribute/AsCommand.php +%%WWWDIR%%/vendor/symfony/console/Attribute/Option.php +%%WWWDIR%%/vendor/symfony/console/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/console/CI/GithubActionReporter.php +%%WWWDIR%%/vendor/symfony/console/Color.php +%%WWWDIR%%/vendor/symfony/console/Command/Command.php +%%WWWDIR%%/vendor/symfony/console/Command/CompleteCommand.php +%%WWWDIR%%/vendor/symfony/console/Command/DumpCompletionCommand.php +%%WWWDIR%%/vendor/symfony/console/Command/HelpCommand.php +%%WWWDIR%%/vendor/symfony/console/Command/InvokableCommand.php +%%WWWDIR%%/vendor/symfony/console/Command/LazyCommand.php +%%WWWDIR%%/vendor/symfony/console/Command/ListCommand.php +%%WWWDIR%%/vendor/symfony/console/Command/LockableTrait.php +%%WWWDIR%%/vendor/symfony/console/Command/SignalableCommandInterface.php +%%WWWDIR%%/vendor/symfony/console/Command/TraceableCommand.php +%%WWWDIR%%/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php +%%WWWDIR%%/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php +%%WWWDIR%%/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php +%%WWWDIR%%/vendor/symfony/console/Completion/CompletionInput.php +%%WWWDIR%%/vendor/symfony/console/Completion/CompletionSuggestions.php +%%WWWDIR%%/vendor/symfony/console/Completion/Output/BashCompletionOutput.php +%%WWWDIR%%/vendor/symfony/console/Completion/Output/CompletionOutputInterface.php +%%WWWDIR%%/vendor/symfony/console/Completion/Output/FishCompletionOutput.php +%%WWWDIR%%/vendor/symfony/console/Completion/Output/ZshCompletionOutput.php +%%WWWDIR%%/vendor/symfony/console/Completion/Suggestion.php +%%WWWDIR%%/vendor/symfony/console/ConsoleEvents.php +%%WWWDIR%%/vendor/symfony/console/Cursor.php +%%WWWDIR%%/vendor/symfony/console/DataCollector/CommandDataCollector.php +%%WWWDIR%%/vendor/symfony/console/Debug/CliRequest.php +%%WWWDIR%%/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php +%%WWWDIR%%/vendor/symfony/console/Descriptor/ApplicationDescription.php +%%WWWDIR%%/vendor/symfony/console/Descriptor/Descriptor.php +%%WWWDIR%%/vendor/symfony/console/Descriptor/DescriptorInterface.php +%%WWWDIR%%/vendor/symfony/console/Descriptor/JsonDescriptor.php +%%WWWDIR%%/vendor/symfony/console/Descriptor/MarkdownDescriptor.php +%%WWWDIR%%/vendor/symfony/console/Descriptor/ReStructuredTextDescriptor.php +%%WWWDIR%%/vendor/symfony/console/Descriptor/TextDescriptor.php +%%WWWDIR%%/vendor/symfony/console/Descriptor/XmlDescriptor.php +%%WWWDIR%%/vendor/symfony/console/Event/ConsoleAlarmEvent.php +%%WWWDIR%%/vendor/symfony/console/Event/ConsoleCommandEvent.php +%%WWWDIR%%/vendor/symfony/console/Event/ConsoleErrorEvent.php +%%WWWDIR%%/vendor/symfony/console/Event/ConsoleEvent.php +%%WWWDIR%%/vendor/symfony/console/Event/ConsoleSignalEvent.php +%%WWWDIR%%/vendor/symfony/console/Event/ConsoleTerminateEvent.php +%%WWWDIR%%/vendor/symfony/console/EventListener/ErrorListener.php +%%WWWDIR%%/vendor/symfony/console/Exception/CommandNotFoundException.php +%%WWWDIR%%/vendor/symfony/console/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/console/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/symfony/console/Exception/InvalidOptionException.php +%%WWWDIR%%/vendor/symfony/console/Exception/LogicException.php +%%WWWDIR%%/vendor/symfony/console/Exception/MissingInputException.php +%%WWWDIR%%/vendor/symfony/console/Exception/NamespaceNotFoundException.php +%%WWWDIR%%/vendor/symfony/console/Exception/RunCommandFailedException.php +%%WWWDIR%%/vendor/symfony/console/Exception/RuntimeException.php +%%WWWDIR%%/vendor/symfony/console/Formatter/NullOutputFormatter.php +%%WWWDIR%%/vendor/symfony/console/Formatter/NullOutputFormatterStyle.php +%%WWWDIR%%/vendor/symfony/console/Formatter/OutputFormatter.php +%%WWWDIR%%/vendor/symfony/console/Formatter/OutputFormatterInterface.php +%%WWWDIR%%/vendor/symfony/console/Formatter/OutputFormatterStyle.php +%%WWWDIR%%/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php +%%WWWDIR%%/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php +%%WWWDIR%%/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php +%%WWWDIR%%/vendor/symfony/console/Helper/DebugFormatterHelper.php +%%WWWDIR%%/vendor/symfony/console/Helper/DescriptorHelper.php +%%WWWDIR%%/vendor/symfony/console/Helper/Dumper.php +%%WWWDIR%%/vendor/symfony/console/Helper/FormatterHelper.php +%%WWWDIR%%/vendor/symfony/console/Helper/Helper.php +%%WWWDIR%%/vendor/symfony/console/Helper/HelperInterface.php +%%WWWDIR%%/vendor/symfony/console/Helper/HelperSet.php +%%WWWDIR%%/vendor/symfony/console/Helper/InputAwareHelper.php +%%WWWDIR%%/vendor/symfony/console/Helper/OutputWrapper.php +%%WWWDIR%%/vendor/symfony/console/Helper/ProcessHelper.php +%%WWWDIR%%/vendor/symfony/console/Helper/ProgressBar.php +%%WWWDIR%%/vendor/symfony/console/Helper/ProgressIndicator.php +%%WWWDIR%%/vendor/symfony/console/Helper/QuestionHelper.php +%%WWWDIR%%/vendor/symfony/console/Helper/SymfonyQuestionHelper.php +%%WWWDIR%%/vendor/symfony/console/Helper/Table.php +%%WWWDIR%%/vendor/symfony/console/Helper/TableCell.php +%%WWWDIR%%/vendor/symfony/console/Helper/TableCellStyle.php +%%WWWDIR%%/vendor/symfony/console/Helper/TableRows.php +%%WWWDIR%%/vendor/symfony/console/Helper/TableSeparator.php +%%WWWDIR%%/vendor/symfony/console/Helper/TableStyle.php +%%WWWDIR%%/vendor/symfony/console/Helper/TreeHelper.php +%%WWWDIR%%/vendor/symfony/console/Helper/TreeNode.php +%%WWWDIR%%/vendor/symfony/console/Helper/TreeStyle.php +%%WWWDIR%%/vendor/symfony/console/Input/ArgvInput.php +%%WWWDIR%%/vendor/symfony/console/Input/ArrayInput.php +%%WWWDIR%%/vendor/symfony/console/Input/Input.php +%%WWWDIR%%/vendor/symfony/console/Input/InputArgument.php +%%WWWDIR%%/vendor/symfony/console/Input/InputAwareInterface.php +%%WWWDIR%%/vendor/symfony/console/Input/InputDefinition.php +%%WWWDIR%%/vendor/symfony/console/Input/InputInterface.php +%%WWWDIR%%/vendor/symfony/console/Input/InputOption.php +%%WWWDIR%%/vendor/symfony/console/Input/StreamableInputInterface.php +%%WWWDIR%%/vendor/symfony/console/Input/StringInput.php +%%WWWDIR%%/vendor/symfony/console/LICENSE +%%WWWDIR%%/vendor/symfony/console/Logger/ConsoleLogger.php +%%WWWDIR%%/vendor/symfony/console/Messenger/RunCommandContext.php +%%WWWDIR%%/vendor/symfony/console/Messenger/RunCommandMessage.php +%%WWWDIR%%/vendor/symfony/console/Messenger/RunCommandMessageHandler.php +%%WWWDIR%%/vendor/symfony/console/Output/AnsiColorMode.php +%%WWWDIR%%/vendor/symfony/console/Output/BufferedOutput.php +%%WWWDIR%%/vendor/symfony/console/Output/ConsoleOutput.php +%%WWWDIR%%/vendor/symfony/console/Output/ConsoleOutputInterface.php +%%WWWDIR%%/vendor/symfony/console/Output/ConsoleSectionOutput.php +%%WWWDIR%%/vendor/symfony/console/Output/NullOutput.php +%%WWWDIR%%/vendor/symfony/console/Output/Output.php +%%WWWDIR%%/vendor/symfony/console/Output/OutputInterface.php +%%WWWDIR%%/vendor/symfony/console/Output/StreamOutput.php +%%WWWDIR%%/vendor/symfony/console/Output/TrimmedBufferOutput.php +%%WWWDIR%%/vendor/symfony/console/Question/ChoiceQuestion.php +%%WWWDIR%%/vendor/symfony/console/Question/ConfirmationQuestion.php +%%WWWDIR%%/vendor/symfony/console/Question/Question.php +%%WWWDIR%%/vendor/symfony/console/README.md +%%WWWDIR%%/vendor/symfony/console/Resources/bin/hiddeninput.exe +%%WWWDIR%%/vendor/symfony/console/Resources/completion.bash +%%WWWDIR%%/vendor/symfony/console/Resources/completion.fish +%%WWWDIR%%/vendor/symfony/console/Resources/completion.zsh +%%WWWDIR%%/vendor/symfony/console/SignalRegistry/SignalMap.php +%%WWWDIR%%/vendor/symfony/console/SignalRegistry/SignalRegistry.php +%%WWWDIR%%/vendor/symfony/console/SingleCommandApplication.php +%%WWWDIR%%/vendor/symfony/console/Style/OutputStyle.php +%%WWWDIR%%/vendor/symfony/console/Style/StyleInterface.php +%%WWWDIR%%/vendor/symfony/console/Style/SymfonyStyle.php +%%WWWDIR%%/vendor/symfony/console/Terminal.php +%%WWWDIR%%/vendor/symfony/console/Tester/ApplicationTester.php +%%WWWDIR%%/vendor/symfony/console/Tester/CommandCompletionTester.php +%%WWWDIR%%/vendor/symfony/console/Tester/CommandTester.php +%%WWWDIR%%/vendor/symfony/console/Tester/Constraint/CommandIsSuccessful.php +%%WWWDIR%%/vendor/symfony/console/Tester/TesterTrait.php +%%WWWDIR%%/vendor/symfony/console/composer.json +%%WWWDIR%%/vendor/symfony/css-selector/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/css-selector/CssSelectorConverter.php +%%WWWDIR%%/vendor/symfony/css-selector/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/css-selector/Exception/ExpressionErrorException.php +%%WWWDIR%%/vendor/symfony/css-selector/Exception/InternalErrorException.php +%%WWWDIR%%/vendor/symfony/css-selector/Exception/ParseException.php +%%WWWDIR%%/vendor/symfony/css-selector/Exception/SyntaxErrorException.php +%%WWWDIR%%/vendor/symfony/css-selector/LICENSE +%%WWWDIR%%/vendor/symfony/css-selector/Node/AbstractNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/AttributeNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/ClassNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/CombinedSelectorNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/ElementNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/FunctionNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/HashNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/MatchingNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/NegationNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/NodeInterface.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/PseudoNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/SelectorNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/Specificity.php +%%WWWDIR%%/vendor/symfony/css-selector/Node/SpecificityAdjustmentNode.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Handler/HashHandler.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Handler/StringHandler.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Parser.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/ParserInterface.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Reader.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Token.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/TokenStream.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php +%%WWWDIR%%/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php +%%WWWDIR%%/vendor/symfony/css-selector/README.md +%%WWWDIR%%/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php +%%WWWDIR%%/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php +%%WWWDIR%%/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php +%%WWWDIR%%/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php +%%WWWDIR%%/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php +%%WWWDIR%%/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php +%%WWWDIR%%/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php +%%WWWDIR%%/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php +%%WWWDIR%%/vendor/symfony/css-selector/XPath/Translator.php +%%WWWDIR%%/vendor/symfony/css-selector/XPath/TranslatorInterface.php +%%WWWDIR%%/vendor/symfony/css-selector/XPath/XPathExpr.php +%%WWWDIR%%/vendor/symfony/css-selector/composer.json +%%WWWDIR%%/vendor/symfony/deprecation-contracts/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/deprecation-contracts/LICENSE +%%WWWDIR%%/vendor/symfony/deprecation-contracts/README.md +%%WWWDIR%%/vendor/symfony/deprecation-contracts/composer.json +%%WWWDIR%%/vendor/symfony/deprecation-contracts/function.php +%%WWWDIR%%/vendor/symfony/error-handler/BufferingLogger.php +%%WWWDIR%%/vendor/symfony/error-handler/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/error-handler/Command/ErrorDumpCommand.php +%%WWWDIR%%/vendor/symfony/error-handler/Debug.php +%%WWWDIR%%/vendor/symfony/error-handler/DebugClassLoader.php +%%WWWDIR%%/vendor/symfony/error-handler/Error/ClassNotFoundError.php +%%WWWDIR%%/vendor/symfony/error-handler/Error/FatalError.php +%%WWWDIR%%/vendor/symfony/error-handler/Error/OutOfMemoryError.php +%%WWWDIR%%/vendor/symfony/error-handler/Error/UndefinedFunctionError.php +%%WWWDIR%%/vendor/symfony/error-handler/Error/UndefinedMethodError.php +%%WWWDIR%%/vendor/symfony/error-handler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php +%%WWWDIR%%/vendor/symfony/error-handler/ErrorEnhancer/ErrorEnhancerInterface.php +%%WWWDIR%%/vendor/symfony/error-handler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php +%%WWWDIR%%/vendor/symfony/error-handler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php +%%WWWDIR%%/vendor/symfony/error-handler/ErrorHandler.php +%%WWWDIR%%/vendor/symfony/error-handler/ErrorRenderer/CliErrorRenderer.php +%%WWWDIR%%/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php +%%WWWDIR%%/vendor/symfony/error-handler/ErrorRenderer/FileLinkFormatter.php +%%WWWDIR%%/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php +%%WWWDIR%%/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php +%%WWWDIR%%/vendor/symfony/error-handler/Exception/FlattenException.php +%%WWWDIR%%/vendor/symfony/error-handler/Exception/SilencedErrorContext.php +%%WWWDIR%%/vendor/symfony/error-handler/Internal/TentativeTypes.php +%%WWWDIR%%/vendor/symfony/error-handler/LICENSE +%%WWWDIR%%/vendor/symfony/error-handler/README.md +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/css/error.css +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/css/exception.css +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/css/exception_full.css +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/images/chevron-right.svg +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/images/favicon.png.base64 +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/images/icon-book.svg +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/images/icon-copy.svg +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/images/icon-minus-square-o.svg +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/images/icon-minus-square.svg +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/images/icon-plus-square-o.svg +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/images/icon-plus-square.svg +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/images/icon-support.svg +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/images/symfony-ghost.svg.php +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/images/symfony-logo.svg +%%WWWDIR%%/vendor/symfony/error-handler/Resources/assets/js/exception.js +%%WWWDIR%%/vendor/symfony/error-handler/Resources/bin/extract-tentative-return-types.php +%%WWWDIR%%/vendor/symfony/error-handler/Resources/bin/patch-type-declarations +%%WWWDIR%%/vendor/symfony/error-handler/Resources/views/error.html.php +%%WWWDIR%%/vendor/symfony/error-handler/Resources/views/exception.html.php +%%WWWDIR%%/vendor/symfony/error-handler/Resources/views/exception_full.html.php +%%WWWDIR%%/vendor/symfony/error-handler/Resources/views/logs.html.php +%%WWWDIR%%/vendor/symfony/error-handler/Resources/views/trace.html.php +%%WWWDIR%%/vendor/symfony/error-handler/Resources/views/traces.html.php +%%WWWDIR%%/vendor/symfony/error-handler/Resources/views/traces_text.html.php +%%WWWDIR%%/vendor/symfony/error-handler/ThrowableUtils.php +%%WWWDIR%%/vendor/symfony/error-handler/composer.json +%%WWWDIR%%/vendor/symfony/event-dispatcher-contracts/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/event-dispatcher-contracts/Event.php +%%WWWDIR%%/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php +%%WWWDIR%%/vendor/symfony/event-dispatcher-contracts/LICENSE +%%WWWDIR%%/vendor/symfony/event-dispatcher-contracts/README.md +%%WWWDIR%%/vendor/symfony/event-dispatcher-contracts/composer.json +%%WWWDIR%%/vendor/symfony/event-dispatcher/Attribute/AsEventListener.php +%%WWWDIR%%/vendor/symfony/event-dispatcher/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php +%%WWWDIR%%/vendor/symfony/event-dispatcher/Debug/WrappedListener.php +%%WWWDIR%%/vendor/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php +%%WWWDIR%%/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php +%%WWWDIR%%/vendor/symfony/event-dispatcher/EventDispatcher.php +%%WWWDIR%%/vendor/symfony/event-dispatcher/EventDispatcherInterface.php +%%WWWDIR%%/vendor/symfony/event-dispatcher/EventSubscriberInterface.php +%%WWWDIR%%/vendor/symfony/event-dispatcher/GenericEvent.php +%%WWWDIR%%/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php +%%WWWDIR%%/vendor/symfony/event-dispatcher/LICENSE +%%WWWDIR%%/vendor/symfony/event-dispatcher/README.md +%%WWWDIR%%/vendor/symfony/event-dispatcher/composer.json +%%WWWDIR%%/vendor/symfony/finder/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/finder/Comparator/Comparator.php +%%WWWDIR%%/vendor/symfony/finder/Comparator/DateComparator.php +%%WWWDIR%%/vendor/symfony/finder/Comparator/NumberComparator.php +%%WWWDIR%%/vendor/symfony/finder/Exception/AccessDeniedException.php +%%WWWDIR%%/vendor/symfony/finder/Exception/DirectoryNotFoundException.php +%%WWWDIR%%/vendor/symfony/finder/Finder.php +%%WWWDIR%%/vendor/symfony/finder/Gitignore.php +%%WWWDIR%%/vendor/symfony/finder/Glob.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/CustomFilterIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/FilenameFilterIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/LazyIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/PathFilterIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/SortableIterator.php +%%WWWDIR%%/vendor/symfony/finder/Iterator/VcsIgnoredFilterIterator.php +%%WWWDIR%%/vendor/symfony/finder/LICENSE +%%WWWDIR%%/vendor/symfony/finder/README.md +%%WWWDIR%%/vendor/symfony/finder/SplFileInfo.php +%%WWWDIR%%/vendor/symfony/finder/composer.json +%%WWWDIR%%/vendor/symfony/http-client-contracts/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/http-client-contracts/ChunkInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/ClientExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/DecodingExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/HttpExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/RedirectionExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/ServerExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/TimeoutExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/TransportExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/HttpClientInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/LICENSE +%%WWWDIR%%/vendor/symfony/http-client-contracts/README.md +%%WWWDIR%%/vendor/symfony/http-client-contracts/ResponseInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/ResponseStreamInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/composer.json +%%WWWDIR%%/vendor/symfony/http-client/AmpHttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/AsyncDecoratorTrait.php +%%WWWDIR%%/vendor/symfony/http-client/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/http-client/CachingHttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/Chunk/DataChunk.php +%%WWWDIR%%/vendor/symfony/http-client/Chunk/ErrorChunk.php +%%WWWDIR%%/vendor/symfony/http-client/Chunk/FirstChunk.php +%%WWWDIR%%/vendor/symfony/http-client/Chunk/InformationalChunk.php +%%WWWDIR%%/vendor/symfony/http-client/Chunk/LastChunk.php +%%WWWDIR%%/vendor/symfony/http-client/Chunk/ServerSentEvent.php +%%WWWDIR%%/vendor/symfony/http-client/CurlHttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php +%%WWWDIR%%/vendor/symfony/http-client/DecoratorTrait.php +%%WWWDIR%%/vendor/symfony/http-client/DependencyInjection/HttpClientPass.php +%%WWWDIR%%/vendor/symfony/http-client/EventSourceHttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/Exception/ClientException.php +%%WWWDIR%%/vendor/symfony/http-client/Exception/EventSourceException.php +%%WWWDIR%%/vendor/symfony/http-client/Exception/HttpExceptionTrait.php +%%WWWDIR%%/vendor/symfony/http-client/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/symfony/http-client/Exception/JsonException.php +%%WWWDIR%%/vendor/symfony/http-client/Exception/RedirectionException.php +%%WWWDIR%%/vendor/symfony/http-client/Exception/ServerException.php +%%WWWDIR%%/vendor/symfony/http-client/Exception/TimeoutException.php +%%WWWDIR%%/vendor/symfony/http-client/Exception/TransportException.php +%%WWWDIR%%/vendor/symfony/http-client/HttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/HttpClientTrait.php +%%WWWDIR%%/vendor/symfony/http-client/HttpOptions.php +%%WWWDIR%%/vendor/symfony/http-client/HttplugClient.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/AmpBody.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/AmpClientState.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/AmpListener.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/AmpResolver.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/Canary.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/ClientState.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/CurlClientState.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/DnsCache.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/HttplugWaitLoop.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/LegacyHttplugInterface.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/NativeClientState.php +%%WWWDIR%%/vendor/symfony/http-client/Internal/PushedResponse.php +%%WWWDIR%%/vendor/symfony/http-client/LICENSE +%%WWWDIR%%/vendor/symfony/http-client/Messenger/PingWebhookMessage.php +%%WWWDIR%%/vendor/symfony/http-client/Messenger/PingWebhookMessageHandler.php +%%WWWDIR%%/vendor/symfony/http-client/MockHttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/NativeHttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/NoPrivateNetworkHttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/Psr18Client.php +%%WWWDIR%%/vendor/symfony/http-client/README.md +%%WWWDIR%%/vendor/symfony/http-client/Response/AmpResponse.php +%%WWWDIR%%/vendor/symfony/http-client/Response/AsyncContext.php +%%WWWDIR%%/vendor/symfony/http-client/Response/AsyncResponse.php +%%WWWDIR%%/vendor/symfony/http-client/Response/CommonResponseTrait.php +%%WWWDIR%%/vendor/symfony/http-client/Response/CurlResponse.php +%%WWWDIR%%/vendor/symfony/http-client/Response/HttplugPromise.php +%%WWWDIR%%/vendor/symfony/http-client/Response/JsonMockResponse.php +%%WWWDIR%%/vendor/symfony/http-client/Response/MockResponse.php +%%WWWDIR%%/vendor/symfony/http-client/Response/NativeResponse.php +%%WWWDIR%%/vendor/symfony/http-client/Response/ResponseStream.php +%%WWWDIR%%/vendor/symfony/http-client/Response/StreamWrapper.php +%%WWWDIR%%/vendor/symfony/http-client/Response/StreamableInterface.php +%%WWWDIR%%/vendor/symfony/http-client/Response/TraceableResponse.php +%%WWWDIR%%/vendor/symfony/http-client/Response/TransportResponseTrait.php +%%WWWDIR%%/vendor/symfony/http-client/Retry/GenericRetryStrategy.php +%%WWWDIR%%/vendor/symfony/http-client/Retry/RetryStrategyInterface.php +%%WWWDIR%%/vendor/symfony/http-client/RetryableHttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/ScopingHttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/TraceableHttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/UriTemplateHttpClient.php +%%WWWDIR%%/vendor/symfony/http-client/composer.json +%%WWWDIR%%/vendor/symfony/http-foundation/AcceptHeader.php +%%WWWDIR%%/vendor/symfony/http-foundation/AcceptHeaderItem.php +%%WWWDIR%%/vendor/symfony/http-foundation/BinaryFileResponse.php +%%WWWDIR%%/vendor/symfony/http-foundation/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/http-foundation/ChainRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/Cookie.php +%%WWWDIR%%/vendor/symfony/http-foundation/EventStreamResponse.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/BadRequestException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/ExpiredSignedUriException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/JsonException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/LogicException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/RequestExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/SessionNotFoundException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/SignedUriException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/SuspiciousOperationException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/UnexpectedValueException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/UnsignedUriException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/UnverifiedSignedUriException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/CannotWriteFileException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/ExtensionFileException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/FileException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/FileNotFoundException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/FormSizeFileException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/IniSizeFileException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/NoFileException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/NoTmpDirFileException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/PartialFileException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/UnexpectedTypeException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/UploadException.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/File.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/Stream.php +%%WWWDIR%%/vendor/symfony/http-foundation/File/UploadedFile.php +%%WWWDIR%%/vendor/symfony/http-foundation/FileBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/HeaderBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/HeaderUtils.php +%%WWWDIR%%/vendor/symfony/http-foundation/InputBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/IpUtils.php +%%WWWDIR%%/vendor/symfony/http-foundation/JsonResponse.php +%%WWWDIR%%/vendor/symfony/http-foundation/LICENSE +%%WWWDIR%%/vendor/symfony/http-foundation/ParameterBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/README.md +%%WWWDIR%%/vendor/symfony/http-foundation/RateLimiter/AbstractRequestRateLimiter.php +%%WWWDIR%%/vendor/symfony/http-foundation/RateLimiter/PeekableRequestRateLimiterInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/RateLimiter/RequestRateLimiterInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/RedirectResponse.php +%%WWWDIR%%/vendor/symfony/http-foundation/Request.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcher/AttributesRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcher/ExpressionRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcher/HeaderRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcher/HostRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcher/IpsRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcher/IsJsonRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcher/MethodRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcher/PathRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcher/PortRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcher/QueryParameterRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcher/SchemeRequestMatcher.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestMatcherInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/RequestStack.php +%%WWWDIR%%/vendor/symfony/http-foundation/Response.php +%%WWWDIR%%/vendor/symfony/http-foundation/ResponseHeaderBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/ServerBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/ServerEvent.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Flash/FlashBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Session.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/SessionBagInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/SessionBagProxy.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/SessionFactory.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/SessionInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/SessionUtils.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/IdentityMarshaller.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/MarshallingSessionHandler.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/MigratingSessionHandler.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorageFactory.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorageFactory.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/StreamedJsonResponse.php +%%WWWDIR%%/vendor/symfony/http-foundation/StreamedResponse.php +%%WWWDIR%%/vendor/symfony/http-foundation/UriSigner.php +%%WWWDIR%%/vendor/symfony/http-foundation/UrlHelper.php +%%WWWDIR%%/vendor/symfony/http-foundation/composer.json +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/AsController.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/AsTargetedValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/Cache.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/MapDateTime.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/MapQueryParameter.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/MapQueryString.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/MapRequestPayload.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/MapUploadedFile.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/ValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/WithHttpStatus.php +%%WWWDIR%%/vendor/symfony/http-kernel/Attribute/WithLogLevel.php +%%WWWDIR%%/vendor/symfony/http-kernel/Bundle/AbstractBundle.php +%%WWWDIR%%/vendor/symfony/http-kernel/Bundle/Bundle.php +%%WWWDIR%%/vendor/symfony/http-kernel/Bundle/BundleExtension.php +%%WWWDIR%%/vendor/symfony/http-kernel/Bundle/BundleInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php +%%WWWDIR%%/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php +%%WWWDIR%%/vendor/symfony/http-kernel/CacheWarmer/CacheWarmer.php +%%WWWDIR%%/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php +%%WWWDIR%%/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/Config/FileLocator.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/BackedEnumValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/DateTimeValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/UidValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ControllerReference.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ControllerResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ErrorController.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php +%%WWWDIR%%/vendor/symfony/http-kernel/Controller/ValueResolverInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadata.php +%%WWWDIR%%/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php +%%WWWDIR%%/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/DataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php +%%WWWDIR%%/vendor/symfony/http-kernel/Debug/ErrorHandlerConfigurator.php +%%WWWDIR%%/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php +%%WWWDIR%%/vendor/symfony/http-kernel/Debug/VirtualRequestStack.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/Extension.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/LoggerPass.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/RegisterLocaleAwareServicesPass.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/ResettableServicePass.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/ServicesResetterInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/Event/ControllerArgumentsEvent.php +%%WWWDIR%%/vendor/symfony/http-kernel/Event/ControllerEvent.php +%%WWWDIR%%/vendor/symfony/http-kernel/Event/ExceptionEvent.php +%%WWWDIR%%/vendor/symfony/http-kernel/Event/FinishRequestEvent.php +%%WWWDIR%%/vendor/symfony/http-kernel/Event/KernelEvent.php +%%WWWDIR%%/vendor/symfony/http-kernel/Event/RequestEvent.php +%%WWWDIR%%/vendor/symfony/http-kernel/Event/ResponseEvent.php +%%WWWDIR%%/vendor/symfony/http-kernel/Event/TerminateEvent.php +%%WWWDIR%%/vendor/symfony/http-kernel/Event/ViewEvent.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/CacheAttributeListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/DumpListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/ErrorListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/FragmentListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/LocaleListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/ProfilerListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/ResponseListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/RouterListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/SessionListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/SurrogateListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/AccessDeniedHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/BadRequestHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/ConflictHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/ControllerDoesNotReturnResponseException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/GoneHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/HttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/HttpExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/InvalidMetadataException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/LockedHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/MethodNotAllowedHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/NearMissValueResolverException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/NotAcceptableHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/NotFoundHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/PreconditionFailedHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/ResolverNotFoundException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/ServiceUnavailableHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/UnexpectedSessionUsageException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/UnprocessableEntityHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Exception/UnsupportedMediaTypeHttpException.php +%%WWWDIR%%/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php +%%WWWDIR%%/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php +%%WWWDIR%%/vendor/symfony/http-kernel/Fragment/FragmentHandler.php +%%WWWDIR%%/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php +%%WWWDIR%%/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php +%%WWWDIR%%/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php +%%WWWDIR%%/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php +%%WWWDIR%%/vendor/symfony/http-kernel/Fragment/SsiFragmentRenderer.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpCache/Esi.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpCache/HttpCache.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpCache/Ssi.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpCache/Store.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpCache/StoreInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpClientKernel.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpKernel.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpKernelBrowser.php +%%WWWDIR%%/vendor/symfony/http-kernel/HttpKernelInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/Kernel.php +%%WWWDIR%%/vendor/symfony/http-kernel/KernelEvents.php +%%WWWDIR%%/vendor/symfony/http-kernel/KernelInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/LICENSE +%%WWWDIR%%/vendor/symfony/http-kernel/Log/DebugLoggerConfigurator.php +%%WWWDIR%%/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/Log/Logger.php +%%WWWDIR%%/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php +%%WWWDIR%%/vendor/symfony/http-kernel/Profiler/Profile.php +%%WWWDIR%%/vendor/symfony/http-kernel/Profiler/Profiler.php +%%WWWDIR%%/vendor/symfony/http-kernel/Profiler/ProfilerStateChecker.php +%%WWWDIR%%/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/README.md +%%WWWDIR%%/vendor/symfony/http-kernel/RebootableInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/Resources/welcome.html.php +%%WWWDIR%%/vendor/symfony/http-kernel/TerminableInterface.php +%%WWWDIR%%/vendor/symfony/http-kernel/composer.json +%%WWWDIR%%/vendor/symfony/mailer/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/mailer/Command/MailerTestCommand.php +%%WWWDIR%%/vendor/symfony/mailer/DataCollector/MessageDataCollector.php +%%WWWDIR%%/vendor/symfony/mailer/DelayedEnvelope.php +%%WWWDIR%%/vendor/symfony/mailer/Envelope.php +%%WWWDIR%%/vendor/symfony/mailer/Event/FailedMessageEvent.php +%%WWWDIR%%/vendor/symfony/mailer/Event/MessageEvent.php +%%WWWDIR%%/vendor/symfony/mailer/Event/MessageEvents.php +%%WWWDIR%%/vendor/symfony/mailer/Event/SentMessageEvent.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/DkimSignedMessageListener.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/EnvelopeListener.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/MessageListener.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/MessageLoggerListener.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/MessengerTransportListener.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/SmimeCertificateRepositoryInterface.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/SmimeEncryptedMessageListener.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/SmimeSignedMessageListener.php +%%WWWDIR%%/vendor/symfony/mailer/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/mailer/Exception/HttpTransportException.php +%%WWWDIR%%/vendor/symfony/mailer/Exception/IncompleteDsnException.php +%%WWWDIR%%/vendor/symfony/mailer/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/symfony/mailer/Exception/LogicException.php +%%WWWDIR%%/vendor/symfony/mailer/Exception/RuntimeException.php +%%WWWDIR%%/vendor/symfony/mailer/Exception/TransportException.php +%%WWWDIR%%/vendor/symfony/mailer/Exception/TransportExceptionInterface.php +%%WWWDIR%%/vendor/symfony/mailer/Exception/UnexpectedResponseException.php +%%WWWDIR%%/vendor/symfony/mailer/Exception/UnsupportedSchemeException.php +%%WWWDIR%%/vendor/symfony/mailer/Header/MetadataHeader.php +%%WWWDIR%%/vendor/symfony/mailer/Header/TagHeader.php +%%WWWDIR%%/vendor/symfony/mailer/LICENSE +%%WWWDIR%%/vendor/symfony/mailer/Mailer.php +%%WWWDIR%%/vendor/symfony/mailer/MailerInterface.php +%%WWWDIR%%/vendor/symfony/mailer/Messenger/MessageHandler.php +%%WWWDIR%%/vendor/symfony/mailer/Messenger/SendEmailMessage.php +%%WWWDIR%%/vendor/symfony/mailer/README.md +%%WWWDIR%%/vendor/symfony/mailer/SentMessage.php +%%WWWDIR%%/vendor/symfony/mailer/Transport.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/AbstractApiTransport.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/AbstractHttpTransport.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/AbstractTransport.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/AbstractTransportFactory.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Dsn.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/FailoverTransport.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/NativeTransportFactory.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/NullTransport.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/NullTransportFactory.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/RoundRobinTransport.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/SendmailTransport.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/SendmailTransportFactory.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Smtp/Auth/AuthenticatorInterface.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Smtp/Auth/CramMd5Authenticator.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Smtp/Auth/LoginAuthenticator.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Smtp/Auth/PlainAuthenticator.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Smtp/Auth/XOAuth2Authenticator.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Smtp/Stream/AbstractStream.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Smtp/Stream/ProcessStream.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/TransportFactoryInterface.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/TransportInterface.php +%%WWWDIR%%/vendor/symfony/mailer/Transport/Transports.php +%%WWWDIR%%/vendor/symfony/mailer/composer.json +%%WWWDIR%%/vendor/symfony/mime/Address.php +%%WWWDIR%%/vendor/symfony/mime/BodyRendererInterface.php +%%WWWDIR%%/vendor/symfony/mime/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/mime/CharacterStream.php +%%WWWDIR%%/vendor/symfony/mime/Crypto/DkimOptions.php +%%WWWDIR%%/vendor/symfony/mime/Crypto/DkimSigner.php +%%WWWDIR%%/vendor/symfony/mime/Crypto/SMime.php +%%WWWDIR%%/vendor/symfony/mime/Crypto/SMimeEncrypter.php +%%WWWDIR%%/vendor/symfony/mime/Crypto/SMimeSigner.php +%%WWWDIR%%/vendor/symfony/mime/DependencyInjection/AddMimeTypeGuesserPass.php +%%WWWDIR%%/vendor/symfony/mime/DraftEmail.php +%%WWWDIR%%/vendor/symfony/mime/Email.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/AddressEncoderInterface.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/Base64ContentEncoder.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/Base64Encoder.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/Base64MimeHeaderEncoder.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/ContentEncoderInterface.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/EightBitContentEncoder.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/EncoderInterface.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/IdnAddressEncoder.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/MimeHeaderEncoderInterface.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/QpContentEncoder.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/QpEncoder.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/QpMimeHeaderEncoder.php +%%WWWDIR%%/vendor/symfony/mime/Encoder/Rfc2231Encoder.php +%%WWWDIR%%/vendor/symfony/mime/Exception/AddressEncoderException.php +%%WWWDIR%%/vendor/symfony/mime/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/mime/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/symfony/mime/Exception/LogicException.php +%%WWWDIR%%/vendor/symfony/mime/Exception/RfcComplianceException.php +%%WWWDIR%%/vendor/symfony/mime/Exception/RuntimeException.php +%%WWWDIR%%/vendor/symfony/mime/FileBinaryMimeTypeGuesser.php +%%WWWDIR%%/vendor/symfony/mime/FileinfoMimeTypeGuesser.php +%%WWWDIR%%/vendor/symfony/mime/Header/AbstractHeader.php +%%WWWDIR%%/vendor/symfony/mime/Header/DateHeader.php +%%WWWDIR%%/vendor/symfony/mime/Header/HeaderInterface.php +%%WWWDIR%%/vendor/symfony/mime/Header/Headers.php +%%WWWDIR%%/vendor/symfony/mime/Header/IdentificationHeader.php +%%WWWDIR%%/vendor/symfony/mime/Header/MailboxHeader.php +%%WWWDIR%%/vendor/symfony/mime/Header/MailboxListHeader.php +%%WWWDIR%%/vendor/symfony/mime/Header/ParameterizedHeader.php +%%WWWDIR%%/vendor/symfony/mime/Header/PathHeader.php +%%WWWDIR%%/vendor/symfony/mime/Header/UnstructuredHeader.php +%%WWWDIR%%/vendor/symfony/mime/HtmlToTextConverter/DefaultHtmlToTextConverter.php +%%WWWDIR%%/vendor/symfony/mime/HtmlToTextConverter/HtmlToTextConverterInterface.php +%%WWWDIR%%/vendor/symfony/mime/HtmlToTextConverter/LeagueHtmlToMarkdownConverter.php +%%WWWDIR%%/vendor/symfony/mime/LICENSE +%%WWWDIR%%/vendor/symfony/mime/Message.php +%%WWWDIR%%/vendor/symfony/mime/MessageConverter.php +%%WWWDIR%%/vendor/symfony/mime/MimeTypeGuesserInterface.php +%%WWWDIR%%/vendor/symfony/mime/MimeTypes.php +%%WWWDIR%%/vendor/symfony/mime/MimeTypesInterface.php +%%WWWDIR%%/vendor/symfony/mime/Part/AbstractMultipartPart.php +%%WWWDIR%%/vendor/symfony/mime/Part/AbstractPart.php +%%WWWDIR%%/vendor/symfony/mime/Part/DataPart.php +%%WWWDIR%%/vendor/symfony/mime/Part/File.php +%%WWWDIR%%/vendor/symfony/mime/Part/MessagePart.php +%%WWWDIR%%/vendor/symfony/mime/Part/Multipart/AlternativePart.php +%%WWWDIR%%/vendor/symfony/mime/Part/Multipart/DigestPart.php +%%WWWDIR%%/vendor/symfony/mime/Part/Multipart/FormDataPart.php +%%WWWDIR%%/vendor/symfony/mime/Part/Multipart/MixedPart.php +%%WWWDIR%%/vendor/symfony/mime/Part/Multipart/RelatedPart.php +%%WWWDIR%%/vendor/symfony/mime/Part/SMimePart.php +%%WWWDIR%%/vendor/symfony/mime/Part/TextPart.php +%%WWWDIR%%/vendor/symfony/mime/README.md +%%WWWDIR%%/vendor/symfony/mime/RawMessage.php +%%WWWDIR%%/vendor/symfony/mime/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-ctype/Ctype.php +%%WWWDIR%%/vendor/symfony/polyfill-ctype/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-ctype/README.md +%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap80.php +%%WWWDIR%%/vendor/symfony/polyfill-ctype/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-intl-grapheme/Grapheme.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-grapheme/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-intl-grapheme/README.md +%%WWWDIR%%/vendor/symfony/polyfill-intl-grapheme/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-grapheme/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Idn.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Info.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/README.md +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/bootstrap80.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Normalizer.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/README.md +%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php +%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/README.md +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap80.php +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-php80/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/PhpToken.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/README.md +%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-php80/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-php83/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-php83/Php83.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/README.md +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateError.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateObjectError.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateRangeError.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/Override.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/bootstrap81.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-uuid/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-uuid/README.md +%%WWWDIR%%/vendor/symfony/polyfill-uuid/Uuid.php +%%WWWDIR%%/vendor/symfony/polyfill-uuid/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-uuid/bootstrap80.php +%%WWWDIR%%/vendor/symfony/polyfill-uuid/composer.json +%%WWWDIR%%/vendor/symfony/process/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/process/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/process/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/symfony/process/Exception/LogicException.php +%%WWWDIR%%/vendor/symfony/process/Exception/ProcessFailedException.php +%%WWWDIR%%/vendor/symfony/process/Exception/ProcessSignaledException.php +%%WWWDIR%%/vendor/symfony/process/Exception/ProcessStartFailedException.php +%%WWWDIR%%/vendor/symfony/process/Exception/ProcessTimedOutException.php +%%WWWDIR%%/vendor/symfony/process/Exception/RunProcessFailedException.php +%%WWWDIR%%/vendor/symfony/process/Exception/RuntimeException.php +%%WWWDIR%%/vendor/symfony/process/ExecutableFinder.php +%%WWWDIR%%/vendor/symfony/process/InputStream.php +%%WWWDIR%%/vendor/symfony/process/LICENSE +%%WWWDIR%%/vendor/symfony/process/Messenger/RunProcessContext.php +%%WWWDIR%%/vendor/symfony/process/Messenger/RunProcessMessage.php +%%WWWDIR%%/vendor/symfony/process/Messenger/RunProcessMessageHandler.php +%%WWWDIR%%/vendor/symfony/process/PhpExecutableFinder.php +%%WWWDIR%%/vendor/symfony/process/PhpProcess.php +%%WWWDIR%%/vendor/symfony/process/PhpSubprocess.php +%%WWWDIR%%/vendor/symfony/process/Pipes/AbstractPipes.php +%%WWWDIR%%/vendor/symfony/process/Pipes/PipesInterface.php +%%WWWDIR%%/vendor/symfony/process/Pipes/UnixPipes.php +%%WWWDIR%%/vendor/symfony/process/Pipes/WindowsPipes.php +%%WWWDIR%%/vendor/symfony/process/Process.php +%%WWWDIR%%/vendor/symfony/process/ProcessUtils.php +%%WWWDIR%%/vendor/symfony/process/README.md +%%WWWDIR%%/vendor/symfony/process/composer.json +%%WWWDIR%%/vendor/symfony/routing/Alias.php +%%WWWDIR%%/vendor/symfony/routing/Annotation/Route.php +%%WWWDIR%%/vendor/symfony/routing/Attribute/DeprecatedAlias.php +%%WWWDIR%%/vendor/symfony/routing/Attribute/Route.php +%%WWWDIR%%/vendor/symfony/routing/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/routing/CompiledRoute.php +%%WWWDIR%%/vendor/symfony/routing/DependencyInjection/AddExpressionLanguageProvidersPass.php +%%WWWDIR%%/vendor/symfony/routing/DependencyInjection/RoutingResolverPass.php +%%WWWDIR%%/vendor/symfony/routing/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/routing/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/symfony/routing/Exception/InvalidParameterException.php +%%WWWDIR%%/vendor/symfony/routing/Exception/LogicException.php +%%WWWDIR%%/vendor/symfony/routing/Exception/MethodNotAllowedException.php +%%WWWDIR%%/vendor/symfony/routing/Exception/MissingMandatoryParametersException.php +%%WWWDIR%%/vendor/symfony/routing/Exception/NoConfigurationException.php +%%WWWDIR%%/vendor/symfony/routing/Exception/ResourceNotFoundException.php +%%WWWDIR%%/vendor/symfony/routing/Exception/RouteCircularReferenceException.php +%%WWWDIR%%/vendor/symfony/routing/Exception/RouteNotFoundException.php +%%WWWDIR%%/vendor/symfony/routing/Exception/RuntimeException.php +%%WWWDIR%%/vendor/symfony/routing/Generator/CompiledUrlGenerator.php +%%WWWDIR%%/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php +%%WWWDIR%%/vendor/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php +%%WWWDIR%%/vendor/symfony/routing/Generator/Dumper/GeneratorDumper.php +%%WWWDIR%%/vendor/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php +%%WWWDIR%%/vendor/symfony/routing/Generator/UrlGenerator.php +%%WWWDIR%%/vendor/symfony/routing/Generator/UrlGeneratorInterface.php +%%WWWDIR%%/vendor/symfony/routing/LICENSE +%%WWWDIR%%/vendor/symfony/routing/Loader/AttributeClassLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/AttributeDirectoryLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/AttributeFileLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/ClosureLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/Configurator/AliasConfigurator.php +%%WWWDIR%%/vendor/symfony/routing/Loader/Configurator/CollectionConfigurator.php +%%WWWDIR%%/vendor/symfony/routing/Loader/Configurator/ImportConfigurator.php +%%WWWDIR%%/vendor/symfony/routing/Loader/Configurator/RouteConfigurator.php +%%WWWDIR%%/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php +%%WWWDIR%%/vendor/symfony/routing/Loader/Configurator/Traits/AddTrait.php +%%WWWDIR%%/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php +%%WWWDIR%%/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php +%%WWWDIR%%/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php +%%WWWDIR%%/vendor/symfony/routing/Loader/Configurator/Traits/RouteTrait.php +%%WWWDIR%%/vendor/symfony/routing/Loader/ContainerLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/DirectoryLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/GlobFileLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/ObjectLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/PhpFileLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/Psr4DirectoryLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/XmlFileLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/YamlFileLoader.php +%%WWWDIR%%/vendor/symfony/routing/Loader/schema/routing/routing-1.0.xsd +%%WWWDIR%%/vendor/symfony/routing/Matcher/CompiledUrlMatcher.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/RequestMatcherInterface.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/TraceableUrlMatcher.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/UrlMatcher.php +%%WWWDIR%%/vendor/symfony/routing/Matcher/UrlMatcherInterface.php +%%WWWDIR%%/vendor/symfony/routing/README.md +%%WWWDIR%%/vendor/symfony/routing/RequestContext.php +%%WWWDIR%%/vendor/symfony/routing/RequestContextAwareInterface.php +%%WWWDIR%%/vendor/symfony/routing/Requirement/EnumRequirement.php +%%WWWDIR%%/vendor/symfony/routing/Requirement/Requirement.php +%%WWWDIR%%/vendor/symfony/routing/Route.php +%%WWWDIR%%/vendor/symfony/routing/RouteCollection.php +%%WWWDIR%%/vendor/symfony/routing/RouteCompiler.php +%%WWWDIR%%/vendor/symfony/routing/RouteCompilerInterface.php +%%WWWDIR%%/vendor/symfony/routing/Router.php +%%WWWDIR%%/vendor/symfony/routing/RouterInterface.php +%%WWWDIR%%/vendor/symfony/routing/composer.json +%%WWWDIR%%/vendor/symfony/service-contracts/Attribute/Required.php +%%WWWDIR%%/vendor/symfony/service-contracts/Attribute/SubscribedService.php +%%WWWDIR%%/vendor/symfony/service-contracts/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/service-contracts/LICENSE +%%WWWDIR%%/vendor/symfony/service-contracts/README.md +%%WWWDIR%%/vendor/symfony/service-contracts/ResetInterface.php +%%WWWDIR%%/vendor/symfony/service-contracts/ServiceCollectionInterface.php +%%WWWDIR%%/vendor/symfony/service-contracts/ServiceLocatorTrait.php +%%WWWDIR%%/vendor/symfony/service-contracts/ServiceMethodsSubscriberTrait.php +%%WWWDIR%%/vendor/symfony/service-contracts/ServiceProviderInterface.php +%%WWWDIR%%/vendor/symfony/service-contracts/ServiceSubscriberInterface.php +%%WWWDIR%%/vendor/symfony/service-contracts/ServiceSubscriberTrait.php +%%WWWDIR%%/vendor/symfony/service-contracts/composer.json +%%WWWDIR%%/vendor/symfony/string/AbstractString.php +%%WWWDIR%%/vendor/symfony/string/AbstractUnicodeString.php +%%WWWDIR%%/vendor/symfony/string/ByteString.php +%%WWWDIR%%/vendor/symfony/string/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/string/CodePointString.php +%%WWWDIR%%/vendor/symfony/string/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/string/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/symfony/string/Exception/RuntimeException.php +%%WWWDIR%%/vendor/symfony/string/Inflector/EnglishInflector.php +%%WWWDIR%%/vendor/symfony/string/Inflector/FrenchInflector.php +%%WWWDIR%%/vendor/symfony/string/Inflector/InflectorInterface.php +%%WWWDIR%%/vendor/symfony/string/Inflector/SpanishInflector.php +%%WWWDIR%%/vendor/symfony/string/LICENSE +%%WWWDIR%%/vendor/symfony/string/LazyString.php +%%WWWDIR%%/vendor/symfony/string/README.md +%%WWWDIR%%/vendor/symfony/string/Resources/data/wcswidth_table_wide.php +%%WWWDIR%%/vendor/symfony/string/Resources/data/wcswidth_table_zero.php +%%WWWDIR%%/vendor/symfony/string/Resources/functions.php +%%WWWDIR%%/vendor/symfony/string/Slugger/AsciiSlugger.php +%%WWWDIR%%/vendor/symfony/string/Slugger/SluggerInterface.php +%%WWWDIR%%/vendor/symfony/string/TruncateMode.php +%%WWWDIR%%/vendor/symfony/string/UnicodeString.php +%%WWWDIR%%/vendor/symfony/string/composer.json +%%WWWDIR%%/vendor/symfony/translation-contracts/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/translation-contracts/LICENSE +%%WWWDIR%%/vendor/symfony/translation-contracts/LocaleAwareInterface.php +%%WWWDIR%%/vendor/symfony/translation-contracts/README.md +%%WWWDIR%%/vendor/symfony/translation-contracts/TranslatableInterface.php +%%WWWDIR%%/vendor/symfony/translation-contracts/TranslatorInterface.php +%%WWWDIR%%/vendor/symfony/translation-contracts/TranslatorTrait.php +%%WWWDIR%%/vendor/symfony/translation-contracts/composer.json +%%WWWDIR%%/vendor/symfony/translation/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/translation/Catalogue/AbstractOperation.php +%%WWWDIR%%/vendor/symfony/translation/Catalogue/MergeOperation.php +%%WWWDIR%%/vendor/symfony/translation/Catalogue/OperationInterface.php +%%WWWDIR%%/vendor/symfony/translation/Catalogue/TargetOperation.php +%%WWWDIR%%/vendor/symfony/translation/CatalogueMetadataAwareInterface.php +%%WWWDIR%%/vendor/symfony/translation/Command/TranslationLintCommand.php +%%WWWDIR%%/vendor/symfony/translation/Command/TranslationPullCommand.php +%%WWWDIR%%/vendor/symfony/translation/Command/TranslationPushCommand.php +%%WWWDIR%%/vendor/symfony/translation/Command/TranslationTrait.php +%%WWWDIR%%/vendor/symfony/translation/Command/XliffLintCommand.php +%%WWWDIR%%/vendor/symfony/translation/DataCollector/TranslationDataCollector.php +%%WWWDIR%%/vendor/symfony/translation/DataCollectorTranslator.php +%%WWWDIR%%/vendor/symfony/translation/DependencyInjection/DataCollectorTranslatorPass.php +%%WWWDIR%%/vendor/symfony/translation/DependencyInjection/LoggingTranslatorPass.php +%%WWWDIR%%/vendor/symfony/translation/DependencyInjection/TranslationDumperPass.php +%%WWWDIR%%/vendor/symfony/translation/DependencyInjection/TranslationExtractorPass.php +%%WWWDIR%%/vendor/symfony/translation/DependencyInjection/TranslatorPass.php +%%WWWDIR%%/vendor/symfony/translation/DependencyInjection/TranslatorPathsPass.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/CsvFileDumper.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/DumperInterface.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/FileDumper.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/IcuResFileDumper.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/IniFileDumper.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/JsonFileDumper.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/MoFileDumper.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/PhpFileDumper.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/PoFileDumper.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/QtFileDumper.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/XliffFileDumper.php +%%WWWDIR%%/vendor/symfony/translation/Dumper/YamlFileDumper.php +%%WWWDIR%%/vendor/symfony/translation/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/translation/Exception/IncompleteDsnException.php +%%WWWDIR%%/vendor/symfony/translation/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/symfony/translation/Exception/InvalidResourceException.php +%%WWWDIR%%/vendor/symfony/translation/Exception/LogicException.php +%%WWWDIR%%/vendor/symfony/translation/Exception/MissingRequiredOptionException.php +%%WWWDIR%%/vendor/symfony/translation/Exception/NotFoundResourceException.php +%%WWWDIR%%/vendor/symfony/translation/Exception/ProviderException.php +%%WWWDIR%%/vendor/symfony/translation/Exception/ProviderExceptionInterface.php +%%WWWDIR%%/vendor/symfony/translation/Exception/RuntimeException.php +%%WWWDIR%%/vendor/symfony/translation/Exception/UnsupportedSchemeException.php +%%WWWDIR%%/vendor/symfony/translation/Extractor/AbstractFileExtractor.php +%%WWWDIR%%/vendor/symfony/translation/Extractor/ChainExtractor.php +%%WWWDIR%%/vendor/symfony/translation/Extractor/ExtractorInterface.php +%%WWWDIR%%/vendor/symfony/translation/Extractor/PhpAstExtractor.php +%%WWWDIR%%/vendor/symfony/translation/Extractor/Visitor/AbstractVisitor.php +%%WWWDIR%%/vendor/symfony/translation/Extractor/Visitor/ConstraintVisitor.php +%%WWWDIR%%/vendor/symfony/translation/Extractor/Visitor/TransMethodVisitor.php +%%WWWDIR%%/vendor/symfony/translation/Extractor/Visitor/TranslatableMessageVisitor.php +%%WWWDIR%%/vendor/symfony/translation/Formatter/IntlFormatter.php +%%WWWDIR%%/vendor/symfony/translation/Formatter/IntlFormatterInterface.php +%%WWWDIR%%/vendor/symfony/translation/Formatter/MessageFormatter.php +%%WWWDIR%%/vendor/symfony/translation/Formatter/MessageFormatterInterface.php +%%WWWDIR%%/vendor/symfony/translation/IdentityTranslator.php +%%WWWDIR%%/vendor/symfony/translation/LICENSE +%%WWWDIR%%/vendor/symfony/translation/Loader/ArrayLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/CsvFileLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/FileLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/IcuDatFileLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/IcuResFileLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/IniFileLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/JsonFileLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/LoaderInterface.php +%%WWWDIR%%/vendor/symfony/translation/Loader/MoFileLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/PhpFileLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/PoFileLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/QtFileLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/XliffFileLoader.php +%%WWWDIR%%/vendor/symfony/translation/Loader/YamlFileLoader.php +%%WWWDIR%%/vendor/symfony/translation/LocaleSwitcher.php +%%WWWDIR%%/vendor/symfony/translation/LoggingTranslator.php +%%WWWDIR%%/vendor/symfony/translation/MessageCatalogue.php +%%WWWDIR%%/vendor/symfony/translation/MessageCatalogueInterface.php +%%WWWDIR%%/vendor/symfony/translation/MetadataAwareInterface.php +%%WWWDIR%%/vendor/symfony/translation/Provider/AbstractProviderFactory.php +%%WWWDIR%%/vendor/symfony/translation/Provider/Dsn.php +%%WWWDIR%%/vendor/symfony/translation/Provider/FilteringProvider.php +%%WWWDIR%%/vendor/symfony/translation/Provider/NullProvider.php +%%WWWDIR%%/vendor/symfony/translation/Provider/NullProviderFactory.php +%%WWWDIR%%/vendor/symfony/translation/Provider/ProviderFactoryInterface.php +%%WWWDIR%%/vendor/symfony/translation/Provider/ProviderInterface.php +%%WWWDIR%%/vendor/symfony/translation/Provider/TranslationProviderCollection.php +%%WWWDIR%%/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php +%%WWWDIR%%/vendor/symfony/translation/PseudoLocalizationTranslator.php +%%WWWDIR%%/vendor/symfony/translation/README.md +%%WWWDIR%%/vendor/symfony/translation/Reader/TranslationReader.php +%%WWWDIR%%/vendor/symfony/translation/Reader/TranslationReaderInterface.php +%%WWWDIR%%/vendor/symfony/translation/Resources/bin/translation-status.php +%%WWWDIR%%/vendor/symfony/translation/Resources/data/parents.json +%%WWWDIR%%/vendor/symfony/translation/Resources/functions.php +%%WWWDIR%%/vendor/symfony/translation/Resources/schemas/xliff-core-1.2-transitional.xsd +%%WWWDIR%%/vendor/symfony/translation/Resources/schemas/xliff-core-2.0.xsd +%%WWWDIR%%/vendor/symfony/translation/Resources/schemas/xml.xsd +%%WWWDIR%%/vendor/symfony/translation/TranslatableMessage.php +%%WWWDIR%%/vendor/symfony/translation/Translator.php +%%WWWDIR%%/vendor/symfony/translation/TranslatorBag.php +%%WWWDIR%%/vendor/symfony/translation/TranslatorBagInterface.php +%%WWWDIR%%/vendor/symfony/translation/Util/ArrayConverter.php +%%WWWDIR%%/vendor/symfony/translation/Util/XliffUtils.php +%%WWWDIR%%/vendor/symfony/translation/Writer/TranslationWriter.php +%%WWWDIR%%/vendor/symfony/translation/Writer/TranslationWriterInterface.php +%%WWWDIR%%/vendor/symfony/translation/composer.json +%%WWWDIR%%/vendor/symfony/uid/AbstractUid.php +%%WWWDIR%%/vendor/symfony/uid/BinaryUtil.php +%%WWWDIR%%/vendor/symfony/uid/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/uid/Command/GenerateUlidCommand.php +%%WWWDIR%%/vendor/symfony/uid/Command/GenerateUuidCommand.php +%%WWWDIR%%/vendor/symfony/uid/Command/InspectUlidCommand.php +%%WWWDIR%%/vendor/symfony/uid/Command/InspectUuidCommand.php +%%WWWDIR%%/vendor/symfony/uid/Exception/InvalidArgumentException.php +%%WWWDIR%%/vendor/symfony/uid/Exception/LogicException.php +%%WWWDIR%%/vendor/symfony/uid/Factory/NameBasedUuidFactory.php +%%WWWDIR%%/vendor/symfony/uid/Factory/RandomBasedUuidFactory.php +%%WWWDIR%%/vendor/symfony/uid/Factory/TimeBasedUuidFactory.php +%%WWWDIR%%/vendor/symfony/uid/Factory/UlidFactory.php +%%WWWDIR%%/vendor/symfony/uid/Factory/UuidFactory.php +%%WWWDIR%%/vendor/symfony/uid/HashableInterface.php +%%WWWDIR%%/vendor/symfony/uid/LICENSE +%%WWWDIR%%/vendor/symfony/uid/MaxUlid.php +%%WWWDIR%%/vendor/symfony/uid/MaxUuid.php +%%WWWDIR%%/vendor/symfony/uid/NilUlid.php +%%WWWDIR%%/vendor/symfony/uid/NilUuid.php +%%WWWDIR%%/vendor/symfony/uid/README.md +%%WWWDIR%%/vendor/symfony/uid/TimeBasedUidInterface.php +%%WWWDIR%%/vendor/symfony/uid/Ulid.php +%%WWWDIR%%/vendor/symfony/uid/Uuid.php +%%WWWDIR%%/vendor/symfony/uid/UuidV1.php +%%WWWDIR%%/vendor/symfony/uid/UuidV3.php +%%WWWDIR%%/vendor/symfony/uid/UuidV4.php +%%WWWDIR%%/vendor/symfony/uid/UuidV5.php +%%WWWDIR%%/vendor/symfony/uid/UuidV6.php +%%WWWDIR%%/vendor/symfony/uid/UuidV7.php +%%WWWDIR%%/vendor/symfony/uid/UuidV8.php +%%WWWDIR%%/vendor/symfony/uid/composer.json +%%WWWDIR%%/vendor/symfony/var-dumper/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/AddressInfoCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/AmqpCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/ArgsStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/Caster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/ClassStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/ConstStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/CurlCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/CutArrayStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/CutStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/DOMCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/DateCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/DoctrineCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/DsCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/DsPairStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/EnumStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/ExceptionCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/FFICaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/FiberCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/FrameStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/GdCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/GmpCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/ImagineCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/ImgStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/IntlCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/LinkStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/MemcachedCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/MysqliCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/OpenSSLCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/PdoCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/PgSqlCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/ProxyManagerCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/RdKafkaCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/RedisCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/ReflectionCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/ResourceCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/ScalarStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/SocketCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/SplCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/SqliteCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/StubCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/SymfonyCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/TraceStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/UninitializedStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/UuidCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/VirtualStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/XmlReaderCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/XmlResourceCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Cloner/AbstractCloner.php +%%WWWDIR%%/vendor/symfony/var-dumper/Cloner/ClonerInterface.php +%%WWWDIR%%/vendor/symfony/var-dumper/Cloner/Cursor.php +%%WWWDIR%%/vendor/symfony/var-dumper/Cloner/Data.php +%%WWWDIR%%/vendor/symfony/var-dumper/Cloner/DumperInterface.php +%%WWWDIR%%/vendor/symfony/var-dumper/Cloner/Internal/NoDefault.php +%%WWWDIR%%/vendor/symfony/var-dumper/Cloner/Stub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Cloner/VarCloner.php +%%WWWDIR%%/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php +%%WWWDIR%%/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php +%%WWWDIR%%/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php +%%WWWDIR%%/vendor/symfony/var-dumper/Command/ServerDumpCommand.php +%%WWWDIR%%/vendor/symfony/var-dumper/Dumper/AbstractDumper.php +%%WWWDIR%%/vendor/symfony/var-dumper/Dumper/CliDumper.php +%%WWWDIR%%/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php +%%WWWDIR%%/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php +%%WWWDIR%%/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php +%%WWWDIR%%/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php +%%WWWDIR%%/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php +%%WWWDIR%%/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php +%%WWWDIR%%/vendor/symfony/var-dumper/Dumper/HtmlDumper.php +%%WWWDIR%%/vendor/symfony/var-dumper/Dumper/ServerDumper.php +%%WWWDIR%%/vendor/symfony/var-dumper/Exception/ThrowingCasterException.php +%%WWWDIR%%/vendor/symfony/var-dumper/LICENSE +%%WWWDIR%%/vendor/symfony/var-dumper/README.md +%%WWWDIR%%/vendor/symfony/var-dumper/Resources/bin/var-dump-server +%%WWWDIR%%/vendor/symfony/var-dumper/Resources/css/htmlDescriptor.css +%%WWWDIR%%/vendor/symfony/var-dumper/Resources/functions/dump.php +%%WWWDIR%%/vendor/symfony/var-dumper/Resources/js/htmlDescriptor.js +%%WWWDIR%%/vendor/symfony/var-dumper/Server/Connection.php +%%WWWDIR%%/vendor/symfony/var-dumper/Server/DumpServer.php +%%WWWDIR%%/vendor/symfony/var-dumper/VarDumper.php +%%WWWDIR%%/vendor/symfony/var-dumper/composer.json +%%WWWDIR%%/vendor/symfony/var-exporter/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/var-exporter/Exception/ClassNotFoundException.php +%%WWWDIR%%/vendor/symfony/var-exporter/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/var-exporter/Exception/LogicException.php +%%WWWDIR%%/vendor/symfony/var-exporter/Exception/NotInstantiableTypeException.php +%%WWWDIR%%/vendor/symfony/var-exporter/Hydrator.php +%%WWWDIR%%/vendor/symfony/var-exporter/Instantiator.php +%%WWWDIR%%/vendor/symfony/var-exporter/Internal/Exporter.php +%%WWWDIR%%/vendor/symfony/var-exporter/Internal/Hydrator.php +%%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyDecoratorTrait.php +%%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php +%%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyObjectState.php +%%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyObjectTrait.php +%%WWWDIR%%/vendor/symfony/var-exporter/Internal/Reference.php +%%WWWDIR%%/vendor/symfony/var-exporter/Internal/Registry.php +%%WWWDIR%%/vendor/symfony/var-exporter/Internal/Values.php +%%WWWDIR%%/vendor/symfony/var-exporter/LICENSE +%%WWWDIR%%/vendor/symfony/var-exporter/LazyGhostTrait.php +%%WWWDIR%%/vendor/symfony/var-exporter/LazyObjectInterface.php +%%WWWDIR%%/vendor/symfony/var-exporter/LazyProxyTrait.php +%%WWWDIR%%/vendor/symfony/var-exporter/ProxyHelper.php +%%WWWDIR%%/vendor/symfony/var-exporter/README.md +%%WWWDIR%%/vendor/symfony/var-exporter/VarExporter.php +%%WWWDIR%%/vendor/symfony/var-exporter/composer.json +%%WWWDIR%%/vendor/thecodingmachine/safe/LICENSE +%%WWWDIR%%/vendor/thecodingmachine/safe/README.md +%%WWWDIR%%/vendor/thecodingmachine/safe/composer.json +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/Exceptions/ApcException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/Exceptions/LibeventException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/Exceptions/MssqlException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/Exceptions/MysqliException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/Exceptions/PasswordException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/Exceptions/StatsException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/apc.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/array.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/datetime.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/functionsList.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/libevent.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/misc.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/mssql.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/mysqli.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/password.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/stats.php +%%WWWDIR%%/vendor/thecodingmachine/safe/deprecated/strings.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/.gitkeep +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ApacheException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ApcuException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ArrayException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/CalendarException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ClassobjException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ComException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/CubridException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/DirException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/EioException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ExecException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/FileinfoException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/FilesystemException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/FilterException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/FpmException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/FtpException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/GettextException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/GmpException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/HashException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/IbaseException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/IconvException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ImageException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ImapException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/InfoException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/InotifyException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/LdapException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/LibxmlException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/LzfException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/MailparseException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/MbstringException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/MiscException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/MysqlException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/NetworkException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/OpcacheException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/PcntlException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/PgsqlException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/PosixException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/PsException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/PspellException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ReadlineException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/RpminfoException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/RrdException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/SemException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/SessionException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/SocketsException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/SodiumException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/SolrException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/SplException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/SsdeepException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/StreamException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/StringsException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/SwooleException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/UodbcException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/UopzException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/VarException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/XdiffException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/YamlException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/YazException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ZipException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/Exceptions/ZlibException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/apache.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/apcu.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/array.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/bzip2.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/calendar.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/classobj.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/com.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/cubrid.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/curl.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/datetime.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/dir.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/eio.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/errorfunc.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/exec.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/fileinfo.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/filesystem.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/filter.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/fpm.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/ftp.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/funchand.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/functionsList.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/gettext.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/gmp.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/gnupg.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/hash.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/ibase.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/ibmDb2.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/iconv.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/image.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/imap.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/info.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/inotify.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/json.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/ldap.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/libxml.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/lzf.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/mailparse.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/mbstring.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/misc.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/mysql.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/network.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/oci8.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/opcache.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/openssl.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/outcontrol.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/pcntl.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/pcre.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/pgsql.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/posix.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/ps.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/pspell.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/readline.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/rpminfo.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/rrd.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/sem.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/session.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/shmop.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/sockets.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/sodium.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/solr.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/spl.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/sqlsrv.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/ssdeep.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/ssh2.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/stream.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/strings.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/swoole.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/uodbc.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/uopz.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/url.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/var.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/xdiff.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/xml.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/xmlrpc.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/yaml.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/yaz.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/zip.php +%%WWWDIR%%/vendor/thecodingmachine/safe/generated/zlib.php +%%WWWDIR%%/vendor/thecodingmachine/safe/lib/DateTime.php +%%WWWDIR%%/vendor/thecodingmachine/safe/lib/DateTimeImmutable.php +%%WWWDIR%%/vendor/thecodingmachine/safe/lib/Exceptions/CurlException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/lib/Exceptions/JsonException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/lib/Exceptions/OpensslException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/lib/Exceptions/PcreException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php +%%WWWDIR%%/vendor/thecodingmachine/safe/lib/Exceptions/SimplexmlException.php +%%WWWDIR%%/vendor/thecodingmachine/safe/lib/special_cases.php +%%WWWDIR%%/vendor/thecodingmachine/safe/rector-migrate.php +%%WWWDIR%%/vendor/tijsverkoyen/css-to-inline-styles/LICENSE.md +%%WWWDIR%%/vendor/tijsverkoyen/css-to-inline-styles/composer.json +%%WWWDIR%%/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Processor.php +%%WWWDIR%%/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php +%%WWWDIR%%/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Property.php +%%WWWDIR%%/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Processor.php +%%WWWDIR%%/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Rule.php +%%WWWDIR%%/vendor/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/LICENSE +%%WWWDIR%%/vendor/vlucas/phpdotenv/composer.json +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Dotenv.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Loader/Loader.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Loader/Resolver.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Parser/Entry.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Parser/Lexer.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Parser/Lines.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Parser/Parser.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Parser/Value.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Store/File/Paths.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Store/File/Reader.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Store/FileStore.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Store/StringStore.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Util/Regex.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Util/Str.php +%%WWWDIR%%/vendor/vlucas/phpdotenv/src/Validator.php +%%WWWDIR%%/vendor/voku/portable-ascii/.deepsource.toml +%%WWWDIR%%/vendor/voku/portable-ascii/CHANGELOG.md +%%WWWDIR%%/vendor/voku/portable-ascii/LICENSE.txt +%%WWWDIR%%/vendor/voku/portable-ascii/README.md +%%WWWDIR%%/vendor/voku/portable-ascii/composer.json +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/ASCII.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/ascii_by_languages.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/ascii_extras_by_languages.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/ascii_language_max_key.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/ascii_ord.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x000.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x001.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x002.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x003.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x004.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x005.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x006.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x007.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x009.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x00a.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x00b.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x00c.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x00d.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x00e.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x00f.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x010.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x011.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x012.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x013.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x014.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x015.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x016.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x017.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x018.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x01d.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x01e.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x01f.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x020.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x021.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x022.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x023.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x024.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x025.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x026.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x027.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x028.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x029.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x02a.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x02c.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x02e.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x02f.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x030.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x031.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x032.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x033.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x04d.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x04e.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x04f.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x050.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x051.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x052.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x053.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x054.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x055.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x056.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x057.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x058.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x059.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x05a.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x05b.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x05c.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x05d.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x05e.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x05f.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x060.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x061.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x062.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x063.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x064.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x065.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x066.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x067.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x068.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x069.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x06a.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x06b.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x06c.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x06d.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x06e.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x06f.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x070.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x071.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x072.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x073.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x074.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x075.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x076.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x077.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x078.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x079.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x07a.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x07b.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x07c.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x07d.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x07e.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x07f.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x080.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x081.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x082.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x083.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x084.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x085.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x086.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x087.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x088.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x089.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x08a.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x08b.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x08c.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x08d.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x08e.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x08f.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x090.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x091.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x092.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x093.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x094.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x095.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x096.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x097.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x098.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x099.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x09a.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x09b.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x09c.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x09d.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x09e.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x09f.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0a0.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0a1.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0a2.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0a3.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0a4.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0ac.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0ad.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0ae.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0af.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0b0.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0b1.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0b2.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0b3.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0b4.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0b5.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0b6.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0b7.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0b8.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0b9.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0ba.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0bb.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0bc.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0bd.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0be.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0bf.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0c0.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0c1.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0c2.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0c3.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0c4.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0c5.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0c6.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0c7.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0c8.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0c9.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0ca.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0cb.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0cc.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0cd.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0ce.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0cf.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0d0.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0d1.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0d2.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0d3.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0d4.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0d5.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0d6.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0d7.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0f9.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0fa.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0fb.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0fc.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0fd.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0fe.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x0ff.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x1d4.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x1d5.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x1d6.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x1d7.php +%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x1f1.php +%%WWWDIR%%/vendor/webmozart/assert/CHANGELOG.md +%%WWWDIR%%/vendor/webmozart/assert/LICENSE +%%WWWDIR%%/vendor/webmozart/assert/README.md +%%WWWDIR%%/vendor/webmozart/assert/composer.json +%%WWWDIR%%/vendor/webmozart/assert/src/Assert.php +%%WWWDIR%%/vendor/webmozart/assert/src/InvalidArgumentException.php +%%WWWDIR%%/vendor/webmozart/assert/src/Mixin.php +%%WWWDIR%%/vendor/willdurand/geocoder/.github/workflows/component.yml +%%WWWDIR%%/vendor/willdurand/geocoder/Assert.php +%%WWWDIR%%/vendor/willdurand/geocoder/CHANGELOG.md +%%WWWDIR%%/vendor/willdurand/geocoder/Collection.php +%%WWWDIR%%/vendor/willdurand/geocoder/Dumper/AbstractArrayDumper.php +%%WWWDIR%%/vendor/willdurand/geocoder/Dumper/AbstractDumper.php +%%WWWDIR%%/vendor/willdurand/geocoder/Dumper/Dumper.php +%%WWWDIR%%/vendor/willdurand/geocoder/Dumper/GeoArray.php +%%WWWDIR%%/vendor/willdurand/geocoder/Dumper/GeoJson.php +%%WWWDIR%%/vendor/willdurand/geocoder/Dumper/Gpx.php +%%WWWDIR%%/vendor/willdurand/geocoder/Dumper/Kml.php +%%WWWDIR%%/vendor/willdurand/geocoder/Dumper/Wkb.php +%%WWWDIR%%/vendor/willdurand/geocoder/Dumper/Wkt.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/CollectionIsEmpty.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/Exception.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/ExtensionNotLoaded.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/FunctionNotFound.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/InvalidArgument.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/InvalidCredentials.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/InvalidServerResponse.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/LogicException.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/OutOfBounds.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/ProviderNotRegistered.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/QuotaExceeded.php +%%WWWDIR%%/vendor/willdurand/geocoder/Exception/UnsupportedOperation.php +%%WWWDIR%%/vendor/willdurand/geocoder/Formatter/StringFormatter.php +%%WWWDIR%%/vendor/willdurand/geocoder/Geocoder.php +%%WWWDIR%%/vendor/willdurand/geocoder/GeocoderTrait.php +%%WWWDIR%%/vendor/willdurand/geocoder/LICENSE +%%WWWDIR%%/vendor/willdurand/geocoder/Location.php +%%WWWDIR%%/vendor/willdurand/geocoder/Model/Address.php +%%WWWDIR%%/vendor/willdurand/geocoder/Model/AddressBuilder.php +%%WWWDIR%%/vendor/willdurand/geocoder/Model/AddressCollection.php +%%WWWDIR%%/vendor/willdurand/geocoder/Model/AdminLevel.php +%%WWWDIR%%/vendor/willdurand/geocoder/Model/AdminLevelCollection.php +%%WWWDIR%%/vendor/willdurand/geocoder/Model/Bounds.php +%%WWWDIR%%/vendor/willdurand/geocoder/Model/Coordinates.php +%%WWWDIR%%/vendor/willdurand/geocoder/Model/Country.php +%%WWWDIR%%/vendor/willdurand/geocoder/Provider/AbstractProvider.php +%%WWWDIR%%/vendor/willdurand/geocoder/Provider/Provider.php +%%WWWDIR%%/vendor/willdurand/geocoder/ProviderAggregator.php +%%WWWDIR%%/vendor/willdurand/geocoder/Query/GeocodeQuery.php +%%WWWDIR%%/vendor/willdurand/geocoder/Query/Query.php +%%WWWDIR%%/vendor/willdurand/geocoder/Query/ReverseQuery.php +%%WWWDIR%%/vendor/willdurand/geocoder/Readme.md +%%WWWDIR%%/vendor/willdurand/geocoder/StatefulGeocoder.php +%%WWWDIR%%/vendor/willdurand/geocoder/TimedGeocoder.php +%%WWWDIR%%/vendor/willdurand/geocoder/composer.json +%%WWWDIR%%/version.md +@dir %%WWWDIR%%/public/sym +@dir %%WWWDIR%%/vendor/fylax/forceutf8/tests +@dir %%WWWDIR%%/vendor/league/color-extractor/tests +@dir %%WWWDIR%%/vendor/lychee-org/nestedset/tests +@dir %%WWWDIR%%/vendor/lychee-org/php-exif/tests +@dir %%WWWDIR%%/vendor/maennchen/zipstream-php/test +@dir %%WWWDIR%%/vendor/mavinoo/laravel-batch/tests +@dir %%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Test +@dir %%WWWDIR%%/vendor/opcodesio/mail-parser/tests +@dir %%WWWDIR%%/vendor/phpdocumentor/reflection/tests +@dir %%WWWDIR%%/vendor/symfony/clock/Test +@dir %%WWWDIR%%/vendor/symfony/http-client/Test +@dir %%WWWDIR%%/vendor/symfony/http-client-contracts/Test +@dir %%WWWDIR%%/vendor/symfony/http-foundation/Test +@dir %%WWWDIR%%/vendor/symfony/mailer/Test +@dir %%WWWDIR%%/vendor/symfony/mime/Resources/bin +@dir %%WWWDIR%%/vendor/symfony/mime/Test +@dir %%WWWDIR%%/vendor/symfony/service-contracts/Test +@dir %%WWWDIR%%/vendor/symfony/string/Resources/bin +@dir %%WWWDIR%%/vendor/symfony/translation/Test +@dir %%WWWDIR%%/vendor/symfony/translation-contracts/Test +@dir %%WWWDIR%%/vendor/symfony/var-dumper/Test diff --git a/www/node24/files/patch-tools_v8__gypfiles_v8.gyp b/www/node24/files/patch-tools_v8__gypfiles_v8.gyp new file mode 100644 index 000000000000..189f9b3780d8 --- /dev/null +++ b/www/node24/files/patch-tools_v8__gypfiles_v8.gyp @@ -0,0 +1,12 @@ +--- tools/v8_gypfiles/v8.gyp.orig 2025-07-17 21:44:08 UTC ++++ tools/v8_gypfiles/v8.gyp +@@ -1314,9 +1314,6 @@ + # to implement atomic memory access. + # Clang needs it for some atomic operations (https://clang.llvm.org/docs/Toolchain.html#atomics-library). + ['(OS=="linux" and clang==1) or (v8_current_cpu in ["mips64", "mips64el", "arm", "riscv64", "loong64"])', { +- 'link_settings': { +- 'libraries': ['-latomic', ], +- }, + }], + ], + }, # v8_base_without_compiler diff --git a/www/p5-Catalyst-Plugin-Session/Makefile b/www/p5-Catalyst-Plugin-Session/Makefile index 9874b928fc8f..f01f7a774982 100644 --- a/www/p5-Catalyst-Plugin-Session/Makefile +++ b/www/p5-Catalyst-Plugin-Session/Makefile @@ -1,5 +1,5 @@ PORTNAME= Catalyst-Plugin-Session -PORTVERSION= 0.43 +PORTVERSION= 0.44 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,13 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Catalyst-Runtime>=5.71001:www/p5-Catalyst-Runtime \ p5-HTML-Parser>=0:www/p5-HTML-Parser \ - p5-MRO-Compat>=0:devel/p5-MRO-Compat \ p5-Moose>=0.76,1:devel/p5-Moose \ p5-MooseX-Emulate-Class-Accessor-Fast>=0.00801:devel/p5-MooseX-Emulate-Class-Accessor-Fast \ - p5-Object-Signature>=0:devel/p5-Object-Signature \ - p5-namespace-clean>=0.10:devel/p5-namespace-clean -TEST_DEPENDS= p5-Plack>=0:www/p5-Plack \ + p5-MRO-Compat>=0:devel/p5-MRO-Compat \ + p5-namespace-clean>=0.10:devel/p5-namespace-clean \ + p5-Object-Signature>=0:devel/p5-Object-Signature +TEST_DEPENDS= p5-Crypt-SysRandom>=0:security/p5-Crypt-SysRandom \ + p5-Plack>=0:www/p5-Plack \ p5-Test-Deep>=0:devel/p5-Test-Deep \ p5-Test-Needs>=0:devel/p5-Test-Needs diff --git a/www/p5-Catalyst-Plugin-Session/distinfo b/www/p5-Catalyst-Plugin-Session/distinfo index 77710cacb044..e87c3aff6b21 100644 --- a/www/p5-Catalyst-Plugin-Session/distinfo +++ b/www/p5-Catalyst-Plugin-Session/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654708458 -SHA256 (Catalyst-Plugin-Session-0.43.tar.gz) = 5e7d7cd2b95b1fc2244bc6eeb8f44f835d603ea07f5a39110881db60928b14c4 -SIZE (Catalyst-Plugin-Session-0.43.tar.gz) = 40549 +TIMESTAMP = 1752933124 +SHA256 (Catalyst-Plugin-Session-0.44.tar.gz) = 092c8d80e0350f925dc765f272c0ee28f992300b14f5b8698412204e6c857c42 +SIZE (Catalyst-Plugin-Session-0.44.tar.gz) = 40101 diff --git a/www/phpmyfaq/Makefile b/www/phpmyfaq/Makefile index 7e7cb5710597..3f35f164c929 100644 --- a/www/phpmyfaq/Makefile +++ b/www/phpmyfaq/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpmyfaq -PORTVERSION= 3.2.9 +DISTVERSION= 4.0.9 CATEGORIES= www MASTER_SITES= https://download.phpmyfaq.de/files/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -10,19 +10,18 @@ WWW= https://www.phpmyfaq.de/ LICENSE= MPL20 +USES= cpe php:web,flavors +USE_PHP= curl fileinfo filter gd json mysqli session spl xml xmlrpc \ + xmlwriter zlib +IGNORE_WITH_PHP= 81 + WRKSRC= ${WRKDIR}/${PORTNAME} -USES= cpe php:web,flavors -USE_PHP= filter mysqli session xml xmlrpc xmlwriter zlib -FAQ_DIR= attachments data images inc pdf xml NO_BUILD= YES NO_ARCH= YES do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} - @cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR} -.for i in ${FAQ_DIR} - @${MKDIR} ${STAGEDIR}${WWWDIR}/${i} -.endfor + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include <bsd.port.mk> diff --git a/www/phpmyfaq/distinfo b/www/phpmyfaq/distinfo index 062dfccfdb0d..0812463a0ff1 100644 --- a/www/phpmyfaq/distinfo +++ b/www/phpmyfaq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723052612 -SHA256 (phpmyfaq-3.2.9.tar.gz) = e9a180bf6c418c99f43cb59577155f7860c22a211281b00f5f70a73dfb8dc14b -SIZE (phpmyfaq-3.2.9.tar.gz) = 12476639 +TIMESTAMP = 1752962256 +SHA256 (phpmyfaq-4.0.9.tar.gz) = a31454a2edca0569f8edaaa5567e887ce1e83f6c76ec75c6d89f61f7631e511b +SIZE (phpmyfaq-4.0.9.tar.gz) = 15487853 diff --git a/www/phpmyfaq/pkg-plist b/www/phpmyfaq/pkg-plist index 0e4effeec149..60aae8a2ecf1 100644 --- a/www/phpmyfaq/pkg-plist +++ b/www/phpmyfaq/pkg-plist @@ -1,26 +1,17 @@ +%%WWWDIR%%/.htaccess %%WWWDIR%%/404.php %%WWWDIR%%/add.php -%%WWWDIR%%/admin/api/attachment.php -%%WWWDIR%%/admin/api/category.php -%%WWWDIR%%/admin/api/comment.php -%%WWWDIR%%/admin/api/configuration-list.php -%%WWWDIR%%/admin/api/configuration.php -%%WWWDIR%%/admin/api/dashboard.php -%%WWWDIR%%/admin/api/elasticsearch.php -%%WWWDIR%%/admin/api/faqs.php -%%WWWDIR%%/admin/api/group.php -%%WWWDIR%%/admin/api/image.php -%%WWWDIR%%/admin/api/markdown.php -%%WWWDIR%%/admin/api/search.php -%%WWWDIR%%/admin/api/tags.php -%%WWWDIR%%/admin/api/user.php +%%WWWDIR%%/admin/api/index.php %%WWWDIR%%/admin/assets/js/configuration.js %%WWWDIR%%/admin/assets/scss/_global.scss +%%WWWDIR%%/admin/assets/scss/_mixins.scss +%%WWWDIR%%/admin/assets/scss/_utilities.scss %%WWWDIR%%/admin/assets/scss/_variables.scss %%WWWDIR%%/admin/assets/scss/layout/_category.scss %%WWWDIR%%/admin/assets/scss/layout/_configuration.scss %%WWWDIR%%/admin/assets/scss/layout/_dashboard.scss %%WWWDIR%%/admin/assets/scss/layout/_editor.scss +%%WWWDIR%%/admin/assets/scss/layout/_faq.overview.scss %%WWWDIR%%/admin/assets/scss/layout/_faq.scss %%WWWDIR%%/admin/assets/scss/layout/_login.scss %%WWWDIR%%/admin/assets/scss/layout/_users.scss @@ -28,131 +19,191 @@ %%WWWDIR%%/admin/assets/scss/navigation/_sidenav.scss %%WWWDIR%%/admin/assets/scss/navigation/_topnav.scss %%WWWDIR%%/admin/assets/scss/style.scss +%%WWWDIR%%/admin/assets/scss/utilities/_background.scss +%%WWWDIR%%/admin/assets/scss/utilities/_button.scss %%WWWDIR%%/admin/assets/scss/variables/_navigation.scss %%WWWDIR%%/admin/assets/scss/variables/_spacing.scss +%%WWWDIR%%/admin/assets/src/api/attachment.js +%%WWWDIR%%/admin/assets/src/api/category.js +%%WWWDIR%%/admin/assets/src/api/export.js +%%WWWDIR%%/admin/assets/src/api/faqs.js +%%WWWDIR%%/admin/assets/src/api/forms.js +%%WWWDIR%%/admin/assets/src/api/glossary.js %%WWWDIR%%/admin/assets/src/api/group.js %%WWWDIR%%/admin/assets/src/api/index.js +%%WWWDIR%%/admin/assets/src/api/news.js +%%WWWDIR%%/admin/assets/src/api/statistics.js %%WWWDIR%%/admin/assets/src/api/tags.js +%%WWWDIR%%/admin/assets/src/api/upgrade.js %%WWWDIR%%/admin/assets/src/api/user.js +%%WWWDIR%%/admin/assets/src/api/verification.js %%WWWDIR%%/admin/assets/src/configuration/configuration.js %%WWWDIR%%/admin/assets/src/configuration/elasticsearch.js +%%WWWDIR%%/admin/assets/src/configuration/forms.js %%WWWDIR%%/admin/assets/src/configuration/index.js %%WWWDIR%%/admin/assets/src/configuration/instance.js %%WWWDIR%%/admin/assets/src/configuration/stopwords.js -%%WWWDIR%%/admin/assets/src/configuration/template-meta-data.js +%%WWWDIR%%/admin/assets/src/configuration/upgrade.js %%WWWDIR%%/admin/assets/src/content/attachment-upload.js %%WWWDIR%%/admin/assets/src/content/attachments.js %%WWWDIR%%/admin/assets/src/content/category.js %%WWWDIR%%/admin/assets/src/content/comment.js +%%WWWDIR%%/admin/assets/src/content/csvimport.js %%WWWDIR%%/admin/assets/src/content/editor.js +%%WWWDIR%%/admin/assets/src/content/faqs.autocomplete.js +%%WWWDIR%%/admin/assets/src/content/faqs.editor.js %%WWWDIR%%/admin/assets/src/content/faqs.js +%%WWWDIR%%/admin/assets/src/content/faqs.overview.js +%%WWWDIR%%/admin/assets/src/content/glossary.js %%WWWDIR%%/admin/assets/src/content/index.js %%WWWDIR%%/admin/assets/src/content/markdown.js -%%WWWDIR%%/admin/assets/src/content/overview.js +%%WWWDIR%%/admin/assets/src/content/media.browser.js +%%WWWDIR%%/admin/assets/src/content/news.js %%WWWDIR%%/admin/assets/src/content/question.js +%%WWWDIR%%/admin/assets/src/content/stickyfaqs.js %%WWWDIR%%/admin/assets/src/content/tags.js %%WWWDIR%%/admin/assets/src/dashboard.js %%WWWDIR%%/admin/assets/src/group/groups.js %%WWWDIR%%/admin/assets/src/group/index.js %%WWWDIR%%/admin/assets/src/index.js -%%WWWDIR%%/admin/assets/src/sidebar.js -%%WWWDIR%%/admin/assets/src/statistics.js +%%WWWDIR%%/admin/assets/src/statistics/admin-log.js +%%WWWDIR%%/admin/assets/src/statistics/index.js +%%WWWDIR%%/admin/assets/src/statistics/report.js +%%WWWDIR%%/admin/assets/src/statistics/search.js +%%WWWDIR%%/admin/assets/src/statistics/sessions.js +%%WWWDIR%%/admin/assets/src/statistics/statistics.js %%WWWDIR%%/admin/assets/src/tinymce/phpmyfaq.tinymce.plugin.js %%WWWDIR%%/admin/assets/src/user/autocomplete.js %%WWWDIR%%/admin/assets/src/user/index.js %%WWWDIR%%/admin/assets/src/user/user-list.js %%WWWDIR%%/admin/assets/src/user/users.js -%%WWWDIR%%/admin/assets/src/utils.js +%%WWWDIR%%/admin/assets/src/utils/index.js +%%WWWDIR%%/admin/assets/src/utils/notifications.js +%%WWWDIR%%/admin/assets/src/utils/session.js +%%WWWDIR%%/admin/assets/src/utils/sidebar.js +%%WWWDIR%%/admin/assets/src/utils/utils.js %%WWWDIR%%/admin/attachments.php %%WWWDIR%%/admin/backup.export.php %%WWWDIR%%/admin/backup.import.php %%WWWDIR%%/admin/backup.main.php %%WWWDIR%%/admin/category.add.php -%%WWWDIR%%/admin/category.cut.php -%%WWWDIR%%/admin/category.delete.php %%WWWDIR%%/admin/category.edit.php %%WWWDIR%%/admin/category.main.php +%%WWWDIR%%/admin/category.overview.php %%WWWDIR%%/admin/category.showstructure.php %%WWWDIR%%/admin/category.translate.php +%%WWWDIR%%/admin/comments.php %%WWWDIR%%/admin/configuration.php %%WWWDIR%%/admin/dashboard.php %%WWWDIR%%/admin/elasticsearch.php -%%WWWDIR%%/admin/export.file.php -%%WWWDIR%%/admin/export.main.php +%%WWWDIR%%/admin/export.php +%%WWWDIR%%/admin/faqs.editor.php %%WWWDIR%%/admin/faqs.overview.php %%WWWDIR%%/admin/footer.php -%%WWWDIR%%/admin/glossary.add.php -%%WWWDIR%%/admin/glossary.edit.php -%%WWWDIR%%/admin/glossary.main.php +%%WWWDIR%%/admin/forms.php +%%WWWDIR%%/admin/forms.translations.php +%%WWWDIR%%/admin/glossary.php %%WWWDIR%%/admin/group.php %%WWWDIR%%/admin/header.php %%WWWDIR%%/admin/images/phpmyfaq.gif +%%WWWDIR%%/admin/import.csv.php %%WWWDIR%%/admin/index.php %%WWWDIR%%/admin/instances.edit.php %%WWWDIR%%/admin/instances.php %%WWWDIR%%/admin/login.php %%WWWDIR%%/admin/media.browser.php %%WWWDIR%%/admin/news.php -%%WWWDIR%%/admin/noperm.php -%%WWWDIR%%/admin/pwd.change.php -%%WWWDIR%%/admin/record.add.php -%%WWWDIR%%/admin/record.comments.php -%%WWWDIR%%/admin/record.delatt.php -%%WWWDIR%%/admin/record.edit.php -%%WWWDIR%%/admin/record.questions.php -%%WWWDIR%%/admin/record.save.php -%%WWWDIR%%/admin/record.search.php -%%WWWDIR%%/admin/record.show.php -%%WWWDIR%%/admin/report.export.php +%%WWWDIR%%/admin/no-permission.php +%%WWWDIR%%/admin/open-questions.php +%%WWWDIR%%/admin/password.change.php %%WWWDIR%%/admin/report.main.php -%%WWWDIR%%/admin/report.view.php %%WWWDIR%%/admin/session.keepalive.php -%%WWWDIR%%/admin/stat.adminlog.php -%%WWWDIR%%/admin/stat.browser.php -%%WWWDIR%%/admin/stat.main.php -%%WWWDIR%%/admin/stat.ratings.php -%%WWWDIR%%/admin/stat.search.php +%%WWWDIR%%/admin/statistics.admin-log.php +%%WWWDIR%%/admin/statistics.ratings.php +%%WWWDIR%%/admin/statistics.search.php +%%WWWDIR%%/admin/statistics.sessions.day.php +%%WWWDIR%%/admin/statistics.sessions.php %%WWWDIR%%/admin/statistics.show.php +%%WWWDIR%%/admin/stickyfaqs.php %%WWWDIR%%/admin/stopwords.php %%WWWDIR%%/admin/system.php %%WWWDIR%%/admin/tags.php -%%WWWDIR%%/admin/template-metadata.edit.php -%%WWWDIR%%/admin/template-metadata.php %%WWWDIR%%/admin/twofactor.php +%%WWWDIR%%/admin/upgrade.php %%WWWDIR%%/admin/user.php -%%WWWDIR%%/api.autocomplete.php -%%WWWDIR%%/api.php -%%WWWDIR%%/api.service.php +%%WWWDIR%%/api/index.php %%WWWDIR%%/ask.php -%%WWWDIR%%/assets/dist/2350c61717129050edc6.woff -%%WWWDIR%%/assets/dist/266813812be541118030.eot -%%WWWDIR%%/assets/dist/86fe294b5591541c133d.svg -%%WWWDIR%%/assets/dist/94d78a2cca630819d56b.ttf +%%WWWDIR%%/assets/dist/1295669cd4e305c97f2c.woff +%%WWWDIR%%/assets/dist/92ea18a81d737146ff04.woff2 %%WWWDIR%%/assets/dist/admin.css %%WWWDIR%%/assets/dist/admin.css.map %%WWWDIR%%/assets/dist/admin.js -%%WWWDIR%%/assets/dist/admin.js.map %%WWWDIR%%/assets/dist/backend.js +%%WWWDIR%%/assets/dist/backend.js.LICENSE.txt %%WWWDIR%%/assets/dist/backend.js.map -%%WWWDIR%%/assets/dist/fafb863d51da3f819fea.woff2 +%%WWWDIR%%/assets/dist/cookieConsent.js +%%WWWDIR%%/assets/dist/cookieConsent.js.LICENSE.txt +%%WWWDIR%%/assets/dist/cookieConsent.js.map +%%WWWDIR%%/assets/dist/debugMode.css +%%WWWDIR%%/assets/dist/debugMode.css.map +%%WWWDIR%%/assets/dist/debugMode.js %%WWWDIR%%/assets/dist/frontend.js +%%WWWDIR%%/assets/dist/frontend.js.LICENSE.txt %%WWWDIR%%/assets/dist/frontend.js.map %%WWWDIR%%/assets/dist/plugins/phpmyfaq/plugin.js +%%WWWDIR%%/assets/dist/plugins/phpmyfaq/plugin.js.LICENSE.txt %%WWWDIR%%/assets/dist/plugins/phpmyfaq/plugin.js.map %%WWWDIR%%/assets/dist/setup.js +%%WWWDIR%%/assets/dist/setup.js.LICENSE.txt %%WWWDIR%%/assets/dist/setup.js.map %%WWWDIR%%/assets/dist/styles.css %%WWWDIR%%/assets/dist/styles.css.map %%WWWDIR%%/assets/dist/styles.js -%%WWWDIR%%/assets/dist/styles.js.map +%%WWWDIR%%/assets/dist/update.js +%%WWWDIR%%/assets/dist/update.js.LICENSE.txt +%%WWWDIR%%/assets/dist/update.js.map %%WWWDIR%%/assets/fonts/captcha.ttf -%%WWWDIR%%/assets/img/logo.png -%%WWWDIR%%/assets/img/pmfsearch.png -%%WWWDIR%%/assets/img/twitter.signin.png +%%WWWDIR%%/assets/images/favicon.ico +%%WWWDIR%%/assets/images/logo-transparent.svg +%%WWWDIR%%/assets/images/logo.svg +%%WWWDIR%%/assets/scss/_global.scss +%%WWWDIR%%/assets/scss/_mixins.scss +%%WWWDIR%%/assets/scss/debug-mode.scss +%%WWWDIR%%/assets/scss/layout/_autocomplete.scss +%%WWWDIR%%/assets/scss/layout/_category.scss +%%WWWDIR%%/assets/scss/layout/_faq.scss +%%WWWDIR%%/assets/scss/layout/_navigation.scss +%%WWWDIR%%/assets/scss/layout/_setup.scss +%%WWWDIR%%/assets/scss/layout/_startpage.scss +%%WWWDIR%%/assets/scss/style.scss %%WWWDIR%%/assets/src/api/autocomplete.js -%%WWWDIR%%/assets/src/api/forms.js +%%WWWDIR%%/assets/src/api/autocomplete.test.js +%%WWWDIR%%/assets/src/api/bookmarks.js +%%WWWDIR%%/assets/src/api/captcha.js +%%WWWDIR%%/assets/src/api/captcha.test.js +%%WWWDIR%%/assets/src/api/comment.js +%%WWWDIR%%/assets/src/api/comment.test.js +%%WWWDIR%%/assets/src/api/contact.js +%%WWWDIR%%/assets/src/api/contact.test.js +%%WWWDIR%%/assets/src/api/faq.js +%%WWWDIR%%/assets/src/api/faq.test.js %%WWWDIR%%/assets/src/api/index.js +%%WWWDIR%%/assets/src/api/question.js +%%WWWDIR%%/assets/src/api/question.test.js +%%WWWDIR%%/assets/src/api/register.js +%%WWWDIR%%/assets/src/api/register.test.js +%%WWWDIR%%/assets/src/api/setup.js +%%WWWDIR%%/assets/src/api/share.js +%%WWWDIR%%/assets/src/api/user.js +%%WWWDIR%%/assets/src/api/voting.js +%%WWWDIR%%/assets/src/configuration/index.js +%%WWWDIR%%/assets/src/configuration/setup.js +%%WWWDIR%%/assets/src/configuration/setup.test.js +%%WWWDIR%%/assets/src/configuration/update.js +%%WWWDIR%%/assets/src/contact.js +%%WWWDIR%%/assets/src/cookie-consent.js %%WWWDIR%%/assets/src/faq/comments.js +%%WWWDIR%%/assets/src/faq/faq.js %%WWWDIR%%/assets/src/faq/highlight.js %%WWWDIR%%/assets/src/faq/index.js %%WWWDIR%%/assets/src/faq/voting.js @@ -161,8 +212,15 @@ %%WWWDIR%%/assets/src/search/index.js %%WWWDIR%%/assets/src/search/question.js %%WWWDIR%%/assets/src/setup.js -%%WWWDIR%%/assets/src/setup.test.js +%%WWWDIR%%/assets/src/update.js +%%WWWDIR%%/assets/src/user/bookmarks.js +%%WWWDIR%%/assets/src/user/index.js +%%WWWDIR%%/assets/src/user/password.js +%%WWWDIR%%/assets/src/user/register.js +%%WWWDIR%%/assets/src/user/request-removal.js +%%WWWDIR%%/assets/src/user/ucp.js %%WWWDIR%%/assets/src/utils/captcha.js +%%WWWDIR%%/assets/src/utils/captcha.test.js %%WWWDIR%%/assets/src/utils/cookie-consent.js %%WWWDIR%%/assets/src/utils/helper.js %%WWWDIR%%/assets/src/utils/helper.test.js @@ -172,103 +230,108 @@ %%WWWDIR%%/assets/src/utils/reading-time.js %%WWWDIR%%/assets/src/utils/reading-time.test.js %%WWWDIR%%/assets/src/utils/tooltip.js -%%WWWDIR%%/assets/themes/default/img/favicon.ico -%%WWWDIR%%/assets/themes/default/img/logo.png -%%WWWDIR%%/assets/themes/default/scss/_global.scss -%%WWWDIR%%/assets/themes/default/scss/_mixins.scss -%%WWWDIR%%/assets/themes/default/scss/_theme.scss -%%WWWDIR%%/assets/themes/default/scss/layout/_autocomplete.scss -%%WWWDIR%%/assets/themes/default/scss/layout/_faq.scss -%%WWWDIR%%/assets/themes/default/scss/layout/_login.scss -%%WWWDIR%%/assets/themes/default/scss/layout/_navigation.scss -%%WWWDIR%%/assets/themes/default/scss/layout/_setup.scss -%%WWWDIR%%/assets/themes/default/scss/layout/_startpage.scss -%%WWWDIR%%/assets/themes/default/scss/style.scss -%%WWWDIR%%/assets/themes/default/templates/404.html -%%WWWDIR%%/assets/themes/default/templates/add.html -%%WWWDIR%%/assets/themes/default/templates/ask.html -%%WWWDIR%%/assets/themes/default/templates/attachment.html -%%WWWDIR%%/assets/themes/default/templates/contact.html -%%WWWDIR%%/assets/themes/default/templates/faq.html -%%WWWDIR%%/assets/themes/default/templates/glossary.html -%%WWWDIR%%/assets/themes/default/templates/index.html -%%WWWDIR%%/assets/themes/default/templates/login.html -%%WWWDIR%%/assets/themes/default/templates/login.page.html -%%WWWDIR%%/assets/themes/default/templates/maintenance.page.html -%%WWWDIR%%/assets/themes/default/templates/new-user.page.html -%%WWWDIR%%/assets/themes/default/templates/news.html -%%WWWDIR%%/assets/themes/default/templates/open-questions.html -%%WWWDIR%%/assets/themes/default/templates/overview.html -%%WWWDIR%%/assets/themes/default/templates/password.html -%%WWWDIR%%/assets/themes/default/templates/password.page.html -%%WWWDIR%%/assets/themes/default/templates/register.html -%%WWWDIR%%/assets/themes/default/templates/request-removal.html -%%WWWDIR%%/assets/themes/default/templates/search.html -%%WWWDIR%%/assets/themes/default/templates/send2friend.html -%%WWWDIR%%/assets/themes/default/templates/show.html -%%WWWDIR%%/assets/themes/default/templates/sidebar-empty.html -%%WWWDIR%%/assets/themes/default/templates/sidebar-tagcloud.html -%%WWWDIR%%/assets/themes/default/templates/sitemap.html -%%WWWDIR%%/assets/themes/default/templates/startpage.html -%%WWWDIR%%/assets/themes/default/templates/twofactor.html -%%WWWDIR%%/assets/themes/default/templates/ucp.html +%%WWWDIR%%/assets/src/webauthn/authenticate.js +%%WWWDIR%%/assets/src/webauthn/register.js +%%WWWDIR%%/assets/src/webauthn/webauthn.js +%%WWWDIR%%/assets/templates/admin/backup/import.twig +%%WWWDIR%%/assets/templates/admin/backup/main.twig +%%WWWDIR%%/assets/templates/admin/configuration/elasticsearch.twig +%%WWWDIR%%/assets/templates/admin/configuration/forms.translations.twig +%%WWWDIR%%/assets/templates/admin/configuration/forms.twig +%%WWWDIR%%/assets/templates/admin/configuration/instances.edit.twig +%%WWWDIR%%/assets/templates/admin/configuration/instances.twig +%%WWWDIR%%/assets/templates/admin/configuration/macros.twig +%%WWWDIR%%/assets/templates/admin/configuration/main.twig +%%WWWDIR%%/assets/templates/admin/configuration/stopwords.twig +%%WWWDIR%%/assets/templates/admin/configuration/system.twig +%%WWWDIR%%/assets/templates/admin/configuration/tab-list.twig +%%WWWDIR%%/assets/templates/admin/configuration/upgrade.twig +%%WWWDIR%%/assets/templates/admin/content/attachments.twig +%%WWWDIR%%/assets/templates/admin/content/category.add.twig +%%WWWDIR%%/assets/templates/admin/content/category.edit.twig +%%WWWDIR%%/assets/templates/admin/content/category.main.twig +%%WWWDIR%%/assets/templates/admin/content/category.overview.twig +%%WWWDIR%%/assets/templates/admin/content/category.showstructure.twig +%%WWWDIR%%/assets/templates/admin/content/category.translate.twig +%%WWWDIR%%/assets/templates/admin/content/comments.twig +%%WWWDIR%%/assets/templates/admin/content/faq.editor.twig +%%WWWDIR%%/assets/templates/admin/content/faq.overview.twig +%%WWWDIR%%/assets/templates/admin/content/glossary.twig +%%WWWDIR%%/assets/templates/admin/content/media.browser.twig +%%WWWDIR%%/assets/templates/admin/content/news.twig +%%WWWDIR%%/assets/templates/admin/content/open-questions.twig +%%WWWDIR%%/assets/templates/admin/content/stickyfaqs.twig +%%WWWDIR%%/assets/templates/admin/content/tags.twig +%%WWWDIR%%/assets/templates/admin/dashboard.twig +%%WWWDIR%%/assets/templates/admin/footer.twig +%%WWWDIR%%/assets/templates/admin/header.twig +%%WWWDIR%%/assets/templates/admin/import-export/export.twig +%%WWWDIR%%/assets/templates/admin/import-export/import.csv.twig +%%WWWDIR%%/assets/templates/admin/login.twig +%%WWWDIR%%/assets/templates/admin/no-permission.twig +%%WWWDIR%%/assets/templates/admin/session-keepalive.twig +%%WWWDIR%%/assets/templates/admin/statistics/admin-log.twig +%%WWWDIR%%/assets/templates/admin/statistics/ratings.twig +%%WWWDIR%%/assets/templates/admin/statistics/report.main.twig +%%WWWDIR%%/assets/templates/admin/statistics/search.twig +%%WWWDIR%%/assets/templates/admin/statistics/sessions.day.twig +%%WWWDIR%%/assets/templates/admin/statistics/sessions.twig +%%WWWDIR%%/assets/templates/admin/statistics/statistics.show.twig +%%WWWDIR%%/assets/templates/admin/user/group.twig +%%WWWDIR%%/assets/templates/admin/user/password.change.twig +%%WWWDIR%%/assets/templates/admin/user/twofactor.twig +%%WWWDIR%%/assets/templates/admin/user/users.twig +%%WWWDIR%%/assets/templates/default/404.twig +%%WWWDIR%%/assets/templates/default/add.twig +%%WWWDIR%%/assets/templates/default/ask.twig +%%WWWDIR%%/assets/templates/default/attachment.twig +%%WWWDIR%%/assets/templates/default/bookmarks.twig +%%WWWDIR%%/assets/templates/default/contact.twig +%%WWWDIR%%/assets/templates/default/faq.twig +%%WWWDIR%%/assets/templates/default/glossary.twig +%%WWWDIR%%/assets/templates/default/index.twig +%%WWWDIR%%/assets/templates/default/login.twig +%%WWWDIR%%/assets/templates/default/news.twig +%%WWWDIR%%/assets/templates/default/open-questions.twig +%%WWWDIR%%/assets/templates/default/overview.twig +%%WWWDIR%%/assets/templates/default/password.twig +%%WWWDIR%%/assets/templates/default/register.twig +%%WWWDIR%%/assets/templates/default/request-removal.twig +%%WWWDIR%%/assets/templates/default/search.twig +%%WWWDIR%%/assets/templates/default/show.twig +%%WWWDIR%%/assets/templates/default/sitemap.twig +%%WWWDIR%%/assets/templates/default/sitemap.xml.twig +%%WWWDIR%%/assets/templates/default/startpage.twig +%%WWWDIR%%/assets/templates/default/theme.css +%%WWWDIR%%/assets/templates/default/twofactor.twig +%%WWWDIR%%/assets/templates/default/ucp.twig +%%WWWDIR%%/assets/templates/default/webauthn.twig +%%WWWDIR%%/assets/templates/setup/base.twig +%%WWWDIR%%/assets/templates/setup/index.twig +%%WWWDIR%%/assets/templates/setup/install.twig +%%WWWDIR%%/assets/templates/setup/update.twig +%%WWWDIR%%/assets/templates/setup/update/step1.twig +%%WWWDIR%%/assets/templates/setup/update/step2.twig +%%WWWDIR%%/assets/templates/setup/update/step3.twig %%WWWDIR%%/attachment.php -%%WWWDIR%%/config/azure.php.original -%%WWWDIR%%/config/constants.php -%%WWWDIR%%/config/constants_elasticsearch.php -%%WWWDIR%%/config/database.php.original -%%WWWDIR%%/config/elasticsearch.php.original -%%WWWDIR%%/config/ldap.php.original +%%WWWDIR%%/bookmarks.php %%WWWDIR%%/contact.php +%%WWWDIR%%/content/core/config/azure.php.original +%%WWWDIR%%/content/core/config/constants.php +%%WWWDIR%%/content/core/config/constants_elasticsearch.php +%%WWWDIR%%/content/core/config/database.php.original +%%WWWDIR%%/content/core/config/elasticsearch.php.original +%%WWWDIR%%/content/core/config/ldap.php.original +%%WWWDIR%%/content/core/data/.gitkeep +%%WWWDIR%%/content/core/logs/.gitkeep +%%WWWDIR%%/content/plugins/.gitkeep +%%WWWDIR%%/content/plugins/HelloWorld/HelloWorldPlugin.php +%%WWWDIR%%/content/upgrades/.gitkeep +%%WWWDIR%%/content/user/attachments/.gitkeep +%%WWWDIR%%/content/user/images/.gitkeep %%WWWDIR%%/faq.php %%WWWDIR%%/glossary.php %%WWWDIR%%/index.php -%%WWWDIR%%/lang/cookie-consent/de.json -%%WWWDIR%%/lang/cookie-consent/en.json -%%WWWDIR%%/lang/cookie-consent/pl.json -%%WWWDIR%%/lang/language_ar.php -%%WWWDIR%%/lang/language_bn.php -%%WWWDIR%%/lang/language_bs.php -%%WWWDIR%%/lang/language_cs.php -%%WWWDIR%%/lang/language_cy.php -%%WWWDIR%%/lang/language_da.php -%%WWWDIR%%/lang/language_de.php -%%WWWDIR%%/lang/language_el.php -%%WWWDIR%%/lang/language_en.php -%%WWWDIR%%/lang/language_es.php -%%WWWDIR%%/lang/language_eu.php -%%WWWDIR%%/lang/language_fa.php -%%WWWDIR%%/lang/language_fi.php -%%WWWDIR%%/lang/language_fr-ca.php -%%WWWDIR%%/lang/language_fr.php -%%WWWDIR%%/lang/language_he.php -%%WWWDIR%%/lang/language_hi.php -%%WWWDIR%%/lang/language_hu.php -%%WWWDIR%%/lang/language_id.php -%%WWWDIR%%/lang/language_it.php -%%WWWDIR%%/lang/language_ja.php -%%WWWDIR%%/lang/language_ko.php -%%WWWDIR%%/lang/language_lt.php -%%WWWDIR%%/lang/language_lv.php -%%WWWDIR%%/lang/language_mn.php -%%WWWDIR%%/lang/language_ms.php -%%WWWDIR%%/lang/language_nb.php -%%WWWDIR%%/lang/language_nl.php -%%WWWDIR%%/lang/language_pl.php -%%WWWDIR%%/lang/language_pt-br.php -%%WWWDIR%%/lang/language_pt.php -%%WWWDIR%%/lang/language_ro.php -%%WWWDIR%%/lang/language_ru.php -%%WWWDIR%%/lang/language_sk.php -%%WWWDIR%%/lang/language_sl.php -%%WWWDIR%%/lang/language_sr.php -%%WWWDIR%%/lang/language_sv.php -%%WWWDIR%%/lang/language_th.php -%%WWWDIR%%/lang/language_tr.php -%%WWWDIR%%/lang/language_tw.php -%%WWWDIR%%/lang/language_uk.php -%%WWWDIR%%/lang/language_vi.php -%%WWWDIR%%/lang/language_zh.php %%WWWDIR%%/login.php %%WWWDIR%%/multisite/multisite.php %%WWWDIR%%/news.php @@ -279,23 +342,20 @@ %%WWWDIR%%/privacy.php %%WWWDIR%%/register.php %%WWWDIR%%/request-removal.php +%%WWWDIR%%/robots.txt %%WWWDIR%%/search.php -%%WWWDIR%%/send2friend.php %%WWWDIR%%/services/azure/callback.php %%WWWDIR%%/services/azure/index.php %%WWWDIR%%/services/azure/logout.php -%%WWWDIR%%/services/twitter/callback.php -%%WWWDIR%%/services/twitter/clearsessions.php -%%WWWDIR%%/services/twitter/connect.php -%%WWWDIR%%/services/twitter/index.php -%%WWWDIR%%/services/twitter/redirect.php +%%WWWDIR%%/services/webauthn/index.php %%WWWDIR%%/setup/index.html %%WWWDIR%%/setup/index.php -%%WWWDIR%%/setup/update.php %%WWWDIR%%/show.php %%WWWDIR%%/sitemap.php %%WWWDIR%%/sitemap.xml.php %%WWWDIR%%/src/Bootstrap.php +%%WWWDIR%%/src/admin-routes.php +%%WWWDIR%%/src/api-routes.php %%WWWDIR%%/src/autoload.php %%WWWDIR%%/src/blockedwords.txt %%WWWDIR%%/src/constants.php @@ -343,22 +403,81 @@ %%WWWDIR%%/src/fonts/uni2cid_ag15.php %%WWWDIR%%/src/fonts/uni2cid_aj16.php %%WWWDIR%%/src/fonts/uni2cid_ak12.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/LICENSE.md -%%WWWDIR%%/src/libs/abraham/twitteroauth/autoload.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/composer.json -%%WWWDIR%%/src/libs/abraham/twitteroauth/composer.lock -%%WWWDIR%%/src/libs/abraham/twitteroauth/src/Config.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/src/Consumer.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/src/HmacSha1.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/src/Request.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/src/Response.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/src/SignatureMethod.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/src/Token.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/src/TwitterOAuth.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/src/TwitterOAuthException.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/src/Util.php -%%WWWDIR%%/src/libs/abraham/twitteroauth/src/Util/JsonDecoder.php +%%WWWDIR%%/src/libs/2tvenom/cborencode/LICENSE +%%WWWDIR%%/src/libs/2tvenom/cborencode/README.md +%%WWWDIR%%/src/libs/2tvenom/cborencode/composer.json +%%WWWDIR%%/src/libs/2tvenom/cborencode/example.php +%%WWWDIR%%/src/libs/2tvenom/cborencode/src/CBOR/CBOREncoder.php +%%WWWDIR%%/src/libs/2tvenom/cborencode/src/CBOR/CBORIncorrectAdditionalInfoException.php +%%WWWDIR%%/src/libs/2tvenom/cborencode/src/CBOR/Types/CBORByteString.php %%WWWDIR%%/src/libs/autoload.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/LICENSE +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/README.md +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/composer.json +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Common/BitArray.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Common/BitMatrix.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Common/BitUtils.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Common/CharacterSetEci.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Common/EcBlock.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Common/EcBlocks.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Common/ErrorCorrectionLevel.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Common/FormatInformation.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Common/Mode.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Common/Version.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Encoder/BlockPair.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Encoder/ByteMatrix.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Encoder/Encoder.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Encoder/MaskUtil.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Encoder/MatrixUtil.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Encoder/QrCode.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Exception/InvalidArgumentException.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Exception/RuntimeException.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Exception/UnexpectedValueException.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Exception/WriterException.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Color/Alpha.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Color/Cmyk.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Color/ColorInterface.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Color/Gray.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Color/Rgb.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Eye/CompositeEye.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Eye/EyeInterface.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Eye/ModuleEye.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Eye/PointyEye.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Eye/SimpleCircleEye.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Eye/SquareEye.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/GDLibRenderer.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Image/EpsImageBackEnd.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Image/ImageBackEndInterface.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Image/TransformationMatrix.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/ImageRenderer.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Module/DotsModule.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/Edge.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Module/ModuleInterface.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Module/RoundnessModule.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Path/Close.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Path/Curve.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Path/Line.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Path/Move.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/Path/Path.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/PlainTextRenderer.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/RendererInterface.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/RendererStyle/EyeFill.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/RendererStyle/Fill.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/RendererStyle/GradientType.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Renderer/RendererStyle/RendererStyle.php +%%WWWDIR%%/src/libs/bacon/bacon-qr-code/src/Writer.php +%%WWWDIR%%/src/libs/bin/patch-type-declarations +%%WWWDIR%%/src/libs/bin/var-dump-server %%WWWDIR%%/src/libs/composer/ClassLoader.php %%WWWDIR%%/src/libs/composer/InstalledVersions.php %%WWWDIR%%/src/libs/composer/LICENSE @@ -368,21 +487,38 @@ %%WWWDIR%%/src/libs/composer/autoload_psr4.php %%WWWDIR%%/src/libs/composer/autoload_real.php %%WWWDIR%%/src/libs/composer/autoload_static.php -%%WWWDIR%%/src/libs/composer/ca-bundle/LICENSE -%%WWWDIR%%/src/libs/composer/ca-bundle/README.md -%%WWWDIR%%/src/libs/composer/ca-bundle/composer.json -%%WWWDIR%%/src/libs/composer/ca-bundle/res/cacert.pem -%%WWWDIR%%/src/libs/composer/ca-bundle/src/CaBundle.php %%WWWDIR%%/src/libs/composer/installed.json %%WWWDIR%%/src/libs/composer/installed.php %%WWWDIR%%/src/libs/composer/platform_check.php +%%WWWDIR%%/src/libs/dasprid/enum/LICENSE +%%WWWDIR%%/src/libs/dasprid/enum/README.md +%%WWWDIR%%/src/libs/dasprid/enum/composer.json +%%WWWDIR%%/src/libs/dasprid/enum/src/AbstractEnum.php +%%WWWDIR%%/src/libs/dasprid/enum/src/EnumMap.php +%%WWWDIR%%/src/libs/dasprid/enum/src/Exception/CloneNotSupportedException.php +%%WWWDIR%%/src/libs/dasprid/enum/src/Exception/ExceptionInterface.php +%%WWWDIR%%/src/libs/dasprid/enum/src/Exception/ExpectationException.php +%%WWWDIR%%/src/libs/dasprid/enum/src/Exception/IllegalArgumentException.php +%%WWWDIR%%/src/libs/dasprid/enum/src/Exception/MismatchException.php +%%WWWDIR%%/src/libs/dasprid/enum/src/Exception/SerializeNotSupportedException.php +%%WWWDIR%%/src/libs/dasprid/enum/src/Exception/UnserializeNotSupportedException.php +%%WWWDIR%%/src/libs/dasprid/enum/src/NullValue.php +%%WWWDIR%%/src/libs/dflydev/dot-access-data/CHANGELOG.md +%%WWWDIR%%/src/libs/dflydev/dot-access-data/LICENSE +%%WWWDIR%%/src/libs/dflydev/dot-access-data/README.md +%%WWWDIR%%/src/libs/dflydev/dot-access-data/composer.json +%%WWWDIR%%/src/libs/dflydev/dot-access-data/src/Data.php +%%WWWDIR%%/src/libs/dflydev/dot-access-data/src/DataInterface.php +%%WWWDIR%%/src/libs/dflydev/dot-access-data/src/Exception/DataException.php +%%WWWDIR%%/src/libs/dflydev/dot-access-data/src/Exception/InvalidPathException.php +%%WWWDIR%%/src/libs/dflydev/dot-access-data/src/Exception/MissingPathException.php +%%WWWDIR%%/src/libs/dflydev/dot-access-data/src/Util.php %%WWWDIR%%/src/libs/doctrine/lexer/LICENSE %%WWWDIR%%/src/libs/doctrine/lexer/README.md %%WWWDIR%%/src/libs/doctrine/lexer/UPGRADE.md %%WWWDIR%%/src/libs/doctrine/lexer/composer.json %%WWWDIR%%/src/libs/doctrine/lexer/src/AbstractLexer.php %%WWWDIR%%/src/libs/doctrine/lexer/src/Token.php -%%WWWDIR%%/src/libs/egulias/email-validator/CHANGELOG.md %%WWWDIR%%/src/libs/egulias/email-validator/CONTRIBUTING.md %%WWWDIR%%/src/libs/egulias/email-validator/LICENSE %%WWWDIR%%/src/libs/egulias/email-validator/composer.json @@ -504,6 +640,7 @@ %%WWWDIR%%/src/libs/elastic/transport/src/NodePool/Selector/SelectorInterface.php %%WWWDIR%%/src/libs/elastic/transport/src/NodePool/Selector/SelectorTrait.php %%WWWDIR%%/src/libs/elastic/transport/src/NodePool/SimpleNodePool.php +%%WWWDIR%%/src/libs/elastic/transport/src/OpenTelemetry.php %%WWWDIR%%/src/libs/elastic/transport/src/Serializer/CsvSerializer.php %%WWWDIR%%/src/libs/elastic/transport/src/Serializer/JsonSerializer.php %%WWWDIR%%/src/libs/elastic/transport/src/Serializer/NDJsonSerializer.php @@ -517,6 +654,7 @@ %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/CHANGELOG.md %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/LICENSE %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/README.md +%%WWWDIR%%/src/libs/elasticsearch/elasticsearch/catalog-info.yaml %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/composer.json %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/breaking-changes.asciidoc %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/config-hash.asciidoc @@ -876,7 +1014,9 @@ %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/examples/feefeb68144002fd1fff57b77b95b85e.asciidoc %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/experimental-beta-apis.asciidoc %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/getting-started.asciidoc -%%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/helpers.asciidoc +%%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/helpers/esql.asciidoc +%%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/helpers/index.asciidoc +%%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/helpers/iterators.asciidoc %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/host-config.asciidoc %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/http-client.asciidoc %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/docs/http-meta-data.asciidoc @@ -911,7 +1051,6 @@ %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/Ccr.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/Cluster.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/Connector.php -%%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/ConnectorSyncJob.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/DanglingIndices.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/Enrich.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/Eql.php @@ -930,7 +1069,7 @@ %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/Monitoring.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/Nodes.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/Profiling.php -%%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/QueryRuleset.php +%%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/QueryRules.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/Rollup.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/SearchApplication.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Endpoints/SearchableSnapshots.php @@ -976,30 +1115,65 @@ %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Transport/AsyncOnSuccessNoException.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Transport/RequestOptions.php %%WWWDIR%%/src/libs/elasticsearch/elasticsearch/src/Utility.php -%%WWWDIR%%/src/libs/erusev/parsedown-extra/.travis.yml -%%WWWDIR%%/src/libs/erusev/parsedown-extra/LICENSE.txt -%%WWWDIR%%/src/libs/erusev/parsedown-extra/ParsedownExtra.php -%%WWWDIR%%/src/libs/erusev/parsedown-extra/README.md -%%WWWDIR%%/src/libs/erusev/parsedown-extra/composer.json -%%WWWDIR%%/src/libs/erusev/parsedown-extra/phpunit.xml.dist -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/ParsedownExtraTest.php -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/TestParsedown.php -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/abbreviation.html -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/abbreviation.md -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/compound_footnote.html -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/compound_footnote.md -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/definition_list.html -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/definition_list.md -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/footnote.html -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/footnote.md -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/markdown_inside_markup.html -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/markdown_inside_markup.md -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/special_attributes.html -%%WWWDIR%%/src/libs/erusev/parsedown-extra/test/data/special_attributes.md -%%WWWDIR%%/src/libs/erusev/parsedown/LICENSE.txt -%%WWWDIR%%/src/libs/erusev/parsedown/Parsedown.php -%%WWWDIR%%/src/libs/erusev/parsedown/README.md -%%WWWDIR%%/src/libs/erusev/parsedown/composer.json +%%WWWDIR%%/src/libs/endroid/qr-code/LICENSE +%%WWWDIR%%/src/libs/endroid/qr-code/README.md +%%WWWDIR%%/src/libs/endroid/qr-code/assets/open_sans.ttf +%%WWWDIR%%/src/libs/endroid/qr-code/composer.json +%%WWWDIR%%/src/libs/endroid/qr-code/src/Bacon/ErrorCorrectionLevelConverter.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Bacon/MatrixFactory.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Builder/Builder.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Builder/BuilderInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Builder/BuilderRegistry.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Builder/BuilderRegistryInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Color/Color.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Color/ColorInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Encoding/Encoding.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Encoding/EncodingInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/ErrorCorrectionLevel.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Exception/BlockSizeTooSmallException.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Exception/ValidationException.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/ImageData/LabelImageData.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/ImageData/LogoImageData.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Label/Font/Font.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Label/Font/FontInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Label/Font/OpenSans.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Label/Label.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Label/LabelAlignment.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Label/LabelInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Label/Margin/Margin.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Label/Margin/MarginInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Logo/Logo.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Logo/LogoInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Matrix/Matrix.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Matrix/MatrixFactoryInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Matrix/MatrixInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/QrCode.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/QrCodeInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/RoundBlockSizeMode.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/AbstractGdWriter.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/BinaryWriter.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/ConsoleWriter.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/DebugWriter.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/EpsWriter.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/GifWriter.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/PdfWriter.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/PngWriter.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/AbstractResult.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/BinaryResult.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/ConsoleResult.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/DebugResult.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/EpsResult.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/GdResult.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/GifResult.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/PdfResult.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/PngResult.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/ResultInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/SvgResult.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/Result/WebPResult.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/SvgWriter.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/ValidatingWriterInterface.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/WebPWriter.php +%%WWWDIR%%/src/libs/endroid/qr-code/src/Writer/WriterInterface.php %%WWWDIR%%/src/libs/guzzlehttp/guzzle/CHANGELOG.md %%WWWDIR%%/src/libs/guzzlehttp/guzzle/LICENSE %%WWWDIR%%/src/libs/guzzlehttp/guzzle/README.md @@ -1101,6 +1275,320 @@ %%WWWDIR%%/src/libs/guzzlehttp/psr7/src/UriNormalizer.php %%WWWDIR%%/src/libs/guzzlehttp/psr7/src/UriResolver.php %%WWWDIR%%/src/libs/guzzlehttp/psr7/src/Utils.php +%%WWWDIR%%/src/libs/league/commonmark/.phpstorm.meta.php +%%WWWDIR%%/src/libs/league/commonmark/CHANGELOG.md +%%WWWDIR%%/src/libs/league/commonmark/LICENSE +%%WWWDIR%%/src/libs/league/commonmark/README.md +%%WWWDIR%%/src/libs/league/commonmark/composer.json +%%WWWDIR%%/src/libs/league/commonmark/src/CommonMarkConverter.php +%%WWWDIR%%/src/libs/league/commonmark/src/ConverterInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Delimiter/Bracket.php +%%WWWDIR%%/src/libs/league/commonmark/src/Delimiter/Delimiter.php +%%WWWDIR%%/src/libs/league/commonmark/src/Delimiter/DelimiterInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Delimiter/DelimiterParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Delimiter/DelimiterStack.php +%%WWWDIR%%/src/libs/league/commonmark/src/Delimiter/Processor/CacheableDelimiterProcessorInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollection.php +%%WWWDIR%%/src/libs/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollectionInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Delimiter/Processor/DelimiterProcessorInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Delimiter/Processor/StaggeredDelimiterProcessor.php +%%WWWDIR%%/src/libs/league/commonmark/src/Environment/Environment.php +%%WWWDIR%%/src/libs/league/commonmark/src/Environment/EnvironmentAwareInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Environment/EnvironmentBuilderInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Environment/EnvironmentInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Event/AbstractEvent.php +%%WWWDIR%%/src/libs/league/commonmark/src/Event/DocumentParsedEvent.php +%%WWWDIR%%/src/libs/league/commonmark/src/Event/DocumentPreParsedEvent.php +%%WWWDIR%%/src/libs/league/commonmark/src/Event/DocumentPreRenderEvent.php +%%WWWDIR%%/src/libs/league/commonmark/src/Event/DocumentRenderedEvent.php +%%WWWDIR%%/src/libs/league/commonmark/src/Event/ListenerData.php +%%WWWDIR%%/src/libs/league/commonmark/src/Exception/AlreadyInitializedException.php +%%WWWDIR%%/src/libs/league/commonmark/src/Exception/CommonMarkException.php +%%WWWDIR%%/src/libs/league/commonmark/src/Exception/IOException.php +%%WWWDIR%%/src/libs/league/commonmark/src/Exception/InvalidArgumentException.php +%%WWWDIR%%/src/libs/league/commonmark/src/Exception/LogicException.php +%%WWWDIR%%/src/libs/league/commonmark/src/Exception/MissingDependencyException.php +%%WWWDIR%%/src/libs/league/commonmark/src/Exception/UnexpectedEncodingException.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Attributes/AttributesExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Attributes/Event/AttributesListener.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Attributes/Node/Attributes.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Attributes/Node/AttributesInline.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockContinueParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Attributes/Parser/AttributesInlineParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Attributes/Util/AttributesHelper.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Autolink/AutolinkExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Autolink/EmailAutolinkParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Autolink/UrlAutolinkParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/CommonMarkCoreExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Delimiter/Processor/EmphasisDelimiterProcessor.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Block/BlockQuote.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Block/FencedCode.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Block/Heading.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Block/HtmlBlock.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Block/IndentedCode.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Block/ListBlock.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Block/ListData.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Block/ListItem.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Block/ThematicBreak.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Inline/AbstractWebResource.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Inline/Code.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Inline/Emphasis.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Inline/HtmlInline.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Inline/Image.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Inline/Link.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Node/Inline/Strong.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/ListItemParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Inline/AutolinkParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Inline/BacktickParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Inline/BangParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Inline/CloseBracketParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Inline/EntityParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Inline/EscapableParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Inline/HtmlInlineParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Parser/Inline/OpenBracketParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Block/BlockQuoteRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Block/FencedCodeRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Block/HeadingRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Block/HtmlBlockRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Block/IndentedCodeRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListBlockRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListItemRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Block/ThematicBreakRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Inline/CodeRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Inline/EmphasisRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Inline/HtmlInlineRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Inline/ImageRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Inline/LinkRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/CommonMark/Renderer/Inline/StrongRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/ConfigurableExtensionInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DefaultAttributes/ApplyDefaultAttributesProcessor.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DefaultAttributes/DefaultAttributesExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/DescriptionListExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Event/ConsecutiveDescriptionListMerger.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Event/LooseDescriptionHandler.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Node/Description.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Node/DescriptionList.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Node/DescriptionTerm.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionContinueParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionListContinueParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionTermContinueParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionListRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionTermRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Embed/Bridge/OscaroteroEmbedAdapter.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Embed/DomainFilteringAdapter.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Embed/Embed.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Embed/EmbedAdapterInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Embed/EmbedExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Embed/EmbedParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Embed/EmbedProcessor.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Embed/EmbedRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Embed/EmbedStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/ExtensionInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/ExternalLink/ExternalLinkExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/ExternalLink/ExternalLinkProcessor.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Event/AnonymousFootnotesListener.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Event/FixOrphanedFootnotesAndRefsListener.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Event/GatherFootnotesListener.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Event/NumberFootnotesListener.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/FootnoteExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Node/Footnote.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Node/FootnoteBackref.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Node/FootnoteContainer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Node/FootnoteRef.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Parser/FootnoteParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Parser/FootnoteRefParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Parser/FootnoteStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Renderer/FootnoteBackrefRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Renderer/FootnoteContainerRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRefRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/Data/FrontMatterDataParserInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/Data/LibYamlFrontMatterParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/Exception/InvalidFrontMatterException.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/FrontMatterExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/FrontMatterParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/FrontMatterParserInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/FrontMatterProviderInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/Input/MarkdownInputWithFrontMatter.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPostRenderListener.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPreParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/FrontMatter/Output/RenderedContentWithFrontMatter.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/GithubFlavoredMarkdownExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalink.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkProcessor.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/InlinesOnly/ChildRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/InlinesOnly/InlinesOnlyExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Mention/Generator/CallbackGenerator.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Mention/Generator/MentionGeneratorInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Mention/Generator/StringTemplateLinkGenerator.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Mention/Mention.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Mention/MentionExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Mention/MentionParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/SmartPunct/DashParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/SmartPunct/EllipsesParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/SmartPunct/Quote.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/SmartPunct/QuoteParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/SmartPunct/QuoteProcessor.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/SmartPunct/ReplaceUnpairedQuotesListener.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/SmartPunct/SmartPunctExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Strikethrough/Strikethrough.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Strikethrough/StrikethroughDelimiterProcessor.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Strikethrough/StrikethroughExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Strikethrough/StrikethroughRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Table/Table.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Table/TableCell.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Table/TableCellRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Table/TableExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Table/TableParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Table/TableRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Table/TableRow.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Table/TableRowRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Table/TableSection.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Table/TableSectionRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/Table/TableStartParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/Node/TableOfContents.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/Node/TableOfContentsPlaceholder.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/Normalizer/AsIsNormalizerStrategy.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/Normalizer/FlatNormalizerStrategy.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/Normalizer/NormalizerStrategyInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/Normalizer/RelativeNormalizerStrategy.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/TableOfContentsBuilder.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/TableOfContentsExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/TableOfContentsGenerator.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TableOfContents/TableOfContentsRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TaskList/TaskListExtension.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TaskList/TaskListItemMarker.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TaskList/TaskListItemMarkerParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Extension/TaskList/TaskListItemMarkerRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/GithubFlavoredMarkdownConverter.php +%%WWWDIR%%/src/libs/league/commonmark/src/Input/MarkdownInput.php +%%WWWDIR%%/src/libs/league/commonmark/src/Input/MarkdownInputInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/MarkdownConverter.php +%%WWWDIR%%/src/libs/league/commonmark/src/MarkdownConverterInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Block/AbstractBlock.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Block/Document.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Block/Paragraph.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Block/TightBlockInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Inline/AbstractInline.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Inline/AbstractStringContainer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Inline/AdjacentTextMerger.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Inline/DelimitedInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Inline/Newline.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Inline/Text.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Node.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/NodeIterator.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/NodeWalker.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/NodeWalkerEvent.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Query.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Query/AndExpr.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Query/ExpressionInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/Query/OrExpr.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/RawMarkupContainerInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/StringContainerHelper.php +%%WWWDIR%%/src/libs/league/commonmark/src/Node/StringContainerInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Normalizer/SlugNormalizer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Normalizer/TextNormalizer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Normalizer/TextNormalizerInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Normalizer/UniqueSlugNormalizer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Normalizer/UniqueSlugNormalizerInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Output/RenderedContent.php +%%WWWDIR%%/src/libs/league/commonmark/src/Output/RenderedContentInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Block/AbstractBlockContinueParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Block/BlockContinue.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Block/BlockContinueParserInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Block/BlockContinueParserWithInlinesInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Block/BlockStart.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Block/BlockStartParserInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Block/DocumentBlockParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Block/ParagraphParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Block/SkipLinesStartingWithLettersParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Cursor.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/CursorState.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Inline/InlineParserInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Inline/InlineParserMatch.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/Inline/NewlineParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/InlineParserContext.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/InlineParserEngine.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/InlineParserEngineInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/MarkdownParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/MarkdownParserInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/MarkdownParserState.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/MarkdownParserStateInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Parser/ParserLogicException.php +%%WWWDIR%%/src/libs/league/commonmark/src/Reference/MemoryLimitedReferenceMap.php +%%WWWDIR%%/src/libs/league/commonmark/src/Reference/Reference.php +%%WWWDIR%%/src/libs/league/commonmark/src/Reference/ReferenceInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Reference/ReferenceMap.php +%%WWWDIR%%/src/libs/league/commonmark/src/Reference/ReferenceMapInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Reference/ReferenceParser.php +%%WWWDIR%%/src/libs/league/commonmark/src/Reference/ReferenceableInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Renderer/Block/DocumentRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Renderer/Block/ParagraphRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Renderer/ChildNodeRendererInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Renderer/DocumentRendererInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Renderer/HtmlDecorator.php +%%WWWDIR%%/src/libs/league/commonmark/src/Renderer/HtmlRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Renderer/Inline/NewlineRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Renderer/Inline/TextRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Renderer/MarkdownRendererInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Renderer/NoMatchingRendererException.php +%%WWWDIR%%/src/libs/league/commonmark/src/Renderer/NodeRendererInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Util/ArrayCollection.php +%%WWWDIR%%/src/libs/league/commonmark/src/Util/Html5EntityDecoder.php +%%WWWDIR%%/src/libs/league/commonmark/src/Util/HtmlElement.php +%%WWWDIR%%/src/libs/league/commonmark/src/Util/HtmlFilter.php +%%WWWDIR%%/src/libs/league/commonmark/src/Util/LinkParserHelper.php +%%WWWDIR%%/src/libs/league/commonmark/src/Util/PrioritizedList.php +%%WWWDIR%%/src/libs/league/commonmark/src/Util/RegexHelper.php +%%WWWDIR%%/src/libs/league/commonmark/src/Util/SpecReader.php +%%WWWDIR%%/src/libs/league/commonmark/src/Util/UrlEncoder.php +%%WWWDIR%%/src/libs/league/commonmark/src/Util/Xml.php +%%WWWDIR%%/src/libs/league/commonmark/src/Xml/FallbackNodeXmlRenderer.php +%%WWWDIR%%/src/libs/league/commonmark/src/Xml/MarkdownToXmlConverter.php +%%WWWDIR%%/src/libs/league/commonmark/src/Xml/XmlNodeRendererInterface.php +%%WWWDIR%%/src/libs/league/commonmark/src/Xml/XmlRenderer.php +%%WWWDIR%%/src/libs/league/config/CHANGELOG.md +%%WWWDIR%%/src/libs/league/config/LICENSE.md +%%WWWDIR%%/src/libs/league/config/README.md +%%WWWDIR%%/src/libs/league/config/composer.json +%%WWWDIR%%/src/libs/league/config/src/Configuration.php +%%WWWDIR%%/src/libs/league/config/src/ConfigurationAwareInterface.php +%%WWWDIR%%/src/libs/league/config/src/ConfigurationBuilderInterface.php +%%WWWDIR%%/src/libs/league/config/src/ConfigurationInterface.php +%%WWWDIR%%/src/libs/league/config/src/ConfigurationProviderInterface.php +%%WWWDIR%%/src/libs/league/config/src/Exception/ConfigurationExceptionInterface.php +%%WWWDIR%%/src/libs/league/config/src/Exception/InvalidConfigurationException.php +%%WWWDIR%%/src/libs/league/config/src/Exception/UnknownOptionException.php +%%WWWDIR%%/src/libs/league/config/src/Exception/ValidationException.php +%%WWWDIR%%/src/libs/league/config/src/MutableConfigurationInterface.php +%%WWWDIR%%/src/libs/league/config/src/ReadOnlyConfiguration.php +%%WWWDIR%%/src/libs/league/config/src/SchemaBuilderInterface.php %%WWWDIR%%/src/libs/league/uri-interfaces/Contracts/AuthorityInterface.php %%WWWDIR%%/src/libs/league/uri-interfaces/Contracts/DataPathInterface.php %%WWWDIR%%/src/libs/league/uri-interfaces/Contracts/DomainHostInterface.php @@ -1127,6 +1615,7 @@ %%WWWDIR%%/src/libs/league/uri-interfaces/IPv4/Converter.php %%WWWDIR%%/src/libs/league/uri-interfaces/IPv4/GMPCalculator.php %%WWWDIR%%/src/libs/league/uri-interfaces/IPv4/NativeCalculator.php +%%WWWDIR%%/src/libs/league/uri-interfaces/IPv6/Converter.php %%WWWDIR%%/src/libs/league/uri-interfaces/Idna/Converter.php %%WWWDIR%%/src/libs/league/uri-interfaces/Idna/Error.php %%WWWDIR%%/src/libs/league/uri-interfaces/Idna/Option.php @@ -1280,6 +1769,7 @@ %%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php %%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php %%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php +%%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/JsonSerializableDateTimeImmutable.php %%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/Level.php %%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/LogRecord.php %%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/Logger.php @@ -1301,10 +1791,9 @@ %%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/Registry.php %%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/ResettableInterface.php %%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/SignalHandler.php +%%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/Test/MonologTestCase.php %%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/Test/TestCase.php %%WWWDIR%%/src/libs/monolog/monolog/src/Monolog/Utils.php -%%WWWDIR%%/src/libs/myclabs/deep-copy/.github/FUNDING.yml -%%WWWDIR%%/src/libs/myclabs/deep-copy/.github/workflows/ci.yaml %%WWWDIR%%/src/libs/myclabs/deep-copy/LICENSE %%WWWDIR%%/src/libs/myclabs/deep-copy/README.md %%WWWDIR%%/src/libs/myclabs/deep-copy/composer.json @@ -1326,6 +1815,7 @@ %%WWWDIR%%/src/libs/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php %%WWWDIR%%/src/libs/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php %%WWWDIR%%/src/libs/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php +%%WWWDIR%%/src/libs/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DatePeriodFilter.php %%WWWDIR%%/src/libs/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php %%WWWDIR%%/src/libs/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php %%WWWDIR%%/src/libs/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php @@ -1334,6 +1824,212 @@ %%WWWDIR%%/src/libs/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php %%WWWDIR%%/src/libs/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php %%WWWDIR%%/src/libs/myclabs/deep-copy/src/DeepCopy/deep_copy.php +%%WWWDIR%%/src/libs/nette/schema/composer.json +%%WWWDIR%%/src/libs/nette/schema/license.md +%%WWWDIR%%/src/libs/nette/schema/readme.md +%%WWWDIR%%/src/libs/nette/schema/src/Schema/Context.php +%%WWWDIR%%/src/libs/nette/schema/src/Schema/DynamicParameter.php +%%WWWDIR%%/src/libs/nette/schema/src/Schema/Elements/AnyOf.php +%%WWWDIR%%/src/libs/nette/schema/src/Schema/Elements/Base.php +%%WWWDIR%%/src/libs/nette/schema/src/Schema/Elements/Structure.php +%%WWWDIR%%/src/libs/nette/schema/src/Schema/Elements/Type.php +%%WWWDIR%%/src/libs/nette/schema/src/Schema/Expect.php +%%WWWDIR%%/src/libs/nette/schema/src/Schema/Helpers.php +%%WWWDIR%%/src/libs/nette/schema/src/Schema/Message.php +%%WWWDIR%%/src/libs/nette/schema/src/Schema/Processor.php +%%WWWDIR%%/src/libs/nette/schema/src/Schema/Schema.php +%%WWWDIR%%/src/libs/nette/schema/src/Schema/ValidationException.php +%%WWWDIR%%/src/libs/nette/utils/.phpstorm.meta.php +%%WWWDIR%%/src/libs/nette/utils/composer.json +%%WWWDIR%%/src/libs/nette/utils/license.md +%%WWWDIR%%/src/libs/nette/utils/readme.md +%%WWWDIR%%/src/libs/nette/utils/src/HtmlStringable.php +%%WWWDIR%%/src/libs/nette/utils/src/Iterators/CachingIterator.php +%%WWWDIR%%/src/libs/nette/utils/src/Iterators/Mapper.php +%%WWWDIR%%/src/libs/nette/utils/src/SmartObject.php +%%WWWDIR%%/src/libs/nette/utils/src/StaticClass.php +%%WWWDIR%%/src/libs/nette/utils/src/Translator.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/ArrayHash.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/ArrayList.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Arrays.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Callback.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/DateTime.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/FileInfo.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/FileSystem.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Finder.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Floats.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Helpers.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Html.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Image.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/ImageColor.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/ImageType.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Iterables.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Json.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/ObjectHelpers.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Paginator.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Random.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Reflection.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/ReflectionMethod.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Strings.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Type.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/Validators.php +%%WWWDIR%%/src/libs/nette/utils/src/Utils/exceptions.php +%%WWWDIR%%/src/libs/nette/utils/src/compatibility.php +%%WWWDIR%%/src/libs/nette/utils/src/exceptions.php +%%WWWDIR%%/src/libs/open-telemetry/api/Baggage/Baggage.php +%%WWWDIR%%/src/libs/open-telemetry/api/Baggage/BaggageBuilder.php +%%WWWDIR%%/src/libs/open-telemetry/api/Baggage/BaggageBuilderInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Baggage/BaggageInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Baggage/Entry.php +%%WWWDIR%%/src/libs/open-telemetry/api/Baggage/Metadata.php +%%WWWDIR%%/src/libs/open-telemetry/api/Baggage/MetadataInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Baggage/Propagation/BaggagePropagator.php +%%WWWDIR%%/src/libs/open-telemetry/api/Baggage/Propagation/Parser.php +%%WWWDIR%%/src/libs/open-telemetry/api/Behavior/Internal/LogWriter/ErrorLogWriter.php +%%WWWDIR%%/src/libs/open-telemetry/api/Behavior/Internal/LogWriter/Formatter.php +%%WWWDIR%%/src/libs/open-telemetry/api/Behavior/Internal/LogWriter/LogWriterInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Behavior/Internal/LogWriter/NoopLogWriter.php +%%WWWDIR%%/src/libs/open-telemetry/api/Behavior/Internal/LogWriter/Psr3LogWriter.php +%%WWWDIR%%/src/libs/open-telemetry/api/Behavior/Internal/LogWriter/StreamLogWriter.php +%%WWWDIR%%/src/libs/open-telemetry/api/Behavior/Internal/LogWriterFactory.php +%%WWWDIR%%/src/libs/open-telemetry/api/Behavior/Internal/Logging.php +%%WWWDIR%%/src/libs/open-telemetry/api/Behavior/LogsMessagesTrait.php +%%WWWDIR%%/src/libs/open-telemetry/api/Common/Time/Clock.php +%%WWWDIR%%/src/libs/open-telemetry/api/Common/Time/ClockInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Common/Time/SystemClock.php +%%WWWDIR%%/src/libs/open-telemetry/api/Common/Time/TestClock.php +%%WWWDIR%%/src/libs/open-telemetry/api/Configuration/Config/ComponentPlugin.php +%%WWWDIR%%/src/libs/open-telemetry/api/Configuration/Config/ComponentProvider.php +%%WWWDIR%%/src/libs/open-telemetry/api/Configuration/Config/ComponentProviderRegistry.php +%%WWWDIR%%/src/libs/open-telemetry/api/Configuration/ConfigEnv/EnvComponentLoader.php +%%WWWDIR%%/src/libs/open-telemetry/api/Configuration/ConfigEnv/EnvComponentLoaderRegistry.php +%%WWWDIR%%/src/libs/open-telemetry/api/Configuration/ConfigEnv/EnvResolver.php +%%WWWDIR%%/src/libs/open-telemetry/api/Configuration/ConfigProperties.php +%%WWWDIR%%/src/libs/open-telemetry/api/Configuration/ConfigProviderInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Configuration/Context.php +%%WWWDIR%%/src/libs/open-telemetry/api/Configuration/Noop/NoopConfigProperties.php +%%WWWDIR%%/src/libs/open-telemetry/api/Configuration/Noop/NoopConfigProvider.php +%%WWWDIR%%/src/libs/open-telemetry/api/Globals.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/AutoInstrumentation/ConfigurationRegistry.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/AutoInstrumentation/Context.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/AutoInstrumentation/ExtensionHookManager.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/AutoInstrumentation/GeneralInstrumentationConfiguration.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/AutoInstrumentation/HookManager.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/AutoInstrumentation/HookManagerInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/AutoInstrumentation/Instrumentation.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/AutoInstrumentation/InstrumentationConfiguration.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/AutoInstrumentation/NoopHookManager.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/CachedInstrumentation.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/Configuration/General/ConfigEnv/EnvComponentLoaderHttpConfig.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/Configuration/General/ConfigEnv/EnvComponentLoaderPeerConfig.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/Configuration/General/HttpConfig.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/Configuration/General/PeerConfig.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/ConfigurationResolver.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/ConfigurationResolverInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/Configurator.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/ContextKeys.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/InstrumentationInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/InstrumentationTrait.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/SpanAttribute.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/WithSpan.php +%%WWWDIR%%/src/libs/open-telemetry/api/Instrumentation/WithSpanHandler.php +%%WWWDIR%%/src/libs/open-telemetry/api/LoggerHolder.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/EventLoggerInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/EventLoggerProviderInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/LateBindingLogger.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/LateBindingLoggerProvider.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/LogRecord.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/LoggerInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/LoggerProviderInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/Map/Psr3.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/NoopEventLogger.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/NoopEventLoggerProvider.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/NoopLogger.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/NoopLoggerProvider.php +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/README.md +%%WWWDIR%%/src/libs/open-telemetry/api/Logs/Severity.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/AsynchronousInstrument.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/CounterInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/GaugeInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/HistogramInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/Instrument.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/LateBindingMeter.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/LateBindingMeterProvider.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/MeterInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/MeterProviderInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/Noop/NoopCounter.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/Noop/NoopGauge.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/Noop/NoopHistogram.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/Noop/NoopMeter.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/Noop/NoopMeterProvider.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/Noop/NoopObservableCallback.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/Noop/NoopObservableCounter.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/Noop/NoopObservableGauge.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/Noop/NoopObservableUpDownCounter.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/Noop/NoopUpDownCounter.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/ObservableCallbackInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/ObservableCounterInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/ObservableGaugeInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/ObservableUpDownCounterInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/ObserverInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/SynchronousInstrument.php +%%WWWDIR%%/src/libs/open-telemetry/api/Metrics/UpDownCounterInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/README.md +%%WWWDIR%%/src/libs/open-telemetry/api/Signals.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/LateBindingTracer.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/LateBindingTracerProvider.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/LocalRootSpan.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/NonRecordingSpan.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/NoopSpanBuilder.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/NoopTracer.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/NoopTracerProvider.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/Propagation/TraceContextPropagator.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/Propagation/TraceContextValidator.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/Span.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/SpanBuilderInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/SpanContext.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/SpanContextInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/SpanContextValidator.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/SpanInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/SpanKind.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/StatusCode.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/TraceFlags.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/TraceState.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/TraceStateInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/TracerInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/TracerProviderInterface.php +%%WWWDIR%%/src/libs/open-telemetry/api/Trace/functions.php +%%WWWDIR%%/src/libs/open-telemetry/api/composer.json +%%WWWDIR%%/src/libs/open-telemetry/context/Context.php +%%WWWDIR%%/src/libs/open-telemetry/context/ContextInterface.php +%%WWWDIR%%/src/libs/open-telemetry/context/ContextKey.php +%%WWWDIR%%/src/libs/open-telemetry/context/ContextKeyInterface.php +%%WWWDIR%%/src/libs/open-telemetry/context/ContextKeys.php +%%WWWDIR%%/src/libs/open-telemetry/context/ContextStorage.php +%%WWWDIR%%/src/libs/open-telemetry/context/ContextStorageHead.php +%%WWWDIR%%/src/libs/open-telemetry/context/ContextStorageHeadAware.php +%%WWWDIR%%/src/libs/open-telemetry/context/ContextStorageInterface.php +%%WWWDIR%%/src/libs/open-telemetry/context/ContextStorageNode.php +%%WWWDIR%%/src/libs/open-telemetry/context/ContextStorageScopeInterface.php +%%WWWDIR%%/src/libs/open-telemetry/context/DebugScope.php +%%WWWDIR%%/src/libs/open-telemetry/context/ExecutionContextAwareInterface.php +%%WWWDIR%%/src/libs/open-telemetry/context/FiberBoundContextStorage.php +%%WWWDIR%%/src/libs/open-telemetry/context/FiberBoundContextStorageExecutionAwareBC.php +%%WWWDIR%%/src/libs/open-telemetry/context/ImplicitContextKeyedInterface.php +%%WWWDIR%%/src/libs/open-telemetry/context/Propagation/ArrayAccessGetterSetter.php +%%WWWDIR%%/src/libs/open-telemetry/context/Propagation/ExtendedPropagationGetterInterface.php +%%WWWDIR%%/src/libs/open-telemetry/context/Propagation/MultiTextMapPropagator.php +%%WWWDIR%%/src/libs/open-telemetry/context/Propagation/NoopTextMapPropagator.php +%%WWWDIR%%/src/libs/open-telemetry/context/Propagation/PropagationGetterInterface.php +%%WWWDIR%%/src/libs/open-telemetry/context/Propagation/PropagationSetterInterface.php +%%WWWDIR%%/src/libs/open-telemetry/context/Propagation/SanitizeCombinedHeadersPropagationGetter.php +%%WWWDIR%%/src/libs/open-telemetry/context/Propagation/TextMapPropagatorInterface.php +%%WWWDIR%%/src/libs/open-telemetry/context/README.md +%%WWWDIR%%/src/libs/open-telemetry/context/ScopeInterface.php +%%WWWDIR%%/src/libs/open-telemetry/context/ZendObserverFiber.php +%%WWWDIR%%/src/libs/open-telemetry/context/composer.json +%%WWWDIR%%/src/libs/open-telemetry/context/fiber/initialize_fiber_handler.php +%%WWWDIR%%/src/libs/open-telemetry/context/fiber/zend_observer_fiber.h %%WWWDIR%%/src/libs/paragonie/constant_time_encoding/LICENSE.txt %%WWWDIR%%/src/libs/paragonie/constant_time_encoding/README.md %%WWWDIR%%/src/libs/paragonie/constant_time_encoding/composer.json @@ -1576,8 +2272,10 @@ %%WWWDIR%%/src/libs/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php %%WWWDIR%%/src/libs/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php %%WWWDIR%%/src/libs/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php +%%WWWDIR%%/src/libs/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php %%WWWDIR%%/src/libs/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php %%WWWDIR%%/src/libs/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php +%%WWWDIR%%/src/libs/phpseclib/phpseclib/phpseclib/Exception/TimeoutException.php %%WWWDIR%%/src/libs/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php %%WWWDIR%%/src/libs/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php %%WWWDIR%%/src/libs/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php @@ -1810,32 +2508,10 @@ %%WWWDIR%%/src/libs/ralouphie/getallheaders/README.md %%WWWDIR%%/src/libs/ralouphie/getallheaders/composer.json %%WWWDIR%%/src/libs/ralouphie/getallheaders/src/getallheaders.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/.github/FUNDING.yml -%%WWWDIR%%/src/libs/robthree/twofactorauth/.github/workflows/test-bacon.yml -%%WWWDIR%%/src/libs/robthree/twofactorauth/.github/workflows/test-endroid.yml -%%WWWDIR%%/src/libs/robthree/twofactorauth/.github/workflows/test.yml -%%WWWDIR%%/src/libs/robthree/twofactorauth/.gitignore -%%WWWDIR%%/src/libs/robthree/twofactorauth/.php-cs-fixer.dist.php %%WWWDIR%%/src/libs/robthree/twofactorauth/CHANGELOG.md %%WWWDIR%%/src/libs/robthree/twofactorauth/LICENSE %%WWWDIR%%/src/libs/robthree/twofactorauth/README.md -%%WWWDIR%%/src/libs/robthree/twofactorauth/TwoFactorAuth.phpproj -%%WWWDIR%%/src/libs/robthree/twofactorauth/TwoFactorAuth.sln %%WWWDIR%%/src/libs/robthree/twofactorauth/composer.json -%%WWWDIR%%/src/libs/robthree/twofactorauth/demo/demo.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/_config.yml -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/_layouts/post.html -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/assets/css/style.scss -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/getting-started.md -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/improved-code-verification.md -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/index.md -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/optional-configuration.md -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/qr-codes.md -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/qr-codes/bacon.md -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/qr-codes/endroid.md -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/qr-codes/image-charts.md -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/qr-codes/qr-server.md -%%WWWDIR%%/src/libs/robthree/twofactorauth/docs/qr-codes/qrickit.md %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Algorithm.php %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Qr/BaconQrCodeProvider.php %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Qr/BaseHTTPQRCodeProvider.php @@ -1849,9 +2525,7 @@ %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Qr/QRServerProvider.php %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Qr/QRicketProvider.php %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Rng/CSRNGProvider.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Rng/HashRNGProvider.php %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Rng/IRNGProvider.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Rng/OpenSSLRNGProvider.php %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Rng/RNGException.php %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Time/HttpTimeProvider.php %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Time/ITimeProvider.php @@ -1860,28 +2534,353 @@ %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/Providers/Time/TimeException.php %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/TwoFactorAuth.php %%WWWDIR%%/src/libs/robthree/twofactorauth/lib/TwoFactorAuthException.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/logo.png -%%WWWDIR%%/src/libs/robthree/twofactorauth/multifactorauthforeveryone.png -%%WWWDIR%%/src/libs/robthree/twofactorauth/phpstan.neon -%%WWWDIR%%/src/libs/robthree/twofactorauth/phpunit.xml -%%WWWDIR%%/src/libs/robthree/twofactorauth/tests/Providers/Qr/IQRCodeProviderTest.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/tests/Providers/Qr/TestQrProvider.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/tests/Providers/Rng/CSRNGProviderTest.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/tests/Providers/Rng/HashRNGProviderTest.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/tests/Providers/Rng/IRNGProviderTest.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/tests/Providers/Rng/NeedsRngLengths.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/tests/Providers/Rng/OpenSSLRNGProviderTest.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/tests/Providers/Rng/TestRNGProvider.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/tests/Providers/Time/ITimeProviderTest.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/tests/Providers/Time/TestTimeProvider.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/tests/TwoFactorAuthTest.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/testsDependency/BaconQRCodeTest.php -%%WWWDIR%%/src/libs/robthree/twofactorauth/testsDependency/EndroidQRCodeTest.php +%%WWWDIR%%/src/libs/symfony/config/Builder/ClassBuilder.php +%%WWWDIR%%/src/libs/symfony/config/Builder/ConfigBuilderGenerator.php +%%WWWDIR%%/src/libs/symfony/config/Builder/ConfigBuilderGeneratorInterface.php +%%WWWDIR%%/src/libs/symfony/config/Builder/ConfigBuilderInterface.php +%%WWWDIR%%/src/libs/symfony/config/Builder/Method.php +%%WWWDIR%%/src/libs/symfony/config/Builder/Property.php +%%WWWDIR%%/src/libs/symfony/config/CHANGELOG.md +%%WWWDIR%%/src/libs/symfony/config/ConfigCache.php +%%WWWDIR%%/src/libs/symfony/config/ConfigCacheFactory.php +%%WWWDIR%%/src/libs/symfony/config/ConfigCacheFactoryInterface.php +%%WWWDIR%%/src/libs/symfony/config/ConfigCacheInterface.php +%%WWWDIR%%/src/libs/symfony/config/Definition/ArrayNode.php +%%WWWDIR%%/src/libs/symfony/config/Definition/BaseNode.php +%%WWWDIR%%/src/libs/symfony/config/Definition/BooleanNode.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/ArrayNodeDefinition.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/BooleanNodeDefinition.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/BuilderAwareInterface.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/EnumNodeDefinition.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/ExprBuilder.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/FloatNodeDefinition.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/IntegerNodeDefinition.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/MergeBuilder.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/NodeBuilder.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/NodeDefinition.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/NodeParentInterface.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/NormalizationBuilder.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/NumericNodeDefinition.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/ParentNodeDefinitionInterface.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/ScalarNodeDefinition.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/StringNodeDefinition.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/TreeBuilder.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/ValidationBuilder.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Builder/VariableNodeDefinition.php +%%WWWDIR%%/src/libs/symfony/config/Definition/ConfigurableInterface.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Configuration.php +%%WWWDIR%%/src/libs/symfony/config/Definition/ConfigurationInterface.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Configurator/DefinitionConfigurator.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Dumper/XmlReferenceDumper.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Dumper/YamlReferenceDumper.php +%%WWWDIR%%/src/libs/symfony/config/Definition/EnumNode.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Exception/DuplicateKeyException.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Exception/Exception.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Exception/ForbiddenOverwriteException.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Exception/InvalidConfigurationException.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Exception/InvalidDefinitionException.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Exception/InvalidTypeException.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Exception/UnsetKeyException.php +%%WWWDIR%%/src/libs/symfony/config/Definition/FloatNode.php +%%WWWDIR%%/src/libs/symfony/config/Definition/IntegerNode.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Loader/DefinitionFileLoader.php +%%WWWDIR%%/src/libs/symfony/config/Definition/NodeInterface.php +%%WWWDIR%%/src/libs/symfony/config/Definition/NumericNode.php +%%WWWDIR%%/src/libs/symfony/config/Definition/Processor.php +%%WWWDIR%%/src/libs/symfony/config/Definition/PrototypeNodeInterface.php +%%WWWDIR%%/src/libs/symfony/config/Definition/PrototypedArrayNode.php +%%WWWDIR%%/src/libs/symfony/config/Definition/ScalarNode.php +%%WWWDIR%%/src/libs/symfony/config/Definition/StringNode.php +%%WWWDIR%%/src/libs/symfony/config/Definition/VariableNode.php +%%WWWDIR%%/src/libs/symfony/config/Exception/FileLoaderImportCircularReferenceException.php +%%WWWDIR%%/src/libs/symfony/config/Exception/FileLocatorFileNotFoundException.php +%%WWWDIR%%/src/libs/symfony/config/Exception/LoaderLoadException.php +%%WWWDIR%%/src/libs/symfony/config/Exception/LogicException.php +%%WWWDIR%%/src/libs/symfony/config/FileLocator.php +%%WWWDIR%%/src/libs/symfony/config/FileLocatorInterface.php +%%WWWDIR%%/src/libs/symfony/config/LICENSE +%%WWWDIR%%/src/libs/symfony/config/Loader/DelegatingLoader.php +%%WWWDIR%%/src/libs/symfony/config/Loader/DirectoryAwareLoaderInterface.php +%%WWWDIR%%/src/libs/symfony/config/Loader/FileLoader.php +%%WWWDIR%%/src/libs/symfony/config/Loader/GlobFileLoader.php +%%WWWDIR%%/src/libs/symfony/config/Loader/Loader.php +%%WWWDIR%%/src/libs/symfony/config/Loader/LoaderInterface.php +%%WWWDIR%%/src/libs/symfony/config/Loader/LoaderResolver.php +%%WWWDIR%%/src/libs/symfony/config/Loader/LoaderResolverInterface.php +%%WWWDIR%%/src/libs/symfony/config/Loader/ParamConfigurator.php +%%WWWDIR%%/src/libs/symfony/config/README.md +%%WWWDIR%%/src/libs/symfony/config/Resource/ClassExistenceResource.php +%%WWWDIR%%/src/libs/symfony/config/Resource/ComposerResource.php +%%WWWDIR%%/src/libs/symfony/config/Resource/DirectoryResource.php +%%WWWDIR%%/src/libs/symfony/config/Resource/FileExistenceResource.php +%%WWWDIR%%/src/libs/symfony/config/Resource/FileResource.php +%%WWWDIR%%/src/libs/symfony/config/Resource/GlobResource.php +%%WWWDIR%%/src/libs/symfony/config/Resource/ReflectionClassResource.php +%%WWWDIR%%/src/libs/symfony/config/Resource/ResourceInterface.php +%%WWWDIR%%/src/libs/symfony/config/Resource/SelfCheckingResourceChecker.php +%%WWWDIR%%/src/libs/symfony/config/Resource/SelfCheckingResourceInterface.php +%%WWWDIR%%/src/libs/symfony/config/Resource/SkippingResourceChecker.php +%%WWWDIR%%/src/libs/symfony/config/ResourceCheckerConfigCache.php +%%WWWDIR%%/src/libs/symfony/config/ResourceCheckerConfigCacheFactory.php +%%WWWDIR%%/src/libs/symfony/config/ResourceCheckerInterface.php +%%WWWDIR%%/src/libs/symfony/config/Util/Exception/InvalidXmlException.php +%%WWWDIR%%/src/libs/symfony/config/Util/Exception/XmlParsingException.php +%%WWWDIR%%/src/libs/symfony/config/Util/XmlUtils.php +%%WWWDIR%%/src/libs/symfony/config/composer.json +%%WWWDIR%%/src/libs/symfony/dependency-injection/Alias.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Argument/AbstractArgument.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Argument/ArgumentInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Argument/BoundArgument.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Argument/IteratorArgument.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Argument/LazyClosure.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Argument/RewindableGenerator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Argument/ServiceClosureArgument.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Argument/ServiceLocator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Argument/ServiceLocatorArgument.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Argument/TaggedIteratorArgument.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/AsAlias.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/AsDecorator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/AsTaggedItem.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/Autoconfigure.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/AutoconfigureTag.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/Autowire.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/AutowireCallable.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/AutowireDecorated.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/AutowireInline.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/AutowireIterator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/AutowireLocator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/AutowireMethodOf.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/AutowireServiceClosure.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/Exclude.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/Lazy.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/TaggedIterator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/TaggedLocator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/Target.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/When.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Attribute/WhenNot.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/CHANGELOG.md +%%WWWDIR%%/src/libs/symfony/dependency-injection/ChildDefinition.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/AbstractRecursivePass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/AliasDeprecatedPublicServicesPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/AttributeAutoconfigurationPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/AutoAliasServicePass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/AutowireAsDecoratorPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/AutowirePass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/AutowireRequiredMethodsPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/AutowireRequiredPropertiesPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/CheckAliasValidityPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/CheckArgumentsValidityPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/CheckTypeDeclarationsPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/Compiler.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/CompilerPassInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/DecoratorServicePass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/PassConfig.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/PriorityTaggedServiceTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/RegisterAutoconfigureAttributesPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/RegisterEnvVarProcessorsPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/RegisterReverseContainerPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/RegisterServiceSubscribersPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/RemoveBuildParametersPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveAutowireInlineAttributesPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveBindingsPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveChildDefinitionsPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveClassPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveDecoratorStackPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveEnvPlaceholdersPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveFactoryClassPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveHotPathPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveInstanceofConditionalsPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveNamedArgumentsPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveNoPreloadPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveServiceSubscribersPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ResolveTaggedIteratorArgumentPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ServiceLocatorTagPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Compiler/ValidateEnvPlaceholdersPass.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Config/ContainerParametersResource.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Container.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ContainerBuilder.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ContainerInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Definition.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Dumper/Dumper.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Dumper/DumperInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Dumper/GraphvizDumper.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Dumper/PhpDumper.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Dumper/Preloader.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Dumper/XmlDumper.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Dumper/YamlDumper.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/EnvVarLoaderInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/EnvVarProcessor.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/EnvVarProcessorInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/AutoconfigureFailedException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/AutowiringFailedException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/BadMethodCallException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/EmptyParameterValueException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/EnvNotFoundException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/EnvParameterException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/ExceptionInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/InvalidArgumentException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/InvalidParameterTypeException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/LogicException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/OutOfBoundsException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/ParameterNotFoundException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/RuntimeException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Exception/ServiceNotFoundException.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ExpressionLanguage.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ExpressionLanguageProvider.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Extension/AbstractExtension.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Extension/ConfigurableExtensionInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Extension/Extension.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Extension/ExtensionInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Extension/ExtensionTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Extension/PrependExtensionInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/LICENSE +%%WWWDIR%%/src/libs/symfony/dependency-injection/LazyProxy/Instantiator/InstantiatorInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/LazyProxy/Instantiator/LazyServiceInstantiator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/LazyProxy/PhpDumper/LazyServiceDumper.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/ClosureLoader.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/AbstractConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/AbstractServiceConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/AliasConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/ClosureReferenceConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/DefaultsConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/EnvConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/FromCallableConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/InlineServiceConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/InstanceofConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/ParametersConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/PrototypeConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/ReferenceConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/ServiceConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/ServicesConfigurator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/AbstractTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/ArgumentTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/AutoconfigureTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/AutowireTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/BindTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/CallTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/ClassTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/ConfiguratorTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/ConstructorTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/DecorateTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/DeprecateTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/FactoryTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/FileTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/FromCallableTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/LazyTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/ParentTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/PropertyTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/PublicTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/ShareTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/SyntheticTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/Configurator/Traits/TagTrait.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/DirectoryLoader.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/FileLoader.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/GlobFileLoader.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/IniFileLoader.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/PhpFileLoader.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/UndefinedExtensionHandler.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/XmlFileLoader.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/YamlFileLoader.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Loader/schema/dic/services/services-1.0.xsd +%%WWWDIR%%/src/libs/symfony/dependency-injection/Parameter.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ParameterBag/ContainerBag.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ParameterBag/ParameterBag.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/README.md +%%WWWDIR%%/src/libs/symfony/dependency-injection/Reference.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ReverseContainer.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/ServiceLocator.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/StaticEnvVarLoader.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/TaggedContainerInterface.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/TypedReference.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/Variable.php +%%WWWDIR%%/src/libs/symfony/dependency-injection/composer.json %%WWWDIR%%/src/libs/symfony/deprecation-contracts/CHANGELOG.md %%WWWDIR%%/src/libs/symfony/deprecation-contracts/LICENSE %%WWWDIR%%/src/libs/symfony/deprecation-contracts/README.md %%WWWDIR%%/src/libs/symfony/deprecation-contracts/composer.json %%WWWDIR%%/src/libs/symfony/deprecation-contracts/function.php +%%WWWDIR%%/src/libs/symfony/error-handler/BufferingLogger.php +%%WWWDIR%%/src/libs/symfony/error-handler/CHANGELOG.md +%%WWWDIR%%/src/libs/symfony/error-handler/Command/ErrorDumpCommand.php +%%WWWDIR%%/src/libs/symfony/error-handler/Debug.php +%%WWWDIR%%/src/libs/symfony/error-handler/DebugClassLoader.php +%%WWWDIR%%/src/libs/symfony/error-handler/Error/ClassNotFoundError.php +%%WWWDIR%%/src/libs/symfony/error-handler/Error/FatalError.php +%%WWWDIR%%/src/libs/symfony/error-handler/Error/OutOfMemoryError.php +%%WWWDIR%%/src/libs/symfony/error-handler/Error/UndefinedFunctionError.php +%%WWWDIR%%/src/libs/symfony/error-handler/Error/UndefinedMethodError.php +%%WWWDIR%%/src/libs/symfony/error-handler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php +%%WWWDIR%%/src/libs/symfony/error-handler/ErrorEnhancer/ErrorEnhancerInterface.php +%%WWWDIR%%/src/libs/symfony/error-handler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php +%%WWWDIR%%/src/libs/symfony/error-handler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php +%%WWWDIR%%/src/libs/symfony/error-handler/ErrorHandler.php +%%WWWDIR%%/src/libs/symfony/error-handler/ErrorRenderer/CliErrorRenderer.php +%%WWWDIR%%/src/libs/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php +%%WWWDIR%%/src/libs/symfony/error-handler/ErrorRenderer/FileLinkFormatter.php +%%WWWDIR%%/src/libs/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php +%%WWWDIR%%/src/libs/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php +%%WWWDIR%%/src/libs/symfony/error-handler/Exception/FlattenException.php +%%WWWDIR%%/src/libs/symfony/error-handler/Exception/SilencedErrorContext.php +%%WWWDIR%%/src/libs/symfony/error-handler/Internal/TentativeTypes.php +%%WWWDIR%%/src/libs/symfony/error-handler/LICENSE +%%WWWDIR%%/src/libs/symfony/error-handler/README.md +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/css/error.css +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/css/exception.css +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/css/exception_full.css +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/images/chevron-right.svg +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/images/favicon.png.base64 +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/images/icon-book.svg +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/images/icon-copy.svg +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/images/icon-minus-square-o.svg +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/images/icon-minus-square.svg +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/images/icon-plus-square-o.svg +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/images/icon-plus-square.svg +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/images/icon-support.svg +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/images/symfony-ghost.svg.php +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/images/symfony-logo.svg +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/assets/js/exception.js +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/bin/extract-tentative-return-types.php +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/bin/patch-type-declarations +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/views/error.html.php +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/views/exception.html.php +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/views/exception_full.html.php +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/views/logs.html.php +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/views/trace.html.php +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/views/traces.html.php +%%WWWDIR%%/src/libs/symfony/error-handler/Resources/views/traces_text.html.php +%%WWWDIR%%/src/libs/symfony/error-handler/ThrowableUtils.php +%%WWWDIR%%/src/libs/symfony/error-handler/composer.json %%WWWDIR%%/src/libs/symfony/event-dispatcher-contracts/CHANGELOG.md %%WWWDIR%%/src/libs/symfony/event-dispatcher-contracts/Event.php %%WWWDIR%%/src/libs/symfony/event-dispatcher-contracts/EventDispatcherInterface.php @@ -1902,8 +2901,21 @@ %%WWWDIR%%/src/libs/symfony/event-dispatcher/LICENSE %%WWWDIR%%/src/libs/symfony/event-dispatcher/README.md %%WWWDIR%%/src/libs/symfony/event-dispatcher/composer.json +%%WWWDIR%%/src/libs/symfony/filesystem/CHANGELOG.md +%%WWWDIR%%/src/libs/symfony/filesystem/Exception/ExceptionInterface.php +%%WWWDIR%%/src/libs/symfony/filesystem/Exception/FileNotFoundException.php +%%WWWDIR%%/src/libs/symfony/filesystem/Exception/IOException.php +%%WWWDIR%%/src/libs/symfony/filesystem/Exception/IOExceptionInterface.php +%%WWWDIR%%/src/libs/symfony/filesystem/Exception/InvalidArgumentException.php +%%WWWDIR%%/src/libs/symfony/filesystem/Exception/RuntimeException.php +%%WWWDIR%%/src/libs/symfony/filesystem/Filesystem.php +%%WWWDIR%%/src/libs/symfony/filesystem/LICENSE +%%WWWDIR%%/src/libs/symfony/filesystem/Path.php +%%WWWDIR%%/src/libs/symfony/filesystem/README.md +%%WWWDIR%%/src/libs/symfony/filesystem/composer.json %%WWWDIR%%/src/libs/symfony/html-sanitizer/CHANGELOG.md %%WWWDIR%%/src/libs/symfony/html-sanitizer/HtmlSanitizer.php +%%WWWDIR%%/src/libs/symfony/html-sanitizer/HtmlSanitizerAction.php %%WWWDIR%%/src/libs/symfony/html-sanitizer/HtmlSanitizerConfig.php %%WWWDIR%%/src/libs/symfony/html-sanitizer/HtmlSanitizerInterface.php %%WWWDIR%%/src/libs/symfony/html-sanitizer/LICENSE @@ -1970,16 +2982,19 @@ %%WWWDIR%%/src/libs/symfony/http-client/HttpClientTrait.php %%WWWDIR%%/src/libs/symfony/http-client/HttpOptions.php %%WWWDIR%%/src/libs/symfony/http-client/HttplugClient.php -%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpBody.php -%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpClientState.php -%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpListener.php -%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpResolver.php +%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpBodyV4.php +%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpBodyV5.php +%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpClientStateV4.php +%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpClientStateV5.php +%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpListenerV4.php +%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpListenerV5.php +%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpResolverV4.php +%%WWWDIR%%/src/libs/symfony/http-client/Internal/AmpResolverV5.php %%WWWDIR%%/src/libs/symfony/http-client/Internal/Canary.php %%WWWDIR%%/src/libs/symfony/http-client/Internal/ClientState.php %%WWWDIR%%/src/libs/symfony/http-client/Internal/CurlClientState.php %%WWWDIR%%/src/libs/symfony/http-client/Internal/DnsCache.php %%WWWDIR%%/src/libs/symfony/http-client/Internal/HttplugWaitLoop.php -%%WWWDIR%%/src/libs/symfony/http-client/Internal/LegacyHttplugInterface.php %%WWWDIR%%/src/libs/symfony/http-client/Internal/NativeClientState.php %%WWWDIR%%/src/libs/symfony/http-client/Internal/PushedResponse.php %%WWWDIR%%/src/libs/symfony/http-client/LICENSE @@ -1990,7 +3005,8 @@ %%WWWDIR%%/src/libs/symfony/http-client/NoPrivateNetworkHttpClient.php %%WWWDIR%%/src/libs/symfony/http-client/Psr18Client.php %%WWWDIR%%/src/libs/symfony/http-client/README.md -%%WWWDIR%%/src/libs/symfony/http-client/Response/AmpResponse.php +%%WWWDIR%%/src/libs/symfony/http-client/Response/AmpResponseV4.php +%%WWWDIR%%/src/libs/symfony/http-client/Response/AmpResponseV5.php %%WWWDIR%%/src/libs/symfony/http-client/Response/AsyncContext.php %%WWWDIR%%/src/libs/symfony/http-client/Response/AsyncResponse.php %%WWWDIR%%/src/libs/symfony/http-client/Response/CommonResponseTrait.php @@ -2009,6 +3025,7 @@ %%WWWDIR%%/src/libs/symfony/http-client/RetryableHttpClient.php %%WWWDIR%%/src/libs/symfony/http-client/ScopingHttpClient.php %%WWWDIR%%/src/libs/symfony/http-client/Test/HarFileResponseFactory.php +%%WWWDIR%%/src/libs/symfony/http-client/ThrottlingHttpClient.php %%WWWDIR%%/src/libs/symfony/http-client/TraceableHttpClient.php %%WWWDIR%%/src/libs/symfony/http-client/UriTemplateHttpClient.php %%WWWDIR%%/src/libs/symfony/http-client/composer.json @@ -2018,14 +3035,20 @@ %%WWWDIR%%/src/libs/symfony/http-foundation/CHANGELOG.md %%WWWDIR%%/src/libs/symfony/http-foundation/ChainRequestMatcher.php %%WWWDIR%%/src/libs/symfony/http-foundation/Cookie.php +%%WWWDIR%%/src/libs/symfony/http-foundation/EventStreamResponse.php %%WWWDIR%%/src/libs/symfony/http-foundation/Exception/BadRequestException.php %%WWWDIR%%/src/libs/symfony/http-foundation/Exception/ConflictingHeadersException.php +%%WWWDIR%%/src/libs/symfony/http-foundation/Exception/ExceptionInterface.php +%%WWWDIR%%/src/libs/symfony/http-foundation/Exception/ExpiredSignedUriException.php %%WWWDIR%%/src/libs/symfony/http-foundation/Exception/JsonException.php +%%WWWDIR%%/src/libs/symfony/http-foundation/Exception/LogicException.php %%WWWDIR%%/src/libs/symfony/http-foundation/Exception/RequestExceptionInterface.php %%WWWDIR%%/src/libs/symfony/http-foundation/Exception/SessionNotFoundException.php +%%WWWDIR%%/src/libs/symfony/http-foundation/Exception/SignedUriException.php %%WWWDIR%%/src/libs/symfony/http-foundation/Exception/SuspiciousOperationException.php %%WWWDIR%%/src/libs/symfony/http-foundation/Exception/UnexpectedValueException.php -%%WWWDIR%%/src/libs/symfony/http-foundation/ExpressionRequestMatcher.php +%%WWWDIR%%/src/libs/symfony/http-foundation/Exception/UnsignedUriException.php +%%WWWDIR%%/src/libs/symfony/http-foundation/Exception/UnverifiedSignedUriException.php %%WWWDIR%%/src/libs/symfony/http-foundation/File/Exception/AccessDeniedException.php %%WWWDIR%%/src/libs/symfony/http-foundation/File/Exception/CannotWriteFileException.php %%WWWDIR%%/src/libs/symfony/http-foundation/File/Exception/ExtensionFileException.php @@ -2055,21 +3078,23 @@ %%WWWDIR%%/src/libs/symfony/http-foundation/RateLimiter/RequestRateLimiterInterface.php %%WWWDIR%%/src/libs/symfony/http-foundation/RedirectResponse.php %%WWWDIR%%/src/libs/symfony/http-foundation/Request.php -%%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher.php %%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher/AttributesRequestMatcher.php %%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher/ExpressionRequestMatcher.php +%%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher/HeaderRequestMatcher.php %%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher/HostRequestMatcher.php %%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher/IpsRequestMatcher.php %%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher/IsJsonRequestMatcher.php %%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher/MethodRequestMatcher.php %%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher/PathRequestMatcher.php %%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher/PortRequestMatcher.php +%%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher/QueryParameterRequestMatcher.php %%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcher/SchemeRequestMatcher.php %%WWWDIR%%/src/libs/symfony/http-foundation/RequestMatcherInterface.php %%WWWDIR%%/src/libs/symfony/http-foundation/RequestStack.php %%WWWDIR%%/src/libs/symfony/http-foundation/Response.php %%WWWDIR%%/src/libs/symfony/http-foundation/ResponseHeaderBag.php %%WWWDIR%%/src/libs/symfony/http-foundation/ServerBag.php +%%WWWDIR%%/src/libs/symfony/http-foundation/ServerEvent.php %%WWWDIR%%/src/libs/symfony/http-foundation/Session/Attribute/AttributeBag.php %%WWWDIR%%/src/libs/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php %%WWWDIR%%/src/libs/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php @@ -2123,6 +3148,1528 @@ %%WWWDIR%%/src/libs/symfony/http-foundation/UriSigner.php %%WWWDIR%%/src/libs/symfony/http-foundation/UrlHelper.php %%WWWDIR%%/src/libs/symfony/http-foundation/composer.json +%%WWWDIR%%/src/libs/symfony/http-kernel/Attribute/AsController.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Attribute/AsTargetedValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Attribute/Cache.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Attribute/MapDateTime.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Attribute/MapQueryParameter.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Attribute/MapQueryString.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Attribute/MapRequestPayload.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Attribute/MapUploadedFile.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Attribute/ValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Attribute/WithHttpStatus.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Attribute/WithLogLevel.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Bundle/AbstractBundle.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Bundle/Bundle.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Bundle/BundleExtension.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Bundle/BundleInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/CHANGELOG.md +%%WWWDIR%%/src/libs/symfony/http-kernel/CacheClearer/CacheClearerInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/CacheClearer/ChainCacheClearer.php +%%WWWDIR%%/src/libs/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php +%%WWWDIR%%/src/libs/symfony/http-kernel/CacheWarmer/CacheWarmer.php +%%WWWDIR%%/src/libs/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php +%%WWWDIR%%/src/libs/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/CacheWarmer/WarmableInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Config/FileLocator.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/BackedEnumValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/DateTimeValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/UidValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ArgumentResolverInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ContainerControllerResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ControllerReference.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ControllerResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ControllerResolverInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ErrorController.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/TraceableArgumentResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/TraceableControllerResolver.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Controller/ValueResolverInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/ControllerMetadata/ArgumentMetadata.php +%%WWWDIR%%/src/libs/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php +%%WWWDIR%%/src/libs/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/AjaxDataCollector.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/ConfigDataCollector.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/DataCollector.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/DataCollectorInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/DumpDataCollector.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/EventDataCollector.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/ExceptionDataCollector.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/LoggerDataCollector.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/MemoryDataCollector.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/RequestDataCollector.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/RouterDataCollector.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DataCollector/TimeDataCollector.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Debug/ErrorHandlerConfigurator.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Debug/TraceableEventDispatcher.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Debug/VirtualRequestStack.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/Extension.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/LoggerPass.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/RegisterLocaleAwareServicesPass.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/ResettableServicePass.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/ServicesResetter.php +%%WWWDIR%%/src/libs/symfony/http-kernel/DependencyInjection/ServicesResetterInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Event/ControllerArgumentsEvent.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Event/ControllerEvent.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Event/ExceptionEvent.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Event/FinishRequestEvent.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Event/KernelEvent.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Event/RequestEvent.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Event/ResponseEvent.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Event/TerminateEvent.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Event/ViewEvent.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/AbstractSessionListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/AddRequestFormatsListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/CacheAttributeListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/DebugHandlersListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/DumpListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/ErrorListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/FragmentListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/LocaleAwareListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/LocaleListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/ProfilerListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/ResponseListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/RouterListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/SessionListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/SurrogateListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/EventListener/ValidateRequestListener.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/AccessDeniedHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/BadRequestHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/ConflictHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/ControllerDoesNotReturnResponseException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/GoneHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/HttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/HttpExceptionInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/InvalidMetadataException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/LengthRequiredHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/LockedHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/MethodNotAllowedHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/NearMissValueResolverException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/NotAcceptableHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/NotFoundHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/PreconditionFailedHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/ResolverNotFoundException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/ServiceUnavailableHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/TooManyRequestsHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/UnauthorizedHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/UnexpectedSessionUsageException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/UnprocessableEntityHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Exception/UnsupportedMediaTypeHttpException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Fragment/EsiFragmentRenderer.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Fragment/FragmentHandler.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Fragment/FragmentRendererInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Fragment/FragmentUriGenerator.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Fragment/InlineFragmentRenderer.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Fragment/SsiFragmentRenderer.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpCache/AbstractSurrogate.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpCache/CacheWasLockedException.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpCache/Esi.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpCache/HttpCache.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpCache/Ssi.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpCache/Store.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpCache/StoreInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpCache/SubRequestHandler.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpCache/SurrogateInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpClientKernel.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpKernel.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpKernelBrowser.php +%%WWWDIR%%/src/libs/symfony/http-kernel/HttpKernelInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Kernel.php +%%WWWDIR%%/src/libs/symfony/http-kernel/KernelEvents.php +%%WWWDIR%%/src/libs/symfony/http-kernel/KernelInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/LICENSE +%%WWWDIR%%/src/libs/symfony/http-kernel/Log/DebugLoggerConfigurator.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Log/DebugLoggerInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Log/Logger.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Profiler/FileProfilerStorage.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Profiler/Profile.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Profiler/Profiler.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Profiler/ProfilerStateChecker.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Profiler/ProfilerStorageInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/README.md +%%WWWDIR%%/src/libs/symfony/http-kernel/RebootableInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/Resources/welcome.html.php +%%WWWDIR%%/src/libs/symfony/http-kernel/TerminableInterface.php +%%WWWDIR%%/src/libs/symfony/http-kernel/composer.json +%%WWWDIR%%/src/libs/symfony/intl/CHANGELOG.md +%%WWWDIR%%/src/libs/symfony/intl/Countries.php +%%WWWDIR%%/src/libs/symfony/intl/Currencies.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Compiler/BundleCompilerInterface.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Compiler/GenrbCompiler.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Reader/BufferedBundleReader.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Reader/BundleEntryReader.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Reader/BundleEntryReaderInterface.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Reader/BundleReaderInterface.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Reader/IntlBundleReader.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Reader/JsonBundleReader.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Reader/PhpBundleReader.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Writer/BundleWriterInterface.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Writer/JsonBundleWriter.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Writer/PhpBundleWriter.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Bundle/Writer/TextBundleWriter.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Generator/AbstractDataGenerator.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Generator/CurrencyDataGenerator.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Generator/FallbackTrait.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Generator/GeneratorConfig.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Generator/LanguageDataGenerator.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Generator/LocaleDataGenerator.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Generator/RegionDataGenerator.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Generator/ScriptDataGenerator.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Generator/TimezoneDataGenerator.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Util/ArrayAccessibleResourceBundle.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Util/LocaleScanner.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Util/RecursiveArrayAccess.php +%%WWWDIR%%/src/libs/symfony/intl/Data/Util/RingBuffer.php +%%WWWDIR%%/src/libs/symfony/intl/Exception/BadMethodCallException.php +%%WWWDIR%%/src/libs/symfony/intl/Exception/ExceptionInterface.php +%%WWWDIR%%/src/libs/symfony/intl/Exception/InvalidArgumentException.php +%%WWWDIR%%/src/libs/symfony/intl/Exception/MissingResourceException.php +%%WWWDIR%%/src/libs/symfony/intl/Exception/OutOfBoundsException.php +%%WWWDIR%%/src/libs/symfony/intl/Exception/ResourceBundleNotFoundException.php +%%WWWDIR%%/src/libs/symfony/intl/Exception/RuntimeException.php +%%WWWDIR%%/src/libs/symfony/intl/Exception/UnexpectedTypeException.php +%%WWWDIR%%/src/libs/symfony/intl/Intl.php +%%WWWDIR%%/src/libs/symfony/intl/LICENSE +%%WWWDIR%%/src/libs/symfony/intl/Languages.php +%%WWWDIR%%/src/libs/symfony/intl/Locale.php +%%WWWDIR%%/src/libs/symfony/intl/Locales.php +%%WWWDIR%%/src/libs/symfony/intl/README.md +%%WWWDIR%%/src/libs/symfony/intl/ResourceBundle.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/bin/compress +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/af.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/af_NA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ak.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/am.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ar.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ar_DJ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ar_ER.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ar_KM.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ar_LB.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ar_SO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ar_SS.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/as.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/az.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/az_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/be.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/bg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/bm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/bn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/bn_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/bo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/bo_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/br.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/bs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/bs_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ca.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ca_FR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ce.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/cs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/cv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/cy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/da.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/de.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/de_CH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/de_LI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/de_LU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/dz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ee.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/el.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_001.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_150.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_AG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_AI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_AT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_AU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_BB.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_BI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_BM.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_BS.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_BW.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_BZ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_CA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_CC.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_CK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_CX.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_DK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_DM.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_ER.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_FJ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_FK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_GD.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_GG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_GH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_GI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_GM.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_GY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_ID.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_IM.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_JE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_JM.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_KE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_KI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_KN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_KY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_LC.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_LR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_LS.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_MG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_MO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_MS.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_MT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_MU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_MV.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_MW.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_MY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_NA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_NF.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_NG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_NH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_NO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_NR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_NU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_NZ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_PG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_PK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_PN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_RW.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_SB.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_SC.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_SE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_SG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_SH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_SL.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_SS.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_SX.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_SZ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_TK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_TO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_TT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_TV.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_TZ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_UG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_VC.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_VU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_WS.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_ZA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/en_ZM.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_419.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_AR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_BO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_BR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_BZ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_CL.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_CO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_CR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_CU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_DO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_EC.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_GQ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_GT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_HN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_MX.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_NI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_PA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_PE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_PH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_PR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_PY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_SV.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_US.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_UY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/es_VE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/et.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/eu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fa_AF.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm_BF.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm_CM.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm_GH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm_GM.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm_GW.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm_LR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm_MR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm_NE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm_NG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm_SL.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Adlm_SN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_GN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Latn_GH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Latn_GM.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Latn_GN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Latn_LR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Latn_MR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Latn_NG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_Latn_SL.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ff_MR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fo_DK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_BI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_CA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_CD.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_DJ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_DZ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_GN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_HT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_KM.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_LU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_MG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_MR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_MU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_RW.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_SC.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_SY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_TN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fr_VU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/fy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ga.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/gd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/gl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/gu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ha.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ha_GH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/he.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/hi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/hi_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/hr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/hr_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/hu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/hy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ia.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/id.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ig.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ii.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/in.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/is.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/it.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/iw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ja.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/jv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ka.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ki.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/kk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/kl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/km.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/kn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ko.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ks.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ks_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ku.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ky.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/lb.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/lg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ln.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ln_AO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/lo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/lt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/lu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/lv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/meta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/mg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/mi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/mk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ml.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/mn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/mo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/mr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ms.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ms_BN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ms_ID.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ms_SG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/mt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/my.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/nd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ne.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/nl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/nl_AW.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/nl_BQ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/nl_CW.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/nl_SR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/nl_SX.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/nn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/no.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/no_NO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/om.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/om_KE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/or.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/os.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/os_RU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/pa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/pa_Arab.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/pl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ps.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ps_PK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/pt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/pt_AO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/pt_CV.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/pt_LU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/pt_MO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/pt_MZ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/pt_PT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/pt_ST.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/qu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/qu_BO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/qu_EC.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/rm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/rn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ro.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ro_MD.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/root.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ru.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ru_BY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ru_KG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ru_KZ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ru_MD.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/rw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sc.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sd_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/se.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/se_SE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sh_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/si.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/so.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/so_DJ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/so_ET.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/so_KE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sq.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sq_MK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sr_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sr_Cyrl_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sr_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sr_Latn_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/st.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/st_LS.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/su.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sw_CD.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sw_KE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/sw_UG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ta_LK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ta_MY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ta_SG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/te.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/tg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/th.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ti.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ti_ER.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/tk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/tl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/tn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/tn_BW.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/to.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/tr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/tt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ug.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/uk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ur.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/ur_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/uz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/uz_Arab.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/uz_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/vi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/wo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/xh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/yi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/yo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/yo_BJ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/zh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/zh_HK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/zh_Hans_HK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/zh_Hans_MO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/zh_Hans_SG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/zh_Hant.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/zh_Hant_HK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/zh_Hant_MO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/zh_MO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/zh_SG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/currencies/zu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/git-info.txt +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/af.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ak.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/am.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ar.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ar_EG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ar_LY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ar_SA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/as.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/az.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/az_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/be.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/bg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/bm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/bn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/bn_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/bo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/br.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/bs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/bs_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ca.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ce.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/cs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/cv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/cy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/da.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/de.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/de_AT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/de_CH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/dz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ee.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/el.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/en.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/en_001.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/en_AU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/en_CA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/en_GB.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/en_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/eo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_419.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_AR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_BO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_CL.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_CO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_CR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_DO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_EC.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_GT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_HN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_MX.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_NI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_PA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_PE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_PR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_PY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_SV.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_US.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/es_VE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/et.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/eu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/fa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/fa_AF.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ff.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ff_Adlm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/fi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/fo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/fr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/fr_BE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/fr_CA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/fr_CH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/fy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ga.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/gd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/gl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/gu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/gv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ha.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/he.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/hi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/hi_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/hr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/hu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/hy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ia.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/id.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ie.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ig.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ii.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/in.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/is.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/it.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/iw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ja.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/jv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ka.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ki.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/kk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/kl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/km.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/kn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ko.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ks.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ks_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ku.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/kw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ky.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/lb.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/lg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ln.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/lo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/lt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/lu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/lv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/meta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/mg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/mi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/mk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ml.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/mn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/mo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/mr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ms.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/mt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/my.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/nd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ne.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/nl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/nn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/no.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/no_NO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/oc.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/om.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/or.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/os.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/pa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/pa_Arab.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/pl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ps.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ps_PK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/pt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/pt_PT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/qu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/rm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/rn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ro.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ro_MD.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ru.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/rw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sc.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sd_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/se.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/se_FI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sh_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/si.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/so.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sq.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sr_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sr_Cyrl_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sr_Cyrl_ME.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sr_Cyrl_XK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sr_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sr_Latn_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sr_Latn_ME.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sr_Latn_XK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sr_ME.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sr_XK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/st.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/su.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sw_CD.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/sw_KE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/te.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/tg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/th.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ti.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ti_ER.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/tk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/tl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/tn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/to.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/tr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/tt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ug.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/uk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ur.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/ur_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/uz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/uz_Arab.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/uz_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/vi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/wo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/xh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/yi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/yo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/yo_BJ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/za.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/zh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/zh_HK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/zh_Hant.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/zh_Hant_HK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/languages/zu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/af.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ak.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/am.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ar.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ar_EG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ar_LY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ar_SA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/as.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/az.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/az_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/be.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/bg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/bm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/bn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/bn_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/bo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/br.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/bs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/bs_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ca.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ce.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/cs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/cv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/cy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/da.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/de.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/de_AT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/de_CH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/dz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ee.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/el.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/en.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/en_001.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/en_AU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/en_CA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/en_GB.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/en_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/eo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_419.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_AR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_BO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_CL.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_CO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_CR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_DO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_EC.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_GT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_HN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_MX.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_NI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_PA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_PE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_PR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_PY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_SV.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_US.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/es_VE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/et.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/eu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/fa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/fa_AF.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ff.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ff_Adlm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/fi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/fo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/fr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/fr_BE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/fr_CA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/fr_CH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/fy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ga.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/gd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/gl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/gu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/gv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ha.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/he.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/hi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/hi_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/hr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/hu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/hy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ia.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/id.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ie.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ig.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ii.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/is.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/it.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ja.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/jv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ka.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ki.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/kk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/kl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/km.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/kn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ko.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ko_KP.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ks.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ks_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ku.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/kw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ky.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/lb.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/lg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ln.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/lo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/lt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/lu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/lv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/meta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/mg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/mi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/mk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ml.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/mn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/mr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ms.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/mt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/my.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/nd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ne.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/nl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/nn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/no.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/oc.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/om.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/or.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/os.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/pa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/pa_Arab.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/pl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ps.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ps_PK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/pt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/pt_PT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/qu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/rm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/rn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ro.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ro_MD.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ru.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ru_UA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/rw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sc.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sd_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/se.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/se_FI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/si.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/so.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sq.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sr_Cyrl_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sr_Cyrl_ME.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sr_Cyrl_XK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sr_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sr_Latn_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sr_Latn_ME.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sr_Latn_XK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/st.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/su.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sw_CD.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/sw_KE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/te.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/tg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/th.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ti.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ti_ER.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/tk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/tn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/to.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/tr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/tt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ug.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/uk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ur.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/ur_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/uz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/uz_Arab.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/uz_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/vi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/wo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/xh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/yi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/yo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/yo_BJ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/za.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/zh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/zh_Hant.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/zh_Hant_HK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/locales/zu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/af.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ak.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/am.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ar.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ar_LY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ar_SA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/as.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/az.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/az_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/be.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/bg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/bm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/bn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/bn_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/bo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/bo_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/br.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/bs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/bs_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ca.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ce.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/cs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/cv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/cy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/da.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/de.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/de_AT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/de_CH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/dz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ee.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/el.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/en.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/en_001.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/en_AU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/en_CA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/eo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_419.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_AR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_BO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_CL.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_CO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_CR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_DO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_EC.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_GT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_HN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_MX.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_NI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_PA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_PE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_PR.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_PY.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_SV.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_US.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/es_VE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/et.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/eu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/fa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/fa_AF.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ff.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ff_Adlm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/fi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/fo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/fr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/fr_BE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/fr_CA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/fy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ga.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/gd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/gl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/gu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/gv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ha.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/he.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/hi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/hi_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/hr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/hu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/hy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ia.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/id.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ie.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ig.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ii.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/in.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/is.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/it.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/iw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ja.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/jv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ka.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ki.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/kk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/kl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/km.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/kn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ko.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ko_KP.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ks.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ks_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ku.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/kw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ky.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/lb.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/lg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ln.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/lo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/lt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/lu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/lv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/meta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/mg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/mi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/mk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ml.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/mn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/mo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/mr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ms.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/mt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/my.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/nd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ne.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/nl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/nn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/no.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/no_NO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/oc.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/om.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/or.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/os.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/pa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/pa_Arab.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/pl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ps.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ps_PK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/pt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/pt_PT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/qu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/rm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/rn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ro.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ro_MD.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ru.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ru_UA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/rw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sc.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sd_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/se.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/se_FI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sh_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/si.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/so.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sq.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sr_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sr_Cyrl_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sr_Cyrl_ME.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sr_Cyrl_XK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sr_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sr_Latn_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sr_Latn_ME.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sr_Latn_XK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sr_ME.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sr_XK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/st.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/su.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sw_CD.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/sw_KE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/te.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/tg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/th.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ti.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/tk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/tl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/tn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/to.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/tr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/tt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ug.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/uk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ur.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/ur_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/uz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/uz_Arab.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/uz_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/vi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/wo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/xh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/yi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/yo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/yo_BJ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/za.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/zh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/zh_HK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/zh_Hant.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/zh_Hant_HK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/regions/zu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/af.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ak.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/am.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ar.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/as.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/az.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/az_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/be.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/bg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/bn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/bo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/br.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/bs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/bs_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ca.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ce.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/cs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/cv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/cy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/da.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/de.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/dz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ee.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/el.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/en.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/en_AU.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/en_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/eo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/es.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/es_419.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/es_US.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/et.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/eu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/fa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/fa_AF.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ff_Adlm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/fi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/fo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/fr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/fr_CA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/fy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ga.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/gd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/gl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/gu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ha.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/he.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/hi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/hi_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/hr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/hu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/hy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ia.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/id.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ie.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ig.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ii.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/in.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/is.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/it.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/iw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ja.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/jv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ka.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/kk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/km.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/kn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ko.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ks.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ks_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ku.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ky.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/lb.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/lo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/lt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/lv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/meta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/mi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/mk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ml.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/mn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/mo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/mr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ms.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/mt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/my.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ne.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/nl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/nn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/no.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/no_NO.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/oc.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/om.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/or.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/os.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/pa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/pa_Arab.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/pl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ps.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/pt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/pt_PT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/qu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/rm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ro.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ru.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/rw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sc.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sd_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/se.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/se_FI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/si.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/so.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sq.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sr_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/st.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/su.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/sw_KE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/te.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/tg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/th.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ti.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/tk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/tl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/tn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/to.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/tr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/tt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ug.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/uk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/ur.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/uz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/uz_Arab.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/uz_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/vi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/wo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/xh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/yi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/yo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/yo_BJ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/za.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/zh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/zh_HK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/zh_Hant.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/zh_Hant_HK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/scripts/zu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/af.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ak.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/am.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ar.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/as.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/az.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/be.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/bg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/bn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/bo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/br.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/bs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/bs_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ca.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ce.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/cs.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/cv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/cy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/da.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/de.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/de_CH.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/dz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ee.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/el.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/en.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/en_001.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/en_CA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/en_GB.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/en_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/eo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/es.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/es_419.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/es_MX.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/es_US.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/et.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/eu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/fa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ff_Adlm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/fi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/fo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/fr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/fr_CA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/fy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ga.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/gd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/gl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/gu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ha.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/he.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/hi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/hi_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/hr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/hu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/hy.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ia.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/id.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ie.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ig.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ii.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/is.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/it.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ja.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/jv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ka.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/kk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/km.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/kn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ko.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ko_KP.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ks.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ks_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ku.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ky.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/lb.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ln.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/lo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/lt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/lv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/meta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/mi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/mk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ml.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/mn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/mr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ms.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ms_ID.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/mt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/my.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ne.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/nl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/nn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/no.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/oc.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/om.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/or.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/os.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/pa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/pl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ps.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ps_PK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/pt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/pt_PT.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/qu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/rm.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ro.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/root.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ru.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/rw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sa.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sc.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sd.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sd_Deva.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/se.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/se_FI.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/si.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/so.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sq.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sr_Cyrl_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sr_Latn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sr_Latn_BA.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/st.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/su.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sv.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sw.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/sw_KE.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ta.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/te.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/tg.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/th.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ti.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/tk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/tn.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/to.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/tr.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/tt.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ug.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/uk.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ur.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/ur_IN.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/uz.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/uz_Arab.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/uz_Cyrl.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/vi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/wo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/xh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/yi.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/yo.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/yo_BJ.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/za.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/zh.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/zh_Hans_SG.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/zh_Hant.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/zh_Hant_HK.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/timezones/zu.php +%%WWWDIR%%/src/libs/symfony/intl/Resources/data/version.txt +%%WWWDIR%%/src/libs/symfony/intl/Scripts.php +%%WWWDIR%%/src/libs/symfony/intl/Timezones.php +%%WWWDIR%%/src/libs/symfony/intl/Transliterator/EmojiTransliterator.php +%%WWWDIR%%/src/libs/symfony/intl/Util/GitRepository.php +%%WWWDIR%%/src/libs/symfony/intl/Util/GzipStreamWrapper.php +%%WWWDIR%%/src/libs/symfony/intl/Util/IcuVersion.php +%%WWWDIR%%/src/libs/symfony/intl/Util/IntlTestHelper.php +%%WWWDIR%%/src/libs/symfony/intl/Util/Version.php +%%WWWDIR%%/src/libs/symfony/intl/composer.json %%WWWDIR%%/src/libs/symfony/mailer/CHANGELOG.md %%WWWDIR%%/src/libs/symfony/mailer/Command/MailerTestCommand.php %%WWWDIR%%/src/libs/symfony/mailer/DataCollector/MessageDataCollector.php @@ -2132,10 +4679,14 @@ %%WWWDIR%%/src/libs/symfony/mailer/Event/MessageEvent.php %%WWWDIR%%/src/libs/symfony/mailer/Event/MessageEvents.php %%WWWDIR%%/src/libs/symfony/mailer/Event/SentMessageEvent.php +%%WWWDIR%%/src/libs/symfony/mailer/EventListener/DkimSignedMessageListener.php %%WWWDIR%%/src/libs/symfony/mailer/EventListener/EnvelopeListener.php %%WWWDIR%%/src/libs/symfony/mailer/EventListener/MessageListener.php %%WWWDIR%%/src/libs/symfony/mailer/EventListener/MessageLoggerListener.php %%WWWDIR%%/src/libs/symfony/mailer/EventListener/MessengerTransportListener.php +%%WWWDIR%%/src/libs/symfony/mailer/EventListener/SmimeCertificateRepositoryInterface.php +%%WWWDIR%%/src/libs/symfony/mailer/EventListener/SmimeEncryptedMessageListener.php +%%WWWDIR%%/src/libs/symfony/mailer/EventListener/SmimeSignedMessageListener.php %%WWWDIR%%/src/libs/symfony/mailer/Exception/ExceptionInterface.php %%WWWDIR%%/src/libs/symfony/mailer/Exception/HttpTransportException.php %%WWWDIR%%/src/libs/symfony/mailer/Exception/IncompleteDsnException.php @@ -2155,8 +4706,10 @@ %%WWWDIR%%/src/libs/symfony/mailer/Messenger/SendEmailMessage.php %%WWWDIR%%/src/libs/symfony/mailer/README.md %%WWWDIR%%/src/libs/symfony/mailer/SentMessage.php +%%WWWDIR%%/src/libs/symfony/mailer/Test/AbstractTransportFactoryTestCase.php %%WWWDIR%%/src/libs/symfony/mailer/Test/Constraint/EmailCount.php %%WWWDIR%%/src/libs/symfony/mailer/Test/Constraint/EmailIsQueued.php +%%WWWDIR%%/src/libs/symfony/mailer/Test/IncompleteDsnTestTrait.php %%WWWDIR%%/src/libs/symfony/mailer/Test/TransportFactoryTestCase.php %%WWWDIR%%/src/libs/symfony/mailer/Transport.php %%WWWDIR%%/src/libs/symfony/mailer/Transport/AbstractApiTransport.php @@ -2252,7 +4805,6 @@ %%WWWDIR%%/src/libs/symfony/mime/Part/TextPart.php %%WWWDIR%%/src/libs/symfony/mime/README.md %%WWWDIR%%/src/libs/symfony/mime/RawMessage.php -%%WWWDIR%%/src/libs/symfony/mime/Resources/bin/update_mime_types.php %%WWWDIR%%/src/libs/symfony/mime/Test/Constraint/EmailAddressContains.php %%WWWDIR%%/src/libs/symfony/mime/Test/Constraint/EmailAttachmentCount.php %%WWWDIR%%/src/libs/symfony/mime/Test/Constraint/EmailHasHeader.php @@ -2261,6 +4813,12 @@ %%WWWDIR%%/src/libs/symfony/mime/Test/Constraint/EmailSubjectContains.php %%WWWDIR%%/src/libs/symfony/mime/Test/Constraint/EmailTextBodyContains.php %%WWWDIR%%/src/libs/symfony/mime/composer.json +%%WWWDIR%%/src/libs/symfony/polyfill-ctype/Ctype.php +%%WWWDIR%%/src/libs/symfony/polyfill-ctype/LICENSE +%%WWWDIR%%/src/libs/symfony/polyfill-ctype/README.md +%%WWWDIR%%/src/libs/symfony/polyfill-ctype/bootstrap.php +%%WWWDIR%%/src/libs/symfony/polyfill-ctype/bootstrap80.php +%%WWWDIR%%/src/libs/symfony/polyfill-ctype/composer.json %%WWWDIR%%/src/libs/symfony/polyfill-intl-idn/Idn.php %%WWWDIR%%/src/libs/symfony/polyfill-intl-idn/Info.php %%WWWDIR%%/src/libs/symfony/polyfill-intl-idn/LICENSE @@ -2298,11 +4856,6 @@ %%WWWDIR%%/src/libs/symfony/polyfill-mbstring/bootstrap.php %%WWWDIR%%/src/libs/symfony/polyfill-mbstring/bootstrap80.php %%WWWDIR%%/src/libs/symfony/polyfill-mbstring/composer.json -%%WWWDIR%%/src/libs/symfony/polyfill-php72/LICENSE -%%WWWDIR%%/src/libs/symfony/polyfill-php72/Php72.php -%%WWWDIR%%/src/libs/symfony/polyfill-php72/README.md -%%WWWDIR%%/src/libs/symfony/polyfill-php72/bootstrap.php -%%WWWDIR%%/src/libs/symfony/polyfill-php72/composer.json %%WWWDIR%%/src/libs/symfony/polyfill-php80/LICENSE %%WWWDIR%%/src/libs/symfony/polyfill-php80/Php80.php %%WWWDIR%%/src/libs/symfony/polyfill-php80/PhpToken.php @@ -2314,6 +4867,23 @@ %%WWWDIR%%/src/libs/symfony/polyfill-php80/Resources/stubs/ValueError.php %%WWWDIR%%/src/libs/symfony/polyfill-php80/bootstrap.php %%WWWDIR%%/src/libs/symfony/polyfill-php80/composer.json +%%WWWDIR%%/src/libs/symfony/polyfill-php82/LICENSE +%%WWWDIR%%/src/libs/symfony/polyfill-php82/NoDynamicProperties.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/Php82.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/README.md +%%WWWDIR%%/src/libs/symfony/polyfill-php82/Random/Engine/Secure.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/Resources/stubs/AllowDynamicProperties.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/Resources/stubs/Random/BrokenRandomEngineError.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/Resources/stubs/Random/CryptoSafeEngine.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/Resources/stubs/Random/Engine.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/Resources/stubs/Random/Engine/Secure.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/Resources/stubs/Random/RandomError.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/Resources/stubs/Random/RandomException.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/Resources/stubs/SensitiveParameter.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/Resources/stubs/SensitiveParameterValue.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/SensitiveParameterValue.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/bootstrap.php +%%WWWDIR%%/src/libs/symfony/polyfill-php82/composer.json %%WWWDIR%%/src/libs/symfony/polyfill-php83/LICENSE %%WWWDIR%%/src/libs/symfony/polyfill-php83/Php83.php %%WWWDIR%%/src/libs/symfony/polyfill-php83/README.md @@ -2331,6 +4901,81 @@ %%WWWDIR%%/src/libs/symfony/polyfill-php83/bootstrap.php %%WWWDIR%%/src/libs/symfony/polyfill-php83/bootstrap81.php %%WWWDIR%%/src/libs/symfony/polyfill-php83/composer.json +%%WWWDIR%%/src/libs/symfony/routing/Alias.php +%%WWWDIR%%/src/libs/symfony/routing/Annotation/Route.php +%%WWWDIR%%/src/libs/symfony/routing/Attribute/DeprecatedAlias.php +%%WWWDIR%%/src/libs/symfony/routing/Attribute/Route.php +%%WWWDIR%%/src/libs/symfony/routing/CHANGELOG.md +%%WWWDIR%%/src/libs/symfony/routing/CompiledRoute.php +%%WWWDIR%%/src/libs/symfony/routing/DependencyInjection/AddExpressionLanguageProvidersPass.php +%%WWWDIR%%/src/libs/symfony/routing/DependencyInjection/RoutingResolverPass.php +%%WWWDIR%%/src/libs/symfony/routing/Exception/ExceptionInterface.php +%%WWWDIR%%/src/libs/symfony/routing/Exception/InvalidArgumentException.php +%%WWWDIR%%/src/libs/symfony/routing/Exception/InvalidParameterException.php +%%WWWDIR%%/src/libs/symfony/routing/Exception/LogicException.php +%%WWWDIR%%/src/libs/symfony/routing/Exception/MethodNotAllowedException.php +%%WWWDIR%%/src/libs/symfony/routing/Exception/MissingMandatoryParametersException.php +%%WWWDIR%%/src/libs/symfony/routing/Exception/NoConfigurationException.php +%%WWWDIR%%/src/libs/symfony/routing/Exception/ResourceNotFoundException.php +%%WWWDIR%%/src/libs/symfony/routing/Exception/RouteCircularReferenceException.php +%%WWWDIR%%/src/libs/symfony/routing/Exception/RouteNotFoundException.php +%%WWWDIR%%/src/libs/symfony/routing/Exception/RuntimeException.php +%%WWWDIR%%/src/libs/symfony/routing/Generator/CompiledUrlGenerator.php +%%WWWDIR%%/src/libs/symfony/routing/Generator/ConfigurableRequirementsInterface.php +%%WWWDIR%%/src/libs/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php +%%WWWDIR%%/src/libs/symfony/routing/Generator/Dumper/GeneratorDumper.php +%%WWWDIR%%/src/libs/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php +%%WWWDIR%%/src/libs/symfony/routing/Generator/UrlGenerator.php +%%WWWDIR%%/src/libs/symfony/routing/Generator/UrlGeneratorInterface.php +%%WWWDIR%%/src/libs/symfony/routing/LICENSE +%%WWWDIR%%/src/libs/symfony/routing/Loader/AttributeClassLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/AttributeDirectoryLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/AttributeFileLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/ClosureLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/Configurator/AliasConfigurator.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/Configurator/CollectionConfigurator.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/Configurator/ImportConfigurator.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/Configurator/RouteConfigurator.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/Configurator/RoutingConfigurator.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/Configurator/Traits/AddTrait.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/Configurator/Traits/HostTrait.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/Configurator/Traits/RouteTrait.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/ContainerLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/DirectoryLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/GlobFileLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/ObjectLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/PhpFileLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/Psr4DirectoryLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/XmlFileLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/YamlFileLoader.php +%%WWWDIR%%/src/libs/symfony/routing/Loader/schema/routing/routing-1.0.xsd +%%WWWDIR%%/src/libs/symfony/routing/Matcher/CompiledUrlMatcher.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/Dumper/MatcherDumper.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/ExpressionLanguageProvider.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/RedirectableUrlMatcher.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/RequestMatcherInterface.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/TraceableUrlMatcher.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/UrlMatcher.php +%%WWWDIR%%/src/libs/symfony/routing/Matcher/UrlMatcherInterface.php +%%WWWDIR%%/src/libs/symfony/routing/README.md +%%WWWDIR%%/src/libs/symfony/routing/RequestContext.php +%%WWWDIR%%/src/libs/symfony/routing/RequestContextAwareInterface.php +%%WWWDIR%%/src/libs/symfony/routing/Requirement/EnumRequirement.php +%%WWWDIR%%/src/libs/symfony/routing/Requirement/Requirement.php +%%WWWDIR%%/src/libs/symfony/routing/Route.php +%%WWWDIR%%/src/libs/symfony/routing/RouteCollection.php +%%WWWDIR%%/src/libs/symfony/routing/RouteCompiler.php +%%WWWDIR%%/src/libs/symfony/routing/RouteCompilerInterface.php +%%WWWDIR%%/src/libs/symfony/routing/Router.php +%%WWWDIR%%/src/libs/symfony/routing/RouterInterface.php +%%WWWDIR%%/src/libs/symfony/routing/composer.json %%WWWDIR%%/src/libs/symfony/service-contracts/Attribute/Required.php %%WWWDIR%%/src/libs/symfony/service-contracts/Attribute/SubscribedService.php %%WWWDIR%%/src/libs/symfony/service-contracts/CHANGELOG.md @@ -2346,171 +4991,118 @@ %%WWWDIR%%/src/libs/symfony/service-contracts/Test/ServiceLocatorTest.php %%WWWDIR%%/src/libs/symfony/service-contracts/Test/ServiceLocatorTestCase.php %%WWWDIR%%/src/libs/symfony/service-contracts/composer.json +%%WWWDIR%%/src/libs/symfony/var-dumper/CHANGELOG.md +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/AddressInfoCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/AmqpCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/ArgsStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/Caster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/ClassStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/ConstStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/CurlCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/CutArrayStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/CutStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/DOMCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/DateCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/DoctrineCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/DsCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/DsPairStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/EnumStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/ExceptionCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/FFICaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/FiberCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/FrameStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/GdCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/GmpCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/ImagineCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/ImgStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/IntlCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/LinkStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/MemcachedCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/MysqliCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/OpenSSLCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/PdoCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/PgSqlCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/ProxyManagerCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/RdKafkaCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/RedisCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/ReflectionCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/ResourceCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/ScalarStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/SocketCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/SplCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/SqliteCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/StubCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/SymfonyCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/TraceStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/UninitializedStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/UuidCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/VirtualStub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/XmlReaderCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Caster/XmlResourceCaster.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Cloner/AbstractCloner.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Cloner/ClonerInterface.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Cloner/Cursor.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Cloner/Data.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Cloner/DumperInterface.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Cloner/Internal/NoDefault.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Cloner/Stub.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Cloner/VarCloner.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Command/Descriptor/CliDescriptor.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Command/ServerDumpCommand.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Dumper/AbstractDumper.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Dumper/CliDumper.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Dumper/ContextualizedDumper.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Dumper/DataDumperInterface.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Dumper/HtmlDumper.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Dumper/ServerDumper.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Exception/ThrowingCasterException.php +%%WWWDIR%%/src/libs/symfony/var-dumper/LICENSE +%%WWWDIR%%/src/libs/symfony/var-dumper/README.md +%%WWWDIR%%/src/libs/symfony/var-dumper/Resources/bin/var-dump-server +%%WWWDIR%%/src/libs/symfony/var-dumper/Resources/css/htmlDescriptor.css +%%WWWDIR%%/src/libs/symfony/var-dumper/Resources/functions/dump.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Resources/js/htmlDescriptor.js +%%WWWDIR%%/src/libs/symfony/var-dumper/Server/Connection.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Server/DumpServer.php +%%WWWDIR%%/src/libs/symfony/var-dumper/Test/VarDumperTestTrait.php +%%WWWDIR%%/src/libs/symfony/var-dumper/VarDumper.php +%%WWWDIR%%/src/libs/symfony/var-dumper/composer.json +%%WWWDIR%%/src/libs/symfony/var-exporter/CHANGELOG.md +%%WWWDIR%%/src/libs/symfony/var-exporter/Exception/ClassNotFoundException.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Exception/ExceptionInterface.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Exception/LogicException.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Exception/NotInstantiableTypeException.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Hydrator.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Instantiator.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Internal/Exporter.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Internal/Hydrator.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Internal/LazyDecoratorTrait.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Internal/LazyObjectRegistry.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Internal/LazyObjectState.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Internal/LazyObjectTrait.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Internal/Reference.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Internal/Registry.php +%%WWWDIR%%/src/libs/symfony/var-exporter/Internal/Values.php +%%WWWDIR%%/src/libs/symfony/var-exporter/LICENSE +%%WWWDIR%%/src/libs/symfony/var-exporter/LazyGhostTrait.php +%%WWWDIR%%/src/libs/symfony/var-exporter/LazyObjectInterface.php +%%WWWDIR%%/src/libs/symfony/var-exporter/LazyProxyTrait.php +%%WWWDIR%%/src/libs/symfony/var-exporter/ProxyHelper.php +%%WWWDIR%%/src/libs/symfony/var-exporter/README.md +%%WWWDIR%%/src/libs/symfony/var-exporter/VarExporter.php +%%WWWDIR%%/src/libs/symfony/var-exporter/composer.json %%WWWDIR%%/src/libs/tecnickcom/tcpdf/CHANGELOG.TXT %%WWWDIR%%/src/libs/tecnickcom/tcpdf/LICENSE.TXT %%WWWDIR%%/src/libs/tecnickcom/tcpdf/README.md %%WWWDIR%%/src/libs/tecnickcom/tcpdf/VERSION %%WWWDIR%%/src/libs/tecnickcom/tcpdf/composer.json %%WWWDIR%%/src/libs/tecnickcom/tcpdf/config/tcpdf_config.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_1d_html.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_1d_png.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_1d_svg.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_1d_svgi.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_html.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_png.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svg.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_html.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_png.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svg.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svgi.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_html.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_png.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svg.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svgi.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/config/tcpdf_config_alt.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/data/cert/tcpdf.crt -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/data/cert/tcpdf.fdf -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/data/cert/tcpdf.p12 -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/data/chapter_demo_1.txt -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/data/chapter_demo_2.txt -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/data/table_data_demo.txt -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/data/utf8test.txt -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_001.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_002.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_003.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_004.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_005.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_006.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_007.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_008.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_009.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_010.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_011.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_012.pdf -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_012.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_013.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_014.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_015.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_016.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_017.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_018.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_019.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_020.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_021.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_022.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_023.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_024.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_025.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_026.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_027.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_028.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_029.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_030.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_031.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_032.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_033.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_034.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_035.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_036.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_037.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_038.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_039.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_040.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_041.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_042.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_043.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_044.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_045.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_046.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_047.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_048.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_049.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_050.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_051.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_052.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_053.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_054.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_055.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_056.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_057.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_058.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_059.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_060.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_061.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_062.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_063.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_064.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_065.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_066.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/example_067.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/_blank.png -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/alpha.png -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/image_demo.jpg -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/image_with_alpha.png -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/img.png -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/logo_example.gif -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/logo_example.jpg -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/logo_example.png -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/tcpdf_box.ai -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/tcpdf_box.svg -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/tcpdf_cell.png -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/tcpdf_logo.jpg -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/tcpdf_signature.png -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/testsvg.svg -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/images/tux.svg -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/index.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/afr.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/ara.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/aze.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/bel.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/bra.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/bul.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/cat.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/ces.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/chi.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/cym.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/dan.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/eng.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/est.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/eus.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/far.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/fra.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/ger.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/gle.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/glg.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/hat.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/heb.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/hrv.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/hun.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/hye.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/ind.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/ita.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/jpn.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/kat.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/kor.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/mkd.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/mlt.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/msa.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/nld.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/nob.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/pol.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/por.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/ron.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/rus.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/slv.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/spa.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/sqi.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/srp.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/swa.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/swe.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/ukr.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/urd.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/yid.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/lang/zho.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/examples/tcpdf_include.php %%WWWDIR%%/src/libs/tecnickcom/tcpdf/include/barcodes/datamatrix.php %%WWWDIR%%/src/libs/tecnickcom/tcpdf/include/barcodes/pdf417.php %%WWWDIR%%/src/libs/tecnickcom/tcpdf/include/barcodes/qrcode.php @@ -2525,15 +5117,331 @@ %%WWWDIR%%/src/libs/tecnickcom/tcpdf/tcpdf_autoconfig.php %%WWWDIR%%/src/libs/tecnickcom/tcpdf/tcpdf_barcodes_1d.php %%WWWDIR%%/src/libs/tecnickcom/tcpdf/tcpdf_barcodes_2d.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/tcpdf_import.php -%%WWWDIR%%/src/libs/tecnickcom/tcpdf/tcpdf_parser.php %%WWWDIR%%/src/libs/tecnickcom/tcpdf/tools/.htaccess %%WWWDIR%%/src/libs/tecnickcom/tcpdf/tools/convert_fonts_examples.txt %%WWWDIR%%/src/libs/tecnickcom/tcpdf/tools/tcpdf_addfont.php -%%WWWDIR%%/src/phpMyFAQ/AdminLog.php -%%WWWDIR%%/src/phpMyFAQ/Api.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/.gitignore +%%WWWDIR%%/src/libs/tivie/htaccess-parser/.travis.yml +%%WWWDIR%%/src/libs/tivie/htaccess-parser/LICENSE +%%WWWDIR%%/src/libs/tivie/htaccess-parser/README.md +%%WWWDIR%%/src/libs/tivie/htaccess-parser/composer.json +%%WWWDIR%%/src/libs/tivie/htaccess-parser/phpdoc.dist.xml +%%WWWDIR%%/src/libs/tivie/htaccess-parser/phpunit.xml +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/Exception/DomainException.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/Exception/Exception.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/Exception/InvalidArgumentException.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/Exception/SyntaxException.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/HtaccessContainer.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/HtaccessInterface.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/Parser.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/Token/BaseToken.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/Token/Block.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/Token/Comment.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/Token/Directive.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/Token/TokenInterface.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/src/Token/WhiteLine.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/BaseTestCase.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/HtaccessContainerTest.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/LibraryCompositeTest.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/ParserTest.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/Token/BlockTest.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/Token/CommentTest.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/Token/DirectiveTest.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/bootstrap.php +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase1/htaccess +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase1/txt/no_comments.txt +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase1/txt/no_comments_no_whitelines.txt +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase1/txt/no_whitelines.txt +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase1/txt/normal.txt +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase1/txt/with_linebreaks.txt +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase2/htaccess +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase2/txt/no_comments.txt +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase2/txt/no_comments_no_whitelines.txt +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase2/txt/no_whitelines.txt +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase2/txt/normal.txt +%%WWWDIR%%/src/libs/tivie/htaccess-parser/tests/resources/testcase2/txt/with_linebreaks.txt +%%WWWDIR%%/src/libs/twig/intl-extra/.gitattributes +%%WWWDIR%%/src/libs/twig/intl-extra/.gitignore +%%WWWDIR%%/src/libs/twig/intl-extra/IntlExtension.php +%%WWWDIR%%/src/libs/twig/intl-extra/LICENSE +%%WWWDIR%%/src/libs/twig/intl-extra/README.md +%%WWWDIR%%/src/libs/twig/intl-extra/composer.json +%%WWWDIR%%/src/libs/twig/twig/CHANGELOG +%%WWWDIR%%/src/libs/twig/twig/LICENSE +%%WWWDIR%%/src/libs/twig/twig/README.rst +%%WWWDIR%%/src/libs/twig/twig/composer.json +%%WWWDIR%%/src/libs/twig/twig/phpstan-baseline.neon +%%WWWDIR%%/src/libs/twig/twig/phpstan.neon.dist +%%WWWDIR%%/src/libs/twig/twig/src/AbstractTwigCallable.php +%%WWWDIR%%/src/libs/twig/twig/src/Attribute/AsTwigFilter.php +%%WWWDIR%%/src/libs/twig/twig/src/Attribute/AsTwigFunction.php +%%WWWDIR%%/src/libs/twig/twig/src/Attribute/AsTwigTest.php +%%WWWDIR%%/src/libs/twig/twig/src/Attribute/FirstClassTwigCallableReady.php +%%WWWDIR%%/src/libs/twig/twig/src/Attribute/YieldReady.php +%%WWWDIR%%/src/libs/twig/twig/src/Cache/CacheInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Cache/ChainCache.php +%%WWWDIR%%/src/libs/twig/twig/src/Cache/FilesystemCache.php +%%WWWDIR%%/src/libs/twig/twig/src/Cache/NullCache.php +%%WWWDIR%%/src/libs/twig/twig/src/Cache/ReadOnlyFilesystemCache.php +%%WWWDIR%%/src/libs/twig/twig/src/Cache/RemovableCacheInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Compiler.php +%%WWWDIR%%/src/libs/twig/twig/src/DeprecatedCallableInfo.php +%%WWWDIR%%/src/libs/twig/twig/src/Environment.php +%%WWWDIR%%/src/libs/twig/twig/src/Error/Error.php +%%WWWDIR%%/src/libs/twig/twig/src/Error/LoaderError.php +%%WWWDIR%%/src/libs/twig/twig/src/Error/RuntimeError.php +%%WWWDIR%%/src/libs/twig/twig/src/Error/SyntaxError.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/AbstractExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/ExpressionParserDescriptionInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/ExpressionParserInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/ExpressionParserType.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/ExpressionParsers.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Infix/ArgumentsTrait.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Infix/ArrowExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Infix/BinaryOperatorExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Infix/ConditionalTernaryExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Infix/DotExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Infix/FilterExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Infix/IsExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Infix/IsNotExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Infix/SquareBracketExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/InfixAssociativity.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/InfixExpressionParserInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/PrecedenceChange.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Prefix/GroupingExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Prefix/LiteralExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/Prefix/UnaryOperatorExpressionParser.php +%%WWWDIR%%/src/libs/twig/twig/src/ExpressionParser/PrefixExpressionParserInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/AbstractExtension.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/AttributeExtension.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/CoreExtension.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/DebugExtension.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/EscaperExtension.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/ExtensionInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/GlobalsInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/LastModifiedExtensionInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/OptimizerExtension.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/ProfilerExtension.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/RuntimeExtensionInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/SandboxExtension.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/StagingExtension.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/StringLoaderExtension.php +%%WWWDIR%%/src/libs/twig/twig/src/Extension/YieldNotReadyExtension.php +%%WWWDIR%%/src/libs/twig/twig/src/ExtensionSet.php +%%WWWDIR%%/src/libs/twig/twig/src/FileExtensionEscapingStrategy.php +%%WWWDIR%%/src/libs/twig/twig/src/Lexer.php +%%WWWDIR%%/src/libs/twig/twig/src/Loader/ArrayLoader.php +%%WWWDIR%%/src/libs/twig/twig/src/Loader/ChainLoader.php +%%WWWDIR%%/src/libs/twig/twig/src/Loader/FilesystemLoader.php +%%WWWDIR%%/src/libs/twig/twig/src/Loader/LoaderInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Markup.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/AutoEscapeNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/BlockNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/BlockReferenceNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/BodyNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/CaptureNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/CheckSecurityCallNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/CheckSecurityNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/CheckToStringNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/DeprecatedNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/DoNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/EmbedNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/EmptyNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/AbstractExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/ArrayExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/ArrowFunctionExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/AssignNameExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/AbstractBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/AddBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/AndBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/BinaryInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/ConcatBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/DivBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/ElvisBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/EqualBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/GreaterBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/InBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/LessBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/MatchesBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/ModBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/MulBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/NotInBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/NullCoalesceBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/OrBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/PowerBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/RangeBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/SubBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Binary/XorBinary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/BlockReferenceExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/CallExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/ConditionalExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/ConstantExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Filter/DefaultFilter.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Filter/RawFilter.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/FilterExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/FunctionExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/FunctionNode/EnumCasesFunction.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/FunctionNode/EnumFunction.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/GetAttrExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/InlinePrint.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/ListExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/MacroReferenceExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/MethodCallExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/NameExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/NullCoalesceExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/OperatorEscapeInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/ParentExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/ReturnArrayInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/ReturnBoolInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/ReturnNumberInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/ReturnPrimitiveTypeInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/ReturnStringInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/SupportDefinedTestDeprecationTrait.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/SupportDefinedTestTrait.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/TempNameExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Ternary/ConditionalTernary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Test/ConstantTest.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Test/DefinedTest.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Test/EvenTest.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Test/NullTest.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Test/OddTest.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Test/SameasTest.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Test/TrueTest.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/TestExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Unary/AbstractUnary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Unary/NegUnary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Unary/NotUnary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Unary/PosUnary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Unary/SpreadUnary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Unary/StringCastUnary.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Unary/UnaryInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Variable/ContextVariable.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Variable/LocalVariable.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/Variable/TemplateVariable.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Expression/VariadicExpression.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/FlushNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/ForElseNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/ForLoopNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/ForNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/IfNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/ImportNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/IncludeNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/MacroNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/ModuleNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/NameDeprecation.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Node.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/NodeCaptureInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/NodeOutputInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/Nodes.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/PrintNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/SandboxNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/SetNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/TextNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/TypesNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Node/WithNode.php +%%WWWDIR%%/src/libs/twig/twig/src/NodeTraverser.php +%%WWWDIR%%/src/libs/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php +%%WWWDIR%%/src/libs/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php +%%WWWDIR%%/src/libs/twig/twig/src/NodeVisitor/NodeVisitorInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php +%%WWWDIR%%/src/libs/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php +%%WWWDIR%%/src/libs/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php +%%WWWDIR%%/src/libs/twig/twig/src/NodeVisitor/YieldNotReadyNodeVisitor.php +%%WWWDIR%%/src/libs/twig/twig/src/OperatorPrecedenceChange.php +%%WWWDIR%%/src/libs/twig/twig/src/Parser.php +%%WWWDIR%%/src/libs/twig/twig/src/Profiler/Dumper/BaseDumper.php +%%WWWDIR%%/src/libs/twig/twig/src/Profiler/Dumper/BlackfireDumper.php +%%WWWDIR%%/src/libs/twig/twig/src/Profiler/Dumper/HtmlDumper.php +%%WWWDIR%%/src/libs/twig/twig/src/Profiler/Dumper/TextDumper.php +%%WWWDIR%%/src/libs/twig/twig/src/Profiler/Node/EnterProfileNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Profiler/Node/LeaveProfileNode.php +%%WWWDIR%%/src/libs/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php +%%WWWDIR%%/src/libs/twig/twig/src/Profiler/Profile.php +%%WWWDIR%%/src/libs/twig/twig/src/Resources/core.php +%%WWWDIR%%/src/libs/twig/twig/src/Resources/debug.php +%%WWWDIR%%/src/libs/twig/twig/src/Resources/escaper.php +%%WWWDIR%%/src/libs/twig/twig/src/Resources/string_loader.php +%%WWWDIR%%/src/libs/twig/twig/src/Runtime/EscaperRuntime.php +%%WWWDIR%%/src/libs/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php +%%WWWDIR%%/src/libs/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php +%%WWWDIR%%/src/libs/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Sandbox/SecurityError.php +%%WWWDIR%%/src/libs/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php +%%WWWDIR%%/src/libs/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php +%%WWWDIR%%/src/libs/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php +%%WWWDIR%%/src/libs/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php +%%WWWDIR%%/src/libs/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php +%%WWWDIR%%/src/libs/twig/twig/src/Sandbox/SecurityPolicy.php +%%WWWDIR%%/src/libs/twig/twig/src/Sandbox/SecurityPolicyInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Sandbox/SourcePolicyInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/Source.php +%%WWWDIR%%/src/libs/twig/twig/src/Template.php +%%WWWDIR%%/src/libs/twig/twig/src/TemplateWrapper.php +%%WWWDIR%%/src/libs/twig/twig/src/Test/IntegrationTestCase.php +%%WWWDIR%%/src/libs/twig/twig/src/Test/NodeTestCase.php +%%WWWDIR%%/src/libs/twig/twig/src/Token.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/AbstractTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/ApplyTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/AutoEscapeTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/BlockTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/DeprecatedTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/DoTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/EmbedTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/ExtendsTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/FlushTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/ForTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/FromTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/GuardTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/IfTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/ImportTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/IncludeTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/MacroTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/SandboxTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/SetTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/TokenParserInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/TypesTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/UseTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenParser/WithTokenParser.php +%%WWWDIR%%/src/libs/twig/twig/src/TokenStream.php +%%WWWDIR%%/src/libs/twig/twig/src/TwigCallableInterface.php +%%WWWDIR%%/src/libs/twig/twig/src/TwigFilter.php +%%WWWDIR%%/src/libs/twig/twig/src/TwigFunction.php +%%WWWDIR%%/src/libs/twig/twig/src/TwigTest.php +%%WWWDIR%%/src/libs/twig/twig/src/Util/CallableArgumentsExtractor.php +%%WWWDIR%%/src/libs/twig/twig/src/Util/DeprecationCollector.php +%%WWWDIR%%/src/libs/twig/twig/src/Util/ReflectionCallable.php +%%WWWDIR%%/src/libs/twig/twig/src/Util/TemplateDirIterator.php +%%WWWDIR%%/src/phpMyFAQ/Administration/AdminLog.php +%%WWWDIR%%/src/phpMyFAQ/Administration/Api.php +%%WWWDIR%%/src/phpMyFAQ/Administration/Backup.php +%%WWWDIR%%/src/phpMyFAQ/Administration/Category.php +%%WWWDIR%%/src/phpMyFAQ/Administration/Changelog.php +%%WWWDIR%%/src/phpMyFAQ/Administration/Faq.php +%%WWWDIR%%/src/phpMyFAQ/Administration/HttpStreamer.php +%%WWWDIR%%/src/phpMyFAQ/Administration/RatingData.php +%%WWWDIR%%/src/phpMyFAQ/Administration/Report.php +%%WWWDIR%%/src/phpMyFAQ/Administration/Revision.php +%%WWWDIR%%/src/phpMyFAQ/Application.php +%%WWWDIR%%/src/phpMyFAQ/Attachment/AbstractAttachment.php %%WWWDIR%%/src/phpMyFAQ/Attachment/AbstractMimeType.php -%%WWWDIR%%/src/phpMyFAQ/Attachment/AttachmentAbstract.php %%WWWDIR%%/src/phpMyFAQ/Attachment/AttachmentCollection.php %%WWWDIR%%/src/phpMyFAQ/Attachment/AttachmentException.php %%WWWDIR%%/src/phpMyFAQ/Attachment/AttachmentFactory.php @@ -2545,36 +5453,95 @@ %%WWWDIR%%/src/phpMyFAQ/Attachment/Filesystem/File/FileException.php %%WWWDIR%%/src/phpMyFAQ/Attachment/Filesystem/File/VanillaFile.php %%WWWDIR%%/src/phpMyFAQ/Auth.php -%%WWWDIR%%/src/phpMyFAQ/Auth/AuthAzureActiveDirectory.php %%WWWDIR%%/src/phpMyFAQ/Auth/AuthDatabase.php %%WWWDIR%%/src/phpMyFAQ/Auth/AuthDriverInterface.php +%%WWWDIR%%/src/phpMyFAQ/Auth/AuthEntraId.php +%%WWWDIR%%/src/phpMyFAQ/Auth/AuthException.php %%WWWDIR%%/src/phpMyFAQ/Auth/AuthHttp.php %%WWWDIR%%/src/phpMyFAQ/Auth/AuthLdap.php %%WWWDIR%%/src/phpMyFAQ/Auth/AuthSso.php +%%WWWDIR%%/src/phpMyFAQ/Auth/AuthWebAuthn.php %%WWWDIR%%/src/phpMyFAQ/Auth/Azure/OAuth.php -%%WWWDIR%%/src/phpMyFAQ/Backup.php +%%WWWDIR%%/src/phpMyFAQ/Auth/WebAuthn/WebAuthnUser.php +%%WWWDIR%%/src/phpMyFAQ/Bookmark.php %%WWWDIR%%/src/phpMyFAQ/Captcha/BuiltinCaptcha.php %%WWWDIR%%/src/phpMyFAQ/Captcha/Captcha.php %%WWWDIR%%/src/phpMyFAQ/Captcha/CaptchaInterface.php %%WWWDIR%%/src/phpMyFAQ/Captcha/GoogleRecaptcha.php -%%WWWDIR%%/src/phpMyFAQ/Captcha/Helper/BuiltinCaptchaHelper.php +%%WWWDIR%%/src/phpMyFAQ/Captcha/Helper/BuiltinCaptchaAbstractHelper.php %%WWWDIR%%/src/phpMyFAQ/Captcha/Helper/CaptchaHelper.php %%WWWDIR%%/src/phpMyFAQ/Captcha/Helper/CaptchaHelperInterface.php -%%WWWDIR%%/src/phpMyFAQ/Captcha/Helper/GoogleRecaptchaHelper.php +%%WWWDIR%%/src/phpMyFAQ/Captcha/Helper/GoogleRecaptchaAbstractHelper.php %%WWWDIR%%/src/phpMyFAQ/Category.php -%%WWWDIR%%/src/phpMyFAQ/Category/CategoryImage.php -%%WWWDIR%%/src/phpMyFAQ/Category/CategoryNews.php -%%WWWDIR%%/src/phpMyFAQ/Category/CategoryOrder.php -%%WWWDIR%%/src/phpMyFAQ/Category/CategoryPermission.php -%%WWWDIR%%/src/phpMyFAQ/Category/CategoryRelation.php -%%WWWDIR%%/src/phpMyFAQ/Changelog.php +%%WWWDIR%%/src/phpMyFAQ/Category/Image.php +%%WWWDIR%%/src/phpMyFAQ/Category/Order.php +%%WWWDIR%%/src/phpMyFAQ/Category/Permission.php +%%WWWDIR%%/src/phpMyFAQ/Category/Relation.php +%%WWWDIR%%/src/phpMyFAQ/Category/Startpage.php %%WWWDIR%%/src/phpMyFAQ/Comments.php -%%WWWDIR%%/src/phpMyFAQ/Component/Alert.php %%WWWDIR%%/src/phpMyFAQ/Configuration.php %%WWWDIR%%/src/phpMyFAQ/Configuration/DatabaseConfiguration.php %%WWWDIR%%/src/phpMyFAQ/Configuration/ElasticsearchConfiguration.php %%WWWDIR%%/src/phpMyFAQ/Configuration/LdapConfiguration.php -%%WWWDIR%%/src/phpMyFAQ/Core/Controller.php +%%WWWDIR%%/src/phpMyFAQ/Controller/AbstractController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/AttachmentController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/CategoryController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/CommentController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/ConfigurationController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/ConfigurationTabController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/DashboardController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/ElasticsearchController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/ExportController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/FaqController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/FormController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/GlossaryController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/GroupController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/ImageController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/InstanceController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/MarkdownController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/NewsController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/QuestionController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/SearchController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/SessionController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/StatisticsController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/StopWordController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/TagController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/UpdateController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Administration/UserController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/AttachmentController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/BackupController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/CategoryController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/CommentController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/FaqController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/GroupController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/LanguageController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/LoginController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/NewsController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/OpenQuestionController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/PdfController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/QuestionController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/RegistrationController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/SearchController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/SetupController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/TagController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/TitleController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Api/VersionController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/FrontController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/AutoCompleteController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/BookmarkController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/CaptchaController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/CommentController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/ContactController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/FaqController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/QuestionController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/RegistrationController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/SetupController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/UnauthorizedUserController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/UserController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/VotingController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/Frontend/WebAuthnController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/SitemapController.php +%%WWWDIR%%/src/phpMyFAQ/Controller/WebAuthnController.php %%WWWDIR%%/src/phpMyFAQ/Core/Error.php %%WWWDIR%%/src/phpMyFAQ/Core/Exception.php %%WWWDIR%%/src/phpMyFAQ/Database.php @@ -2587,34 +5554,48 @@ %%WWWDIR%%/src/phpMyFAQ/Date.php %%WWWDIR%%/src/phpMyFAQ/Encryption.php %%WWWDIR%%/src/phpMyFAQ/EncryptionTypes/Bcrypt.php -%%WWWDIR%%/src/phpMyFAQ/EncryptionTypes/Crypt.php %%WWWDIR%%/src/phpMyFAQ/EncryptionTypes/Hash.php +%%WWWDIR%%/src/phpMyFAQ/Entity/AdminLog.php %%WWWDIR%%/src/phpMyFAQ/Entity/CategoryEntity.php %%WWWDIR%%/src/phpMyFAQ/Entity/Comment.php %%WWWDIR%%/src/phpMyFAQ/Entity/CommentType.php %%WWWDIR%%/src/phpMyFAQ/Entity/FaqEntity.php %%WWWDIR%%/src/phpMyFAQ/Entity/InstanceEntity.php +%%WWWDIR%%/src/phpMyFAQ/Entity/NewsMessage.php %%WWWDIR%%/src/phpMyFAQ/Entity/QuestionEntity.php -%%WWWDIR%%/src/phpMyFAQ/Entity/TagEntity.php -%%WWWDIR%%/src/phpMyFAQ/Entity/TemplateMetaDataEntity.php +%%WWWDIR%%/src/phpMyFAQ/Entity/SeoEntity.php +%%WWWDIR%%/src/phpMyFAQ/Entity/Tag.php +%%WWWDIR%%/src/phpMyFAQ/Entity/Vote.php %%WWWDIR%%/src/phpMyFAQ/Enums/AttachmentStorageType.php %%WWWDIR%%/src/phpMyFAQ/Enums/AuthenticationSourceType.php %%WWWDIR%%/src/phpMyFAQ/Enums/BackupType.php +%%WWWDIR%%/src/phpMyFAQ/Enums/DownloadHostType.php +%%WWWDIR%%/src/phpMyFAQ/Enums/Forms/AddNewFaqInputIds.php +%%WWWDIR%%/src/phpMyFAQ/Enums/Forms/AskQuestionInputIds.php +%%WWWDIR%%/src/phpMyFAQ/Enums/Forms/FormIds.php +%%WWWDIR%%/src/phpMyFAQ/Enums/PermissionType.php +%%WWWDIR%%/src/phpMyFAQ/Enums/ReleaseType.php +%%WWWDIR%%/src/phpMyFAQ/Enums/SeoType.php +%%WWWDIR%%/src/phpMyFAQ/Enums/SessionActionType.php %%WWWDIR%%/src/phpMyFAQ/Export.php -%%WWWDIR%%/src/phpMyFAQ/Export/Html5.php %%WWWDIR%%/src/phpMyFAQ/Export/Json.php %%WWWDIR%%/src/phpMyFAQ/Export/Pdf.php %%WWWDIR%%/src/phpMyFAQ/Export/Pdf/Wrapper.php %%WWWDIR%%/src/phpMyFAQ/Faq.php -%%WWWDIR%%/src/phpMyFAQ/Faq/FaqMetaData.php -%%WWWDIR%%/src/phpMyFAQ/Faq/FaqPermission.php +%%WWWDIR%%/src/phpMyFAQ/Faq/Import.php +%%WWWDIR%%/src/phpMyFAQ/Faq/MetaData.php +%%WWWDIR%%/src/phpMyFAQ/Faq/Permission.php +%%WWWDIR%%/src/phpMyFAQ/Faq/QueryHelper.php +%%WWWDIR%%/src/phpMyFAQ/Faq/Statistics.php %%WWWDIR%%/src/phpMyFAQ/Filesystem.php %%WWWDIR%%/src/phpMyFAQ/Filter.php +%%WWWDIR%%/src/phpMyFAQ/Forms.php %%WWWDIR%%/src/phpMyFAQ/Glossary.php -%%WWWDIR%%/src/phpMyFAQ/Helper.php +%%WWWDIR%%/src/phpMyFAQ/Helper/AbstractHelper.php %%WWWDIR%%/src/phpMyFAQ/Helper/AdministrationHelper.php %%WWWDIR%%/src/phpMyFAQ/Helper/AttachmentHelper.php %%WWWDIR%%/src/phpMyFAQ/Helper/CategoryHelper.php +%%WWWDIR%%/src/phpMyFAQ/Helper/CommentHelper.php %%WWWDIR%%/src/phpMyFAQ/Helper/FaqHelper.php %%WWWDIR%%/src/phpMyFAQ/Helper/LanguageHelper.php %%WWWDIR%%/src/phpMyFAQ/Helper/MailHelper.php @@ -2622,9 +5603,9 @@ %%WWWDIR%%/src/phpMyFAQ/Helper/QuestionHelper.php %%WWWDIR%%/src/phpMyFAQ/Helper/RegistrationHelper.php %%WWWDIR%%/src/phpMyFAQ/Helper/SearchHelper.php +%%WWWDIR%%/src/phpMyFAQ/Helper/StatisticsHelper.php %%WWWDIR%%/src/phpMyFAQ/Helper/TagsHelper.php %%WWWDIR%%/src/phpMyFAQ/Helper/UserHelper.php -%%WWWDIR%%/src/phpMyFAQ/HttpStreamer.php %%WWWDIR%%/src/phpMyFAQ/Init.php %%WWWDIR%%/src/phpMyFAQ/Instance.php %%WWWDIR%%/src/phpMyFAQ/Instance/Client.php @@ -2636,7 +5617,7 @@ %%WWWDIR%%/src/phpMyFAQ/Instance/Database/Sqlsrv.php %%WWWDIR%%/src/phpMyFAQ/Instance/Database/Stopwords.php %%WWWDIR%%/src/phpMyFAQ/Instance/Elasticsearch.php -%%WWWDIR%%/src/phpMyFAQ/Instance/Master.php +%%WWWDIR%%/src/phpMyFAQ/Instance/Main.php %%WWWDIR%%/src/phpMyFAQ/Instance/Setup.php %%WWWDIR%%/src/phpMyFAQ/Language.php %%WWWDIR%%/src/phpMyFAQ/Language/LanguageCodes.php @@ -2646,7 +5627,7 @@ %%WWWDIR%%/src/phpMyFAQ/Mail.php %%WWWDIR%%/src/phpMyFAQ/Mail/Builtin.php %%WWWDIR%%/src/phpMyFAQ/Mail/MailUserAgentInterface.php -%%WWWDIR%%/src/phpMyFAQ/Mail/SMTP.php +%%WWWDIR%%/src/phpMyFAQ/Mail/Smtp.php %%WWWDIR%%/src/phpMyFAQ/Network.php %%WWWDIR%%/src/phpMyFAQ/News.php %%WWWDIR%%/src/phpMyFAQ/Notification.php @@ -2655,11 +5636,13 @@ %%WWWDIR%%/src/phpMyFAQ/Permission/BasicPermission.php %%WWWDIR%%/src/phpMyFAQ/Permission/MediumPermission.php %%WWWDIR%%/src/phpMyFAQ/Permission/PermissionInterface.php +%%WWWDIR%%/src/phpMyFAQ/Plugin/PluginEvent.php +%%WWWDIR%%/src/phpMyFAQ/Plugin/PluginException.php +%%WWWDIR%%/src/phpMyFAQ/Plugin/PluginInterface.php +%%WWWDIR%%/src/phpMyFAQ/Plugin/PluginManager.php %%WWWDIR%%/src/phpMyFAQ/Question.php %%WWWDIR%%/src/phpMyFAQ/Rating.php %%WWWDIR%%/src/phpMyFAQ/Relation.php -%%WWWDIR%%/src/phpMyFAQ/Report.php -%%WWWDIR%%/src/phpMyFAQ/Revision.php %%WWWDIR%%/src/phpMyFAQ/Search.php %%WWWDIR%%/src/phpMyFAQ/Search/AbstractSearch.php %%WWWDIR%%/src/phpMyFAQ/Search/Database/DatabaseInterface.php @@ -2676,12 +5659,13 @@ %%WWWDIR%%/src/phpMyFAQ/Seo.php %%WWWDIR%%/src/phpMyFAQ/Services.php %%WWWDIR%%/src/phpMyFAQ/Services/Gravatar.php -%%WWWDIR%%/src/phpMyFAQ/Services/Twitter.php %%WWWDIR%%/src/phpMyFAQ/Session.php %%WWWDIR%%/src/phpMyFAQ/Session/Token.php %%WWWDIR%%/src/phpMyFAQ/Setup.php +%%WWWDIR%%/src/phpMyFAQ/Setup/EnvironmentConfigurator.php %%WWWDIR%%/src/phpMyFAQ/Setup/Installer.php %%WWWDIR%%/src/phpMyFAQ/Setup/Update.php +%%WWWDIR%%/src/phpMyFAQ/Setup/Upgrade.php %%WWWDIR%%/src/phpMyFAQ/Sitemap.php %%WWWDIR%%/src/phpMyFAQ/StopWords.php %%WWWDIR%%/src/phpMyFAQ/Strings.php @@ -2690,26 +5674,83 @@ %%WWWDIR%%/src/phpMyFAQ/Strings/StringsAbstract.php %%WWWDIR%%/src/phpMyFAQ/System.php %%WWWDIR%%/src/phpMyFAQ/Tags.php -%%WWWDIR%%/src/phpMyFAQ/Template.php -%%WWWDIR%%/src/phpMyFAQ/Template/TemplateHelper.php -%%WWWDIR%%/src/phpMyFAQ/Template/TemplateMetaData.php -%%WWWDIR%%/src/phpMyFAQ/Template/TemplateNotFoundException.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/CategoryNameTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/CreateLinkTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/FaqTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/FormatBytesTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/FormatDateTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/IsoDateTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/LanguageCodeTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/PermissionTranslationTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/PluginTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/TagNameTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/TranslateTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/Extensions/UserNameTwigExtension.php +%%WWWDIR%%/src/phpMyFAQ/Template/TemplateException.php +%%WWWDIR%%/src/phpMyFAQ/Template/TwigWrapper.php %%WWWDIR%%/src/phpMyFAQ/Translation.php %%WWWDIR%%/src/phpMyFAQ/User.php %%WWWDIR%%/src/phpMyFAQ/User/CurrentUser.php %%WWWDIR%%/src/phpMyFAQ/User/TwoFactor.php %%WWWDIR%%/src/phpMyFAQ/User/UserAuthentication.php %%WWWDIR%%/src/phpMyFAQ/User/UserData.php +%%WWWDIR%%/src/phpMyFAQ/User/UserException.php %%WWWDIR%%/src/phpMyFAQ/Utils.php %%WWWDIR%%/src/phpMyFAQ/Visits.php +%%WWWDIR%%/src/public-routes.php +%%WWWDIR%%/src/services.php %%WWWDIR%%/startpage.php +%%WWWDIR%%/translations/cookie-consent/de.json +%%WWWDIR%%/translations/cookie-consent/en.json +%%WWWDIR%%/translations/cookie-consent/pl.json +%%WWWDIR%%/translations/language_ar.php +%%WWWDIR%%/translations/language_bn.php +%%WWWDIR%%/translations/language_bs.php +%%WWWDIR%%/translations/language_cs.php +%%WWWDIR%%/translations/language_cy.php +%%WWWDIR%%/translations/language_da.php +%%WWWDIR%%/translations/language_de.php +%%WWWDIR%%/translations/language_el.php +%%WWWDIR%%/translations/language_en.php +%%WWWDIR%%/translations/language_es.php +%%WWWDIR%%/translations/language_eu.php +%%WWWDIR%%/translations/language_fa.php +%%WWWDIR%%/translations/language_fi.php +%%WWWDIR%%/translations/language_fr.php +%%WWWDIR%%/translations/language_fr_ca.php +%%WWWDIR%%/translations/language_he.php +%%WWWDIR%%/translations/language_hi.php +%%WWWDIR%%/translations/language_hu.php +%%WWWDIR%%/translations/language_id.php +%%WWWDIR%%/translations/language_it.php +%%WWWDIR%%/translations/language_ja.php +%%WWWDIR%%/translations/language_ko.php +%%WWWDIR%%/translations/language_lt.php +%%WWWDIR%%/translations/language_lv.php +%%WWWDIR%%/translations/language_mn.php +%%WWWDIR%%/translations/language_ms.php +%%WWWDIR%%/translations/language_nb.php +%%WWWDIR%%/translations/language_nl.php +%%WWWDIR%%/translations/language_pl.php +%%WWWDIR%%/translations/language_pt.php +%%WWWDIR%%/translations/language_pt_br.php +%%WWWDIR%%/translations/language_ro.php +%%WWWDIR%%/translations/language_ru.php +%%WWWDIR%%/translations/language_sk.php +%%WWWDIR%%/translations/language_sl.php +%%WWWDIR%%/translations/language_sr.php +%%WWWDIR%%/translations/language_sv.php +%%WWWDIR%%/translations/language_th.php +%%WWWDIR%%/translations/language_tr.php +%%WWWDIR%%/translations/language_tw.php +%%WWWDIR%%/translations/language_uk.php +%%WWWDIR%%/translations/language_vi.php +%%WWWDIR%%/translations/language_zh.php %%WWWDIR%%/ucp.php -%%WWWDIR%%/writecomment.php -@dir(www,www,) %%WWWDIR%%/xml -@dir %%WWWDIR%%/src/libs/phpseclib/phpseclib/phpseclib/Crypt -@dir(www,www,) %%WWWDIR%%/pdf -@dir(www,www,) %%WWWDIR%%/inc -@dir(www,www,) %%WWWDIR%%/images -@dir(www,www,) %%WWWDIR%%/data -@dir(www,www,) %%WWWDIR%%/config -@dir(www,www,) %%WWWDIR%%/attachments +%%WWWDIR%%/update/index.php +@dir %%WWWDIR%%/src/libs/symfony/mime/Resources/bin +@dir(www,www,) %%WWWDIR%%/content/core/config +@dir(www,www,) %%WWWDIR%%/content/core/data +@dir(www,www,) %%WWWDIR%%/content/core/logs +@dir(www,www,) %%WWWDIR%%/content/user/attachments +@dir(www,www,) %%WWWDIR%%/content/user/images diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index a2155a819279..96568abf54e9 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -1,5 +1,6 @@ PORTNAME= beautifulsoup PORTVERSION= 4.13.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}soupsieve>=1.2:www/py-soupsieve@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} USES= python diff --git a/www/py-caldav/Makefile b/www/py-caldav/Makefile index ac45c293ba7d..d0965310bc0b 100644 --- a/www/py-caldav/Makefile +++ b/www/py-caldav/Makefile @@ -1,5 +1,6 @@ PORTNAME= caldav PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.GPL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}icalendar>=6.0.0:devel/py-icalendar@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}recurring-ical-events>=2.0.0:devel/py-recurring-ical-events@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ diff --git a/www/py-calibreweb/Makefile b/www/py-calibreweb/Makefile index 28c904020d37..ce288321aefb 100644 --- a/www/py-calibreweb/Makefile +++ b/www/py-calibreweb/Makefile @@ -1,6 +1,6 @@ PORTNAME= calibreweb PORTVERSION= 0.6.24 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}APScheduler>=0:devel/py-apscheduler@${PY_FLA ${PYTHON_PKGNAMEPREFIX}flask_limiter>=0:www/py-flask-limiter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask_wtf>=0:www/py-flask-wtf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}iso-639>=0:textproc/py-iso-639@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netifaces-plus>=0:net/py-netifaces-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pypdf>=0:print/py-pypdf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR} \ diff --git a/www/py-cinemagoer/Makefile b/www/py-cinemagoer/Makefile index 207db453a2e5..9b1cc42d1c57 100644 --- a/www/py-cinemagoer/Makefile +++ b/www/py-cinemagoer/Makefile @@ -1,6 +1,6 @@ PORTNAME= cinemagoer PORTVERSION= 2023.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>=0:databases/py-sqlalchemy20@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-profiling>=0:devel/py-pytest-profiling@${PY_FLAVOR} diff --git a/www/py-dj51-drf-spectacular-sidecar/Makefile b/www/py-dj51-drf-spectacular-sidecar/Makefile index 236cdc1b504c..0562ecbe9b49 100644 --- a/www/py-dj51-drf-spectacular-sidecar/Makefile +++ b/www/py-dj51-drf-spectacular-sidecar/Makefile @@ -1,5 +1,5 @@ PORTNAME= drf-spectacular-sidecar -DISTVERSION= 2025.6.1 +DISTVERSION= 2025.7.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- diff --git a/www/py-dj51-drf-spectacular-sidecar/distinfo b/www/py-dj51-drf-spectacular-sidecar/distinfo index 2ba7b8f8b212..d62b8afaa58b 100644 --- a/www/py-dj51-drf-spectacular-sidecar/distinfo +++ b/www/py-dj51-drf-spectacular-sidecar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749230590 -SHA256 (drf_spectacular_sidecar-2025.6.1.tar.gz) = ee6752c73d712265a61b9e2ca6f71c3b2bd89f30f39cf9f8cda98e7f371fcbcf -SIZE (drf_spectacular_sidecar-2025.6.1.tar.gz) = 2407117 +TIMESTAMP = 1752836697 +SHA256 (drf_spectacular_sidecar-2025.7.1.tar.gz) = 03b4a9f2062115f69ce24509d855b180244d58ef45edd67ea8bcb214c7021e10 +SIZE (drf_spectacular_sidecar-2025.7.1.tar.gz) = 2407526 diff --git a/www/py-dj51-social-auth-app-django/Makefile b/www/py-dj51-social-auth-app-django/Makefile index 7e6a30311836..58075b19fbb0 100644 --- a/www/py-dj51-social-auth-app-django/Makefile +++ b/www/py-dj51-social-auth-app-django/Makefile @@ -1,5 +1,5 @@ PORTNAME= social-auth-app-django -DISTVERSION= 5.4.3 +DISTVERSION= 5.5.1 CATEGORIES= www security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=3.2:www/py-django51@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=5.1:www/py-django51@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.4<5:security/py-social-auth-core@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} diff --git a/www/py-dj51-social-auth-app-django/distinfo b/www/py-dj51-social-auth-app-django/distinfo index 68863aa8bae5..b1382004a3fd 100644 --- a/www/py-dj51-social-auth-app-django/distinfo +++ b/www/py-dj51-social-auth-app-django/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740213116 -SHA256 (python-social-auth-social-app-django-5.4.3_GH0.tar.gz) = 4dd02d76ffa390e6a2d7fe319869384c81d32c73b826eb09a10023cf66738389 -SIZE (python-social-auth-social-app-django-5.4.3_GH0.tar.gz) = 25327 +TIMESTAMP = 1752836935 +SHA256 (python-social-auth-social-app-django-5.5.1_GH0.tar.gz) = aa37072a8ad9f688ba20d53949060828868825d256b70a42062b71fe8ff190f9 +SIZE (python-social-auth-social-app-django-5.5.1_GH0.tar.gz) = 27080 diff --git a/www/py-dj51-social-auth-app-django/files/patch-pyproject.toml b/www/py-dj51-social-auth-app-django/files/patch-pyproject.toml new file mode 100644 index 000000000000..f868181c8ecd --- /dev/null +++ b/www/py-dj51-social-auth-app-django/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +* Relax version requirements for py-setuptools and enable build for + older versions of it + +--- pyproject.toml.orig 2025-07-18 11:13:36 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ build-backend = "setuptools.build_meta" + [build-system] + build-backend = "setuptools.build_meta" +-requires = ["setuptools>=78.0.2"] ++requires = ["setuptools"] + + [dependency-groups] + dev = [ +@@ -36,8 +36,7 @@ keywords = ["django", "oauth", "openid", "saml", "soci + ] + description = "Python Social Authentication, Django integration." + keywords = ["django", "oauth", "openid", "saml", "social auth"] +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = { text="BSD-3-Clause" } + name = "social-auth-app-django" + readme = "README.md" + requires-python = ">=3.10" diff --git a/www/py-dj52-drf-spectacular-sidecar/Makefile b/www/py-dj52-drf-spectacular-sidecar/Makefile index c2a90f5f91f0..830393f471ae 100644 --- a/www/py-dj52-drf-spectacular-sidecar/Makefile +++ b/www/py-dj52-drf-spectacular-sidecar/Makefile @@ -1,5 +1,5 @@ PORTNAME= drf-spectacular-sidecar -DISTVERSION= 2025.6.1 +DISTVERSION= 2025.7.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- diff --git a/www/py-dj52-drf-spectacular-sidecar/distinfo b/www/py-dj52-drf-spectacular-sidecar/distinfo index 2ba7b8f8b212..d62b8afaa58b 100644 --- a/www/py-dj52-drf-spectacular-sidecar/distinfo +++ b/www/py-dj52-drf-spectacular-sidecar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749230590 -SHA256 (drf_spectacular_sidecar-2025.6.1.tar.gz) = ee6752c73d712265a61b9e2ca6f71c3b2bd89f30f39cf9f8cda98e7f371fcbcf -SIZE (drf_spectacular_sidecar-2025.6.1.tar.gz) = 2407117 +TIMESTAMP = 1752836697 +SHA256 (drf_spectacular_sidecar-2025.7.1.tar.gz) = 03b4a9f2062115f69ce24509d855b180244d58ef45edd67ea8bcb214c7021e10 +SIZE (drf_spectacular_sidecar-2025.7.1.tar.gz) = 2407526 diff --git a/www/py-dj52-social-auth-app-django/Makefile b/www/py-dj52-social-auth-app-django/Makefile index db3778e0f22b..70b3f933c0be 100644 --- a/www/py-dj52-social-auth-app-django/Makefile +++ b/www/py-dj52-social-auth-app-django/Makefile @@ -1,5 +1,5 @@ PORTNAME= social-auth-app-django -DISTVERSION= 5.4.3 +DISTVERSION= 5.5.1 CATEGORIES= www security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=3.2:www/py-django52@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=5.1:www/py-django52@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.4<5:security/py-social-auth-core@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} diff --git a/www/py-dj52-social-auth-app-django/distinfo b/www/py-dj52-social-auth-app-django/distinfo index 68863aa8bae5..b1382004a3fd 100644 --- a/www/py-dj52-social-auth-app-django/distinfo +++ b/www/py-dj52-social-auth-app-django/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740213116 -SHA256 (python-social-auth-social-app-django-5.4.3_GH0.tar.gz) = 4dd02d76ffa390e6a2d7fe319869384c81d32c73b826eb09a10023cf66738389 -SIZE (python-social-auth-social-app-django-5.4.3_GH0.tar.gz) = 25327 +TIMESTAMP = 1752836935 +SHA256 (python-social-auth-social-app-django-5.5.1_GH0.tar.gz) = aa37072a8ad9f688ba20d53949060828868825d256b70a42062b71fe8ff190f9 +SIZE (python-social-auth-social-app-django-5.5.1_GH0.tar.gz) = 27080 diff --git a/www/py-dj52-social-auth-app-django/files/patch-pyproject.toml b/www/py-dj52-social-auth-app-django/files/patch-pyproject.toml new file mode 100644 index 000000000000..f868181c8ecd --- /dev/null +++ b/www/py-dj52-social-auth-app-django/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +* Relax version requirements for py-setuptools and enable build for + older versions of it + +--- pyproject.toml.orig 2025-07-18 11:13:36 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ build-backend = "setuptools.build_meta" + [build-system] + build-backend = "setuptools.build_meta" +-requires = ["setuptools>=78.0.2"] ++requires = ["setuptools"] + + [dependency-groups] + dev = [ +@@ -36,8 +36,7 @@ keywords = ["django", "oauth", "openid", "saml", "soci + ] + description = "Python Social Authentication, Django integration." + keywords = ["django", "oauth", "openid", "saml", "social auth"] +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = { text="BSD-3-Clause" } + name = "social-auth-app-django" + readme = "README.md" + requires-python = ">=3.10" diff --git a/www/py-django_compressor/Makefile b/www/py-django_compressor/Makefile index 9dc70ad28772..2ca476100a9d 100644 --- a/www/py-django_compressor/Makefile +++ b/www/py-django_compressor/Makefile @@ -1,6 +1,6 @@ PORTNAME= django_compressor PORTVERSION= 4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +26,7 @@ LXML_DESC= Enable LxmlParser HTML5LIB_DESC= Enable Html5LibParser BEAUTIFULSOUP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} -LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} +LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/www/py-draftjs-exporter/Makefile b/www/py-draftjs-exporter/Makefile index 9e738334e984..0d1197bae9df 100644 --- a/www/py-draftjs-exporter/Makefile +++ b/www/py-draftjs-exporter/Makefile @@ -1,5 +1,6 @@ PORTNAME= draftjs-exporter PORTVERSION= 5.1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,6 +27,6 @@ LXML_DESC= Use lxml as backing engine HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4.1<5:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.999<2:www/py-html5lib@${PY_FLAVOR} -LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.2.0<6:devel/py-lxml@${PY_FLAVOR} +LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=4.2.0<6:devel/py-lxml5@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/www/py-drf-spectacular-sidecar/Makefile b/www/py-drf-spectacular-sidecar/Makefile index e5933d077fa3..250178751569 100644 --- a/www/py-drf-spectacular-sidecar/Makefile +++ b/www/py-drf-spectacular-sidecar/Makefile @@ -1,5 +1,5 @@ PORTNAME= drf-spectacular-sidecar -DISTVERSION= 2025.6.1 +DISTVERSION= 2025.7.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-drf-spectacular-sidecar/distinfo b/www/py-drf-spectacular-sidecar/distinfo index 2ba7b8f8b212..d62b8afaa58b 100644 --- a/www/py-drf-spectacular-sidecar/distinfo +++ b/www/py-drf-spectacular-sidecar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749230590 -SHA256 (drf_spectacular_sidecar-2025.6.1.tar.gz) = ee6752c73d712265a61b9e2ca6f71c3b2bd89f30f39cf9f8cda98e7f371fcbcf -SIZE (drf_spectacular_sidecar-2025.6.1.tar.gz) = 2407117 +TIMESTAMP = 1752836697 +SHA256 (drf_spectacular_sidecar-2025.7.1.tar.gz) = 03b4a9f2062115f69ce24509d855b180244d58ef45edd67ea8bcb214c7021e10 +SIZE (drf_spectacular_sidecar-2025.7.1.tar.gz) = 2407526 diff --git a/www/py-feedgen/Makefile b/www/py-feedgen/Makefile index e055c6014d66..124c3c57cb9c 100644 --- a/www/py-feedgen/Makefile +++ b/www/py-feedgen/Makefile @@ -1,6 +1,6 @@ PORTNAME= feedgen DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_COMB= multi LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/license.bsd LICENSE_FILE_LGPL3+ = ${WRKSRC}/license.lgpl -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} USES= python diff --git a/www/py-free-proxy/Makefile b/www/py-free-proxy/Makefile index ae3606215cc4..b16fc9450a58 100644 --- a/www/py-free-proxy/Makefile +++ b/www/py-free-proxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= free-proxy PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python diff --git a/www/py-html5-parser/Makefile b/www/py-html5-parser/Makefile index 67683949647d..7b86e641cd32 100644 --- a/www/py-html5-parser/Makefile +++ b/www/py-html5-parser/Makefile @@ -1,6 +1,6 @@ PORTNAME= html5-parser PORTVERSION= 0.4.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://html5-parser.readthedocs.io/ LICENSE= APACHE20 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.9.2:devel/py-lxml@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=4.9.2:devel/py-lxml5@${PY_FLAVOR} USES= gnome pkgconfig python USE_PYTHON= autoplist distutils diff --git a/www/py-html5lib-modern/Makefile b/www/py-html5lib-modern/Makefile index 90493edd637f..76148c705e58 100644 --- a/www/py-html5lib-modern/Makefile +++ b/www/py-html5lib-modern/Makefile @@ -1,5 +1,6 @@ PORTNAME= html5lib-modern PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,6 +30,6 @@ LXML_DESC= Tree building/walking via lxml CHARDET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=2.2.1,1:textproc/py-chardet@${PY_FLAVOR} GENSHI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7.1:textproc/py-genshi@${PY_FLAVOR} -LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.4.0:devel/py-lxml@${PY_FLAVOR} +LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=3.4.0:devel/py-lxml5@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/www/py-inlinestyler/Makefile b/www/py-inlinestyler/Makefile index f3e445173f97..4af3fc82057e 100644 --- a/www/py-inlinestyler/Makefile +++ b/www/py-inlinestyler/Makefile @@ -1,6 +1,6 @@ PORTNAME= inlinestyler PORTVERSION= 0.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssutils>0:www/py-cssutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR} USES= python diff --git a/www/py-internetarchive/Makefile b/www/py-internetarchive/Makefile index 74eae87ab195..4c410c9142ea 100644 --- a/www/py-internetarchive/Makefile +++ b/www/py-internetarchive/Makefile @@ -1,6 +1,6 @@ PORTNAME= internetarchive DISTVERSIONPREFIX= v -DISTVERSION= 5.3.1 +DISTVERSION= 5.4.1 CATEGORIES= www python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,6 +34,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} PATH=${ST NO_ARCH= yes -# tests as of 5.3.1: 15 failed, 131 passed in 65.72s (0:01:05) +# tests as of 5.4.1: 10 failed, 147 passed, 1 warning in 80.14s (0:01:20) .include <bsd.port.mk> diff --git a/www/py-internetarchive/distinfo b/www/py-internetarchive/distinfo index 3718d26065cb..189d1d014ef0 100644 --- a/www/py-internetarchive/distinfo +++ b/www/py-internetarchive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743054913 -SHA256 (jjjake-internetarchive-v5.3.1_GH0.tar.gz) = 1e037fab4b72b5c24d987e4a175d9bfe6044367ae5f54ed5085e529f82cc1208 -SIZE (jjjake-internetarchive-v5.3.1_GH0.tar.gz) = 153036 +TIMESTAMP = 1752739130 +SHA256 (jjjake-internetarchive-v5.4.1_GH0.tar.gz) = 30008ce77b5033daecce15ea29170c5e23f9da2b1fbd3108c65b702e454020b8 +SIZE (jjjake-internetarchive-v5.4.1_GH0.tar.gz) = 154308 diff --git a/www/py-mechanicalsoup/Makefile b/www/py-mechanicalsoup/Makefile index 2aa0389e59e4..67edeb5bc92e 100644 --- a/www/py-mechanicalsoup/Makefile +++ b/www/py-mechanicalsoup/Makefile @@ -1,6 +1,6 @@ PORTNAME= mechanicalsoup PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.7:www/py-beautifulsoup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ diff --git a/www/py-nh3/Makefile b/www/py-nh3/Makefile index 4f7a3188c5ca..75edf54cd11d 100644 --- a/www/py-nh3/Makefile +++ b/www/py-nh3/Makefile @@ -1,6 +1,5 @@ PORTNAME= nh3 -DISTVERSION= 0.2.21 -PORTREVISION= 3 +DISTVERSION= 0.2.22 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-nh3/Makefile.crates b/www/py-nh3/Makefile.crates index fc1648bc7ff5..e4dfe02d0e16 100644 --- a/www/py-nh3/Makefile.crates +++ b/www/py-nh3/Makefile.crates @@ -1,76 +1,81 @@ -CARGO_CRATES= ammonia-4.0.0 \ - autocfg-1.4.0 \ - bitflags-2.8.0 \ - cc-1.2.15 \ - cfg-if-1.0.0 \ +CARGO_CRATES= ammonia-4.1.1 \ + autocfg-1.5.0 \ + bitflags-2.9.1 \ + cc-1.2.29 \ + cfg-if-1.0.1 \ + cssparser-0.35.0 \ + cssparser-macros-0.6.1 \ displaydoc-0.2.5 \ + dtoa-1.0.10 \ + dtoa-short-0.3.5 \ form_urlencoded-1.2.1 \ futf-0.1.5 \ heck-0.5.0 \ - html5ever-0.27.0 \ - icu_collections-1.5.0 \ - icu_locid-1.5.0 \ - icu_locid_transform-1.5.0 \ - icu_locid_transform_data-1.5.0 \ - icu_normalizer-1.5.0 \ - icu_normalizer_data-1.5.0 \ - icu_properties-1.5.1 \ - icu_properties_data-1.5.0 \ - icu_provider-1.5.0 \ - icu_provider_macros-1.5.0 \ + html5ever-0.35.0 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ idna-1.0.3 \ - idna_adapter-1.2.0 \ - indoc-2.0.5 \ - libc-0.2.170 \ - litemap-0.7.4 \ - lock_api-0.4.12 \ - log-0.4.26 \ + idna_adapter-1.2.1 \ + indoc-2.0.6 \ + itoa-1.0.15 \ + libc-0.2.174 \ + litemap-0.8.0 \ + lock_api-0.4.13 \ + log-0.4.27 \ mac-0.1.1 \ maplit-1.0.2 \ - markup5ever-0.12.1 \ + markup5ever-0.35.0 \ + match_token-0.35.0 \ memoffset-0.9.1 \ new_debug_unreachable-1.0.6 \ - once_cell-1.20.3 \ - parking_lot-0.12.3 \ - parking_lot_core-0.9.10 \ + once_cell-1.21.3 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ percent-encoding-2.3.1 \ phf-0.11.3 \ phf_codegen-0.11.3 \ phf_generator-0.11.3 \ + phf_macros-0.11.3 \ phf_shared-0.11.3 \ - portable-atomic-1.11.0 \ + portable-atomic-1.11.1 \ + potential_utf-0.1.2 \ precomputed-hash-0.1.1 \ - proc-macro2-1.0.93 \ - pyo3-0.23.5 \ - pyo3-build-config-0.23.5 \ - pyo3-ffi-0.23.5 \ - pyo3-macros-0.23.5 \ - pyo3-macros-backend-0.23.5 \ - python3-dll-a-0.2.13 \ - quote-1.0.38 \ + proc-macro2-1.0.95 \ + pyo3-0.25.1 \ + pyo3-build-config-0.25.1 \ + pyo3-ffi-0.25.1 \ + pyo3-macros-0.25.1 \ + pyo3-macros-backend-0.25.1 \ + python3-dll-a-0.2.14 \ + quote-1.0.40 \ rand-0.8.5 \ rand_core-0.6.4 \ - redox_syscall-0.5.9 \ + redox_syscall-0.5.13 \ scopeguard-1.2.0 \ - serde-1.0.218 \ - serde_derive-1.0.218 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ shlex-1.3.0 \ siphasher-1.0.1 \ - smallvec-1.14.0 \ + smallvec-1.15.1 \ stable_deref_trait-1.2.0 \ - string_cache-0.8.8 \ + string_cache-0.8.9 \ string_cache_codegen-0.5.4 \ - syn-2.0.98 \ - synstructure-0.13.1 \ - target-lexicon-0.12.16 \ + syn-2.0.104 \ + synstructure-0.13.2 \ + target-lexicon-0.13.2 \ tendril-0.4.3 \ - tinystr-0.7.6 \ - unicode-ident-1.0.17 \ - unindent-0.2.3 \ + tinystr-0.8.1 \ + unicode-ident-1.0.18 \ + unindent-0.2.4 \ url-2.5.4 \ utf-8-0.7.6 \ - utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ + web_atoms-0.1.3 \ windows-targets-0.52.6 \ windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_msvc-0.52.6 \ @@ -80,11 +85,11 @@ CARGO_CRATES= ammonia-4.0.0 \ windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.52.6 \ - write16-1.0.0 \ - writeable-0.5.5 \ - yoke-0.7.5 \ - yoke-derive-0.7.5 \ - zerofrom-0.1.5 \ - zerofrom-derive-0.1.5 \ - zerovec-0.10.4 \ - zerovec-derive-0.10.3 + writeable-0.6.1 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 diff --git a/www/py-nh3/distinfo b/www/py-nh3/distinfo index 3e16910a55aa..5442c2953f01 100644 --- a/www/py-nh3/distinfo +++ b/www/py-nh3/distinfo @@ -1,76 +1,82 @@ -TIMESTAMP = 1741278724 -SHA256 (nh3-0.2.21.tar.gz) = 4990e7ee6a55490dbf00d61a6f476c9a3258e31e711e13713b2ea7d6616f670e -SIZE (nh3-0.2.21.tar.gz) = 16581 -SHA256 (rust/crates/ammonia-4.0.0.crate) = 1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459 -SIZE (rust/crates/ammonia-4.0.0.crate) = 47763 -SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 -SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 -SHA256 (rust/crates/bitflags-2.8.0.crate) = 8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36 -SIZE (rust/crates/bitflags-2.8.0.crate) = 47482 -SHA256 (rust/crates/cc-1.2.15.crate) = c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af -SIZE (rust/crates/cc-1.2.15.crate) = 103196 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +TIMESTAMP = 1752837362 +SHA256 (nh3-0.2.22.tar.gz) = dbfaa924ba226331c75896a64fe161a0cbd21172e4da687b2a69b5101db2c3e9 +SIZE (nh3-0.2.22.tar.gz) = 18326 +SHA256 (rust/crates/ammonia-4.1.1.crate) = d6b346764dd0814805de8abf899fe03065bcee69bb1a4771c785817e39f3978f +SIZE (rust/crates/ammonia-4.1.1.crate) = 56029 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/cc-1.2.29.crate) = 5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362 +SIZE (rust/crates/cc-1.2.29.crate) = 108072 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 +SHA256 (rust/crates/cssparser-0.35.0.crate) = 4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa +SIZE (rust/crates/cssparser-0.35.0.crate) = 54145 +SHA256 (rust/crates/cssparser-macros-0.6.1.crate) = 13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331 +SIZE (rust/crates/cssparser-macros-0.6.1.crate) = 7914 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 +SHA256 (rust/crates/dtoa-1.0.10.crate) = d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04 +SIZE (rust/crates/dtoa-1.0.10.crate) = 17584 +SHA256 (rust/crates/dtoa-short-0.3.5.crate) = cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87 +SIZE (rust/crates/dtoa-short-0.3.5.crate) = 8287 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 SHA256 (rust/crates/futf-0.1.5.crate) = df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843 SIZE (rust/crates/futf-0.1.5.crate) = 11344 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 -SHA256 (rust/crates/html5ever-0.27.0.crate) = c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4 -SIZE (rust/crates/html5ever-0.27.0.crate) = 72913 -SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526 -SIZE (rust/crates/icu_collections-1.5.0.crate) = 82762 -SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637 -SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131 -SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e -SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094 -SHA256 (rust/crates/icu_locid_transform_data-1.5.0.crate) = fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e -SIZE (rust/crates/icu_locid_transform_data-1.5.0.crate) = 44727 -SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f -SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113 -SHA256 (rust/crates/icu_normalizer_data-1.5.0.crate) = f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516 -SIZE (rust/crates/icu_normalizer_data-1.5.0.crate) = 50561 -SHA256 (rust/crates/icu_properties-1.5.1.crate) = 93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5 -SIZE (rust/crates/icu_properties-1.5.1.crate) = 64479 -SHA256 (rust/crates/icu_properties_data-1.5.0.crate) = 67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569 -SIZE (rust/crates/icu_properties_data-1.5.0.crate) = 227993 -SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9 -SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722 -SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6 -SIZE (rust/crates/icu_provider_macros-1.5.0.crate) = 6436 +SHA256 (rust/crates/html5ever-0.35.0.crate) = 55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4 +SIZE (rust/crates/html5ever-0.35.0.crate) = 76142 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e SIZE (rust/crates/idna-1.0.3.crate) = 142515 -SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 -SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 -SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5 -SIZE (rust/crates/indoc-2.0.5.crate) = 14396 -SHA256 (rust/crates/libc-0.2.170.crate) = 875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828 -SIZE (rust/crates/libc-0.2.170.crate) = 760076 -SHA256 (rust/crates/litemap-0.7.4.crate) = 4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104 -SIZE (rust/crates/litemap-0.7.4.crate) = 28257 -SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 -SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 -SHA256 (rust/crates/log-0.4.26.crate) = 30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e -SIZE (rust/crates/log-0.4.26.crate) = 47022 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 +SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd +SIZE (rust/crates/indoc-2.0.6.crate) = 17164 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 SIZE (rust/crates/mac-0.1.1.crate) = 4838 SHA256 (rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d SIZE (rust/crates/maplit-1.0.2.crate) = 8871 -SHA256 (rust/crates/markup5ever-0.12.1.crate) = 16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45 -SIZE (rust/crates/markup5ever-0.12.1.crate) = 34763 +SHA256 (rust/crates/markup5ever-0.35.0.crate) = 311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3 +SIZE (rust/crates/markup5ever-0.35.0.crate) = 15883 +SHA256 (rust/crates/match_token-0.35.0.crate) = ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf +SIZE (rust/crates/match_token-0.35.0.crate) = 4570 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 SHA256 (rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086 SIZE (rust/crates/new_debug_unreachable-1.0.6.crate) = 2582 -SHA256 (rust/crates/once_cell-1.20.3.crate) = 945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e -SIZE (rust/crates/once_cell-1.20.3.crate) = 33456 -SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 -SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 -SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 -SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 +SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 +SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 +SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/phf-0.11.3.crate) = 1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078 @@ -79,74 +85,78 @@ SHA256 (rust/crates/phf_codegen-0.11.3.crate) = aef8048c789fa5e851558d709946d6d7 SIZE (rust/crates/phf_codegen-0.11.3.crate) = 13741 SHA256 (rust/crates/phf_generator-0.11.3.crate) = 3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d SIZE (rust/crates/phf_generator-0.11.3.crate) = 15431 +SHA256 (rust/crates/phf_macros-0.11.3.crate) = f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216 +SIZE (rust/crates/phf_macros-0.11.3.crate) = 18436 SHA256 (rust/crates/phf_shared-0.11.3.crate) = 67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5 SIZE (rust/crates/phf_shared-0.11.3.crate) = 15199 -SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e -SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 +SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 +SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 SHA256 (rust/crates/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c SIZE (rust/crates/precomputed-hash-0.1.1.crate) = 1640 -SHA256 (rust/crates/proc-macro2-1.0.93.crate) = 60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99 -SIZE (rust/crates/proc-macro2-1.0.93.crate) = 52388 -SHA256 (rust/crates/pyo3-0.23.5.crate) = 7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872 -SIZE (rust/crates/pyo3-0.23.5.crate) = 1088533 -SHA256 (rust/crates/pyo3-build-config-0.23.5.crate) = 94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb -SIZE (rust/crates/pyo3-build-config-0.23.5.crate) = 33885 -SHA256 (rust/crates/pyo3-ffi-0.23.5.crate) = e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d -SIZE (rust/crates/pyo3-ffi-0.23.5.crate) = 74867 -SHA256 (rust/crates/pyo3-macros-0.23.5.crate) = fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da -SIZE (rust/crates/pyo3-macros-0.23.5.crate) = 8856 -SHA256 (rust/crates/pyo3-macros-backend-0.23.5.crate) = fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028 -SIZE (rust/crates/pyo3-macros-backend-0.23.5.crate) = 70938 -SHA256 (rust/crates/python3-dll-a-0.2.13.crate) = 49fe4227a288cf9493942ad0220ea3f185f4d1f2a14f197f7344d6d02f4ed4ed -SIZE (rust/crates/python3-dll-a-0.2.13.crate) = 85018 -SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc -SIZE (rust/crates/quote-1.0.38.crate) = 31252 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (rust/crates/pyo3-0.25.1.crate) = 8970a78afe0628a3e3430376fc5fd76b6b45c4d43360ffd6cdd40bdde72b682a +SIZE (rust/crates/pyo3-0.25.1.crate) = 1121993 +SHA256 (rust/crates/pyo3-build-config-0.25.1.crate) = 458eb0c55e7ece017adeba38f2248ff3ac615e53660d7c71a238d7d2a01c7598 +SIZE (rust/crates/pyo3-build-config-0.25.1.crate) = 34126 +SHA256 (rust/crates/pyo3-ffi-0.25.1.crate) = 7114fe5457c61b276ab77c5055f206295b812608083644a5c5b2640c3102565c +SIZE (rust/crates/pyo3-ffi-0.25.1.crate) = 78058 +SHA256 (rust/crates/pyo3-macros-0.25.1.crate) = a8725c0a622b374d6cb051d11a0983786448f7785336139c3c94f5aa6bef7e50 +SIZE (rust/crates/pyo3-macros-0.25.1.crate) = 8886 +SHA256 (rust/crates/pyo3-macros-backend-0.25.1.crate) = 4109984c22491085343c05b0dbc54ddc405c3cf7b4374fc533f5c3313a572ccc +SIZE (rust/crates/pyo3-macros-backend-0.25.1.crate) = 76006 +SHA256 (rust/crates/python3-dll-a-0.2.14.crate) = d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8 +SIZE (rust/crates/python3-dll-a-0.2.14.crate) = 103489 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 -SHA256 (rust/crates/redox_syscall-0.5.9.crate) = 82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f -SIZE (rust/crates/redox_syscall-0.5.9.crate) = 30080 +SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 +SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/serde-1.0.218.crate) = e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60 -SIZE (rust/crates/serde-1.0.218.crate) = 78968 -SHA256 (rust/crates/serde_derive-1.0.218.crate) = f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b -SIZE (rust/crates/serde_derive-1.0.218.crate) = 57782 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 -SHA256 (rust/crates/smallvec-1.14.0.crate) = 7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd -SIZE (rust/crates/smallvec-1.14.0.crate) = 35561 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 -SHA256 (rust/crates/string_cache-0.8.8.crate) = 938d512196766101d333398efde81bc1f37b00cb42c2f8350e5df639f040bbbe -SIZE (rust/crates/string_cache-0.8.8.crate) = 17181 +SHA256 (rust/crates/string_cache-0.8.9.crate) = bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f +SIZE (rust/crates/string_cache-0.8.9.crate) = 17408 SHA256 (rust/crates/string_cache_codegen-0.5.4.crate) = c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0 SIZE (rust/crates/string_cache_codegen-0.5.4.crate) = 9406 -SHA256 (rust/crates/syn-2.0.98.crate) = 36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1 -SIZE (rust/crates/syn-2.0.98.crate) = 297807 -SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 -SIZE (rust/crates/synstructure-0.13.1.crate) = 18327 -SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 -SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a +SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 SHA256 (rust/crates/tendril-0.4.3.crate) = d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0 SIZE (rust/crates/tendril-0.4.3.crate) = 37210 -SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f -SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 -SHA256 (rust/crates/unicode-ident-1.0.17.crate) = 00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe -SIZE (rust/crates/unicode-ident-1.0.17.crate) = 47704 -SHA256 (rust/crates/unindent-0.2.3.crate) = c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce -SIZE (rust/crates/unindent-0.2.3.crate) = 7306 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3 +SIZE (rust/crates/unindent-0.2.4.crate) = 7422 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 SIZE (rust/crates/url-2.5.4.crate) = 81097 SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 -SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246 -SIZE (rust/crates/utf16_iter-1.0.5.crate) = 9736 SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 +SHA256 (rust/crates/web_atoms-0.1.3.crate) = 57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414 +SIZE (rust/crates/web_atoms-0.1.3.crate) = 27392 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 @@ -165,19 +175,19 @@ SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681 SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 -SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 -SIZE (rust/crates/write16-1.0.0.crate) = 7218 -SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 -SIZE (rust/crates/writeable-0.5.5.crate) = 22354 -SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40 -SIZE (rust/crates/yoke-0.7.5.crate) = 29673 -SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 -SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 -SHA256 (rust/crates/zerofrom-0.1.5.crate) = cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e -SIZE (rust/crates/zerofrom-0.1.5.crate) = 5091 -SHA256 (rust/crates/zerofrom-derive-0.1.5.crate) = 595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808 -SIZE (rust/crates/zerofrom-derive-0.1.5.crate) = 8285 -SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079 -SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 -SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 -SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 +SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 +SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 +SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 +SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 diff --git a/www/py-pelican/Makefile b/www/py-pelican/Makefile index 1cb1822e47fc..0dc89e18c1d8 100644 --- a/www/py-pelican/Makefile +++ b/www/py-pelican/Makefile @@ -1,5 +1,6 @@ PORTNAME= pelican DISTVERSION= 4.11.0 +PORTREVISION= 1 CATEGORIES= www textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,7 +31,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.9:www/py-beautifulsoup@${P ${PYTHON_PKGNAMEPREFIX}flake8>=3.8:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}invoke>=1.3:devel/py-invoke@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isort>=5.2:devel/py-isort@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=4.3:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=4.3:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>2.0:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typogrify>=2.1:textproc/py-typogrify@${PY_FLAVOR} \ diff --git a/www/py-readability-lxml/Makefile b/www/py-readability-lxml/Makefile index e2e95b6bda4a..620e1a050d42 100644 --- a/www/py-readability-lxml/Makefile +++ b/www/py-readability-lxml/Makefile @@ -1,6 +1,6 @@ PORTNAME= readability-lxml PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/buriy/python-readability LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}timeout-decorator>0:devel/py-timeout-decorator@${PY_FLAVOR} USES= python diff --git a/www/py-scrapy/Makefile b/www/py-scrapy/Makefile index 606dc2b3cfa4..1d22ac626028 100644 --- a/www/py-scrapy/Makefile +++ b/www/py-scrapy/Makefile @@ -1,6 +1,6 @@ PORTNAME= Scrapy DISTVERSION= 2.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=18.9.0:devel/py-twisted@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}zope.interface>=5.1.0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protego>=0.1.15:www/py-protego@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}itemadapter>=0.1.0:devel/py-itemadapter@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=4.4.1:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=4.4.1:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tldextract>0:dns/py-tldextract@${PY_FLAVOR} USES= cpe python diff --git a/www/py-seafdav/Makefile b/www/py-seafdav/Makefile index 08168aa57ff7..a3219307ff6c 100644 --- a/www/py-seafdav/Makefile +++ b/www/py-seafdav/Makefile @@ -2,6 +2,7 @@ PORTNAME= seafdav DISTVERSIONPREFIX= v DISTVERSION= ${SEAHUB_VER} DISTVERSIONSUFFIX= -server +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5:devel/py-defusedxml@${PY_FLA ${PYTHON_PKGNAMEPREFIX}python-pam>=1.8:security/py-python-pam@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR} USES= python shebangfix diff --git a/www/py-searxng-devel/Makefile b/www/py-searxng-devel/Makefile index e7b3aa04bf95..dc759595d471 100644 --- a/www/py-searxng-devel/Makefile +++ b/www/py-searxng-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= searxng DISTVERSION= 20250711 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel @@ -23,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}langdetect>=0:textproc/py-langdetect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown-it-py>=0:textproc/py-markdown-it-py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgspec>=0:devel/py-msgspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ diff --git a/www/py-social-auth-app-django/Makefile b/www/py-social-auth-app-django/Makefile index 223435318408..9f9d6206f3ac 100644 --- a/www/py-social-auth-app-django/Makefile +++ b/www/py-social-auth-app-django/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/python-social-auth/social-app-django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +# Release 5.5.0 dropped support for Django 4.2 and Python 3.9 +PORTSCOUT= limit:^5\.4\. + BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ diff --git a/www/py-soupsieve/Makefile b/www/py-soupsieve/Makefile index 39227dae726a..3b5252113d70 100644 --- a/www/py-soupsieve/Makefile +++ b/www/py-soupsieve/Makefile @@ -1,6 +1,5 @@ PORTNAME= soupsieve -PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTVERSION= 2.7 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,17 +11,14 @@ WWW= https://github.com/facelessuser/soupsieve LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.1:devel/py-hatchling@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>4:www/py-beautifulsoup@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs - .include <bsd.port.mk> diff --git a/www/py-soupsieve/distinfo b/www/py-soupsieve/distinfo index 4bad341b9491..b99051796a68 100644 --- a/www/py-soupsieve/distinfo +++ b/www/py-soupsieve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604520380 -SHA256 (soupsieve-2.0.1.tar.gz) = a59dc181727e95d25f781f0eb4fd1825ff45590ec8ff49eadfd7f1a537cc0232 -SIZE (soupsieve-2.0.1.tar.gz) = 95986 +TIMESTAMP = 1751781495 +SHA256 (soupsieve-2.7.tar.gz) = ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a +SIZE (soupsieve-2.7.tar.gz) = 103418 diff --git a/www/py-splinter/Makefile b/www/py-splinter/Makefile index dab25f7d7d7d..e6d30f9b87a3 100644 --- a/www/py-splinter/Makefile +++ b/www/py-splinter/Makefile @@ -1,6 +1,6 @@ PORTNAME= splinter PORTVERSION= 0.21.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26.14:net/py-urllib3@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=4.2.4:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=4.2.4:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}selenium>=4.1.0:www/py-selenium@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.testbrowser>=5.5.1:devel/py-zope.testbrowser@${PY_FLAVOR} diff --git a/www/py-spyne/Makefile b/www/py-spyne/Makefile index 1c338bc6b4e0..bac27c204563 100644 --- a/www/py-spyne/Makefile +++ b/www/py-spyne/Makefile @@ -1,6 +1,6 @@ PORTNAME= spyne PORTVERSION= 2.14.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=3.6:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=3.6:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=1:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.2:devel/py-pyparsing@${PY_FLAVOR} \ diff --git a/www/py-urlwatch/Makefile b/www/py-urlwatch/Makefile index f0e49dfee489..1115b42bfaae 100644 --- a/www/py-urlwatch/Makefile +++ b/www/py-urlwatch/Makefile @@ -1,6 +1,6 @@ PORTNAME= urlwatch DISTVERSION= 2.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}minidb>=2.0.8:databases/py-minidb@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ diff --git a/www/py-woob/Makefile b/www/py-woob/Makefile index 419d0b237bc8..dd47c81fd32e 100644 --- a/www/py-woob/Makefile +++ b/www/py-woob/Makefile @@ -1,5 +1,6 @@ PORTNAME= woob PORTVERSION= 3.7 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=23.0:devel/py-packaging@${PY_FLAVOR} \ ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ @@ -29,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${PY_FL ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=23.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable>0:devel/py-prettytable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR} \ diff --git a/www/quark/Makefile b/www/quark/Makefile index b74143323179..1ef9a1ffd9d8 100644 --- a/www/quark/Makefile +++ b/www/quark/Makefile @@ -1,11 +1,11 @@ PORTNAME= quark -DISTVERSION= g20210222 +DISTVERSION= 20220816 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= LOCAL/tobik +MASTER_SITES= https://freebsd.uzsolt.hu/src/ PKGNAMESUFFIX= -server -DISTNAME= quark-68b4f733b2755762e43df90f73db5a6ec8d14104 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Small and simple HTTP GET/HEAD-only web server for static content WWW= https://tools.suckless.org/quark/ diff --git a/www/quark/distinfo b/www/quark/distinfo index 1a49006500a0..b4d9ff2fb536 100644 --- a/www/quark/distinfo +++ b/www/quark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634126831 -SHA256 (quark-68b4f733b2755762e43df90f73db5a6ec8d14104.tar.gz) = 7621e549493867199c461582b4f96c4fb890420b86f692dfd8b58da61dd4da7b -SIZE (quark-68b4f733b2755762e43df90f73db5a6ec8d14104.tar.gz) = 23529 +TIMESTAMP = 1752782489 +SHA256 (quark-20220816.tar.gz) = af9a9fe2260bb92273913a8252d45fe47422647d00bc2b9584b65931c40c03e4 +SIZE (quark-20220816.tar.gz) = 23655 diff --git a/www/quark/files/patch-Makefile b/www/quark/files/patch-Makefile new file mode 100644 index 000000000000..8f3873dfce18 --- /dev/null +++ b/www/quark/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.orig 2025-07-18 07:05:10 UTC ++++ Makefile +@@ -12,6 +12,7 @@ main.o: main.c arg.h config.h server.h sock.h util.h c + data.o: data.c config.h data.h http.h server.h util.h config.mk + http.o: http.c config.h http.h server.h util.h config.mk + main.o: main.c arg.h config.h server.h sock.h util.h config.mk ++queue.o: queue.c config.h queue.h util.h + server.o: server.c config.h connection.h http.h queue.h server.h util.h config.mk + sock.o: sock.c config.h sock.h util.h config.mk + util.o: util.c config.h util.h config.mk diff --git a/www/quark/pkg-descr b/www/quark/pkg-descr index 07a1f7792871..e6a20f61d038 100644 --- a/www/quark/pkg-descr +++ b/www/quark/pkg-descr @@ -1 +1,9 @@ Extremely small and simple HTTP GET/HEAD-only web server for static content. +The goal of this project is to do one thing and do it well, namely serving +static web directories and doing that right. Most other solutions either are too +complex (CGI support, dependencies on external libraries, ...) or lack features +you expect (TLS, virtual hosts, partial content, not modified since, ...). quark +tries to find a midway and just restrict itself to being static while still +offering functions you only find in more bloated solutions and being as secure +as possible (chroot, privilege dropping, strict parsers, no malloc at runtime, +pledge, unveil, ...). diff --git a/www/selenium/Makefile b/www/selenium/Makefile index 48dc76afe821..8243608e3e2d 100644 --- a/www/selenium/Makefile +++ b/www/selenium/Makefile @@ -1,5 +1,5 @@ PORTNAME= selenium -DISTVERSION= 4.32.0 +DISTVERSION= 4.34.0 CATEGORIES= www devel java MASTER_SITES= https://github.com/SeleniumHQ/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/ DISTNAME= selenium-server-${DISTVERSION} diff --git a/www/selenium/distinfo b/www/selenium/distinfo index a6af3d02879f..3dfacd5ce05d 100644 --- a/www/selenium/distinfo +++ b/www/selenium/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747707505 -SHA256 (selenium-server-4.32.0.jar) = a2a40741368a4251b9ba60469a048e4fae9417491171d9faf7ce55cc40320335 -SIZE (selenium-server-4.32.0.jar) = 42675799 +TIMESTAMP = 1752823263 +SHA256 (selenium-server-4.34.0.jar) = c4ca7b2453abec28ac705cfc61321ba7ed62e886fbfd54c997b133d73c69c508 +SIZE (selenium-server-4.34.0.jar) = 43006967 diff --git a/www/tailwindcss4/Makefile b/www/tailwindcss4/Makefile new file mode 100644 index 000000000000..8cf337126107 --- /dev/null +++ b/www/tailwindcss4/Makefile @@ -0,0 +1,78 @@ +PORTNAME= tailwindcss4 +DISTVERSION= 4.1.10 +CATEGORIES= www devel +MASTER_SITES= LOCAL/dch/${PORTNAME}/:npm +DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npm + +MAINTAINER= dch@FreeBSD.org +COMMENT= Utility-first CSS framework with npm dependencies +WWW= https://tailwindcss.com/ + +LICENSE= MIT + +ONLY_FOR_ARCHS= amd64 + +BUILD_DEPENDS= npm-node24>0:www/npm-node24 +USES= nodejs:24,build,run python:build tar:txz + +CONFLICTS_INSTALL= tailwindcss* + +_DAISYUI_VER= 5.0.43 +_FORMS_VER= 0.5.10 +_POSTCSS_VER= 8.5.5 +_TWCLI_VER= ${DISTVERSION} +_TAILWIND_VER= ${DISTVERSION} +_WATCHER_VER= 2.5.1 + +_NPM_CACHE= ${WRKDIR}/cache +_NPM_ARCHIVE= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX} + +do-extract: + @${MKDIR} ${WRKDIR}/cache + ${TAR} -xf ${DISTDIR}/${_NPM_ARCHIVE} -C ${_NPM_CACHE} + +do-build: +# because nodejs is fiddly we can't build & then install +.if !defined(MAINTAINER_MODE) + ${ECHO_CMD} offline=true > ${WRKDIR}/.npmrc +.endif + +do-install: + ${ECHO_CMD} python=${PYTHON_CMD} >> ${WRKDIR}/.npmrc + (cd ${WRKDIR} && \ + ${SETENV} HOME=${WRKDIR} npm_config_cache=${_NPM_CACHE} \ + npm_config_devdir=${_NPM_CACHE} npm_config_nodedir=${PREFIX} \ + npm_config_node_gyp_include_dir=${PREFIX}/include/node \ + npm install --global --no-audit --no-fund --no-prune --cache \ + ${_NPM_CACHE} --prefer-offline --verbose --no-progress \ + --build-from-source --prefix=${STAGEDIR}${PREFIX} @parcel/watcher@${_WATCHER_VER} \ + @tailwindcss/cli@${TWCLI_VER} @tailwindcss/forms@${FORMS_VER} \ + autoprefixer@${_PREFIX_VER} postcss@${_POSTCSS_VER} \ + tailwindcss@${_TAILWIND_VER} daisyui@${_DAISYUI_VER}) +# strip .node files they are shared libraries + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/node_modules/@parcel/watcher/node_modules/@parcel/watcher-freebsd-*/watcher.node + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/node_modules/@parcel/watcher/build/Release/watcher.node +# create symlinks for the CLI tools +.for script in nanoid:../lib/node_modules/nanoid/bin/nanoid.cjs \ + tailwind:../lib/node_modules/@tailwindcss/cli/dist/index.mjs \ + tailwindcss:../lib/node_modules/@tailwindcss/cli/dist/index.mjs + ${LN} -sf ${script:C/.*://} ${STAGEDIR}${PREFIX}/bin/${script:C/:.*//} +.endfor +# remove files already present in node, npm, or yarn packages +.for m in corepack npm + ${RM} -rf ${STAGEDIR}${PREFIX}/lib/node_modules/${m} +.endfor +# remove build detritus +.for file in Release/.deps Release/obj.target Makefile binding.Makefile \ + config.gypi watcher.target.mk + ${RM} -rf ${STAGEDIR}${PREFIX}/lib/node_modules/@parcel/watcher/build/${file} +.endfor + +_tarball: do-install + ${TAR} -caf ${DISTDIR}/${_NPM_ARCHIVE} -C ${_NPM_CACHE} _cacache + ${CHMOD} 644 ${DISTDIR}/${_NPM_ARCHIVE} + @${ECHO_MSG} Ready to upload tarball to freefall distfiles directory: + @${ECHO_MSG} ${DISTDIR}/${_NPM_ARCHIVE} + @${ECHO_MSG} scp ${DISTDIR}/${_NPM_ARCHIVE} dch@freefall.freebsd.org:public_distfiles/${PORTNAME}/ + +.include <bsd.port.mk> diff --git a/www/tailwindcss4/distinfo b/www/tailwindcss4/distinfo new file mode 100644 index 000000000000..63a862a15d08 --- /dev/null +++ b/www/tailwindcss4/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1750709626 +SHA256 (tailwindcss4-npm-cache-4.1.10.txz) = 55e43ed950e7207fba51c0e8bc6d65f6668b52f636c64b5cad11ae9b7b63ab42 +SIZE (tailwindcss4-npm-cache-4.1.10.txz) = 15398368 diff --git a/www/tailwindcss4/pkg-descr b/www/tailwindcss4/pkg-descr new file mode 100644 index 000000000000..fc8ac873069e --- /dev/null +++ b/www/tailwindcss4/pkg-descr @@ -0,0 +1,10 @@ +Tailwind CSS is a utility-first CSS framework for rapidly building custom +user interfaces. This port comprises Tailwind CSS along with commonly used +related packages via npm: + +- tailwindcss: the core framework +- postcss: optimise resulting CSS +- @tailwindcss/forms: official CSS forms plugin +- daisyui: component library + +The packages are installed globally and can be used from the command line. diff --git a/www/tailwindcss4/pkg-plist b/www/tailwindcss4/pkg-plist new file mode 100644 index 000000000000..d0b9a04ded1f --- /dev/null +++ b/www/tailwindcss4/pkg-plist @@ -0,0 +1,2228 @@ +bin/autoprefixer +bin/nanoid +bin/tailwind +bin/tailwindcss +lib/node_modules/@parcel/watcher/LICENSE +lib/node_modules/@parcel/watcher/README.md +lib/node_modules/@parcel/watcher/binding.gyp +lib/node_modules/@parcel/watcher/build/Release/watcher.node +lib/node_modules/@parcel/watcher/index.d.ts +lib/node_modules/@parcel/watcher/index.js +lib/node_modules/@parcel/watcher/index.js.flow +lib/node_modules/@parcel/watcher/node_modules/.bin/detect-libc +lib/node_modules/@parcel/watcher/node_modules/@parcel/watcher-freebsd-x64/LICENSE +lib/node_modules/@parcel/watcher/node_modules/@parcel/watcher-freebsd-x64/README.md +lib/node_modules/@parcel/watcher/node_modules/@parcel/watcher-freebsd-x64/package.json +lib/node_modules/@parcel/watcher/node_modules/@parcel/watcher-freebsd-x64/watcher.node +lib/node_modules/@parcel/watcher/node_modules/braces/LICENSE +lib/node_modules/@parcel/watcher/node_modules/braces/README.md +lib/node_modules/@parcel/watcher/node_modules/braces/index.js +lib/node_modules/@parcel/watcher/node_modules/braces/lib/compile.js +lib/node_modules/@parcel/watcher/node_modules/braces/lib/constants.js +lib/node_modules/@parcel/watcher/node_modules/braces/lib/expand.js +lib/node_modules/@parcel/watcher/node_modules/braces/lib/parse.js +lib/node_modules/@parcel/watcher/node_modules/braces/lib/stringify.js +lib/node_modules/@parcel/watcher/node_modules/braces/lib/utils.js +lib/node_modules/@parcel/watcher/node_modules/braces/package.json +lib/node_modules/@parcel/watcher/node_modules/detect-libc/.npmignore +lib/node_modules/@parcel/watcher/node_modules/detect-libc/LICENSE +lib/node_modules/@parcel/watcher/node_modules/detect-libc/README.md +lib/node_modules/@parcel/watcher/node_modules/detect-libc/bin/detect-libc.js +lib/node_modules/@parcel/watcher/node_modules/detect-libc/lib/detect-libc.js +lib/node_modules/@parcel/watcher/node_modules/detect-libc/package.json +lib/node_modules/@parcel/watcher/node_modules/fill-range/LICENSE +lib/node_modules/@parcel/watcher/node_modules/fill-range/README.md +lib/node_modules/@parcel/watcher/node_modules/fill-range/index.js +lib/node_modules/@parcel/watcher/node_modules/fill-range/package.json +lib/node_modules/@parcel/watcher/node_modules/is-extglob/LICENSE +lib/node_modules/@parcel/watcher/node_modules/is-extglob/README.md +lib/node_modules/@parcel/watcher/node_modules/is-extglob/index.js +lib/node_modules/@parcel/watcher/node_modules/is-extglob/package.json +lib/node_modules/@parcel/watcher/node_modules/is-glob/LICENSE +lib/node_modules/@parcel/watcher/node_modules/is-glob/README.md +lib/node_modules/@parcel/watcher/node_modules/is-glob/index.js +lib/node_modules/@parcel/watcher/node_modules/is-glob/package.json +lib/node_modules/@parcel/watcher/node_modules/is-number/LICENSE +lib/node_modules/@parcel/watcher/node_modules/is-number/README.md +lib/node_modules/@parcel/watcher/node_modules/is-number/index.js +lib/node_modules/@parcel/watcher/node_modules/is-number/package.json +lib/node_modules/@parcel/watcher/node_modules/micromatch/LICENSE +lib/node_modules/@parcel/watcher/node_modules/micromatch/README.md +lib/node_modules/@parcel/watcher/node_modules/micromatch/index.js +lib/node_modules/@parcel/watcher/node_modules/micromatch/package.json +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/LICENSE.md +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/README.md +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/common.gypi +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/except.gypi +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/index.js +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/napi-inl.deprecated.h +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/napi-inl.h +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/napi.h +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/node_addon_api.gyp +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/node_api.gyp +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/noexcept.gypi +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/nothing.c +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/package-support.json +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/package.json +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/tools/README.md +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/tools/check-napi.js +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/tools/clang-format.js +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/tools/conversion.js +lib/node_modules/@parcel/watcher/node_modules/node-addon-api/tools/eslint-format.js +lib/node_modules/@parcel/watcher/node_modules/picomatch/CHANGELOG.md +lib/node_modules/@parcel/watcher/node_modules/picomatch/LICENSE +lib/node_modules/@parcel/watcher/node_modules/picomatch/README.md +lib/node_modules/@parcel/watcher/node_modules/picomatch/index.js +lib/node_modules/@parcel/watcher/node_modules/picomatch/lib/constants.js +lib/node_modules/@parcel/watcher/node_modules/picomatch/lib/parse.js +lib/node_modules/@parcel/watcher/node_modules/picomatch/lib/picomatch.js +lib/node_modules/@parcel/watcher/node_modules/picomatch/lib/scan.js +lib/node_modules/@parcel/watcher/node_modules/picomatch/lib/utils.js +lib/node_modules/@parcel/watcher/node_modules/picomatch/package.json +lib/node_modules/@parcel/watcher/node_modules/to-regex-range/LICENSE +lib/node_modules/@parcel/watcher/node_modules/to-regex-range/README.md +lib/node_modules/@parcel/watcher/node_modules/to-regex-range/index.js +lib/node_modules/@parcel/watcher/node_modules/to-regex-range/package.json +lib/node_modules/@parcel/watcher/package.json +lib/node_modules/@parcel/watcher/scripts/build-from-source.js +lib/node_modules/@parcel/watcher/src/Backend.cc +lib/node_modules/@parcel/watcher/src/Backend.hh +lib/node_modules/@parcel/watcher/src/Debounce.cc +lib/node_modules/@parcel/watcher/src/Debounce.hh +lib/node_modules/@parcel/watcher/src/DirTree.cc +lib/node_modules/@parcel/watcher/src/DirTree.hh +lib/node_modules/@parcel/watcher/src/Event.hh +lib/node_modules/@parcel/watcher/src/Glob.cc +lib/node_modules/@parcel/watcher/src/Glob.hh +lib/node_modules/@parcel/watcher/src/PromiseRunner.hh +lib/node_modules/@parcel/watcher/src/Signal.hh +lib/node_modules/@parcel/watcher/src/Watcher.cc +lib/node_modules/@parcel/watcher/src/Watcher.hh +lib/node_modules/@parcel/watcher/src/binding.cc +lib/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.cc +lib/node_modules/@parcel/watcher/src/kqueue/KqueueBackend.hh +lib/node_modules/@parcel/watcher/src/linux/InotifyBackend.cc +lib/node_modules/@parcel/watcher/src/linux/InotifyBackend.hh +lib/node_modules/@parcel/watcher/src/macos/FSEventsBackend.cc +lib/node_modules/@parcel/watcher/src/macos/FSEventsBackend.hh +lib/node_modules/@parcel/watcher/src/shared/BruteForceBackend.cc +lib/node_modules/@parcel/watcher/src/shared/BruteForceBackend.hh +lib/node_modules/@parcel/watcher/src/unix/fts.cc +lib/node_modules/@parcel/watcher/src/unix/legacy.cc +lib/node_modules/@parcel/watcher/src/wasm/WasmBackend.cc +lib/node_modules/@parcel/watcher/src/wasm/WasmBackend.hh +lib/node_modules/@parcel/watcher/src/wasm/include.h +lib/node_modules/@parcel/watcher/src/watchman/BSER.cc +lib/node_modules/@parcel/watcher/src/watchman/BSER.hh +lib/node_modules/@parcel/watcher/src/watchman/IPC.hh +lib/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.cc +lib/node_modules/@parcel/watcher/src/watchman/WatchmanBackend.hh +lib/node_modules/@parcel/watcher/src/windows/WindowsBackend.cc +lib/node_modules/@parcel/watcher/src/windows/WindowsBackend.hh +lib/node_modules/@parcel/watcher/src/windows/win_utils.cc +lib/node_modules/@parcel/watcher/src/windows/win_utils.hh +lib/node_modules/@parcel/watcher/wrapper.js +lib/node_modules/@tailwindcss/cli/LICENSE +lib/node_modules/@tailwindcss/cli/README.md +lib/node_modules/@tailwindcss/cli/dist/index.mjs +lib/node_modules/@tailwindcss/cli/node_modules/.bin/jiti +lib/node_modules/@tailwindcss/cli/node_modules/.bin/mkdirp +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/README.md +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/dist/remapping.mjs +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/dist/remapping.mjs.map +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/dist/remapping.umd.js +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/dist/remapping.umd.js.map +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/dist/types/remapping.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/dist/types/source-map.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/dist/types/types.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@ampproject/remapping/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/README.md +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/dist/commonjs/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/dist/commonjs/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/dist/commonjs/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/dist/esm/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/dist/esm/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/dist/esm/index.js +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/dist/esm/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/dist/esm/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@isaacs/fs-minipass/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/gen-mapping/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/gen-mapping/README.md +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/gen-mapping/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/resolve-uri/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/resolve-uri/README.md +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/resolve-uri/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/set-array/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/set-array/README.md +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/set-array/dist/set-array.mjs +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/set-array/dist/set-array.umd.js +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/set-array/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/sourcemap-codec/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/sourcemap-codec/README.md +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/sourcemap-codec/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/README.md +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@jridgewell/trace-mapping/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node/README.md +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node/dist/esm-cache.loader.d.mts +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node/dist/esm-cache.loader.mjs +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node/dist/index.d.mts +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node/dist/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node/dist/index.js +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node/dist/index.mjs +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node/dist/require-cache.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node/dist/require-cache.js +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/node/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-freebsd-x64/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-freebsd-x64/README.md +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-freebsd-x64/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide-freebsd-x64/tailwindcss-oxide.freebsd-x64.node +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide/index.js +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide/package.json +lib/node_modules/@tailwindcss/cli/node_modules/@tailwindcss/oxide/scripts/install.js +lib/node_modules/@tailwindcss/cli/node_modules/chownr/LICENSE.md +lib/node_modules/@tailwindcss/cli/node_modules/chownr/README.md +lib/node_modules/@tailwindcss/cli/node_modules/chownr/dist/commonjs/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/chownr/dist/commonjs/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/chownr/dist/commonjs/index.js +lib/node_modules/@tailwindcss/cli/node_modules/chownr/dist/commonjs/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/chownr/dist/commonjs/package.json +lib/node_modules/@tailwindcss/cli/node_modules/chownr/dist/esm/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/chownr/dist/esm/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/chownr/dist/esm/index.js +lib/node_modules/@tailwindcss/cli/node_modules/chownr/dist/esm/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/chownr/dist/esm/package.json +lib/node_modules/@tailwindcss/cli/node_modules/chownr/package.json +lib/node_modules/@tailwindcss/cli/node_modules/detect-libc/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/detect-libc/README.md +lib/node_modules/@tailwindcss/cli/node_modules/detect-libc/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/detect-libc/lib/detect-libc.js +lib/node_modules/@tailwindcss/cli/node_modules/detect-libc/lib/filesystem.js +lib/node_modules/@tailwindcss/cli/node_modules/detect-libc/lib/process.js +lib/node_modules/@tailwindcss/cli/node_modules/detect-libc/package.json +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/README.md +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/AliasFieldPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/AliasPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/AppendPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/CloneBasenamePlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/ConditionalPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/DescriptionFileUtils.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/DirectoryExistsPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/ExtensionAliasPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/FileExistsPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/JoinRequestPartPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/JoinRequestPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/LogInfoPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/MainFieldPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/ModulesInHierachicDirectoriesPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/ModulesInHierarchicalDirectoriesPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/NextPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/ParsePlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/PnpPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/Resolver.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/ResolverFactory.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/RestrictionsPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/ResultPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/RootsPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/SelfReferencePlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/SymlinkPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/TryNextPlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/UseFilePlugin.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/createInnerContext.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/forEachBail.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/getInnerRequest.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/getPaths.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/index.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/util/entrypoints.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/util/identifier.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/util/module-browser.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/util/path.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/lib/util/process-browser.js +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/package.json +lib/node_modules/@tailwindcss/cli/node_modules/enhanced-resolve/types.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/graceful-fs/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/graceful-fs/README.md +lib/node_modules/@tailwindcss/cli/node_modules/graceful-fs/clone.js +lib/node_modules/@tailwindcss/cli/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/@tailwindcss/cli/node_modules/graceful-fs/legacy-streams.js +lib/node_modules/@tailwindcss/cli/node_modules/graceful-fs/package.json +lib/node_modules/@tailwindcss/cli/node_modules/graceful-fs/polyfills.js +lib/node_modules/@tailwindcss/cli/node_modules/jiti/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/jiti/README.md +lib/node_modules/@tailwindcss/cli/node_modules/jiti/dist/babel.cjs +lib/node_modules/@tailwindcss/cli/node_modules/jiti/dist/jiti.cjs +lib/node_modules/@tailwindcss/cli/node_modules/jiti/lib/jiti-cli.mjs +lib/node_modules/@tailwindcss/cli/node_modules/jiti/lib/jiti-hooks.mjs +lib/node_modules/@tailwindcss/cli/node_modules/jiti/lib/jiti-native.mjs +lib/node_modules/@tailwindcss/cli/node_modules/jiti/lib/jiti-register.d.mts +lib/node_modules/@tailwindcss/cli/node_modules/jiti/lib/jiti-register.mjs +lib/node_modules/@tailwindcss/cli/node_modules/jiti/lib/jiti.cjs +lib/node_modules/@tailwindcss/cli/node_modules/jiti/lib/jiti.d.cts +lib/node_modules/@tailwindcss/cli/node_modules/jiti/lib/jiti.d.mts +lib/node_modules/@tailwindcss/cli/node_modules/jiti/lib/jiti.mjs +lib/node_modules/@tailwindcss/cli/node_modules/jiti/lib/types.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/jiti/package.json +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss-freebsd-x64/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss-freebsd-x64/README.md +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss-freebsd-x64/lightningcss.freebsd-x64.node +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss-freebsd-x64/package.json +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/README.md +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/node/ast.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/node/ast.js.flow +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/node/browserslistToTargets.js +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/node/composeVisitors.js +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/node/flags.js +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/node/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/node/index.js +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/node/index.js.flow +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/node/index.mjs +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/node/targets.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/node/targets.js.flow +lib/node_modules/@tailwindcss/cli/node_modules/lightningcss/package.json +lib/node_modules/@tailwindcss/cli/node_modules/magic-string/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/magic-string/README.md +lib/node_modules/@tailwindcss/cli/node_modules/magic-string/dist/magic-string.cjs.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/magic-string/dist/magic-string.cjs.js +lib/node_modules/@tailwindcss/cli/node_modules/magic-string/dist/magic-string.cjs.js.map +lib/node_modules/@tailwindcss/cli/node_modules/magic-string/dist/magic-string.es.d.mts +lib/node_modules/@tailwindcss/cli/node_modules/magic-string/dist/magic-string.es.mjs +lib/node_modules/@tailwindcss/cli/node_modules/magic-string/dist/magic-string.es.mjs.map +lib/node_modules/@tailwindcss/cli/node_modules/magic-string/dist/magic-string.umd.js +lib/node_modules/@tailwindcss/cli/node_modules/magic-string/dist/magic-string.umd.js.map +lib/node_modules/@tailwindcss/cli/node_modules/magic-string/package.json +lib/node_modules/@tailwindcss/cli/node_modules/minipass/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/minipass/README.md +lib/node_modules/@tailwindcss/cli/node_modules/minipass/dist/commonjs/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/minipass/dist/commonjs/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/minipass/dist/commonjs/index.js +lib/node_modules/@tailwindcss/cli/node_modules/minipass/dist/commonjs/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/minipass/dist/commonjs/package.json +lib/node_modules/@tailwindcss/cli/node_modules/minipass/dist/esm/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/minipass/dist/esm/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/minipass/dist/esm/index.js +lib/node_modules/@tailwindcss/cli/node_modules/minipass/dist/esm/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/minipass/dist/esm/package.json +lib/node_modules/@tailwindcss/cli/node_modules/minipass/package.json +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/README.md +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/commonjs/constants.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/commonjs/constants.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/commonjs/constants.js +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/commonjs/constants.js.map +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/commonjs/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/commonjs/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/commonjs/index.js +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/commonjs/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/commonjs/package.json +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/esm/constants.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/esm/constants.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/esm/constants.js +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/esm/constants.js.map +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/esm/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/esm/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/esm/index.js +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/esm/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/dist/esm/package.json +lib/node_modules/@tailwindcss/cli/node_modules/minizlib/package.json +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/package.json +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/bin.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/bin.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/bin.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/bin.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/find-made.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/find-made.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/find-made.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/find-made.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/index.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/opts-arg.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/opts-arg.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/path-arg.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/path-arg.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/use-native.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/use-native.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/use-native.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/cjs/src/use-native.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/find-made.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/find-made.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/find-made.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/find-made.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/index.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/mkdirp-manual.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/mkdirp-manual.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/mkdirp-native.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/mkdirp-native.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/opts-arg.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/opts-arg.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/opts-arg.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/opts-arg.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/package.json +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/path-arg.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/path-arg.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/path-arg.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/path-arg.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/use-native.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/use-native.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/use-native.js +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/dist/mjs/use-native.js.map +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/package.json +lib/node_modules/@tailwindcss/cli/node_modules/mkdirp/readme.markdown +lib/node_modules/@tailwindcss/cli/node_modules/mri/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/mri/lib/index.js +lib/node_modules/@tailwindcss/cli/node_modules/mri/lib/index.mjs +lib/node_modules/@tailwindcss/cli/node_modules/mri/license.md +lib/node_modules/@tailwindcss/cli/node_modules/mri/package.json +lib/node_modules/@tailwindcss/cli/node_modules/mri/readme.md +lib/node_modules/@tailwindcss/cli/node_modules/picocolors/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/picocolors/README.md +lib/node_modules/@tailwindcss/cli/node_modules/picocolors/package.json +lib/node_modules/@tailwindcss/cli/node_modules/picocolors/picocolors.browser.js +lib/node_modules/@tailwindcss/cli/node_modules/picocolors/picocolors.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/picocolors/picocolors.js +lib/node_modules/@tailwindcss/cli/node_modules/picocolors/types.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/README.md +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/array-set.js +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/base64-vlq.js +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/base64.js +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/binary-search.js +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/mapping-list.js +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/quick-sort.js +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/source-map-consumer.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/source-map-consumer.js +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/source-map-generator.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/source-map-generator.js +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/source-node.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/source-node.js +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/lib/util.js +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/package.json +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/source-map.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/source-map-js/source-map.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/tapable/README.md +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/AsyncParallelBailHook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/AsyncParallelHook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/AsyncSeriesBailHook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/AsyncSeriesHook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/AsyncSeriesLoopHook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/AsyncSeriesWaterfallHook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/Hook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/HookCodeFactory.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/HookMap.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/MultiHook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/SyncBailHook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/SyncHook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/SyncLoopHook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/SyncWaterfallHook.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/index.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/lib/util-browser.js +lib/node_modules/@tailwindcss/cli/node_modules/tapable/package.json +lib/node_modules/@tailwindcss/cli/node_modules/tapable/tapable.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/LICENSE +lib/node_modules/@tailwindcss/cli/node_modules/tar/README.md +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/create.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/create.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/create.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/create.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/cwd-error.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/cwd-error.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/cwd-error.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/cwd-error.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/extract.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/extract.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/extract.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/extract.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/get-write-flag.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/get-write-flag.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/get-write-flag.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/get-write-flag.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/header.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/header.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/header.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/header.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/index.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/large-numbers.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/large-numbers.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/large-numbers.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/large-numbers.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/list.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/list.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/list.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/list.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/make-command.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/make-command.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/make-command.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/make-command.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/mkdir.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/mkdir.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/mkdir.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/mkdir.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/mode-fix.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/mode-fix.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/mode-fix.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/mode-fix.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/normalize-unicode.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/normalize-unicode.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/normalize-unicode.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/normalize-unicode.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/normalize-windows-path.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/normalize-windows-path.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/normalize-windows-path.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/normalize-windows-path.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/options.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/options.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/options.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/options.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/pack.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/pack.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/pack.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/pack.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/package.json +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/parse.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/parse.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/parse.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/parse.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/path-reservations.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/path-reservations.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/path-reservations.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/path-reservations.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/pax.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/pax.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/pax.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/pax.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/read-entry.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/read-entry.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/read-entry.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/read-entry.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/replace.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/replace.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/replace.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/replace.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/strip-absolute-path.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/strip-absolute-path.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/strip-absolute-path.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/strip-absolute-path.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/strip-trailing-slashes.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/strip-trailing-slashes.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/strip-trailing-slashes.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/strip-trailing-slashes.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/symlink-error.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/symlink-error.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/symlink-error.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/symlink-error.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/types.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/types.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/types.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/types.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/unpack.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/unpack.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/unpack.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/unpack.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/update.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/update.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/update.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/update.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/warn-method.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/warn-method.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/warn-method.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/warn-method.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/winchars.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/winchars.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/winchars.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/winchars.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/write-entry.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/write-entry.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/write-entry.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/commonjs/write-entry.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/create.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/create.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/create.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/create.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/cwd-error.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/cwd-error.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/cwd-error.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/cwd-error.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/extract.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/extract.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/extract.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/extract.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/get-write-flag.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/get-write-flag.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/get-write-flag.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/get-write-flag.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/header.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/header.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/header.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/header.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/index.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/large-numbers.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/large-numbers.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/large-numbers.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/large-numbers.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/list.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/list.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/list.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/list.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/make-command.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/make-command.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/make-command.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/make-command.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/mkdir.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/mkdir.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/mkdir.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/mkdir.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/mode-fix.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/mode-fix.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/mode-fix.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/mode-fix.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/normalize-unicode.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/normalize-unicode.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/normalize-unicode.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/normalize-unicode.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/normalize-windows-path.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/normalize-windows-path.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/normalize-windows-path.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/normalize-windows-path.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/options.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/options.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/options.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/options.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/pack.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/pack.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/pack.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/pack.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/package.json +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/parse.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/parse.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/parse.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/parse.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/path-reservations.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/path-reservations.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/path-reservations.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/path-reservations.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/pax.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/pax.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/pax.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/pax.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/read-entry.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/read-entry.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/read-entry.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/read-entry.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/replace.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/replace.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/replace.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/replace.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/strip-absolute-path.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/strip-absolute-path.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/strip-absolute-path.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/strip-absolute-path.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/strip-trailing-slashes.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/strip-trailing-slashes.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/strip-trailing-slashes.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/strip-trailing-slashes.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/symlink-error.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/symlink-error.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/symlink-error.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/symlink-error.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/types.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/types.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/types.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/types.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/unpack.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/unpack.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/unpack.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/unpack.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/update.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/update.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/update.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/update.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/warn-method.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/warn-method.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/warn-method.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/warn-method.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/winchars.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/winchars.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/winchars.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/winchars.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/write-entry.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/write-entry.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/write-entry.js +lib/node_modules/@tailwindcss/cli/node_modules/tar/dist/esm/write-entry.js.map +lib/node_modules/@tailwindcss/cli/node_modules/tar/package.json +lib/node_modules/@tailwindcss/cli/node_modules/yallist/LICENSE.md +lib/node_modules/@tailwindcss/cli/node_modules/yallist/README.md +lib/node_modules/@tailwindcss/cli/node_modules/yallist/dist/commonjs/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/yallist/dist/commonjs/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/yallist/dist/commonjs/index.js +lib/node_modules/@tailwindcss/cli/node_modules/yallist/dist/commonjs/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/yallist/dist/commonjs/package.json +lib/node_modules/@tailwindcss/cli/node_modules/yallist/dist/esm/index.d.ts +lib/node_modules/@tailwindcss/cli/node_modules/yallist/dist/esm/index.d.ts.map +lib/node_modules/@tailwindcss/cli/node_modules/yallist/dist/esm/index.js +lib/node_modules/@tailwindcss/cli/node_modules/yallist/dist/esm/index.js.map +lib/node_modules/@tailwindcss/cli/node_modules/yallist/dist/esm/package.json +lib/node_modules/@tailwindcss/cli/node_modules/yallist/package.json +lib/node_modules/@tailwindcss/cli/package.json +lib/node_modules/@tailwindcss/forms/.github/ISSUE_TEMPLATE/1.bug_report.yml +lib/node_modules/@tailwindcss/forms/.github/ISSUE_TEMPLATE/config.yml +lib/node_modules/@tailwindcss/forms/.github/workflows/prepare-release.yml +lib/node_modules/@tailwindcss/forms/.github/workflows/release-insiders.yml +lib/node_modules/@tailwindcss/forms/.github/workflows/release.yml +lib/node_modules/@tailwindcss/forms/CHANGELOG.md +lib/node_modules/@tailwindcss/forms/LICENSE +lib/node_modules/@tailwindcss/forms/README.md +lib/node_modules/@tailwindcss/forms/index.html +lib/node_modules/@tailwindcss/forms/kitchen-sink.html +lib/node_modules/@tailwindcss/forms/node_modules/.bin/mini-svg-data-uri +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/LICENSE +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/README.md +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/cli.js +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/index.d.ts +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/index.js +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/index.test-d.ts +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/package.json +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/shorter-css-color-names.js +lib/node_modules/@tailwindcss/forms/package.json +lib/node_modules/@tailwindcss/forms/scripts/release-channel.js +lib/node_modules/@tailwindcss/forms/scripts/release-notes.js +lib/node_modules/@tailwindcss/forms/src/index.d.ts +lib/node_modules/@tailwindcss/forms/src/index.js +lib/node_modules/@tailwindcss/forms/tailwind.config.js +lib/node_modules/autoprefixer/LICENSE +lib/node_modules/autoprefixer/README.md +lib/node_modules/autoprefixer/bin/autoprefixer +lib/node_modules/autoprefixer/data/prefixes.js +lib/node_modules/autoprefixer/lib/at-rule.js +lib/node_modules/autoprefixer/lib/autoprefixer.d.ts +lib/node_modules/autoprefixer/lib/autoprefixer.js +lib/node_modules/autoprefixer/lib/brackets.js +lib/node_modules/autoprefixer/lib/browsers.js +lib/node_modules/autoprefixer/lib/declaration.js +lib/node_modules/autoprefixer/lib/hacks/align-content.js +lib/node_modules/autoprefixer/lib/hacks/align-items.js +lib/node_modules/autoprefixer/lib/hacks/align-self.js +lib/node_modules/autoprefixer/lib/hacks/animation.js +lib/node_modules/autoprefixer/lib/hacks/appearance.js +lib/node_modules/autoprefixer/lib/hacks/autofill.js +lib/node_modules/autoprefixer/lib/hacks/backdrop-filter.js +lib/node_modules/autoprefixer/lib/hacks/background-clip.js +lib/node_modules/autoprefixer/lib/hacks/background-size.js +lib/node_modules/autoprefixer/lib/hacks/block-logical.js +lib/node_modules/autoprefixer/lib/hacks/border-image.js +lib/node_modules/autoprefixer/lib/hacks/border-radius.js +lib/node_modules/autoprefixer/lib/hacks/break-props.js +lib/node_modules/autoprefixer/lib/hacks/cross-fade.js +lib/node_modules/autoprefixer/lib/hacks/display-flex.js +lib/node_modules/autoprefixer/lib/hacks/display-grid.js +lib/node_modules/autoprefixer/lib/hacks/file-selector-button.js +lib/node_modules/autoprefixer/lib/hacks/filter-value.js +lib/node_modules/autoprefixer/lib/hacks/filter.js +lib/node_modules/autoprefixer/lib/hacks/flex-basis.js +lib/node_modules/autoprefixer/lib/hacks/flex-direction.js +lib/node_modules/autoprefixer/lib/hacks/flex-flow.js +lib/node_modules/autoprefixer/lib/hacks/flex-grow.js +lib/node_modules/autoprefixer/lib/hacks/flex-shrink.js +lib/node_modules/autoprefixer/lib/hacks/flex-spec.js +lib/node_modules/autoprefixer/lib/hacks/flex-wrap.js +lib/node_modules/autoprefixer/lib/hacks/flex.js +lib/node_modules/autoprefixer/lib/hacks/fullscreen.js +lib/node_modules/autoprefixer/lib/hacks/gradient.js +lib/node_modules/autoprefixer/lib/hacks/grid-area.js +lib/node_modules/autoprefixer/lib/hacks/grid-column-align.js +lib/node_modules/autoprefixer/lib/hacks/grid-end.js +lib/node_modules/autoprefixer/lib/hacks/grid-row-align.js +lib/node_modules/autoprefixer/lib/hacks/grid-row-column.js +lib/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js +lib/node_modules/autoprefixer/lib/hacks/grid-start.js +lib/node_modules/autoprefixer/lib/hacks/grid-template-areas.js +lib/node_modules/autoprefixer/lib/hacks/grid-template.js +lib/node_modules/autoprefixer/lib/hacks/grid-utils.js +lib/node_modules/autoprefixer/lib/hacks/image-rendering.js +lib/node_modules/autoprefixer/lib/hacks/image-set.js +lib/node_modules/autoprefixer/lib/hacks/inline-logical.js +lib/node_modules/autoprefixer/lib/hacks/intrinsic.js +lib/node_modules/autoprefixer/lib/hacks/justify-content.js +lib/node_modules/autoprefixer/lib/hacks/mask-border.js +lib/node_modules/autoprefixer/lib/hacks/mask-composite.js +lib/node_modules/autoprefixer/lib/hacks/order.js +lib/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js +lib/node_modules/autoprefixer/lib/hacks/pixelated.js +lib/node_modules/autoprefixer/lib/hacks/place-self.js +lib/node_modules/autoprefixer/lib/hacks/placeholder-shown.js +lib/node_modules/autoprefixer/lib/hacks/placeholder.js +lib/node_modules/autoprefixer/lib/hacks/print-color-adjust.js +lib/node_modules/autoprefixer/lib/hacks/text-decoration-skip-ink.js +lib/node_modules/autoprefixer/lib/hacks/text-decoration.js +lib/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js +lib/node_modules/autoprefixer/lib/hacks/transform-decl.js +lib/node_modules/autoprefixer/lib/hacks/user-select.js +lib/node_modules/autoprefixer/lib/hacks/writing-mode.js +lib/node_modules/autoprefixer/lib/info.js +lib/node_modules/autoprefixer/lib/old-selector.js +lib/node_modules/autoprefixer/lib/old-value.js +lib/node_modules/autoprefixer/lib/prefixer.js +lib/node_modules/autoprefixer/lib/prefixes.js +lib/node_modules/autoprefixer/lib/processor.js +lib/node_modules/autoprefixer/lib/resolution.js +lib/node_modules/autoprefixer/lib/selector.js +lib/node_modules/autoprefixer/lib/supports.js +lib/node_modules/autoprefixer/lib/transition.js +lib/node_modules/autoprefixer/lib/utils.js +lib/node_modules/autoprefixer/lib/value.js +lib/node_modules/autoprefixer/lib/vendor.js +lib/node_modules/autoprefixer/node_modules/.bin/browserslist +lib/node_modules/autoprefixer/node_modules/.bin/update-browserslist-db +lib/node_modules/autoprefixer/node_modules/browserslist/LICENSE +lib/node_modules/autoprefixer/node_modules/browserslist/README.md +lib/node_modules/autoprefixer/node_modules/browserslist/browser.js +lib/node_modules/autoprefixer/node_modules/browserslist/cli.js +lib/node_modules/autoprefixer/node_modules/browserslist/error.d.ts +lib/node_modules/autoprefixer/node_modules/browserslist/error.js +lib/node_modules/autoprefixer/node_modules/browserslist/index.d.ts +lib/node_modules/autoprefixer/node_modules/browserslist/index.js +lib/node_modules/autoprefixer/node_modules/browserslist/node.js +lib/node_modules/autoprefixer/node_modules/browserslist/package.json +lib/node_modules/autoprefixer/node_modules/browserslist/parse.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/LICENSE +lib/node_modules/autoprefixer/node_modules/caniuse-lite/README.md +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/agents.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/browserVersions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/browsers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/aac.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/abortcontroller.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ac3-ec3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/accelerometer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/addeventlistener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ambient-light.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/apng.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-find-index.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-find.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-flat.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-includes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/arrow-functions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/asmjs.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/async-clipboard.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/async-functions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/atob-btoa.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/audio-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/audio.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/audiotracks.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/autofocus.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/auxclick.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/av1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/avif.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-attachment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-clip-text.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-img-opts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-position-x-y.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-sync.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/battery-status.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/beacon.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/beforeafterprint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/bigint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/blobbuilder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/bloburls.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/border-image.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/border-radius.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/broadcastchannel.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/brotli.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/calc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/canvas-blending.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/canvas-text.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/canvas.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ch-unit.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/channel-messaging.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/childnode-remove.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/classlist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/clipboard.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/colr-v1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/colr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/comparedocumentposition.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/console-basic.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/console-time.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/const.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/constraint-validation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/contenteditable.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cookie-store-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/createimagebitmap.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/credential-management.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cryptography.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-all.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-animation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-any-link.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-appearance.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-at-counter-style.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-autofill.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-background-offsets.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-boxshadow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-canvas.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-caret-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-cascade-layers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-cascade-scope.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-case-insensitive.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-clip-path.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-color-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-color-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-conic-gradients.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-container-queries-style.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-container-queries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-container-query-units.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-containment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-content-visibility.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-counters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-crisp-edges.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-cross-fade.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-default-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-display-contents.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-element-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-env-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-exclusions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-featurequeries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-file-selector-button.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-filter-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-filters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-first-letter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-first-line.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-fixed.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-focus-visible.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-focus-within.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-font-palette.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-font-stretch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-gencontent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-gradients.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-grid-animation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-grid.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-has.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-hyphens.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-image-orientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-image-set.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-initial-letter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-initial-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-lch-lab.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-letter-spacing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-line-clamp.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-logical-props.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-masks.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-math-functions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-interaction.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-resolution.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-scripting.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-mediaqueries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-mixblendmode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-module-scripts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-motion-paths.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-namespaces.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-nesting.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-not-sel-list.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-nth-child-of.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-opacity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overflow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-page-break.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-paged-media.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-paint-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-placeholder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-read-only-write.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-reflections.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-regions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-relative-colors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-resize.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-revert-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-scrollbar.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-sel2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-sel3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-selection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-shapes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-snappoints.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-sticky.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-subgrid.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-supports-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-table.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-align-last.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-box-trim.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-indent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-justify.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-orientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-spacing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-textshadow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-touch-action.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-transitions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-unset-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-variables.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-when-else.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-widows-orphans.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-width-stretch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-writing-mode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-zoom.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-boxsizing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-colors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-cursors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-tabsize.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/currentcolor.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/custom-elements.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/custom-elementsv1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/customevent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/datalist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dataset.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/datauri.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/decorators.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/details.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/deviceorientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/devicepixelratio.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dialog.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dispatchevent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dnssec.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/do-not-track.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-currentscript.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-execcommand.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-scrollingelement.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/documenthead.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dom-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/domcontentloaded.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dommatrix.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/download.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dragndrop.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/element-closest.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/element-from-point.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/element-scroll-methods.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/eme.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/eot.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es5.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-class.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-generators.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-module.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-number.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-string-includes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/eventsource.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/extended-system-fonts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/feature-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fetch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fieldset-disabled.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fileapi.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/filereader.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/filereadersync.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/filesystem.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flac.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flexbox-gap.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flexbox.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flow-root.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-family-system-ui.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-feature.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-kerning.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-loading.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-size-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-smooth.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-unicode-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-variant-alternates.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-variant-numeric.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fontface.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/form-attribute.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/form-submit-attributes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/form-validation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/forms.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fullscreen.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/gamepad.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/geolocation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getboundingclientrect.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getcomputedstyle.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getrandomvalues.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/gyroscope.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hashchange.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/heif.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hevc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hidden.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/high-resolution-time.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/history.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/html-media-capture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/html5semantic.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/http-live-streaming.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/http2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/http3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/iframe-sandbox.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/iframe-seamless.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/imagecapture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ime.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/import-maps.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/imports.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/indexeddb.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/indexeddb2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/inline-block.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/innertext.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-datetime.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-email-tel-url.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-event.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-file-accept.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-file-directory.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-file-multiple.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-inputmode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-minlength.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-number.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-pattern.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-placeholder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-search.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-selection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/insert-adjacent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/internationalization.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intersectionobserver.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intl-pluralrules.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intrinsic-width.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/jpeg2000.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/jpegxl.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/jpegxr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/json.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-code.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-key.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-location.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-which.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/lazyload.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/let.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-icon-png.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-icon-svg.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-preload.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-prerender.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/localecompare.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/magnetometer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/matchesselector.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/matchmedia.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mathml.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/maxlength.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/media-fragments.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mediarecorder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mediasource.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/menu.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/meta-theme-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/meter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/midi.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/minmaxwh.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mp3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mpeg-dash.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mpeg4.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/multibackgrounds.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/multicolumn.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mutation-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mutationobserver.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/namevalue-storage.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/native-filesystem-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/nav-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/netinfo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/notifications.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-entries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-fit.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-observe.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-values.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/objectrtc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/offline-apps.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/offscreencanvas.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ogg-vorbis.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ogv.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ol-reversed.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/once-event-listener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/online-status.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/opus.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/orientation-sensor.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/outline.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pad-start-end.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/page-transition-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pagevisibility.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/passive-event-listener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/passkeys.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/passwordrules.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/path2d.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/payment-request.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pdf-viewer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/permissions-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/permissions-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/picture-in-picture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/picture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ping.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/png-alpha.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pointer-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pointer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pointerlock.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/portals.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/progress.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/promise-finally.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/promises.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/proximity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/proxy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/publickeypinning.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/push-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/queryselector.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/readonly-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/referrer-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rel-noopener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rel-noreferrer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rellist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rem.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/requestanimationframe.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/requestidlecallback.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/resizeobserver.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/resource-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rest-parameters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ruby.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/run-in.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/screen-orientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/script-async.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/script-defer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/scrollintoview.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sdch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/selection-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/selectlist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/server-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/serviceworkers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/setimmediate.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/shadowdom.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/shadowdomv1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sharedworkers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sni.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/spdy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/speech-recognition.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/speech-synthesis.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sql-storage.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/srcset.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/stream.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/streams.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/style-scoped.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/subresource-bundling.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/subresource-integrity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-css.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-filters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-fonts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-fragment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-html.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-html5.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-img.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-smil.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sxg.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tabindex-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/template-literals.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/template.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/temporal.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/testfeat.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-decoration.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-emphasis.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-overflow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-size-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-stroke.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/textcontent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/textencoder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tls1-1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tls1-2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tls1-3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/touch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/transforms2d.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/transforms3d.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/trusted-types.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ttf.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/typedarrays.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/u2f.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/unhandledrejection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/url.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/urlsearchparams.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/use-strict.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/user-select-none.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/user-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/variable-fonts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/vector-effect.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/vibration.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/video.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/videotracks.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/view-transitions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/viewport-units.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wai-aria.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wake-lock.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-bigint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-extended-const.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-gc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-multi-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-reference-types.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-signext.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-simd.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-threads.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wav.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wbr-element.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-animation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-app-manifest.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-bluetooth.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-serial.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-share.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webauthn.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webcodecs.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webgl.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webgl2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webgpu.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webhid.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webkit-user-drag.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webm.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webnfc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webp.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/websockets.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webtransport.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webusb.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webvr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webvtt.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webworkers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webxr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/will-change.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/woff.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/woff2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/word-break.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wordwrap.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/x-doc-messaging.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/x-frame-options.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xhr2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xhtml.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xhtmlsmil.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xml-serializer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/zstd.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AX.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CX.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/EC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/EE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/EG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ER.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ES.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ET.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GQ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ID.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IQ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ME.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ML.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MQ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MX.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/OM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/QA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ST.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/US.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/WF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/WS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/YE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/YT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ZA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ZM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ZW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-af.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-an.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-as.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-eu.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-na.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-oc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-sa.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-ww.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/lib/statuses.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/lib/supported.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/agents.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/browsers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/feature.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/features.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/index.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/region.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/package.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/LICENSE +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/README.md +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/chromium-versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/chromium-versions.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-chromium-versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-chromium-versions.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-versions.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/index.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/package.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/versions.json +lib/node_modules/autoprefixer/node_modules/escalade/dist/index.js +lib/node_modules/autoprefixer/node_modules/escalade/dist/index.mjs +lib/node_modules/autoprefixer/node_modules/escalade/index.d.mts +lib/node_modules/autoprefixer/node_modules/escalade/index.d.ts +lib/node_modules/autoprefixer/node_modules/escalade/license +lib/node_modules/autoprefixer/node_modules/escalade/package.json +lib/node_modules/autoprefixer/node_modules/escalade/readme.md +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.d.mts +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.d.ts +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.js +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.mjs +lib/node_modules/autoprefixer/node_modules/fraction.js/LICENSE +lib/node_modules/autoprefixer/node_modules/fraction.js/README.md +lib/node_modules/autoprefixer/node_modules/fraction.js/bigfraction.js +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.cjs +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.d.ts +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.js +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.min.js +lib/node_modules/autoprefixer/node_modules/fraction.js/package.json +lib/node_modules/autoprefixer/node_modules/node-releases/LICENSE +lib/node_modules/autoprefixer/node_modules/node-releases/README.md +lib/node_modules/autoprefixer/node_modules/node-releases/data/processed/envs.json +lib/node_modules/autoprefixer/node_modules/node-releases/data/release-schedule/release-schedule.json +lib/node_modules/autoprefixer/node_modules/node-releases/package.json +lib/node_modules/autoprefixer/node_modules/normalize-range/index.js +lib/node_modules/autoprefixer/node_modules/normalize-range/license +lib/node_modules/autoprefixer/node_modules/normalize-range/package.json +lib/node_modules/autoprefixer/node_modules/normalize-range/readme.md +lib/node_modules/autoprefixer/node_modules/picocolors/LICENSE +lib/node_modules/autoprefixer/node_modules/picocolors/README.md +lib/node_modules/autoprefixer/node_modules/picocolors/package.json +lib/node_modules/autoprefixer/node_modules/picocolors/picocolors.browser.js +lib/node_modules/autoprefixer/node_modules/picocolors/picocolors.d.ts +lib/node_modules/autoprefixer/node_modules/picocolors/picocolors.js +lib/node_modules/autoprefixer/node_modules/picocolors/types.d.ts +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/LICENSE +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/README.md +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/index.d.ts +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/index.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/parse.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/stringify.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/unit.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/walk.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/package.json +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/LICENSE +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/README.md +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/check-npm-version.js +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/cli.js +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/index.d.ts +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/index.js +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/package.json +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/utils.js +lib/node_modules/autoprefixer/package.json +lib/node_modules/daisyui/LICENSE +lib/node_modules/daisyui/README.md +lib/node_modules/daisyui/base/properties.css +lib/node_modules/daisyui/base/properties/index.js +lib/node_modules/daisyui/base/properties/object.js +lib/node_modules/daisyui/base/reset.css +lib/node_modules/daisyui/base/rootcolor.css +lib/node_modules/daisyui/base/rootcolor/index.js +lib/node_modules/daisyui/base/rootcolor/object.js +lib/node_modules/daisyui/base/rootscrollgutter.css +lib/node_modules/daisyui/base/rootscrollgutter/index.js +lib/node_modules/daisyui/base/rootscrollgutter/object.js +lib/node_modules/daisyui/base/rootscrolllock.css +lib/node_modules/daisyui/base/rootscrolllock/index.js +lib/node_modules/daisyui/base/rootscrolllock/object.js +lib/node_modules/daisyui/base/scrollbar.css +lib/node_modules/daisyui/base/scrollbar/index.js +lib/node_modules/daisyui/base/scrollbar/object.js +lib/node_modules/daisyui/base/svg.css +lib/node_modules/daisyui/base/svg/index.js +lib/node_modules/daisyui/base/svg/object.js +lib/node_modules/daisyui/chunks.css +lib/node_modules/daisyui/colors/properties-extended.css +lib/node_modules/daisyui/colors/properties.css +lib/node_modules/daisyui/colors/responsive-extended.css +lib/node_modules/daisyui/colors/responsive.css +lib/node_modules/daisyui/colors/states-extended.css +lib/node_modules/daisyui/colors/states.css +lib/node_modules/daisyui/components/alert.css +lib/node_modules/daisyui/components/alert/index.js +lib/node_modules/daisyui/components/alert/object.js +lib/node_modules/daisyui/components/avatar.css +lib/node_modules/daisyui/components/avatar/index.js +lib/node_modules/daisyui/components/avatar/object.js +lib/node_modules/daisyui/components/badge.css +lib/node_modules/daisyui/components/badge/index.js +lib/node_modules/daisyui/components/badge/object.js +lib/node_modules/daisyui/components/breadcrumbs.css +lib/node_modules/daisyui/components/breadcrumbs/index.js +lib/node_modules/daisyui/components/breadcrumbs/object.js +lib/node_modules/daisyui/components/button.css +lib/node_modules/daisyui/components/button/index.js +lib/node_modules/daisyui/components/button/object.js +lib/node_modules/daisyui/components/calendar.css +lib/node_modules/daisyui/components/calendar/index.js +lib/node_modules/daisyui/components/calendar/object.js +lib/node_modules/daisyui/components/card.css +lib/node_modules/daisyui/components/card/index.js +lib/node_modules/daisyui/components/card/object.js +lib/node_modules/daisyui/components/carousel.css +lib/node_modules/daisyui/components/carousel/index.js +lib/node_modules/daisyui/components/carousel/object.js +lib/node_modules/daisyui/components/chat.css +lib/node_modules/daisyui/components/chat/index.js +lib/node_modules/daisyui/components/chat/object.js +lib/node_modules/daisyui/components/checkbox.css +lib/node_modules/daisyui/components/checkbox/index.js +lib/node_modules/daisyui/components/checkbox/object.js +lib/node_modules/daisyui/components/collapse.css +lib/node_modules/daisyui/components/collapse/index.js +lib/node_modules/daisyui/components/collapse/object.js +lib/node_modules/daisyui/components/countdown.css +lib/node_modules/daisyui/components/countdown/index.js +lib/node_modules/daisyui/components/countdown/object.js +lib/node_modules/daisyui/components/diff.css +lib/node_modules/daisyui/components/diff/index.js +lib/node_modules/daisyui/components/diff/object.js +lib/node_modules/daisyui/components/divider.css +lib/node_modules/daisyui/components/divider/index.js +lib/node_modules/daisyui/components/divider/object.js +lib/node_modules/daisyui/components/dock.css +lib/node_modules/daisyui/components/dock/index.js +lib/node_modules/daisyui/components/dock/object.js +lib/node_modules/daisyui/components/drawer.css +lib/node_modules/daisyui/components/drawer/index.js +lib/node_modules/daisyui/components/drawer/object.js +lib/node_modules/daisyui/components/dropdown.css +lib/node_modules/daisyui/components/dropdown/index.js +lib/node_modules/daisyui/components/dropdown/object.js +lib/node_modules/daisyui/components/fieldset.css +lib/node_modules/daisyui/components/fieldset/index.js +lib/node_modules/daisyui/components/fieldset/object.js +lib/node_modules/daisyui/components/fileinput.css +lib/node_modules/daisyui/components/fileinput/index.js +lib/node_modules/daisyui/components/fileinput/object.js +lib/node_modules/daisyui/components/filter.css +lib/node_modules/daisyui/components/filter/index.js +lib/node_modules/daisyui/components/filter/object.js +lib/node_modules/daisyui/components/footer.css +lib/node_modules/daisyui/components/footer/index.js +lib/node_modules/daisyui/components/footer/object.js +lib/node_modules/daisyui/components/hero.css +lib/node_modules/daisyui/components/hero/index.js +lib/node_modules/daisyui/components/hero/object.js +lib/node_modules/daisyui/components/indicator.css +lib/node_modules/daisyui/components/indicator/index.js +lib/node_modules/daisyui/components/indicator/object.js +lib/node_modules/daisyui/components/input.css +lib/node_modules/daisyui/components/input/index.js +lib/node_modules/daisyui/components/input/object.js +lib/node_modules/daisyui/components/kbd.css +lib/node_modules/daisyui/components/kbd/index.js +lib/node_modules/daisyui/components/kbd/object.js +lib/node_modules/daisyui/components/label.css +lib/node_modules/daisyui/components/label/index.js +lib/node_modules/daisyui/components/label/object.js +lib/node_modules/daisyui/components/link.css +lib/node_modules/daisyui/components/link/index.js +lib/node_modules/daisyui/components/link/object.js +lib/node_modules/daisyui/components/list.css +lib/node_modules/daisyui/components/list/index.js +lib/node_modules/daisyui/components/list/object.js +lib/node_modules/daisyui/components/loading.css +lib/node_modules/daisyui/components/loading/index.js +lib/node_modules/daisyui/components/loading/object.js +lib/node_modules/daisyui/components/mask.css +lib/node_modules/daisyui/components/mask/index.js +lib/node_modules/daisyui/components/mask/object.js +lib/node_modules/daisyui/components/menu.css +lib/node_modules/daisyui/components/menu/index.js +lib/node_modules/daisyui/components/menu/object.js +lib/node_modules/daisyui/components/mockup.css +lib/node_modules/daisyui/components/mockup/index.js +lib/node_modules/daisyui/components/mockup/object.js +lib/node_modules/daisyui/components/modal.css +lib/node_modules/daisyui/components/modal/index.js +lib/node_modules/daisyui/components/modal/object.js +lib/node_modules/daisyui/components/navbar.css +lib/node_modules/daisyui/components/navbar/index.js +lib/node_modules/daisyui/components/navbar/object.js +lib/node_modules/daisyui/components/progress.css +lib/node_modules/daisyui/components/progress/index.js +lib/node_modules/daisyui/components/progress/object.js +lib/node_modules/daisyui/components/radialprogress.css +lib/node_modules/daisyui/components/radialprogress/index.js +lib/node_modules/daisyui/components/radialprogress/object.js +lib/node_modules/daisyui/components/radio.css +lib/node_modules/daisyui/components/radio/index.js +lib/node_modules/daisyui/components/radio/object.js +lib/node_modules/daisyui/components/range.css +lib/node_modules/daisyui/components/range/index.js +lib/node_modules/daisyui/components/range/object.js +lib/node_modules/daisyui/components/rating.css +lib/node_modules/daisyui/components/rating/index.js +lib/node_modules/daisyui/components/rating/object.js +lib/node_modules/daisyui/components/select.css +lib/node_modules/daisyui/components/select/index.js +lib/node_modules/daisyui/components/select/object.js +lib/node_modules/daisyui/components/skeleton.css +lib/node_modules/daisyui/components/skeleton/index.js +lib/node_modules/daisyui/components/skeleton/object.js +lib/node_modules/daisyui/components/stack.css +lib/node_modules/daisyui/components/stack/index.js +lib/node_modules/daisyui/components/stack/object.js +lib/node_modules/daisyui/components/stat.css +lib/node_modules/daisyui/components/stat/index.js +lib/node_modules/daisyui/components/stat/object.js +lib/node_modules/daisyui/components/status.css +lib/node_modules/daisyui/components/status/index.js +lib/node_modules/daisyui/components/status/object.js +lib/node_modules/daisyui/components/steps.css +lib/node_modules/daisyui/components/steps/index.js +lib/node_modules/daisyui/components/steps/object.js +lib/node_modules/daisyui/components/swap.css +lib/node_modules/daisyui/components/swap/index.js +lib/node_modules/daisyui/components/swap/object.js +lib/node_modules/daisyui/components/tab.css +lib/node_modules/daisyui/components/tab/index.js +lib/node_modules/daisyui/components/tab/object.js +lib/node_modules/daisyui/components/table.css +lib/node_modules/daisyui/components/table/index.js +lib/node_modules/daisyui/components/table/object.js +lib/node_modules/daisyui/components/textarea.css +lib/node_modules/daisyui/components/textarea/index.js +lib/node_modules/daisyui/components/textarea/object.js +lib/node_modules/daisyui/components/timeline.css +lib/node_modules/daisyui/components/timeline/index.js +lib/node_modules/daisyui/components/timeline/object.js +lib/node_modules/daisyui/components/toast.css +lib/node_modules/daisyui/components/toast/index.js +lib/node_modules/daisyui/components/toast/object.js +lib/node_modules/daisyui/components/toggle.css +lib/node_modules/daisyui/components/toggle/index.js +lib/node_modules/daisyui/components/toggle/object.js +lib/node_modules/daisyui/components/tooltip.css +lib/node_modules/daisyui/components/tooltip/index.js +lib/node_modules/daisyui/components/tooltip/object.js +lib/node_modules/daisyui/components/validator.css +lib/node_modules/daisyui/components/validator/index.js +lib/node_modules/daisyui/components/validator/object.js +lib/node_modules/daisyui/daisyui.css +lib/node_modules/daisyui/functions/addPrefix.js +lib/node_modules/daisyui/functions/plugin.js +lib/node_modules/daisyui/functions/pluginOptionsHandler.js +lib/node_modules/daisyui/functions/themeOrder.js +lib/node_modules/daisyui/functions/variables.js +lib/node_modules/daisyui/imports.js +lib/node_modules/daisyui/index.js +lib/node_modules/daisyui/package.json +lib/node_modules/daisyui/theme/abyss.css +lib/node_modules/daisyui/theme/abyss/index.js +lib/node_modules/daisyui/theme/abyss/object.js +lib/node_modules/daisyui/theme/acid.css +lib/node_modules/daisyui/theme/acid/index.js +lib/node_modules/daisyui/theme/acid/object.js +lib/node_modules/daisyui/theme/aqua.css +lib/node_modules/daisyui/theme/aqua/index.js +lib/node_modules/daisyui/theme/aqua/object.js +lib/node_modules/daisyui/theme/autumn.css +lib/node_modules/daisyui/theme/autumn/index.js +lib/node_modules/daisyui/theme/autumn/object.js +lib/node_modules/daisyui/theme/black.css +lib/node_modules/daisyui/theme/black/index.js +lib/node_modules/daisyui/theme/black/object.js +lib/node_modules/daisyui/theme/bumblebee.css +lib/node_modules/daisyui/theme/bumblebee/index.js +lib/node_modules/daisyui/theme/bumblebee/object.js +lib/node_modules/daisyui/theme/business.css +lib/node_modules/daisyui/theme/business/index.js +lib/node_modules/daisyui/theme/business/object.js +lib/node_modules/daisyui/theme/caramellatte.css +lib/node_modules/daisyui/theme/caramellatte/index.js +lib/node_modules/daisyui/theme/caramellatte/object.js +lib/node_modules/daisyui/theme/cmyk.css +lib/node_modules/daisyui/theme/cmyk/index.js +lib/node_modules/daisyui/theme/cmyk/object.js +lib/node_modules/daisyui/theme/coffee.css +lib/node_modules/daisyui/theme/coffee/index.js +lib/node_modules/daisyui/theme/coffee/object.js +lib/node_modules/daisyui/theme/corporate.css +lib/node_modules/daisyui/theme/corporate/index.js +lib/node_modules/daisyui/theme/corporate/object.js +lib/node_modules/daisyui/theme/cupcake.css +lib/node_modules/daisyui/theme/cupcake/index.js +lib/node_modules/daisyui/theme/cupcake/object.js +lib/node_modules/daisyui/theme/cyberpunk.css +lib/node_modules/daisyui/theme/cyberpunk/index.js +lib/node_modules/daisyui/theme/cyberpunk/object.js +lib/node_modules/daisyui/theme/dark.css +lib/node_modules/daisyui/theme/dark/index.js +lib/node_modules/daisyui/theme/dark/object.js +lib/node_modules/daisyui/theme/dim.css +lib/node_modules/daisyui/theme/dim/index.js +lib/node_modules/daisyui/theme/dim/object.js +lib/node_modules/daisyui/theme/dracula.css +lib/node_modules/daisyui/theme/dracula/index.js +lib/node_modules/daisyui/theme/dracula/object.js +lib/node_modules/daisyui/theme/emerald.css +lib/node_modules/daisyui/theme/emerald/index.js +lib/node_modules/daisyui/theme/emerald/object.js +lib/node_modules/daisyui/theme/fantasy.css +lib/node_modules/daisyui/theme/fantasy/index.js +lib/node_modules/daisyui/theme/fantasy/object.js +lib/node_modules/daisyui/theme/forest.css +lib/node_modules/daisyui/theme/forest/index.js +lib/node_modules/daisyui/theme/forest/object.js +lib/node_modules/daisyui/theme/garden.css +lib/node_modules/daisyui/theme/garden/index.js +lib/node_modules/daisyui/theme/garden/object.js +lib/node_modules/daisyui/theme/halloween.css +lib/node_modules/daisyui/theme/halloween/index.js +lib/node_modules/daisyui/theme/halloween/object.js +lib/node_modules/daisyui/theme/index.js +lib/node_modules/daisyui/theme/lemonade.css +lib/node_modules/daisyui/theme/lemonade/index.js +lib/node_modules/daisyui/theme/lemonade/object.js +lib/node_modules/daisyui/theme/light.css +lib/node_modules/daisyui/theme/light/index.js +lib/node_modules/daisyui/theme/light/object.js +lib/node_modules/daisyui/theme/lofi.css +lib/node_modules/daisyui/theme/lofi/index.js +lib/node_modules/daisyui/theme/lofi/object.js +lib/node_modules/daisyui/theme/luxury.css +lib/node_modules/daisyui/theme/luxury/index.js +lib/node_modules/daisyui/theme/luxury/object.js +lib/node_modules/daisyui/theme/night.css +lib/node_modules/daisyui/theme/night/index.js +lib/node_modules/daisyui/theme/night/object.js +lib/node_modules/daisyui/theme/nord.css +lib/node_modules/daisyui/theme/nord/index.js +lib/node_modules/daisyui/theme/nord/object.js +lib/node_modules/daisyui/theme/object.d.ts +lib/node_modules/daisyui/theme/object.js +lib/node_modules/daisyui/theme/pastel.css +lib/node_modules/daisyui/theme/pastel/index.js +lib/node_modules/daisyui/theme/pastel/object.js +lib/node_modules/daisyui/theme/retro.css +lib/node_modules/daisyui/theme/retro/index.js +lib/node_modules/daisyui/theme/retro/object.js +lib/node_modules/daisyui/theme/silk.css +lib/node_modules/daisyui/theme/silk/index.js +lib/node_modules/daisyui/theme/silk/object.js +lib/node_modules/daisyui/theme/sunset.css +lib/node_modules/daisyui/theme/sunset/index.js +lib/node_modules/daisyui/theme/sunset/object.js +lib/node_modules/daisyui/theme/synthwave.css +lib/node_modules/daisyui/theme/synthwave/index.js +lib/node_modules/daisyui/theme/synthwave/object.js +lib/node_modules/daisyui/theme/valentine.css +lib/node_modules/daisyui/theme/valentine/index.js +lib/node_modules/daisyui/theme/valentine/object.js +lib/node_modules/daisyui/theme/winter.css +lib/node_modules/daisyui/theme/winter/index.js +lib/node_modules/daisyui/theme/winter/object.js +lib/node_modules/daisyui/theme/wireframe.css +lib/node_modules/daisyui/theme/wireframe/index.js +lib/node_modules/daisyui/theme/wireframe/object.js +lib/node_modules/daisyui/themes.css +lib/node_modules/daisyui/utilities/glass.css +lib/node_modules/daisyui/utilities/glass/index.js +lib/node_modules/daisyui/utilities/glass/object.js +lib/node_modules/daisyui/utilities/join.css +lib/node_modules/daisyui/utilities/join/index.js +lib/node_modules/daisyui/utilities/join/object.js +lib/node_modules/daisyui/utilities/radius.css +lib/node_modules/daisyui/utilities/radius/index.js +lib/node_modules/daisyui/utilities/radius/object.js +lib/node_modules/daisyui/utilities/typography.css +lib/node_modules/daisyui/utilities/typography/index.js +lib/node_modules/daisyui/utilities/typography/object.js +lib/node_modules/postcss/LICENSE +lib/node_modules/postcss/README.md +lib/node_modules/postcss/lib/at-rule.d.ts +lib/node_modules/postcss/lib/at-rule.js +lib/node_modules/postcss/lib/comment.d.ts +lib/node_modules/postcss/lib/comment.js +lib/node_modules/postcss/lib/container.d.ts +lib/node_modules/postcss/lib/container.js +lib/node_modules/postcss/lib/css-syntax-error.d.ts +lib/node_modules/postcss/lib/css-syntax-error.js +lib/node_modules/postcss/lib/declaration.d.ts +lib/node_modules/postcss/lib/declaration.js +lib/node_modules/postcss/lib/document.d.ts +lib/node_modules/postcss/lib/document.js +lib/node_modules/postcss/lib/fromJSON.d.ts +lib/node_modules/postcss/lib/fromJSON.js +lib/node_modules/postcss/lib/input.d.ts +lib/node_modules/postcss/lib/input.js +lib/node_modules/postcss/lib/lazy-result.d.ts +lib/node_modules/postcss/lib/lazy-result.js +lib/node_modules/postcss/lib/list.d.ts +lib/node_modules/postcss/lib/list.js +lib/node_modules/postcss/lib/map-generator.js +lib/node_modules/postcss/lib/no-work-result.d.ts +lib/node_modules/postcss/lib/no-work-result.js +lib/node_modules/postcss/lib/node.d.ts +lib/node_modules/postcss/lib/node.js +lib/node_modules/postcss/lib/parse.d.ts +lib/node_modules/postcss/lib/parse.js +lib/node_modules/postcss/lib/parser.js +lib/node_modules/postcss/lib/postcss.d.mts +lib/node_modules/postcss/lib/postcss.d.ts +lib/node_modules/postcss/lib/postcss.js +lib/node_modules/postcss/lib/postcss.mjs +lib/node_modules/postcss/lib/previous-map.d.ts +lib/node_modules/postcss/lib/previous-map.js +lib/node_modules/postcss/lib/processor.d.ts +lib/node_modules/postcss/lib/processor.js +lib/node_modules/postcss/lib/result.d.ts +lib/node_modules/postcss/lib/result.js +lib/node_modules/postcss/lib/root.d.ts +lib/node_modules/postcss/lib/root.js +lib/node_modules/postcss/lib/rule.d.ts +lib/node_modules/postcss/lib/rule.js +lib/node_modules/postcss/lib/stringifier.d.ts +lib/node_modules/postcss/lib/stringifier.js +lib/node_modules/postcss/lib/stringify.d.ts +lib/node_modules/postcss/lib/stringify.js +lib/node_modules/postcss/lib/symbols.js +lib/node_modules/postcss/lib/terminal-highlight.js +lib/node_modules/postcss/lib/tokenize.js +lib/node_modules/postcss/lib/warn-once.js +lib/node_modules/postcss/lib/warning.d.ts +lib/node_modules/postcss/lib/warning.js +lib/node_modules/postcss/node_modules/.bin/nanoid +lib/node_modules/postcss/node_modules/nanoid/LICENSE +lib/node_modules/postcss/node_modules/nanoid/README.md +lib/node_modules/postcss/node_modules/nanoid/async/index.browser.cjs +lib/node_modules/postcss/node_modules/nanoid/async/index.browser.js +lib/node_modules/postcss/node_modules/nanoid/async/index.cjs +lib/node_modules/postcss/node_modules/nanoid/async/index.d.ts +lib/node_modules/postcss/node_modules/nanoid/async/index.js +lib/node_modules/postcss/node_modules/nanoid/async/index.native.js +lib/node_modules/postcss/node_modules/nanoid/async/package.json +lib/node_modules/postcss/node_modules/nanoid/bin/nanoid.cjs +lib/node_modules/postcss/node_modules/nanoid/index.browser.cjs +lib/node_modules/postcss/node_modules/nanoid/index.browser.js +lib/node_modules/postcss/node_modules/nanoid/index.cjs +lib/node_modules/postcss/node_modules/nanoid/index.d.cts +lib/node_modules/postcss/node_modules/nanoid/index.d.ts +lib/node_modules/postcss/node_modules/nanoid/index.js +lib/node_modules/postcss/node_modules/nanoid/nanoid.js +lib/node_modules/postcss/node_modules/nanoid/non-secure/index.cjs +lib/node_modules/postcss/node_modules/nanoid/non-secure/index.d.ts +lib/node_modules/postcss/node_modules/nanoid/non-secure/index.js +lib/node_modules/postcss/node_modules/nanoid/non-secure/package.json +lib/node_modules/postcss/node_modules/nanoid/package.json +lib/node_modules/postcss/node_modules/nanoid/url-alphabet/index.cjs +lib/node_modules/postcss/node_modules/nanoid/url-alphabet/index.js +lib/node_modules/postcss/node_modules/nanoid/url-alphabet/package.json +lib/node_modules/postcss/node_modules/picocolors/LICENSE +lib/node_modules/postcss/node_modules/picocolors/README.md +lib/node_modules/postcss/node_modules/picocolors/package.json +lib/node_modules/postcss/node_modules/picocolors/picocolors.browser.js +lib/node_modules/postcss/node_modules/picocolors/picocolors.d.ts +lib/node_modules/postcss/node_modules/picocolors/picocolors.js +lib/node_modules/postcss/node_modules/picocolors/types.d.ts +lib/node_modules/postcss/node_modules/source-map-js/LICENSE +lib/node_modules/postcss/node_modules/source-map-js/README.md +lib/node_modules/postcss/node_modules/source-map-js/lib/array-set.js +lib/node_modules/postcss/node_modules/source-map-js/lib/base64-vlq.js +lib/node_modules/postcss/node_modules/source-map-js/lib/base64.js +lib/node_modules/postcss/node_modules/source-map-js/lib/binary-search.js +lib/node_modules/postcss/node_modules/source-map-js/lib/mapping-list.js +lib/node_modules/postcss/node_modules/source-map-js/lib/quick-sort.js +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-consumer.d.ts +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-consumer.js +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-generator.d.ts +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-generator.js +lib/node_modules/postcss/node_modules/source-map-js/lib/source-node.d.ts +lib/node_modules/postcss/node_modules/source-map-js/lib/source-node.js +lib/node_modules/postcss/node_modules/source-map-js/lib/util.js +lib/node_modules/postcss/node_modules/source-map-js/package.json +lib/node_modules/postcss/node_modules/source-map-js/source-map.d.ts +lib/node_modules/postcss/node_modules/source-map-js/source-map.js +lib/node_modules/postcss/package.json +lib/node_modules/tailwindcss/LICENSE +lib/node_modules/tailwindcss/README.md +lib/node_modules/tailwindcss/dist/chunk-E562WLSY.mjs +lib/node_modules/tailwindcss/dist/chunk-G32FJCSR.mjs +lib/node_modules/tailwindcss/dist/chunk-HTB5LLOP.mjs +lib/node_modules/tailwindcss/dist/colors-b_6i0Oi7.d.ts +lib/node_modules/tailwindcss/dist/colors.d.mts +lib/node_modules/tailwindcss/dist/colors.d.ts +lib/node_modules/tailwindcss/dist/colors.js +lib/node_modules/tailwindcss/dist/colors.mjs +lib/node_modules/tailwindcss/dist/default-theme.d.mts +lib/node_modules/tailwindcss/dist/default-theme.d.ts +lib/node_modules/tailwindcss/dist/default-theme.js +lib/node_modules/tailwindcss/dist/default-theme.mjs +lib/node_modules/tailwindcss/dist/flatten-color-palette.d.mts +lib/node_modules/tailwindcss/dist/flatten-color-palette.d.ts +lib/node_modules/tailwindcss/dist/flatten-color-palette.js +lib/node_modules/tailwindcss/dist/flatten-color-palette.mjs +lib/node_modules/tailwindcss/dist/lib.d.mts +lib/node_modules/tailwindcss/dist/lib.d.ts +lib/node_modules/tailwindcss/dist/lib.js +lib/node_modules/tailwindcss/dist/lib.mjs +lib/node_modules/tailwindcss/dist/plugin.d.mts +lib/node_modules/tailwindcss/dist/plugin.d.ts +lib/node_modules/tailwindcss/dist/plugin.js +lib/node_modules/tailwindcss/dist/plugin.mjs +lib/node_modules/tailwindcss/dist/resolve-config-BIFUA2FY.d.ts +lib/node_modules/tailwindcss/dist/resolve-config-QUZ9b-Gn.d.mts +lib/node_modules/tailwindcss/dist/types-B254mqw1.d.mts +lib/node_modules/tailwindcss/index.css +lib/node_modules/tailwindcss/package.json +lib/node_modules/tailwindcss/preflight.css +lib/node_modules/tailwindcss/theme.css +lib/node_modules/tailwindcss/utilities.css diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index 76548cb2b9cc..6d87f46cd1f9 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -37,7 +37,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nspr>=4.32:devel/nspr \ nss>=3.101:security/nss \ - icu>=73.1,1:devel/icu \ + icu>=76.1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=8.5.0:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ @@ -66,8 +66,8 @@ LOCALES= af ar az be bg bs ca cs da de el es-ES et fa fi fr ga-IE gu-IN \ nb-NO nl nn-NO pa-IN pl pt-BR pt-PT ro ru sk sl sq sr sv-SE ta \ te th tl tr uk ur vi zh-CN zh-TW -CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include" \ - MOZ_CHROME_MULTILOCALE="${LOCALES}" +CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV+= MOZ_CHROME_MULTILOCALE="${LOCALES}" MAKE_ENV+= LOCALES="${LOCALES}" @@ -79,7 +79,7 @@ SUB_FILES= fonts.conf tor-browser.desktop torrc-defaults WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} -MOZ_EXPORT+= MOZ_TELEMETRY_REPORTING="" \ +MOZ_EXPORT= MOZ_TELEMETRY_REPORTING="" \ MOZILLA_OFFICIAL="1" \ MOZ_OFFICIAL_BRANDING="1" \ MOZ_APP_DISPLAYNAME="Tor Browser" \ @@ -105,6 +105,16 @@ MOZ_OPTIONS= --with-base-browser-version=${DISTVERSION} \ .include <bsd.port.options.mk> +.if ${ARCH} == i386 +BUILD_DEPENDS+= node${NODEJS_VERSION}>=24:www/node${NODEJS_VERSION} +USES+= nodejs:24,build,env +. if ${MACHINE_CPU:Msse2} +# is not enabled on i386 by default +# Fix for error: always_inline function '_mm_setzero_si64' requires target feature 'sse2' +CFLAGS_i386+= -msse2 +. endif +.endif + .if ${ARCH} == amd64 MOZ_OPTIONS+= --enable-rust-simd .endif @@ -141,11 +151,11 @@ post-configure: ${WRKDIR}/.mozbuild/l10n-central/${i}/toolkit/toolkit/global/ ${CP} ${WRKDIR}/translation-${TAG_TOR}/${i}/tor-browser.ftl \ ${WRKDIR}/.mozbuild/l10n-central/${i}/toolkit/toolkit/global/ - ${MKDIR} ${WRKDIR}/.mozbuild/l10n-central/${i}/browser/branding/tb-release + ${MKDIR} ${WRKDIR}/.mozbuild/l10n-central/${i}/browser/branding/tb-release \ + ${WRKSRC}/toolkit/torbutton/chrome/locale/${i} ${CP} ${WRKDIR}/translation-${TAG_TOR}/${i}/brand.properties \ ${WRKDIR}/translation-${TAG_TOR}/${i}/branding/brand.ftl \ ${WRKDIR}/.mozbuild/l10n-central/${i}/browser/branding/tb-release - ${MKDIR} ${WRKSRC}/toolkit/torbutton/chrome/locale/${i}/ . for j in onionLocation.properties settings.properties torConnect.properties \ torlauncher.properties ${CP} ${WRKDIR}/translation-${TAG_TOR}/${i}/${j} \ @@ -161,18 +171,17 @@ post-build: ${WRKSRC}/mach package-multi-locale --locales ${LOCALES} post-install: - @${MKDIR} ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR} \ + ${STAGEDIR}${PREFIX}/lib/tor-browser/fontconfig \ + ${STAGEDIR}${PREFIX}/lib/tor-browser/fonts \ + ${STAGEDIR}${PREFIX}/lib/tor-browser/distribution/extensions ${INSTALL_DATA} ${WRKDIR}/torrc-defaults \ ${STAGEDIR}${DATADIR}/torrc-defaults - ${INSTALL_DATA} ${WRKDIR}/tor-browser.desktop \ - ${STAGEDIR}${PREFIX}/share/applications/tor-browser.desktop - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/tor-browser/fontconfig - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/tor-browser/fonts + ${INSTALL_DATA} ${WRKDIR}/tor-browser.desktop ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKDIR}/fonts.conf \ ${STAGEDIR}${PREFIX}/lib/tor-browser/fontconfig/fonts.conf (cd ${WRKDIR}/fonts && \ ${COPYTREE_SHARE} "*.otf *.ttf" ${STAGEDIR}${PREFIX}/lib/tor-browser/fonts) - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/tor-browser/distribution/extensions ${INSTALL_DATA} ${DISTDIR}/${NOSCRIPT} \ "${STAGEDIR}${PREFIX}/lib/tor-browser/distribution/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi" diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile index abb3805240ba..6713597f1081 100644 --- a/www/waterfox/Makefile +++ b/www/waterfox/Makefile @@ -1,6 +1,5 @@ PORTNAME= waterfox -DISTVERSION= 6.5.9 -PORTREVISION= 2 +DISTVERSION= 6.6.0-beta-2 PORTEPOCH= 1 CATEGORIES= www @@ -12,8 +11,8 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nspr>=4.32:devel/nspr \ - nss>=3.108:security/nss \ - icu>=73.1,1:devel/icu \ + nss>=3.112:security/nss \ + icu>=76.1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=10.1.0:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ @@ -22,7 +21,6 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \ libvpx>=1.15.0:multimedia/libvpx \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ - autoconf2.13:devel/autoconf2.13 \ nasm:devel/nasm \ yasm:devel/yasm \ zip:archivers/zip \ @@ -33,29 +31,26 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \ USE_GECKO= gecko USE_GITHUB= yes GH_ACCOUNT= BrowserWorks -GH_PROJECT= Waterfox -GH_TUPLE= BrowserWorks:l10n:3046738:l10n/waterfox/browser/locales +GH_TUPLE= BrowserWorks:l10n:39f141a:l10n/waterfox/browser/locales USE_MOZILLA= -sqlite - # work around bindgen not finding ICU, e.g. # dist/include/mozilla/intl/ICU4CGlue.h:8:10: fatal error: 'unicode/uenum.h' file not found, err: true -CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include" \ - MOZ_REQUIRE_SIGNING="" - -CFLAGS_powerpc64= -DHWY_COMPILE_ONLY_SCALAR -CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234 +CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV+= MOZ_REQUIRE_SIGNING="" -BINARY_ALIAS+= python3=${PYTHON_CMD} +FIREFOX_ICON= ${MOZILLA}.png +FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png MOZILLA_CAP= ${MOZILLA:C/^(.).*/\1/:tu}${MOZILLA:C/^.//} -MOZ_EXPORT+= MOZ_TELEMETRY_REPORTING="" \ +MOZ_EXPORT= MOZ_TELEMETRY_REPORTING="" \ MOZILLA_OFFICIAL="1" \ MOZ_OFFICIAL_BRANDING="1" \ MOZ_APP_DISPLAYNAME="${MOZILLA_CAP}" \ MOZ_APP_NAME="${MOZILLA}" -MOZ_OPTIONS+= --enable-application=browser \ +MOZ_OPTIONS= --enable-application=browser \ + --with-wasi-sysroot=${LOCALBASE}/share/wasi-sysroot \ --allow-addon-sideload \ --disable-crashreporter \ --disable-debug \ @@ -68,33 +63,36 @@ MOZ_OPTIONS+= --enable-application=browser \ --with-app-name=${MOZILLA} \ --with-unsigned-addon-scopes=app,system \ --enable-bootstrap \ - --with-wasi-sysroot=${LOCALBASE}/share/wasi-sysroot \ MOZ_CRASHREPORTER=0 \ MOZ_DATA_REPORTING=0 -FIREFOX_ICON= ${MOZILLA}.png -FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png -FIREFOX_DESKTOP= ${MOZSRC}/taskcluster/docker/firefox-snap/firefox.desktop - .include "${.CURDIR}/../../www/firefox/Makefile.options" .include <bsd.port.options.mk> +.if ${ARCH} == i386 +BUILD_DEPENDS+= node${NODEJS_VERSION}>=24:www/node${NODEJS_VERSION} +USES+= nodejs:24,build,env +. if ${MACHINE_CPU:Msse2} +# is not enabled on i386 by default +# Fix for error: always_inline function '_mm_setzero_si64' requires target feature 'sse2' +CFLAGS_i386+= -msse2 +. endif +.endif + .if ${ARCH} == amd64 MOZ_OPTIONS+= --enable-rust-simd .endif +post-extract: + @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON:R}|;s|@MOZILLA@|${MOZILLA}|' \ + <${FILESDIR}/waterfox.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop post-patch: - @${REINPLACE_CMD} -e 's/%u/%U/' -e '/X-MultipleArgs/d' \ - -e 's/firefox/${MOZILLA}/' \ - -e 's/Firefox/${MOZILLA_CAP}/' \ - -e '/^Icon/s/=.*/=${FIREFOX_ICON:R}/' \ - ${FIREFOX_DESKTOP} @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/browser/app/nsBrowserApp.cpp post-install: - ${INSTALL_DATA} ${FIREFOX_DESKTOP} ${STAGEDIR}${PREFIX}/share/applications/${MOZILLA}.desktop + ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${STAGEDIR}${DESKTOPDIR} ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps ${LN} -sf ${FIREFOX_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${FIREFOX_ICON} diff --git a/www/waterfox/distinfo b/www/waterfox/distinfo index f673aa4859f4..4e754204af90 100644 --- a/www/waterfox/distinfo +++ b/www/waterfox/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747990122 -SHA256 (BrowserWorks-Waterfox-6.5.9_GH0.tar.gz) = 46efa015c068975c81c1beba86ea8773cf0927cdc1642dd054f6cd32aa9bc150 -SIZE (BrowserWorks-Waterfox-6.5.9_GH0.tar.gz) = 824230212 -SHA256 (BrowserWorks-l10n-3046738_GH0.tar.gz) = f9a16202b73558188af3157d427845153a89b3f3b3269c1e5d8ebc9e60eb9bd1 -SIZE (BrowserWorks-l10n-3046738_GH0.tar.gz) = 19480746 +TIMESTAMP = 1752800000 +SHA256 (BrowserWorks-waterfox-6.6.0-beta-2_GH0.tar.gz) = ac486c24f35d4fe8159f2850fa393f5e932f5fff24e71e0379f35fff329c151d +SIZE (BrowserWorks-waterfox-6.6.0-beta-2_GH0.tar.gz) = 919136111 +SHA256 (BrowserWorks-l10n-39f141a_GH0.tar.gz) = 269b2f6c59e19ec07a9e231ab8bfb1d8d834b811136c07720955de0747c2d0fc +SIZE (BrowserWorks-l10n-39f141a_GH0.tar.gz) = 23702129 diff --git a/www/waterfox/files/patch-bug1559213 b/www/waterfox/files/patch-bug1559213 deleted file mode 100644 index ead3425fa70b..000000000000 --- a/www/waterfox/files/patch-bug1559213 +++ /dev/null @@ -1,131 +0,0 @@ -commit 25a5572d5cd137aa6d893e09a00bd39908a59a18 -Author: Christoph Moench-Tegeder <cmt@burggraben.net> -Date: Tue Sep 10 22:23:32 2024 +0200 - - based on: - commit 717bba28411c - Author: Jory A. Pratt <anarchy@gentoo.org> - Date: Thu Jun 13 11:53:00 2019 -0700 - - Bug 1559213 - Allow to use system av1 libs instead of bundled. - -diff --git config/external/moz.build config/external/moz.build -index a24b470396cf..547f5f5c9e04 100644 ---- config/external/moz.build -+++ config/external/moz.build -@@ -40,8 +40,9 @@ if not CONFIG["MOZ_SYSTEM_LIBVPX"]: - external_dirs += ["media/libvpx"] - - if CONFIG["MOZ_AV1"]: -- external_dirs += ["media/libaom"] -- external_dirs += ["media/libdav1d"] -+ if not CONFIG["MOZ_SYSTEM_AV1"]: -+ external_dirs += ["media/libaom"] -+ external_dirs += ["media/libdav1d"] - - if not CONFIG["MOZ_SYSTEM_PNG"]: - external_dirs += ["media/libpng"] -diff --git dom/media/platforms/moz.build dom/media/platforms/moz.build -index 61536cc6e225..29cf635bbb44 100644 ---- dom/media/platforms/moz.build -+++ dom/media/platforms/moz.build -@@ -71,6 +71,11 @@ if CONFIG["MOZ_AV1"]: - "agnostic/AOMDecoder.cpp", - "agnostic/DAV1DDecoder.cpp", - ] -+ if CONFIG['MOZ_SYSTEM_AV1']: -+ CXXFLAGS += CONFIG['MOZ_SYSTEM_LIBAOM_CFLAGS'] -+ OS_LIBS += CONFIG['MOZ_SYSTEM_LIBAOM_LIBS'] -+ CXXFLAGS += CONFIG['MOZ_SYSTEM_LIBDAV1D_CFLAGS'] -+ OS_LIBS += CONFIG['MOZ_SYSTEM_LIBDAV1D_LIBS'] - - if CONFIG["MOZ_OMX"]: - EXPORTS += [ -diff --git media/ffvpx/libavcodec/moz.build media/ffvpx/libavcodec/moz.build -index 6f09049a6068..90a82a19a9d1 100644 ---- media/ffvpx/libavcodec/moz.build -+++ media/ffvpx/libavcodec/moz.build -@@ -119,10 +119,16 @@ if not CONFIG['MOZ_FFVPX_AUDIOONLY']: - 'vp9recon.c', - 'vpx_rac.c', - ] -- USE_LIBS += [ -- 'dav1d', -- 'media_libdav1d_asm', -- ] -+ if CONFIG["MOZ_SYSTEM_AV1"]: -+ CFLAGS += CONFIG['MOZ_SYSTEM_LIBDAV1D_CFLAGS'] -+ OS_LIBS += CONFIG['MOZ_SYSTEM_LIBDAV1D_LIBS'] -+ CFLAGS += CONFIG['MOZ_SYSTEM_LIBAOM_CFLAGS'] -+ OS_LIBS += CONFIG['MOZ_SYSTEM_LIBAOM_LIBS'] -+ else: -+ USE_LIBS += [ -+ 'dav1d', -+ 'media_libdav1d_asm', -+ ] - if CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk": - LOCAL_INCLUDES += ['/media/mozva'] - SOURCES += [ -diff --git media/libopus/moz.build media/libopus/moz.build -index 943aee79ee99..4ad07e3e98af 100644 ---- media/libopus/moz.build -+++ media/libopus/moz.build -@@ -58,7 +58,7 @@ if not CONFIG["MOZ_SAMPLE_TYPE_FLOAT32"]: - DEFINES["FIXED_POINT"] = 1 - DEFINES["DISABLE_FLOAT_API"] = True - --if CONFIG["OS_ARCH"] == "Linux": -+if CONFIG["OS_ARCH"] in ("FreeBSD", "Linux"): - OS_LIBS += [ - "m", - ] -diff --git media/libvorbis/moz.build media/libvorbis/moz.build -index cd17d4f89759..816edd72a000 100644 ---- media/libvorbis/moz.build -+++ media/libvorbis/moz.build -@@ -45,7 +45,7 @@ LOCAL_INCLUDES += ['lib'] - if CONFIG['OS_ARCH'] == 'SunOS': - DEFINES['HAVE_ALLOCA_H'] = True - --if CONFIG["OS_ARCH"] == "Linux": -+if CONFIG["OS_ARCH"] in ("FreeBSD", "Linux"): - OS_LIBS += [ - "m", - ] -diff --git toolkit/moz.configure toolkit/moz.configure -index 1f85d2831f2f..07294b93f850 100644 ---- toolkit/moz.configure -+++ toolkit/moz.configure -@@ -883,7 +883,23 @@ def av1(value): - return True - - --@depends(target, when=av1 & compile_environment) -+option("--with-system-av1", -+ help="Use system av1 (located with pkgconfig)") -+ -+system_libaom_info = pkg_check_modules("MOZ_SYSTEM_LIBAOM", "aom >= 1.0.0", -+ when="--with-system-av1") -+ -+system_libdav1d_info = pkg_check_modules("MOZ_SYSTEM_LIBDAV1D", "dav1d >= 0.1.1", -+ when="--with-system-av1") -+ -+@depends(system_libaom_info, system_libdav1d_info) -+def system_av1(system_libaom_info, system_libdav1d_info): -+ has_av1_libs = False -+ if system_libaom_info and system_libdav1d_info: -+ has_av1_libs = True -+ return has_av1_libs -+ -+@depends(target, when=av1 & depends(system_av1)(lambda v: not v) & compile_environment) - def dav1d_asm(target): - if target.cpu in ("aarch64", "x86", "x86_64"): - return True -@@ -899,6 +915,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)) - - # JXL Image Codec Support - # ============================================================== diff --git a/www/waterfox/files/patch-bug1859752 b/www/waterfox/files/patch-bug1859752 deleted file mode 100644 index 3050a31cf0cf..000000000000 --- a/www/waterfox/files/patch-bug1859752 +++ /dev/null @@ -1,42 +0,0 @@ -# HG changeset patch -# User André Bargull <andre.bargull@gmail.com> -# Date 1699346749 0 -# Node ID 0e7eefda24250041d7f008cc77dfa79045afa791 -# Parent 1e39572cb1c784039a9e14b8c36396c66cf58a5d -Bug 1859752 - Part 9: Add new line break classes. r=platform-i18n-reviewers,dminor - -Use `CLASS_CHARACTER` because that matches the previous character class for most -characters which are now part of the new character classes. - -Depends on D192733 - -Differential Revision: https://phabricator.services.mozilla.com/D192734 - -diff --git intl/lwbrk/LineBreaker.cpp intl/lwbrk/LineBreaker.cpp ---- intl/lwbrk/LineBreaker.cpp -+++ intl/lwbrk/LineBreaker.cpp -@@ -443,17 +443,23 @@ static int8_t GetClass(uint32_t u, LineB - /* JT = 34, [JT] */ CLASS_CHARACTER, - /* JV = 35, [JV] */ CLASS_CHARACTER, - /* CLOSE_PARENTHESIS = 36, [CP] */ CLASS_CLOSE_LIKE_CHARACTER, - /* CONDITIONAL_JAPANESE_STARTER = 37, [CJ] */ CLASS_CLOSE, - /* HEBREW_LETTER = 38, [HL] */ CLASS_CHARACTER, - /* REGIONAL_INDICATOR = 39, [RI] */ CLASS_CHARACTER, - /* E_BASE = 40, [EB] */ CLASS_BREAKABLE, - /* E_MODIFIER = 41, [EM] */ CLASS_CHARACTER, -- /* ZWJ = 42, [ZWJ]*/ CLASS_CHARACTER}; -+ /* ZWJ = 42, [ZWJ]*/ CLASS_CHARACTER, -+ /* AKSARA = 43, [AK] */ CLASS_CHARACTER, -+ /* AKSARA_PREBASE = 44, [AP] */ CLASS_CHARACTER, -+ /* AKSARA_START = 45, [AS] */ CLASS_CHARACTER, -+ /* VIRAMA_FINAL = 46, [VF] */ CLASS_CHARACTER, -+ /* VIRAMA = 47, [VI] */ CLASS_CHARACTER, -+ }; - - static_assert(U_LB_COUNT == mozilla::ArrayLength(sUnicodeLineBreakToClass), - "Gecko vs ICU LineBreak class mismatch"); - - auto cls = GetLineBreakClass(u); - MOZ_ASSERT(cls < mozilla::ArrayLength(sUnicodeLineBreakToClass)); - - // Overrides based on rules for the different line-break values given in diff --git a/www/waterfox/files/patch-bug847568 b/www/waterfox/files/patch-bug847568 index 2ee46579d43d..5b557e0e5a86 100644 --- a/www/waterfox/files/patch-bug847568 +++ b/www/waterfox/files/patch-bug847568 @@ -1,10 +1,10 @@ -# Allow building against system-wide graphite2/harfbuzz. +Allow building against system-wide graphite2/harfbuzz diff --git config/system-headers.mozbuild config/system-headers.mozbuild -index 0c06f581b33b..10f125be25ab 100644 +index af44c89057fc..c0ac271917fb 100644 --- config/system-headers.mozbuild +++ config/system-headers.mozbuild -@@ -1307,6 +1307,19 @@ if CONFIG["MOZ_ENABLE_LIBPROXY"]: +@@ -1304,6 +1304,19 @@ if CONFIG["MOZ_ENABLE_LIBPROXY"]: "proxy.h", ] @@ -25,10 +25,10 @@ index 0c06f581b33b..10f125be25ab 100644 system_headers += [ "unicode/calendar.h", diff --git dom/base/moz.build dom/base/moz.build -index 14c9f9dd96fb..bd1c8f241e9b 100644 +index 170d19f09aa9..a47fc8b1193c 100644 --- dom/base/moz.build +++ dom/base/moz.build -@@ -606,6 +606,9 @@ FINAL_LIBRARY = "xul" +@@ -620,6 +620,9 @@ FINAL_LIBRARY = "xul" if CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk": CXXFLAGS += CONFIG["MOZ_GTK3_CFLAGS"] @@ -40,7 +40,7 @@ index 14c9f9dd96fb..bd1c8f241e9b 100644 script="gen-usecounters.py", diff --git gfx/graphite2/geckoextra/moz.build gfx/graphite2/geckoextra/moz.build new file mode 100644 -index 000000000000..24e8d7a03274 +index 000000000000..ed0323eba9d5 --- /dev/null +++ gfx/graphite2/geckoextra/moz.build @@ -0,0 +1,21 @@ @@ -104,10 +104,10 @@ index 56ea317bedfc..07dd7f66f1bc 100644 "thebes", "ipc", diff --git gfx/skia/generate_mozbuild.py gfx/skia/generate_mozbuild.py -index c161d24df853..8c7dd395b371 100755 +index b589efde1c5c..47f49e10df70 100755 --- gfx/skia/generate_mozbuild.py +++ gfx/skia/generate_mozbuild.py -@@ -91,6 +91,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): +@@ -95,6 +95,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): '-Wno-unused-private-field', ] @@ -118,10 +118,10 @@ index c161d24df853..8c7dd395b371 100755 LOCAL_INCLUDES += [ "/gfx/cairo/cairo/src", diff --git gfx/skia/moz.build gfx/skia/moz.build -index 83aa2957a938..0859316a1f09 100644 +index 7fee54534878..ba1a4038e4a0 100644 --- gfx/skia/moz.build +++ gfx/skia/moz.build -@@ -601,6 +601,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): +@@ -623,6 +623,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): '-Wno-unused-private-field', ] @@ -132,10 +132,10 @@ index 83aa2957a938..0859316a1f09 100644 LOCAL_INCLUDES += [ "/gfx/cairo/cairo/src", diff --git gfx/thebes/moz.build gfx/thebes/moz.build -index fd1fcf236d81..958d3f699ffd 100644 +index 48f2849e2025..7d0a161a91b4 100644 --- gfx/thebes/moz.build +++ gfx/thebes/moz.build -@@ -293,7 +293,13 @@ if CONFIG["MOZ_WAYLAND"]: +@@ -295,7 +295,13 @@ if CONFIG["MOZ_WAYLAND"]: LOCAL_INCLUDES += CONFIG["SKIA_INCLUDES"] @@ -151,7 +151,7 @@ index fd1fcf236d81..958d3f699ffd 100644 CXXFLAGS += ["-Werror=switch"] diff --git intl/unicharutil/util/moz.build intl/unicharutil/util/moz.build -index 2bbd00415cae..f66bd37695d4 100644 +index 2396210428ee..092baac6f79c 100644 --- intl/unicharutil/util/moz.build +++ intl/unicharutil/util/moz.build @@ -24,6 +24,9 @@ UNIFIED_SOURCES += [ @@ -165,10 +165,10 @@ index 2bbd00415cae..f66bd37695d4 100644 GeneratedFile( diff --git netwerk/dns/moz.build netwerk/dns/moz.build -index c926d14707d1..35a3f33e2885 100644 +index 1bb0430f01aa..0360e0f468c0 100644 --- netwerk/dns/moz.build +++ netwerk/dns/moz.build -@@ -112,6 +112,9 @@ GeneratedFile( +@@ -111,6 +111,9 @@ GeneratedFile( "etld_data.inc", script="prepare_tlds.py", inputs=["effective_tld_names.dat"] ) @@ -178,43 +178,24 @@ index c926d14707d1..35a3f33e2885 100644 # need to include etld_data.inc LOCAL_INCLUDES += [ "/netwerk/base", -diff --git old-configure.in old-configure.in -index 2ca88a20a4b3..88bc9b873eff 100644 ---- old-configure.in -+++ old-configure.in -@@ -1067,6 +1067,27 @@ fi - AC_DEFINE_UNQUOTED(MOZ_MACBUNDLE_ID,$MOZ_MACBUNDLE_ID) - AC_SUBST(MOZ_MACBUNDLE_ID) - -+dnl ======================================================== -+dnl Check for graphite2 -+dnl ======================================================== -+if test -n "$MOZ_SYSTEM_GRAPHITE2"; then -+ dnl graphite2.pc has bogus version, check manually -+ _SAVE_CFLAGS=$CFLAGS -+ CFLAGS="$CFLAGS $MOZ_GRAPHITE2_CFLAGS" -+ AC_TRY_COMPILE([ #include <graphite2/Font.h> -+ #define GR2_VERSION_REQUIRE(major,minor,bugfix) \ -+ ( GR2_VERSION_MAJOR * 10000 + GR2_VERSION_MINOR \ -+ * 100 + GR2_VERSION_BUGFIX >= \ -+ (major) * 10000 + (minor) * 100 + (bugfix) ) -+ ], [ -+ #if !GR2_VERSION_REQUIRE(1,3,14) -+ #error "Insufficient graphite2 version." -+ #endif -+ ], [], -+ [AC_MSG_ERROR([--with-system-graphite2 requested but no working libgraphite2 found])]) -+ CFLAGS=$_SAVE_CFLAGS -+fi -+ - dnl ======================================================== - dnl = Child Process Name for IPC - dnl ======================================================== +diff --git security/rlbox/moz.build security/rlbox/moz.build +index 7ad8d076f0f1..835b9d905e03 100644 +--- security/rlbox/moz.build ++++ security/rlbox/moz.build +@@ -47,6 +47,8 @@ if CONFIG["MOZ_WASM_SANDBOXING_GRAPHITE"]: + for k, v in graphite_defines: + WASM_DEFINES[k] = v + LOCAL_INCLUDES += ["/gfx/graphite2/src"] ++ if CONFIG["MOZ_SYSTEM_GRAPHITE2"]: ++ WASM_CXXFLAGS += CONFIG["MOZ_GRAPHITE2_CFLAGS"] + + if CONFIG["MOZ_WASM_SANDBOXING_OGG"]: + include("/media/libogg/sources.mozbuild") diff --git toolkit/library/moz.build toolkit/library/moz.build -index 76746f308011..f6844f4c400b 100644 +index ee6051567c8e..c24a5a513bbc 100644 --- toolkit/library/moz.build +++ toolkit/library/moz.build -@@ -292,6 +292,12 @@ if CONFIG["MOZ_SYSTEM_PNG"]: +@@ -298,6 +298,12 @@ if CONFIG["MOZ_SYSTEM_PNG"]: if CONFIG["MOZ_SYSTEM_WEBP"]: OS_LIBS += CONFIG["MOZ_WEBP_LIBS"] @@ -228,10 +209,10 @@ index 76746f308011..f6844f4c400b 100644 OS_LIBS += CONFIG["MOZ_LIBEVENT_LIBS"] diff --git toolkit/moz.configure toolkit/moz.configure -index a060a59f728f..f0778d1ae2d6 100644 +index 1f85d2831f2f..04ce56e2cc0b 100644 --- toolkit/moz.configure +++ toolkit/moz.configure -@@ -1218,6 +1218,26 @@ def enable_cairo_ft(target, tree_freetype, freetype2_info): +@@ -1397,6 +1397,26 @@ def enable_cairo_ft(target, tree_freetype, freetype2_info): set_config("MOZ_ENABLE_CAIRO_FT", True, when=enable_cairo_ft) set_config("CAIRO_FT_CFLAGS", ft2_info.cflags, when=enable_cairo_ft) diff --git a/www/waterfox/files/patch-python_mozbuild_mozbuild_gn__processor.py b/www/waterfox/files/patch-build_gn__processor.py index 94584d8b160b..be5e10347483 100644 --- a/www/waterfox/files/patch-python_mozbuild_mozbuild_gn__processor.py +++ b/www/waterfox/files/patch-build_gn__processor.py @@ -1,13 +1,13 @@ -commit 6bfdff4afcc9e3843b9c3a5d7e884e281a305398 +commit 0e5bcbefae64b35a5c8df360e3980258a565fa72 Author: Christoph Moench-Tegeder <cmt@burggraben.net> - chase gn_processor.py changes + chase gn_processor.py move -diff --git python/mozbuild/mozbuild/gn_processor.py python/mozbuild/mozbuild/gn_processor.py -index a77b6c7759f1..e5498ac5e9df 100644 ---- python/mozbuild/mozbuild/gn_processor.py -+++ python/mozbuild/mozbuild/gn_processor.py -@@ -185,6 +185,7 @@ def filter_gn_config(path, gn_result, sandbox_vars, input_vars, gn_target): +diff --git build/gn_processor.py build/gn_processor.py +index 2ba8b92c2751..91170efb9a5d 100644 +--- build/gn_processor.py ++++ build/gn_processor.py +@@ -186,6 +186,7 @@ def filter_gn_config(path, gn_result, sandbox_vars, input_vars, gn_target): } oses = { "android": "Android", @@ -15,7 +15,7 @@ index a77b6c7759f1..e5498ac5e9df 100644 "linux": "Linux", "mac": "Darwin", "openbsd": "OpenBSD", -@@ -742,17 +743,17 @@ def main(): +@@ -780,17 +781,17 @@ def main(): vars_set = [] for is_debug in (True, False): @@ -35,10 +35,10 @@ index a77b6c7759f1..e5498ac5e9df 100644 target_cpus.append("riscv64") - if target_os == "linux": + if target_os in ("freebsd", "linux"): - target_cpus.extend(["ppc64", "mipsel", "mips64el"]) + target_cpus.extend(["loong64", "ppc64", "mipsel", "mips64el"]) for target_cpu in target_cpus: vars = { -@@ -761,7 +762,7 @@ def main(): +@@ -799,7 +800,7 @@ def main(): "target_cpu": target_cpu, "target_os": target_os, } diff --git a/www/waterfox/files/patch-gfx_skia_skia_src_core_SkRasterPipeline.h b/www/waterfox/files/patch-gfx_skia_skia_src_core_SkRasterPipeline.h deleted file mode 100644 index 05cf110b1192..000000000000 --- a/www/waterfox/files/patch-gfx_skia_skia_src_core_SkRasterPipeline.h +++ /dev/null @@ -1,13 +0,0 @@ -diff --git gfx/skia/skia/src/core/SkRasterPipeline.h gfx/skia/skia/src/core/SkRasterPipeline.h -index 2475ea0d398d..67967483656d 100644 ---- gfx/skia/skia/src/core/SkRasterPipeline.h -+++ gfx/skia/skia/src/core/SkRasterPipeline.h -@@ -27,7 +27,7 @@ struct SkImageInfo; - struct skcms_TransferFunction; - - #if __has_cpp_attribute(clang::musttail) && !defined(__EMSCRIPTEN__) && !defined(SK_CPU_ARM32) && \ -- !defined(SK_CPU_LOONGARCH) -+ !defined(SK_CPU_LOONGARCH) && !defined(__powerpc__) - #define SK_HAS_MUSTTAIL 1 - #else - #define SK_HAS_MUSTTAIL 0 diff --git a/www/waterfox/files/patch-ipc_glue_GeckoChildProcessHost.cpp b/www/waterfox/files/patch-ipc_glue_GeckoChildProcessHost.cpp new file mode 100644 index 000000000000..42f5f25add33 --- /dev/null +++ b/www/waterfox/files/patch-ipc_glue_GeckoChildProcessHost.cpp @@ -0,0 +1,13 @@ +diff --git ipc/glue/GeckoChildProcessHost.cpp ipc/glue/GeckoChildProcessHost.cpp +index 9bb8314bd98c..2bc0382a9385 100644 +--- ipc/glue/GeckoChildProcessHost.cpp ++++ ipc/glue/GeckoChildProcessHost.cpp +@@ -1121,7 +1121,7 @@ Result<Ok, LaunchError> BaseProcessLauncher::DoSetup() { + #if defined(MOZ_WIDGET_COCOA) || defined(XP_WIN) + geckoargs::sCrashReporter.Put(CrashReporter::GetChildNotificationPipe(), + mChildArgs); +-#elif defined(XP_UNIX) && !defined(XP_IOS) ++#elif defined(XP_UNIX) && !defined(XP_IOS) && !defined(XP_FREEBSD) + UniqueFileHandle childCrashFd = CrashReporter::GetChildNotificationPipe(); + if (!childCrashFd) { + return Err(LaunchError("DuplicateFileHandle failed")); diff --git a/www/waterfox/files/patch-libwebrtc-generated b/www/waterfox/files/patch-libwebrtc-generated index a37c207e58b7..eb715bc55fbe 100644 --- a/www/waterfox/files/patch-libwebrtc-generated +++ b/www/waterfox/files/patch-libwebrtc-generated @@ -1,20 +1,19 @@ -commit a5f947661b12af9fbe95bd197027a6ab64019440 +commit f65492631f8fa8714d72d09ba3fa5edf3b08bac3 Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> - regenerate FreeBSD libwebrtc patch for Firefox 128.7esr + regenerate FreeBSD libwebrtc patch for gecko 140 diff --git third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build -index 2dbd5881583e..332ca04819ee 100644 +index a29aef4b45e5..c193c4232adf 100644 --- third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build +++ third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -29,7 +28,7 @@ index 2dbd5881583e..332ca04819ee 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -41,7 +40,6 @@ index 2dbd5881583e..332ca04819ee 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -68,7 +66,6 @@ index 2dbd5881583e..332ca04819ee 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -83,7 +80,6 @@ index 2dbd5881583e..332ca04819ee 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -134,6 +130,10 @@ index 2dbd5881583e..332ca04819ee 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -215,17 +215,16 @@ index 2dbd5881583e..332ca04819ee 100644 Library("resource_adaptation_api_gn") diff --git third_party/libwebrtc/api/array_view_gn/moz.build third_party/libwebrtc/api/array_view_gn/moz.build -index df2c86715cac..6c4e403f6dc1 100644 +index 642158f0b8be..994364e58ce4 100644 --- third_party/libwebrtc/api/array_view_gn/moz.build +++ third_party/libwebrtc/api/array_view_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -240,7 +239,7 @@ index df2c86715cac..6c4e403f6dc1 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -252,7 +251,6 @@ index df2c86715cac..6c4e403f6dc1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -279,7 +277,6 @@ index df2c86715cac..6c4e403f6dc1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -294,7 +291,6 @@ index df2c86715cac..6c4e403f6dc1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -341,6 +337,10 @@ index df2c86715cac..6c4e403f6dc1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -353,7 +353,7 @@ index df2c86715cac..6c4e403f6dc1 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -406,17 +406,16 @@ index df2c86715cac..6c4e403f6dc1 100644 - Library("array_view_gn") diff --git third_party/libwebrtc/api/async_dns_resolver_gn/moz.build third_party/libwebrtc/api/async_dns_resolver_gn/moz.build -index 4d678a1de7c9..e163a7c1f440 100644 +index c7f482cc2e28..e44aba4a8252 100644 --- third_party/libwebrtc/api/async_dns_resolver_gn/moz.build +++ third_party/libwebrtc/api/async_dns_resolver_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -431,7 +430,7 @@ index 4d678a1de7c9..e163a7c1f440 100644 FINAL_LIBRARY = "xul" -@@ -39,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,120 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -443,7 +442,6 @@ index 4d678a1de7c9..e163a7c1f440 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -471,7 +469,6 @@ index 4d678a1de7c9..e163a7c1f440 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -486,7 +483,6 @@ index 4d678a1de7c9..e163a7c1f440 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -540,6 +536,10 @@ index 4d678a1de7c9..e163a7c1f440 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -552,7 +552,7 @@ index 4d678a1de7c9..e163a7c1f440 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -161,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -163,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -605,17 +605,16 @@ index 4d678a1de7c9..e163a7c1f440 100644 - Library("async_dns_resolver_gn") diff --git third_party/libwebrtc/api/audio/aec3_config_gn/moz.build third_party/libwebrtc/api/audio/aec3_config_gn/moz.build -index cbd6f2e6f0d5..3bfa575693b2 100644 +index 8113afb08273..123471602ffd 100644 --- third_party/libwebrtc/api/audio/aec3_config_gn/moz.build +++ third_party/libwebrtc/api/audio/aec3_config_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -630,7 +629,7 @@ index cbd6f2e6f0d5..3bfa575693b2 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -642,7 +641,6 @@ index cbd6f2e6f0d5..3bfa575693b2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -669,7 +667,6 @@ index cbd6f2e6f0d5..3bfa575693b2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -684,7 +681,6 @@ index cbd6f2e6f0d5..3bfa575693b2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -735,6 +731,10 @@ index cbd6f2e6f0d5..3bfa575693b2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -816,18 +816,17 @@ index cbd6f2e6f0d5..3bfa575693b2 100644 Library("aec3_config_gn") diff --git third_party/libwebrtc/api/audio/aec3_factory_gn/moz.build third_party/libwebrtc/api/audio/aec3_factory_gn/moz.build -index 746585483f96..33ea9b79d47b 100644 +index 658f1cf59805..da98391aded6 100644 --- third_party/libwebrtc/api/audio/aec3_factory_gn/moz.build +++ third_party/libwebrtc/api/audio/aec3_factory_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -842,7 +841,7 @@ index 746585483f96..33ea9b79d47b 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -854,7 +853,6 @@ index 746585483f96..33ea9b79d47b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -881,7 +879,6 @@ index 746585483f96..33ea9b79d47b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -900,7 +897,6 @@ index 746585483f96..33ea9b79d47b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -958,6 +954,10 @@ index 746585483f96..33ea9b79d47b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -1038,18 +1038,208 @@ index 746585483f96..33ea9b79d47b 100644 + DEFINES["USE_X11"] = "1" Library("aec3_factory_gn") +diff --git third_party/libwebrtc/api/audio/audio_device_gn/moz.build third_party/libwebrtc/api/audio/audio_device_gn/moz.build +index 01d48ab0e9bf..3885140cb11b 100644 +--- third_party/libwebrtc/api/audio/audio_device_gn/moz.build ++++ third_party/libwebrtc/api/audio/audio_device_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("audio_device_gn") diff --git third_party/libwebrtc/api/audio/audio_frame_api_gn/moz.build third_party/libwebrtc/api/audio/audio_frame_api_gn/moz.build -index e2561db08f06..59da7761dd35 100644 +index 95225d12b2f5..fe08226343af 100644 --- third_party/libwebrtc/api/audio/audio_frame_api_gn/moz.build +++ third_party/libwebrtc/api/audio/audio_frame_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -1064,7 +1254,7 @@ index e2561db08f06..59da7761dd35 100644 FINAL_LIBRARY = "xul" -@@ -44,185 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,186 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -1076,7 +1266,6 @@ index e2561db08f06..59da7761dd35 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -1103,7 +1292,6 @@ index e2561db08f06..59da7761dd35 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -1118,7 +1306,6 @@ index e2561db08f06..59da7761dd35 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -1176,6 +1363,10 @@ index e2561db08f06..59da7761dd35 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -1257,17 +1448,16 @@ index e2561db08f06..59da7761dd35 100644 Library("audio_frame_api_gn") diff --git third_party/libwebrtc/api/audio/audio_frame_processor_gn/moz.build third_party/libwebrtc/api/audio/audio_frame_processor_gn/moz.build -index 7dd1c4b91100..960b60c3311c 100644 +index 7b23511c9930..a97e948e3a43 100644 --- third_party/libwebrtc/api/audio/audio_frame_processor_gn/moz.build +++ third_party/libwebrtc/api/audio/audio_frame_processor_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -1282,7 +1472,7 @@ index 7dd1c4b91100..960b60c3311c 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -1294,7 +1484,6 @@ index 7dd1c4b91100..960b60c3311c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -1317,7 +1506,6 @@ index 7dd1c4b91100..960b60c3311c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -1332,7 +1520,6 @@ index 7dd1c4b91100..960b60c3311c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -1379,6 +1566,10 @@ index 7dd1c4b91100..960b60c3311c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -1391,7 +1582,7 @@ index 7dd1c4b91100..960b60c3311c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -1444,17 +1635,16 @@ index 7dd1c4b91100..960b60c3311c 100644 - Library("audio_frame_processor_gn") diff --git third_party/libwebrtc/api/audio/audio_mixer_api_gn/moz.build third_party/libwebrtc/api/audio/audio_mixer_api_gn/moz.build -index 36d43783a3e7..fd0111ba0ffd 100644 +index d650f934bf12..28f47d4bb60c 100644 --- third_party/libwebrtc/api/audio/audio_mixer_api_gn/moz.build +++ third_party/libwebrtc/api/audio/audio_mixer_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -1469,7 +1659,7 @@ index 36d43783a3e7..fd0111ba0ffd 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -1481,7 +1671,6 @@ index 36d43783a3e7..fd0111ba0ffd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -1508,7 +1697,6 @@ index 36d43783a3e7..fd0111ba0ffd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -1523,7 +1711,6 @@ index 36d43783a3e7..fd0111ba0ffd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -1577,6 +1764,10 @@ index 36d43783a3e7..fd0111ba0ffd 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -1589,7 +1780,7 @@ index 36d43783a3e7..fd0111ba0ffd 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -1641,18 +1832,17 @@ index 36d43783a3e7..fd0111ba0ffd 100644 - DEFINES["_GNU_SOURCE"] = True - Library("audio_mixer_api_gn") -diff --git third_party/libwebrtc/api/audio/echo_control_gn/moz.build third_party/libwebrtc/api/audio/echo_control_gn/moz.build -index 06f43e765114..6c06b87bcfe3 100644 ---- third_party/libwebrtc/api/audio/echo_control_gn/moz.build -+++ third_party/libwebrtc/api/audio/echo_control_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +diff --git third_party/libwebrtc/api/audio/audio_processing_gn/moz.build third_party/libwebrtc/api/audio/audio_processing_gn/moz.build +index 4013ba0e53e8..d6bf78db5064 100644 +--- third_party/libwebrtc/api/audio/audio_processing_gn/moz.build ++++ third_party/libwebrtc/api/audio/audio_processing_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -1667,7 +1857,7 @@ index 06f43e765114..6c06b87bcfe3 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -1679,7 +1869,6 @@ index 06f43e765114..6c06b87bcfe3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -1706,7 +1895,6 @@ index 06f43e765114..6c06b87bcfe3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -1721,7 +1909,6 @@ index 06f43e765114..6c06b87bcfe3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -1764,10 +1951,18 @@ index 06f43e765114..6c06b87bcfe3 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -1780,10 +1975,12 @@ index 06f43e765114..6c06b87bcfe3 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -1805,16 +2002,21 @@ index 06f43e765114..6c06b87bcfe3 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -1824,26 +2026,34 @@ index 06f43e765114..6c06b87bcfe3 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("echo_control_gn") -diff --git third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build -index 5811f4d9321b..0f11017e2f6c 100644 ---- third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("audio_processing_gn") +diff --git third_party/libwebrtc/api/audio/audio_processing_statistics_gn/moz.build third_party/libwebrtc/api/audio/audio_processing_statistics_gn/moz.build +index 020423429a5e..de7f6742627a 100644 +--- third_party/libwebrtc/api/audio/audio_processing_statistics_gn/moz.build ++++ third_party/libwebrtc/api/audio/audio_processing_statistics_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -1858,7 +2068,7 @@ index 5811f4d9321b..0f11017e2f6c 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -1870,17 +2080,12 @@ index 5811f4d9321b..0f11017e2f6c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -1897,7 +2102,6 @@ index 5811f4d9321b..0f11017e2f6c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -1912,7 +2116,6 @@ index 5811f4d9321b..0f11017e2f6c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -1946,13 +2149,6 @@ index 5811f4d9321b..0f11017e2f6c 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -1970,6 +2166,10 @@ index 5811f4d9321b..0f11017e2f6c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -2049,19 +2249,19 @@ index 5811f4d9321b..0f11017e2f6c 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_decoder_L16_gn") -diff --git third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build -index f4fb06ef3f09..90113fd85d92 100644 ---- third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_processing_statistics_gn") +diff --git third_party/libwebrtc/api/audio/builtin_audio_processing_builder_gn/moz.build third_party/libwebrtc/api/audio/builtin_audio_processing_builder_gn/moz.build +index 9720fc943734..43ee9e3a60aa 100644 +--- third_party/libwebrtc/api/audio/builtin_audio_processing_builder_gn/moz.build ++++ third_party/libwebrtc/api/audio/builtin_audio_processing_builder_gn/moz.build +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" + DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -2076,7 +2276,7 @@ index f4fb06ef3f09..90113fd85d92 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -2088,7 +2288,6 @@ index f4fb06ef3f09..90113fd85d92 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -2115,7 +2314,6 @@ index f4fb06ef3f09..90113fd85d92 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -2124,13 +2322,16 @@ index f4fb06ef3f09..90113fd85d92 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -2188,6 +2389,10 @@ index f4fb06ef3f09..90113fd85d92 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -2267,19 +2472,18 @@ index f4fb06ef3f09..90113fd85d92 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_encoder_L16_gn") -diff --git third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build -index faed7e9b0f61..84835da8965c 100644 ---- third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("builtin_audio_processing_builder_gn") +diff --git third_party/libwebrtc/api/audio/echo_control_gn/moz.build third_party/libwebrtc/api/audio/echo_control_gn/moz.build +index f554fd6f8241..b068f7739302 100644 +--- third_party/libwebrtc/api/audio/echo_control_gn/moz.build ++++ third_party/libwebrtc/api/audio/echo_control_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -2294,7 +2498,7 @@ index faed7e9b0f61..84835da8965c 100644 FINAL_LIBRARY = "xul" -@@ -46,185 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -2306,7 +2510,6 @@ index faed7e9b0f61..84835da8965c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -2333,7 +2536,6 @@ index faed7e9b0f61..84835da8965c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -2348,7 +2550,6 @@ index faed7e9b0f61..84835da8965c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -2382,13 +2583,6 @@ index faed7e9b0f61..84835da8965c 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -2398,14 +2592,14 @@ index faed7e9b0f61..84835da8965c 100644 -if CONFIG["TARGET_CPU"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -2418,12 +2612,10 @@ index faed7e9b0f61..84835da8965c 100644 if CONFIG["TARGET_CPU"] == "x86": -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -2445,21 +2637,16 @@ index faed7e9b0f61..84835da8965c 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -2469,43 +2656,31 @@ index faed7e9b0f61..84835da8965c 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("audio_codecs_api_gn") -diff --git third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build -index 5de9c2960769..a0d91297b550 100644 ---- third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build -@@ -12,13 +12,23 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +- + Library("echo_control_gn") +diff --git third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build +index cc8409b4ab86..ae6f50e873d1 100644 +--- third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build ++++ third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +DEFINES["WEBRTC_POSIX"] = True DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" - DEFINES["WEBRTC_USE_BUILTIN_ILBC"] = "1" - DEFINES["WEBRTC_USE_BUILTIN_OPUS"] = "1" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True @@ -2514,7 +2689,7 @@ index 5de9c2960769..a0d91297b550 100644 FINAL_LIBRARY = "xul" -@@ -45,189 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -2526,7 +2701,6 @@ index 5de9c2960769..a0d91297b550 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -2553,7 +2727,6 @@ index 5de9c2960769..a0d91297b550 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -2562,17 +2735,12 @@ index 5de9c2960769..a0d91297b550 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -2630,6 +2798,10 @@ index 5de9c2960769..a0d91297b550 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -2709,27 +2881,24 @@ index 5de9c2960769..a0d91297b550 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("builtin_audio_decoder_factory_gn") -diff --git third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build -index 5ff7dfd0ffd4..334acbe7d342 100644 ---- third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build -@@ -12,13 +12,23 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_decoder_L16_gn") +diff --git third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build +index 4c7addbccf20..87731b62a8fd 100644 +--- third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build ++++ third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +DEFINES["WEBRTC_POSIX"] = True DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" - DEFINES["WEBRTC_USE_BUILTIN_ILBC"] = "1" - DEFINES["WEBRTC_USE_BUILTIN_OPUS"] = "1" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True @@ -2738,7 +2907,7 @@ index 5ff7dfd0ffd4..334acbe7d342 100644 FINAL_LIBRARY = "xul" -@@ -45,189 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -2750,7 +2919,6 @@ index 5ff7dfd0ffd4..334acbe7d342 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -2777,7 +2945,6 @@ index 5ff7dfd0ffd4..334acbe7d342 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -2786,17 +2953,12 @@ index 5ff7dfd0ffd4..334acbe7d342 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -2854,6 +3016,10 @@ index 5ff7dfd0ffd4..334acbe7d342 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -2933,19 +3099,18 @@ index 5ff7dfd0ffd4..334acbe7d342 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("builtin_audio_encoder_factory_gn") -diff --git third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build -index e1c8fa6a08bc..7799b83b91bb 100644 ---- third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_encoder_L16_gn") +diff --git third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build +index 0cd4e6611370..e1bdc203eda4 100644 +--- third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build ++++ third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -2960,7 +3125,7 @@ index e1c8fa6a08bc..7799b83b91bb 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,186 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -2972,7 +3137,6 @@ index e1c8fa6a08bc..7799b83b91bb 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -2999,7 +3163,6 @@ index e1c8fa6a08bc..7799b83b91bb 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -3014,7 +3177,6 @@ index e1c8fa6a08bc..7799b83b91bb 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -3072,6 +3234,10 @@ index e1c8fa6a08bc..7799b83b91bb 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -3151,25 +3317,25 @@ index e1c8fa6a08bc..7799b83b91bb 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_decoder_g711_gn") -diff --git third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build -index 39513d15b310..aff5480ad0b3 100644 ---- third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_codecs_api_gn") +diff --git third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build +index 6225ac1f3f3b..1cea1d96da7b 100644 +--- third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build ++++ third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +DEFINES["WEBRTC_POSIX"] = True DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" + DEFINES["WEBRTC_USE_BUILTIN_OPUS"] = "1" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True @@ -3178,7 +3344,7 @@ index 39513d15b310..aff5480ad0b3 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -3190,7 +3356,6 @@ index 39513d15b310..aff5480ad0b3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -3217,7 +3382,6 @@ index 39513d15b310..aff5480ad0b3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -3226,13 +3390,16 @@ index 39513d15b310..aff5480ad0b3 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -3290,6 +3457,10 @@ index 39513d15b310..aff5480ad0b3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -3369,25 +3540,25 @@ index 39513d15b310..aff5480ad0b3 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_encoder_g711_gn") -diff --git third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build -index cf9228dcab3c..7eb3130288e3 100644 ---- third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("builtin_audio_decoder_factory_gn") +diff --git third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build +index e37b27978fb1..1532babfe849 100644 +--- third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build ++++ third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +DEFINES["WEBRTC_POSIX"] = True DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" + DEFINES["WEBRTC_USE_BUILTIN_OPUS"] = "1" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True @@ -3396,7 +3567,7 @@ index cf9228dcab3c..7eb3130288e3 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -3408,7 +3579,6 @@ index cf9228dcab3c..7eb3130288e3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -3435,7 +3605,6 @@ index cf9228dcab3c..7eb3130288e3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -3444,13 +3613,16 @@ index cf9228dcab3c..7eb3130288e3 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -3508,6 +3680,10 @@ index cf9228dcab3c..7eb3130288e3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -3587,19 +3763,18 @@ index cf9228dcab3c..7eb3130288e3 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_decoder_g722_gn") -diff --git third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build -index 3b1a814ac7b2..048ddee2cbdb 100644 ---- third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("builtin_audio_encoder_factory_gn") +diff --git third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build +index edebd9ce86d9..05322dea51b6 100644 +--- third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build ++++ third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -3614,7 +3789,7 @@ index 3b1a814ac7b2..048ddee2cbdb 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -3626,7 +3801,6 @@ index 3b1a814ac7b2..048ddee2cbdb 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -3653,7 +3827,6 @@ index 3b1a814ac7b2..048ddee2cbdb 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -3668,7 +3841,6 @@ index 3b1a814ac7b2..048ddee2cbdb 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -3718,10 +3890,18 @@ index 3b1a814ac7b2..048ddee2cbdb 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -3734,10 +3914,12 @@ index 3b1a814ac7b2..048ddee2cbdb 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -3759,16 +3941,21 @@ index 3b1a814ac7b2..048ddee2cbdb 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -3778,26 +3965,34 @@ index 3b1a814ac7b2..048ddee2cbdb 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("audio_encoder_g722_config_gn") -diff --git third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build -index 57bdfeaf74c0..f04086fa4375 100644 ---- third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("audio_decoder_g711_gn") +diff --git third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build +index 40dbaf52b249..7863dd9e6633 100644 +--- third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build ++++ third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -3812,7 +4007,7 @@ index 57bdfeaf74c0..f04086fa4375 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -3824,7 +4019,6 @@ index 57bdfeaf74c0..f04086fa4375 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -3851,7 +4045,6 @@ index 57bdfeaf74c0..f04086fa4375 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -3866,7 +4059,6 @@ index 57bdfeaf74c0..f04086fa4375 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -3924,6 +4116,10 @@ index 57bdfeaf74c0..f04086fa4375 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -4003,19 +4199,18 @@ index 57bdfeaf74c0..f04086fa4375 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_encoder_g722_gn") -diff --git third_party/libwebrtc/api/audio_codecs/ilbc/audio_decoder_ilbc_gn/moz.build third_party/libwebrtc/api/audio_codecs/ilbc/audio_decoder_ilbc_gn/moz.build -index ae2d4f5dc9b4..8d5eb0cadc34 100644 ---- third_party/libwebrtc/api/audio_codecs/ilbc/audio_decoder_ilbc_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/ilbc/audio_decoder_ilbc_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_encoder_g711_gn") +diff --git third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build +index 376963441f83..94f0257efd1e 100644 +--- third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build ++++ third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -4030,7 +4225,7 @@ index ae2d4f5dc9b4..8d5eb0cadc34 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -4042,7 +4237,6 @@ index ae2d4f5dc9b4..8d5eb0cadc34 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -4069,7 +4263,6 @@ index ae2d4f5dc9b4..8d5eb0cadc34 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -4078,17 +4271,12 @@ index ae2d4f5dc9b4..8d5eb0cadc34 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -4146,6 +4334,10 @@ index ae2d4f5dc9b4..8d5eb0cadc34 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -4225,19 +4417,18 @@ index ae2d4f5dc9b4..8d5eb0cadc34 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_decoder_ilbc_gn") -diff --git third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_config_gn/moz.build third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_config_gn/moz.build -index 2ec1c97ea240..ee5d451c740d 100644 ---- third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_config_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_config_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_decoder_g722_gn") +diff --git third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build +index 982fb48b055c..fabe33115004 100644 +--- third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build ++++ third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -4252,7 +4443,7 @@ index 2ec1c97ea240..ee5d451c740d 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -4264,13 +4455,16 @@ index 2ec1c97ea240..ee5d451c740d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -4287,7 +4481,6 @@ index 2ec1c97ea240..ee5d451c740d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -4302,7 +4495,6 @@ index 2ec1c97ea240..ee5d451c740d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -4336,6 +4528,13 @@ index 2ec1c97ea240..ee5d451c740d 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -4349,6 +4548,10 @@ index 2ec1c97ea240..ee5d451c740d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -4361,7 +4564,7 @@ index 2ec1c97ea240..ee5d451c740d 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -4412,19 +4615,18 @@ index 2ec1c97ea240..ee5d451c740d 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("audio_encoder_ilbc_config_gn") -diff --git third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_gn/moz.build third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_gn/moz.build -index ff9d947abb85..cdb5435b0bf3 100644 ---- third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_gn/moz.build -+++ third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_encoder_g722_config_gn") +diff --git third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build +index b8593150d582..4d357bd55c31 100644 +--- third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build ++++ third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -4439,7 +4641,7 @@ index ff9d947abb85..cdb5435b0bf3 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -4451,7 +4653,6 @@ index ff9d947abb85..cdb5435b0bf3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -4478,7 +4679,6 @@ index ff9d947abb85..cdb5435b0bf3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -4487,17 +4687,12 @@ index ff9d947abb85..cdb5435b0bf3 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -4555,6 +4750,10 @@ index ff9d947abb85..cdb5435b0bf3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -4634,19 +4833,18 @@ index ff9d947abb85..cdb5435b0bf3 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_encoder_ilbc_gn") + Library("audio_encoder_g722_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_multiopus_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_multiopus_gn/moz.build -index 06926f2550c6..3bb8979209c8 100644 +index bf3eeaa88803..de644f4d586e 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_multiopus_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_multiopus_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -4661,7 +4859,7 @@ index 06926f2550c6..3bb8979209c8 100644 FINAL_LIBRARY = "xul" -@@ -44,185 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,186 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -4673,7 +4871,6 @@ index 06926f2550c6..3bb8979209c8 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -4700,7 +4897,6 @@ index 06926f2550c6..3bb8979209c8 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -4715,7 +4911,6 @@ index 06926f2550c6..3bb8979209c8 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -4773,6 +4968,10 @@ index 06926f2550c6..3bb8979209c8 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -4854,17 +5053,16 @@ index 06926f2550c6..3bb8979209c8 100644 Library("audio_decoder_multiopus_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_config_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_config_gn/moz.build -index a40417692306..11dc887d7856 100644 +index 7c069bac99c3..e1b09fbd1410 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_config_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_config_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -4879,7 +5077,7 @@ index a40417692306..11dc887d7856 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -4891,7 +5089,6 @@ index a40417692306..11dc887d7856 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -4918,7 +5115,6 @@ index a40417692306..11dc887d7856 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -4933,7 +5129,6 @@ index a40417692306..11dc887d7856 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -4987,6 +5182,10 @@ index a40417692306..11dc887d7856 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -4999,7 +5198,7 @@ index a40417692306..11dc887d7856 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -5052,17 +5251,16 @@ index a40417692306..11dc887d7856 100644 - Library("audio_decoder_opus_config_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_gn/moz.build -index a52b290d08bc..191d27589e54 100644 +index d7116c1b25af..d2fdc6c52b17 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -5077,7 +5275,7 @@ index a52b290d08bc..191d27589e54 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -5089,7 +5287,6 @@ index a52b290d08bc..191d27589e54 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -5116,7 +5313,6 @@ index a52b290d08bc..191d27589e54 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -5135,7 +5331,6 @@ index a52b290d08bc..191d27589e54 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -5193,6 +5388,10 @@ index a52b290d08bc..191d27589e54 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -5274,17 +5473,16 @@ index a52b290d08bc..191d27589e54 100644 Library("audio_decoder_opus_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_multiopus_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_multiopus_gn/moz.build -index 1847aa9f2334..b1a86854c6cd 100644 +index 44bd92989657..2e9b48f8a1ca 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_multiopus_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_multiopus_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -5299,7 +5497,7 @@ index 1847aa9f2334..b1a86854c6cd 100644 FINAL_LIBRARY = "xul" -@@ -44,185 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,186 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -5311,7 +5509,6 @@ index 1847aa9f2334..b1a86854c6cd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -5338,7 +5535,6 @@ index 1847aa9f2334..b1a86854c6cd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -5353,7 +5549,6 @@ index 1847aa9f2334..b1a86854c6cd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -5411,6 +5606,10 @@ index 1847aa9f2334..b1a86854c6cd 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -5492,17 +5691,16 @@ index 1847aa9f2334..b1a86854c6cd 100644 Library("audio_encoder_multiopus_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build -index b4ed20ad8589..220221aeeed4 100644 +index e434bc36d641..4de657a3de7b 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -5518,7 +5716,7 @@ index b4ed20ad8589..220221aeeed4 100644 FINAL_LIBRARY = "xul" -@@ -48,174 +58,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,175 +58,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -5530,7 +5728,6 @@ index b4ed20ad8589..220221aeeed4 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -5553,7 +5750,6 @@ index b4ed20ad8589..220221aeeed4 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -5568,7 +5764,6 @@ index b4ed20ad8589..220221aeeed4 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -5619,6 +5814,10 @@ index b4ed20ad8589..220221aeeed4 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -5700,17 +5899,16 @@ index b4ed20ad8589..220221aeeed4 100644 Library("audio_encoder_opus_config_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_gn/moz.build -index dc73c7abc386..b76dd0fcc777 100644 +index ce10e371bb68..f923b1df29e5 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -5725,7 +5923,7 @@ index dc73c7abc386..b76dd0fcc777 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -5737,7 +5935,6 @@ index dc73c7abc386..b76dd0fcc777 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -5764,7 +5961,6 @@ index dc73c7abc386..b76dd0fcc777 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -5783,7 +5979,6 @@ index dc73c7abc386..b76dd0fcc777 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -5841,6 +6036,10 @@ index dc73c7abc386..b76dd0fcc777 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -5921,18 +6120,239 @@ index dc73c7abc386..b76dd0fcc777 100644 + DEFINES["USE_X11"] = "1" Library("audio_encoder_opus_gn") +diff --git third_party/libwebrtc/api/audio_codecs/opus_audio_decoder_factory_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus_audio_decoder_factory_gn/moz.build +index 70a8757803e7..3ea74de51e24 100644 +--- third_party/libwebrtc/api/audio_codecs/opus_audio_decoder_factory_gn/moz.build ++++ third_party/libwebrtc/api/audio_codecs/opus_audio_decoder_factory_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("opus_audio_decoder_factory_gn") diff --git third_party/libwebrtc/api/audio_options_api_gn/moz.build third_party/libwebrtc/api/audio_options_api_gn/moz.build -index 974d1dbdf2c7..90ca4ab68ba8 100644 +index 4034a555945f..1bad1c4d1894 100644 --- third_party/libwebrtc/api/audio_options_api_gn/moz.build +++ third_party/libwebrtc/api/audio_options_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -5947,7 +6367,7 @@ index 974d1dbdf2c7..90ca4ab68ba8 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -5959,7 +6379,6 @@ index 974d1dbdf2c7..90ca4ab68ba8 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -5986,7 +6405,6 @@ index 974d1dbdf2c7..90ca4ab68ba8 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -6001,7 +6419,6 @@ index 974d1dbdf2c7..90ca4ab68ba8 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -6052,6 +6469,10 @@ index 974d1dbdf2c7..90ca4ab68ba8 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -6133,17 +6554,16 @@ index 974d1dbdf2c7..90ca4ab68ba8 100644 Library("audio_options_api_gn") diff --git third_party/libwebrtc/api/bitrate_allocation_gn/moz.build third_party/libwebrtc/api/bitrate_allocation_gn/moz.build -index 500eff54bbfd..a1f84da5a485 100644 +index 5a740fe980cc..00fd8d6b5ab6 100644 --- third_party/libwebrtc/api/bitrate_allocation_gn/moz.build +++ third_party/libwebrtc/api/bitrate_allocation_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -6158,7 +6578,7 @@ index 500eff54bbfd..a1f84da5a485 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -6170,7 +6590,6 @@ index 500eff54bbfd..a1f84da5a485 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -6197,7 +6616,6 @@ index 500eff54bbfd..a1f84da5a485 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -6212,7 +6630,6 @@ index 500eff54bbfd..a1f84da5a485 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -6259,6 +6676,10 @@ index 500eff54bbfd..a1f84da5a485 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -6271,7 +6692,7 @@ index 500eff54bbfd..a1f84da5a485 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -6324,17 +6745,16 @@ index 500eff54bbfd..a1f84da5a485 100644 - Library("bitrate_allocation_gn") diff --git third_party/libwebrtc/api/call_api_gn/moz.build third_party/libwebrtc/api/call_api_gn/moz.build -index 372f0888fbba..86c73a9fd726 100644 +index af61fa96fb07..934c8061dd1a 100644 --- third_party/libwebrtc/api/call_api_gn/moz.build +++ third_party/libwebrtc/api/call_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -6349,7 +6769,7 @@ index 372f0888fbba..86c73a9fd726 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -6361,7 +6781,6 @@ index 372f0888fbba..86c73a9fd726 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -6384,7 +6803,6 @@ index 372f0888fbba..86c73a9fd726 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -6399,7 +6817,6 @@ index 372f0888fbba..86c73a9fd726 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -6446,6 +6863,10 @@ index 372f0888fbba..86c73a9fd726 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -6458,7 +6879,7 @@ index 372f0888fbba..86c73a9fd726 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -6511,17 +6932,16 @@ index 372f0888fbba..86c73a9fd726 100644 - Library("call_api_gn") diff --git third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn/moz.build third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn/moz.build -index 2a9b6d96dd75..c032ee4fe916 100644 +index fe1f7bc13e24..5d8265e6ec96 100644 --- third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn/moz.build +++ third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -6536,7 +6956,7 @@ index 2a9b6d96dd75..c032ee4fe916 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -6548,7 +6968,6 @@ index 2a9b6d96dd75..c032ee4fe916 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -6575,7 +6994,6 @@ index 2a9b6d96dd75..c032ee4fe916 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -6590,7 +7008,6 @@ index 2a9b6d96dd75..c032ee4fe916 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -6637,6 +7054,10 @@ index 2a9b6d96dd75..c032ee4fe916 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -6649,7 +7070,7 @@ index 2a9b6d96dd75..c032ee4fe916 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -6702,17 +7123,16 @@ index 2a9b6d96dd75..c032ee4fe916 100644 - Library("frame_decryptor_interface_gn") diff --git third_party/libwebrtc/api/crypto/frame_encryptor_interface_gn/moz.build third_party/libwebrtc/api/crypto/frame_encryptor_interface_gn/moz.build -index f1716e6b6267..7d3b6bae0048 100644 +index 999863e78f35..acdaa73774aa 100644 --- third_party/libwebrtc/api/crypto/frame_encryptor_interface_gn/moz.build +++ third_party/libwebrtc/api/crypto/frame_encryptor_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -6727,7 +7147,7 @@ index f1716e6b6267..7d3b6bae0048 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -6739,7 +7159,6 @@ index f1716e6b6267..7d3b6bae0048 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -6766,7 +7185,6 @@ index f1716e6b6267..7d3b6bae0048 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -6781,7 +7199,6 @@ index f1716e6b6267..7d3b6bae0048 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -6828,6 +7245,10 @@ index f1716e6b6267..7d3b6bae0048 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -6840,7 +7261,7 @@ index f1716e6b6267..7d3b6bae0048 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -6893,17 +7314,16 @@ index f1716e6b6267..7d3b6bae0048 100644 - Library("frame_encryptor_interface_gn") diff --git third_party/libwebrtc/api/crypto/options_gn/moz.build third_party/libwebrtc/api/crypto/options_gn/moz.build -index fae93b139253..5726c9c835be 100644 +index 71008a1b781a..a614772c39d2 100644 --- third_party/libwebrtc/api/crypto/options_gn/moz.build +++ third_party/libwebrtc/api/crypto/options_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -6918,7 +7338,7 @@ index fae93b139253..5726c9c835be 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -6930,13 +7350,16 @@ index fae93b139253..5726c9c835be 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -6953,7 +7376,6 @@ index fae93b139253..5726c9c835be 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -6968,7 +7390,6 @@ index fae93b139253..5726c9c835be 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -7019,6 +7440,10 @@ index fae93b139253..5726c9c835be 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -7100,17 +7525,16 @@ index fae93b139253..5726c9c835be 100644 Library("options_gn") diff --git third_party/libwebrtc/api/environment/environment_factory_gn/moz.build third_party/libwebrtc/api/environment/environment_factory_gn/moz.build -index 9388642ab5e6..2a4db566b430 100644 +index 0996db596135..a32dc41fe41f 100644 --- third_party/libwebrtc/api/environment/environment_factory_gn/moz.build +++ third_party/libwebrtc/api/environment/environment_factory_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -7125,7 +7549,7 @@ index 9388642ab5e6..2a4db566b430 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -7137,7 +7561,6 @@ index 9388642ab5e6..2a4db566b430 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -7164,7 +7587,6 @@ index 9388642ab5e6..2a4db566b430 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -7183,7 +7605,6 @@ index 9388642ab5e6..2a4db566b430 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -7241,6 +7662,10 @@ index 9388642ab5e6..2a4db566b430 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -7322,17 +7747,16 @@ index 9388642ab5e6..2a4db566b430 100644 Library("environment_factory_gn") diff --git third_party/libwebrtc/api/environment/environment_gn/moz.build third_party/libwebrtc/api/environment/environment_gn/moz.build -index 5b7b361ac342..b18f7c018485 100644 +index 0b458299cbb0..fc391b227ad3 100644 --- third_party/libwebrtc/api/environment/environment_gn/moz.build +++ third_party/libwebrtc/api/environment/environment_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -7347,7 +7771,7 @@ index 5b7b361ac342..b18f7c018485 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -7359,7 +7783,6 @@ index 5b7b361ac342..b18f7c018485 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -7382,7 +7805,6 @@ index 5b7b361ac342..b18f7c018485 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -7397,7 +7819,6 @@ index 5b7b361ac342..b18f7c018485 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -7444,6 +7865,10 @@ index 5b7b361ac342..b18f7c018485 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -7456,7 +7881,7 @@ index 5b7b361ac342..b18f7c018485 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -7509,17 +7934,16 @@ index 5b7b361ac342..b18f7c018485 100644 - Library("environment_gn") diff --git third_party/libwebrtc/api/fec_controller_api_gn/moz.build third_party/libwebrtc/api/fec_controller_api_gn/moz.build -index 653eae8f233f..383f2f1c9661 100644 +index 8256e9ef6578..71085b8a0208 100644 --- third_party/libwebrtc/api/fec_controller_api_gn/moz.build +++ third_party/libwebrtc/api/fec_controller_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -7534,7 +7958,7 @@ index 653eae8f233f..383f2f1c9661 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -7546,7 +7970,6 @@ index 653eae8f233f..383f2f1c9661 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -7573,7 +7996,6 @@ index 653eae8f233f..383f2f1c9661 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -7588,7 +8010,6 @@ index 653eae8f233f..383f2f1c9661 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -7635,6 +8056,10 @@ index 653eae8f233f..383f2f1c9661 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -7647,7 +8072,7 @@ index 653eae8f233f..383f2f1c9661 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -7700,17 +8125,16 @@ index 653eae8f233f..383f2f1c9661 100644 - Library("fec_controller_api_gn") diff --git third_party/libwebrtc/api/field_trials_registry_gn/moz.build third_party/libwebrtc/api/field_trials_registry_gn/moz.build -index 76e121ec9f5e..544a531d83f1 100644 +index c4645bf682f2..ef81a5cfa0f6 100644 --- third_party/libwebrtc/api/field_trials_registry_gn/moz.build +++ third_party/libwebrtc/api/field_trials_registry_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -7725,7 +8149,7 @@ index 76e121ec9f5e..544a531d83f1 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -7737,7 +8161,6 @@ index 76e121ec9f5e..544a531d83f1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -7764,7 +8187,6 @@ index 76e121ec9f5e..544a531d83f1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -7779,7 +8201,6 @@ index 76e121ec9f5e..544a531d83f1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -7837,6 +8258,10 @@ index 76e121ec9f5e..544a531d83f1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -7918,17 +8343,16 @@ index 76e121ec9f5e..544a531d83f1 100644 Library("field_trials_registry_gn") diff --git third_party/libwebrtc/api/field_trials_view_gn/moz.build third_party/libwebrtc/api/field_trials_view_gn/moz.build -index a6ac64bf50c6..541f2359270f 100644 +index a6f7605626bc..f28ccdfa0f3d 100644 --- third_party/libwebrtc/api/field_trials_view_gn/moz.build +++ third_party/libwebrtc/api/field_trials_view_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -7943,7 +8367,7 @@ index a6ac64bf50c6..541f2359270f 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -7955,7 +8379,6 @@ index a6ac64bf50c6..541f2359270f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -7978,7 +8401,6 @@ index a6ac64bf50c6..541f2359270f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -7993,7 +8415,6 @@ index a6ac64bf50c6..541f2359270f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -8040,6 +8461,10 @@ index a6ac64bf50c6..541f2359270f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -8052,7 +8477,7 @@ index a6ac64bf50c6..541f2359270f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -8105,17 +8530,16 @@ index a6ac64bf50c6..541f2359270f 100644 - Library("field_trials_view_gn") diff --git third_party/libwebrtc/api/frame_transformer_interface_gn/moz.build third_party/libwebrtc/api/frame_transformer_interface_gn/moz.build -index 2ed19fd691d7..5a66e1d8aace 100644 +index 83b184870ac0..a6ca7af93bd2 100644 --- third_party/libwebrtc/api/frame_transformer_interface_gn/moz.build +++ third_party/libwebrtc/api/frame_transformer_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -8130,7 +8554,7 @@ index 2ed19fd691d7..5a66e1d8aace 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -8142,7 +8566,6 @@ index 2ed19fd691d7..5a66e1d8aace 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -8169,7 +8592,6 @@ index 2ed19fd691d7..5a66e1d8aace 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -8184,7 +8606,6 @@ index 2ed19fd691d7..5a66e1d8aace 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -8234,10 +8655,18 @@ index 2ed19fd691d7..5a66e1d8aace 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -8250,10 +8679,12 @@ index 2ed19fd691d7..5a66e1d8aace 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -8275,16 +8706,21 @@ index 2ed19fd691d7..5a66e1d8aace 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -8294,26 +8730,34 @@ index 2ed19fd691d7..5a66e1d8aace 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["USE_X11"] = "1" + Library("frame_transformer_interface_gn") diff --git third_party/libwebrtc/api/function_view_gn/moz.build third_party/libwebrtc/api/function_view_gn/moz.build -index feea8c2c0ba6..7c48aab74157 100644 +index 6c82fcf77a1c..c75f2fa7adb8 100644 --- third_party/libwebrtc/api/function_view_gn/moz.build +++ third_party/libwebrtc/api/function_view_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -8328,7 +8772,7 @@ index feea8c2c0ba6..7c48aab74157 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -8340,7 +8784,6 @@ index feea8c2c0ba6..7c48aab74157 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -8367,7 +8810,6 @@ index feea8c2c0ba6..7c48aab74157 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -8382,7 +8824,6 @@ index feea8c2c0ba6..7c48aab74157 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -8429,6 +8870,10 @@ index feea8c2c0ba6..7c48aab74157 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -8441,7 +8886,7 @@ index feea8c2c0ba6..7c48aab74157 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -8494,17 +8939,16 @@ index feea8c2c0ba6..7c48aab74157 100644 - Library("function_view_gn") diff --git third_party/libwebrtc/api/libjingle_logging_api_gn/moz.build third_party/libwebrtc/api/libjingle_logging_api_gn/moz.build -index 6729abedf9bd..314418594b0e 100644 +index c6e7793cb8ce..c5f2988c9cf3 100644 --- third_party/libwebrtc/api/libjingle_logging_api_gn/moz.build +++ third_party/libwebrtc/api/libjingle_logging_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -8519,7 +8963,7 @@ index 6729abedf9bd..314418594b0e 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -8531,7 +8975,6 @@ index 6729abedf9bd..314418594b0e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -8554,7 +8997,6 @@ index 6729abedf9bd..314418594b0e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -8569,7 +9011,6 @@ index 6729abedf9bd..314418594b0e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -8616,6 +9057,10 @@ index 6729abedf9bd..314418594b0e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -8628,7 +9073,7 @@ index 6729abedf9bd..314418594b0e 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -8681,17 +9126,16 @@ index 6729abedf9bd..314418594b0e 100644 - Library("jingle_logging_api_gn") diff --git third_party/libwebrtc/api/libjingle_peerconnection_api_gn/moz.build third_party/libwebrtc/api/libjingle_peerconnection_api_gn/moz.build -index f815d7da4e62..d8c0189951f6 100644 +index cc16ead8d247..89ce43a135f6 100644 --- third_party/libwebrtc/api/libjingle_peerconnection_api_gn/moz.build +++ third_party/libwebrtc/api/libjingle_peerconnection_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -8706,7 +9150,7 @@ index f815d7da4e62..d8c0189951f6 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -8718,7 +9162,6 @@ index f815d7da4e62..d8c0189951f6 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -8741,7 +9184,6 @@ index f815d7da4e62..d8c0189951f6 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -8756,7 +9198,6 @@ index f815d7da4e62..d8c0189951f6 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -8803,6 +9244,10 @@ index f815d7da4e62..d8c0189951f6 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -8815,7 +9260,7 @@ index f815d7da4e62..d8c0189951f6 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -8868,17 +9313,16 @@ index f815d7da4e62..d8c0189951f6 100644 - Library("jingle_peerconnection_api_gn") diff --git third_party/libwebrtc/api/location_gn/moz.build third_party/libwebrtc/api/location_gn/moz.build -index 706b1d5026cc..673b106c6cea 100644 +index 6d66e59ebb7b..caaa00483d3e 100644 --- third_party/libwebrtc/api/location_gn/moz.build +++ third_party/libwebrtc/api/location_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -8893,7 +9337,7 @@ index 706b1d5026cc..673b106c6cea 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -8905,7 +9349,6 @@ index 706b1d5026cc..673b106c6cea 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -8928,7 +9371,6 @@ index 706b1d5026cc..673b106c6cea 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -8943,7 +9385,6 @@ index 706b1d5026cc..673b106c6cea 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -8990,6 +9431,10 @@ index 706b1d5026cc..673b106c6cea 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -9002,7 +9447,7 @@ index 706b1d5026cc..673b106c6cea 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -9055,17 +9500,16 @@ index 706b1d5026cc..673b106c6cea 100644 - Library("location_gn") diff --git third_party/libwebrtc/api/make_ref_counted_gn/moz.build third_party/libwebrtc/api/make_ref_counted_gn/moz.build -index 6bedaf55cd03..6f4e516cb13f 100644 +index 004d1dd755b9..d8144cd18e60 100644 --- third_party/libwebrtc/api/make_ref_counted_gn/moz.build +++ third_party/libwebrtc/api/make_ref_counted_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -9080,7 +9524,7 @@ index 6bedaf55cd03..6f4e516cb13f 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -9092,7 +9536,6 @@ index 6bedaf55cd03..6f4e516cb13f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -9115,7 +9558,6 @@ index 6bedaf55cd03..6f4e516cb13f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -9130,7 +9572,6 @@ index 6bedaf55cd03..6f4e516cb13f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -9177,6 +9618,10 @@ index 6bedaf55cd03..6f4e516cb13f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -9189,7 +9634,7 @@ index 6bedaf55cd03..6f4e516cb13f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -9242,17 +9687,16 @@ index 6bedaf55cd03..6f4e516cb13f 100644 - Library("make_ref_counted_gn") diff --git third_party/libwebrtc/api/media_stream_interface_gn/moz.build third_party/libwebrtc/api/media_stream_interface_gn/moz.build -index 8cc4995908e8..4d4d0bbcdb02 100644 +index 54aa80738e3c..5c0f76f23d55 100644 --- third_party/libwebrtc/api/media_stream_interface_gn/moz.build +++ third_party/libwebrtc/api/media_stream_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -9267,7 +9711,7 @@ index 8cc4995908e8..4d4d0bbcdb02 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -9279,7 +9723,6 @@ index 8cc4995908e8..4d4d0bbcdb02 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -9306,7 +9749,6 @@ index 8cc4995908e8..4d4d0bbcdb02 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -9321,7 +9763,6 @@ index 8cc4995908e8..4d4d0bbcdb02 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -9379,6 +9820,10 @@ index 8cc4995908e8..4d4d0bbcdb02 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -9460,17 +9905,16 @@ index 8cc4995908e8..4d4d0bbcdb02 100644 Library("media_stream_interface_gn") diff --git third_party/libwebrtc/api/metronome/metronome_gn/moz.build third_party/libwebrtc/api/metronome/metronome_gn/moz.build -index 5ffa4ac6c78f..6eaccfb29fc6 100644 +index b1b97440e4e4..e9b473ead2b4 100644 --- third_party/libwebrtc/api/metronome/metronome_gn/moz.build +++ third_party/libwebrtc/api/metronome/metronome_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -9485,7 +9929,7 @@ index 5ffa4ac6c78f..6eaccfb29fc6 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -9497,7 +9941,6 @@ index 5ffa4ac6c78f..6eaccfb29fc6 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -9524,7 +9967,6 @@ index 5ffa4ac6c78f..6eaccfb29fc6 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -9539,7 +9981,6 @@ index 5ffa4ac6c78f..6eaccfb29fc6 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -9586,6 +10027,10 @@ index 5ffa4ac6c78f..6eaccfb29fc6 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -9598,7 +10043,7 @@ index 5ffa4ac6c78f..6eaccfb29fc6 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -9651,17 +10096,16 @@ index 5ffa4ac6c78f..6eaccfb29fc6 100644 - Library("metronome_gn") diff --git third_party/libwebrtc/api/neteq/default_neteq_controller_factory_gn/moz.build third_party/libwebrtc/api/neteq/default_neteq_controller_factory_gn/moz.build -index 0486a791d10f..254ccec7ed2e 100644 +index 31dfa96d1368..3477a521945c 100644 --- third_party/libwebrtc/api/neteq/default_neteq_controller_factory_gn/moz.build +++ third_party/libwebrtc/api/neteq/default_neteq_controller_factory_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -9676,7 +10120,7 @@ index 0486a791d10f..254ccec7ed2e 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -9688,7 +10132,6 @@ index 0486a791d10f..254ccec7ed2e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -9715,7 +10158,6 @@ index 0486a791d10f..254ccec7ed2e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -9734,7 +10176,6 @@ index 0486a791d10f..254ccec7ed2e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -9792,6 +10233,10 @@ index 0486a791d10f..254ccec7ed2e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -9872,18 +10317,17 @@ index 0486a791d10f..254ccec7ed2e 100644 + DEFINES["USE_X11"] = "1" Library("default_neteq_controller_factory_gn") -diff --git third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build -index ec0207e6b81a..217b5be2076d 100644 ---- third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build -+++ third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +diff --git third_party/libwebrtc/api/neteq/default_neteq_factory_gn/moz.build third_party/libwebrtc/api/neteq/default_neteq_factory_gn/moz.build +index b1226384d12d..1cc4a9137400 100644 +--- third_party/libwebrtc/api/neteq/default_neteq_factory_gn/moz.build ++++ third_party/libwebrtc/api/neteq/default_neteq_factory_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -9898,7 +10342,7 @@ index ec0207e6b81a..217b5be2076d 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -9910,7 +10354,6 @@ index ec0207e6b81a..217b5be2076d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -9937,7 +10380,6 @@ index ec0207e6b81a..217b5be2076d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -9956,7 +10398,6 @@ index ec0207e6b81a..217b5be2076d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -10014,6 +10455,228 @@ index ec0207e6b81a..217b5be2076d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("default_neteq_factory_gn") +diff --git third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build +index 362eb922f20c..3b4f25d48f7a 100644 +--- third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build ++++ third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -10095,17 +10758,16 @@ index ec0207e6b81a..217b5be2076d 100644 Library("neteq_api_gn") diff --git third_party/libwebrtc/api/neteq/neteq_controller_api_gn/moz.build third_party/libwebrtc/api/neteq/neteq_controller_api_gn/moz.build -index 830a41cbcb2f..04fd38417177 100644 +index aec489d12890..2ce3a755ec00 100644 --- third_party/libwebrtc/api/neteq/neteq_controller_api_gn/moz.build +++ third_party/libwebrtc/api/neteq/neteq_controller_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -10120,7 +10782,7 @@ index 830a41cbcb2f..04fd38417177 100644 FINAL_LIBRARY = "xul" -@@ -39,122 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -10132,7 +10794,6 @@ index 830a41cbcb2f..04fd38417177 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -10159,7 +10820,6 @@ index 830a41cbcb2f..04fd38417177 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -10168,17 +10828,12 @@ index 830a41cbcb2f..04fd38417177 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -10232,6 +10887,10 @@ index 830a41cbcb2f..04fd38417177 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -10244,7 +10903,7 @@ index 830a41cbcb2f..04fd38417177 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -164,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -10297,17 +10956,16 @@ index 830a41cbcb2f..04fd38417177 100644 - Library("neteq_controller_api_gn") diff --git third_party/libwebrtc/api/neteq/tick_timer_gn/moz.build third_party/libwebrtc/api/neteq/tick_timer_gn/moz.build -index 4f4101599f07..3129a92d497c 100644 +index 3d4c927a3a69..9b7853205ab1 100644 --- third_party/libwebrtc/api/neteq/tick_timer_gn/moz.build +++ third_party/libwebrtc/api/neteq/tick_timer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -10322,7 +10980,7 @@ index 4f4101599f07..3129a92d497c 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -10334,7 +10992,6 @@ index 4f4101599f07..3129a92d497c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -10361,7 +11018,6 @@ index 4f4101599f07..3129a92d497c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -10376,7 +11032,6 @@ index 4f4101599f07..3129a92d497c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -10427,6 +11082,10 @@ index 4f4101599f07..3129a92d497c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -10508,17 +11167,16 @@ index 4f4101599f07..3129a92d497c 100644 Library("tick_timer_gn") diff --git third_party/libwebrtc/api/network_state_predictor_api_gn/moz.build third_party/libwebrtc/api/network_state_predictor_api_gn/moz.build -index 84ec63723306..ff25666ad5f9 100644 +index bb63e0bd8fea..4a47582dc2b6 100644 --- third_party/libwebrtc/api/network_state_predictor_api_gn/moz.build +++ third_party/libwebrtc/api/network_state_predictor_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -10533,7 +11191,7 @@ index 84ec63723306..ff25666ad5f9 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -10545,7 +11203,6 @@ index 84ec63723306..ff25666ad5f9 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -10568,7 +11225,6 @@ index 84ec63723306..ff25666ad5f9 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -10583,7 +11239,6 @@ index 84ec63723306..ff25666ad5f9 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -10630,6 +11285,10 @@ index 84ec63723306..ff25666ad5f9 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -10642,7 +11301,7 @@ index 84ec63723306..ff25666ad5f9 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -10695,17 +11354,16 @@ index 84ec63723306..ff25666ad5f9 100644 - Library("network_state_predictor_api_gn") diff --git third_party/libwebrtc/api/priority_gn/moz.build third_party/libwebrtc/api/priority_gn/moz.build -index e90b551e4d69..d402c9d495af 100644 +index 30d291e65442..d29f4153dd41 100644 --- third_party/libwebrtc/api/priority_gn/moz.build +++ third_party/libwebrtc/api/priority_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -10720,7 +11378,7 @@ index e90b551e4d69..d402c9d495af 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -10732,13 +11390,16 @@ index e90b551e4d69..d402c9d495af 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -10755,7 +11416,6 @@ index e90b551e4d69..d402c9d495af 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -10770,7 +11430,6 @@ index e90b551e4d69..d402c9d495af 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -10817,6 +11476,10 @@ index e90b551e4d69..d402c9d495af 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -10829,7 +11492,7 @@ index e90b551e4d69..d402c9d495af 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -10882,17 +11545,16 @@ index e90b551e4d69..d402c9d495af 100644 - Library("priority_gn") diff --git third_party/libwebrtc/api/ref_count_gn/moz.build third_party/libwebrtc/api/ref_count_gn/moz.build -index b5ded03ae3a4..2a36041b5e46 100644 +index 2c6650dfce0d..905863936e46 100644 --- third_party/libwebrtc/api/ref_count_gn/moz.build +++ third_party/libwebrtc/api/ref_count_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -10907,7 +11569,7 @@ index b5ded03ae3a4..2a36041b5e46 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -10919,7 +11581,6 @@ index b5ded03ae3a4..2a36041b5e46 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -10942,7 +11603,6 @@ index b5ded03ae3a4..2a36041b5e46 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -10957,7 +11617,6 @@ index b5ded03ae3a4..2a36041b5e46 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -11004,6 +11663,10 @@ index b5ded03ae3a4..2a36041b5e46 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -11016,7 +11679,7 @@ index b5ded03ae3a4..2a36041b5e46 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -11069,17 +11732,16 @@ index b5ded03ae3a4..2a36041b5e46 100644 - Library("ref_count_gn") diff --git third_party/libwebrtc/api/refcountedbase_gn/moz.build third_party/libwebrtc/api/refcountedbase_gn/moz.build -index 42e693bf022a..e2d783b7b812 100644 +index b4a1ce1859bd..5a48e0f012c7 100644 --- third_party/libwebrtc/api/refcountedbase_gn/moz.build +++ third_party/libwebrtc/api/refcountedbase_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -11094,7 +11756,7 @@ index 42e693bf022a..e2d783b7b812 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -11106,7 +11768,6 @@ index 42e693bf022a..e2d783b7b812 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -11129,7 +11790,6 @@ index 42e693bf022a..e2d783b7b812 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -11144,7 +11804,6 @@ index 42e693bf022a..e2d783b7b812 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -11191,6 +11850,10 @@ index 42e693bf022a..e2d783b7b812 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -11203,7 +11866,7 @@ index 42e693bf022a..e2d783b7b812 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -11256,17 +11919,16 @@ index 42e693bf022a..e2d783b7b812 100644 - Library("refcountedbase_gn") diff --git third_party/libwebrtc/api/rtc_error_gn/moz.build third_party/libwebrtc/api/rtc_error_gn/moz.build -index 1ff7960b4dd0..47846b31a453 100644 +index 90474a271986..56a78ea56e76 100644 --- third_party/libwebrtc/api/rtc_error_gn/moz.build +++ third_party/libwebrtc/api/rtc_error_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -11281,7 +11943,7 @@ index 1ff7960b4dd0..47846b31a453 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -11293,7 +11955,6 @@ index 1ff7960b4dd0..47846b31a453 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -11320,7 +11981,6 @@ index 1ff7960b4dd0..47846b31a453 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -11335,7 +11995,6 @@ index 1ff7960b4dd0..47846b31a453 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -11393,6 +12052,10 @@ index 1ff7960b4dd0..47846b31a453 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -11474,17 +12137,16 @@ index 1ff7960b4dd0..47846b31a453 100644 Library("rtc_error_gn") diff --git third_party/libwebrtc/api/rtc_event_log/rtc_event_log_gn/moz.build third_party/libwebrtc/api/rtc_event_log/rtc_event_log_gn/moz.build -index e478cf3e4c3c..8a92a62b9562 100644 +index 0b756bd9247e..7ea35cc02aba 100644 --- third_party/libwebrtc/api/rtc_event_log/rtc_event_log_gn/moz.build +++ third_party/libwebrtc/api/rtc_event_log/rtc_event_log_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -11499,7 +12161,7 @@ index e478cf3e4c3c..8a92a62b9562 100644 FINAL_LIBRARY = "xul" -@@ -44,185 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,186 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -11511,7 +12173,6 @@ index e478cf3e4c3c..8a92a62b9562 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -11538,7 +12199,6 @@ index e478cf3e4c3c..8a92a62b9562 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -11553,7 +12213,6 @@ index e478cf3e4c3c..8a92a62b9562 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -11611,6 +12270,10 @@ index e478cf3e4c3c..8a92a62b9562 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -11692,17 +12355,16 @@ index e478cf3e4c3c..8a92a62b9562 100644 Library("rtc_event_log_gn") diff --git third_party/libwebrtc/api/rtp_headers_gn/moz.build third_party/libwebrtc/api/rtp_headers_gn/moz.build -index 5b5cac9bf046..8691523b8dfc 100644 +index ec592155aca1..eac51ce2434c 100644 --- third_party/libwebrtc/api/rtp_headers_gn/moz.build +++ third_party/libwebrtc/api/rtp_headers_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -11717,7 +12379,7 @@ index 5b5cac9bf046..8691523b8dfc 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -11729,7 +12391,6 @@ index 5b5cac9bf046..8691523b8dfc 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -11756,7 +12417,6 @@ index 5b5cac9bf046..8691523b8dfc 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -11771,7 +12431,6 @@ index 5b5cac9bf046..8691523b8dfc 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -11829,6 +12488,10 @@ index 5b5cac9bf046..8691523b8dfc 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -11910,17 +12573,16 @@ index 5b5cac9bf046..8691523b8dfc 100644 Library("rtp_headers_gn") diff --git third_party/libwebrtc/api/rtp_packet_info_gn/moz.build third_party/libwebrtc/api/rtp_packet_info_gn/moz.build -index 7bd7a37fb361..67fffb26c146 100644 +index 5ee810606cb6..ab05d8ade21a 100644 --- third_party/libwebrtc/api/rtp_packet_info_gn/moz.build +++ third_party/libwebrtc/api/rtp_packet_info_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -11935,7 +12597,7 @@ index 7bd7a37fb361..67fffb26c146 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -11947,7 +12609,6 @@ index 7bd7a37fb361..67fffb26c146 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -11974,7 +12635,6 @@ index 7bd7a37fb361..67fffb26c146 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -11989,7 +12649,6 @@ index 7bd7a37fb361..67fffb26c146 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -12047,6 +12706,10 @@ index 7bd7a37fb361..67fffb26c146 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -12127,18 +12790,204 @@ index 7bd7a37fb361..67fffb26c146 100644 + DEFINES["USE_X11"] = "1" Library("rtp_packet_info_gn") +diff --git third_party/libwebrtc/api/rtp_packet_sender_gn/moz.build third_party/libwebrtc/api/rtp_packet_sender_gn/moz.build +index 02fdfc4bf124..c6285735ed40 100644 +--- third_party/libwebrtc/api/rtp_packet_sender_gn/moz.build ++++ third_party/libwebrtc/api/rtp_packet_sender_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("rtp_packet_sender_gn") diff --git third_party/libwebrtc/api/rtp_parameters_gn/moz.build third_party/libwebrtc/api/rtp_parameters_gn/moz.build -index ada3bfe3a22b..dd1ba2bc5bd3 100644 +index 238e7c67f128..cf15782a7f00 100644 --- third_party/libwebrtc/api/rtp_parameters_gn/moz.build +++ third_party/libwebrtc/api/rtp_parameters_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -12153,7 +13002,7 @@ index ada3bfe3a22b..dd1ba2bc5bd3 100644 FINAL_LIBRARY = "xul" -@@ -44,178 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,179 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12165,7 +13014,6 @@ index ada3bfe3a22b..dd1ba2bc5bd3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -12192,7 +13040,6 @@ index ada3bfe3a22b..dd1ba2bc5bd3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -12207,7 +13054,6 @@ index ada3bfe3a22b..dd1ba2bc5bd3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -12258,6 +13104,10 @@ index ada3bfe3a22b..dd1ba2bc5bd3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -12339,17 +13189,16 @@ index ada3bfe3a22b..dd1ba2bc5bd3 100644 Library("rtp_parameters_gn") diff --git third_party/libwebrtc/api/rtp_sender_interface_gn/moz.build third_party/libwebrtc/api/rtp_sender_interface_gn/moz.build -index 5b41bb13cbbe..2ae22cf178d8 100644 +index 2a7960aae06e..c12e8eb0b3ef 100644 --- third_party/libwebrtc/api/rtp_sender_interface_gn/moz.build +++ third_party/libwebrtc/api/rtp_sender_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -12364,7 +13213,7 @@ index 5b41bb13cbbe..2ae22cf178d8 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12376,7 +13225,6 @@ index 5b41bb13cbbe..2ae22cf178d8 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -12399,7 +13247,6 @@ index 5b41bb13cbbe..2ae22cf178d8 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -12414,7 +13261,6 @@ index 5b41bb13cbbe..2ae22cf178d8 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -12461,6 +13307,10 @@ index 5b41bb13cbbe..2ae22cf178d8 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -12473,7 +13323,7 @@ index 5b41bb13cbbe..2ae22cf178d8 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -12526,17 +13376,16 @@ index 5b41bb13cbbe..2ae22cf178d8 100644 - Library("rtp_sender_interface_gn") diff --git third_party/libwebrtc/api/rtp_sender_setparameters_callback_gn/moz.build third_party/libwebrtc/api/rtp_sender_setparameters_callback_gn/moz.build -index 89f5c0fcc118..ba3ef53ada72 100644 +index 0930cbd84acb..2c0babe074a3 100644 --- third_party/libwebrtc/api/rtp_sender_setparameters_callback_gn/moz.build +++ third_party/libwebrtc/api/rtp_sender_setparameters_callback_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -12551,7 +13400,7 @@ index 89f5c0fcc118..ba3ef53ada72 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12563,7 +13412,6 @@ index 89f5c0fcc118..ba3ef53ada72 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -12590,7 +13438,6 @@ index 89f5c0fcc118..ba3ef53ada72 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -12605,7 +13452,6 @@ index 89f5c0fcc118..ba3ef53ada72 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -12663,6 +13509,10 @@ index 89f5c0fcc118..ba3ef53ada72 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -12744,17 +13594,16 @@ index 89f5c0fcc118..ba3ef53ada72 100644 Library("rtp_sender_setparameters_callback_gn") diff --git third_party/libwebrtc/api/rtp_transceiver_direction_gn/moz.build third_party/libwebrtc/api/rtp_transceiver_direction_gn/moz.build -index c3b4e7f67e56..1acea51df010 100644 +index 6613c28bb60a..003fe860fd3f 100644 --- third_party/libwebrtc/api/rtp_transceiver_direction_gn/moz.build +++ third_party/libwebrtc/api/rtp_transceiver_direction_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -12769,7 +13618,7 @@ index c3b4e7f67e56..1acea51df010 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12781,7 +13630,6 @@ index c3b4e7f67e56..1acea51df010 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -12804,7 +13652,6 @@ index c3b4e7f67e56..1acea51df010 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -12819,7 +13666,6 @@ index c3b4e7f67e56..1acea51df010 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -12866,6 +13712,10 @@ index c3b4e7f67e56..1acea51df010 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -12878,7 +13728,7 @@ index c3b4e7f67e56..1acea51df010 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -12931,17 +13781,16 @@ index c3b4e7f67e56..1acea51df010 100644 - Library("rtp_transceiver_direction_gn") diff --git third_party/libwebrtc/api/scoped_refptr_gn/moz.build third_party/libwebrtc/api/scoped_refptr_gn/moz.build -index bd244c29b5cb..58ee4b71716c 100644 +index b2adf5851e86..593dd7ead65b 100644 --- third_party/libwebrtc/api/scoped_refptr_gn/moz.build +++ third_party/libwebrtc/api/scoped_refptr_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -12956,7 +13805,7 @@ index bd244c29b5cb..58ee4b71716c 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12968,7 +13817,6 @@ index bd244c29b5cb..58ee4b71716c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -12991,7 +13839,6 @@ index bd244c29b5cb..58ee4b71716c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -13006,7 +13853,6 @@ index bd244c29b5cb..58ee4b71716c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -13053,6 +13899,10 @@ index bd244c29b5cb..58ee4b71716c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -13065,7 +13915,7 @@ index bd244c29b5cb..58ee4b71716c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -13118,17 +13968,16 @@ index bd244c29b5cb..58ee4b71716c 100644 - Library("scoped_refptr_gn") diff --git third_party/libwebrtc/api/sequence_checker_gn/moz.build third_party/libwebrtc/api/sequence_checker_gn/moz.build -index e129bf8a010e..c2d4b302936a 100644 +index 67c1414a8fb4..070132b14c93 100644 --- third_party/libwebrtc/api/sequence_checker_gn/moz.build +++ third_party/libwebrtc/api/sequence_checker_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -13143,7 +13992,7 @@ index e129bf8a010e..c2d4b302936a 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -13155,7 +14004,6 @@ index e129bf8a010e..c2d4b302936a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -13182,7 +14030,6 @@ index e129bf8a010e..c2d4b302936a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -13197,7 +14044,6 @@ index e129bf8a010e..c2d4b302936a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -13244,6 +14090,10 @@ index e129bf8a010e..c2d4b302936a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -13256,7 +14106,7 @@ index e129bf8a010e..c2d4b302936a 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -13309,17 +14159,16 @@ index e129bf8a010e..c2d4b302936a 100644 - Library("sequence_checker_gn") diff --git third_party/libwebrtc/api/simulated_network_api_gn/moz.build third_party/libwebrtc/api/simulated_network_api_gn/moz.build -index 222193edde3f..8b3da9c6ba70 100644 +index d01110ffb525..795aecd86879 100644 --- third_party/libwebrtc/api/simulated_network_api_gn/moz.build +++ third_party/libwebrtc/api/simulated_network_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -13334,7 +14183,7 @@ index 222193edde3f..8b3da9c6ba70 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -13346,7 +14195,6 @@ index 222193edde3f..8b3da9c6ba70 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -13373,7 +14221,6 @@ index 222193edde3f..8b3da9c6ba70 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -13388,7 +14235,6 @@ index 222193edde3f..8b3da9c6ba70 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -13435,6 +14281,10 @@ index 222193edde3f..8b3da9c6ba70 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -13447,7 +14297,7 @@ index 222193edde3f..8b3da9c6ba70 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -13500,17 +14350,16 @@ index 222193edde3f..8b3da9c6ba70 100644 - Library("simulated_network_api_gn") diff --git third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build -index 0d9947daa8ce..5d6f286d394b 100644 +index 122718956c48..a4b72e0aadf3 100644 --- third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build +++ third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -13525,7 +14374,7 @@ index 0d9947daa8ce..5d6f286d394b 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -13537,7 +14386,6 @@ index 0d9947daa8ce..5d6f286d394b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -13560,7 +14408,6 @@ index 0d9947daa8ce..5d6f286d394b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -13575,7 +14422,6 @@ index 0d9947daa8ce..5d6f286d394b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -13622,6 +14468,10 @@ index 0d9947daa8ce..5d6f286d394b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -13634,7 +14484,7 @@ index 0d9947daa8ce..5d6f286d394b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -13687,17 +14537,16 @@ index 0d9947daa8ce..5d6f286d394b 100644 - Library("default_task_queue_factory_gn") diff --git third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn/moz.build third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn/moz.build -index e0e0b4688e62..47a601850a28 100644 +index 9d8b3cf2f357..6d9600947c8a 100644 --- third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn/moz.build +++ third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -13712,7 +14561,7 @@ index e0e0b4688e62..47a601850a28 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -13724,7 +14573,6 @@ index e0e0b4688e62..47a601850a28 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -13751,7 +14599,6 @@ index e0e0b4688e62..47a601850a28 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -13766,7 +14613,6 @@ index e0e0b4688e62..47a601850a28 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -13817,6 +14663,10 @@ index e0e0b4688e62..47a601850a28 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -13898,17 +14748,16 @@ index e0e0b4688e62..47a601850a28 100644 Library("pending_task_safety_flag_gn") diff --git third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build -index b3eb74837f20..94718b5d1065 100644 +index 85ed7df23b34..85068cdc7550 100644 --- third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build +++ third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -13923,7 +14772,7 @@ index b3eb74837f20..94718b5d1065 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -13935,7 +14784,6 @@ index b3eb74837f20..94718b5d1065 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -13962,7 +14810,6 @@ index b3eb74837f20..94718b5d1065 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -13977,7 +14824,6 @@ index b3eb74837f20..94718b5d1065 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -14028,6 +14874,10 @@ index b3eb74837f20..94718b5d1065 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -14109,17 +14959,16 @@ index b3eb74837f20..94718b5d1065 100644 Library("task_queue_gn") diff --git third_party/libwebrtc/api/transport/bandwidth_estimation_settings_gn/moz.build third_party/libwebrtc/api/transport/bandwidth_estimation_settings_gn/moz.build -index 0885f16a0655..ef5775ccf647 100644 +index 21696b67b110..3121ac7a6e59 100644 --- third_party/libwebrtc/api/transport/bandwidth_estimation_settings_gn/moz.build +++ third_party/libwebrtc/api/transport/bandwidth_estimation_settings_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -14134,7 +14983,7 @@ index 0885f16a0655..ef5775ccf647 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -14146,7 +14995,6 @@ index 0885f16a0655..ef5775ccf647 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -14169,7 +15017,6 @@ index 0885f16a0655..ef5775ccf647 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -14184,7 +15031,6 @@ index 0885f16a0655..ef5775ccf647 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -14231,6 +15077,10 @@ index 0885f16a0655..ef5775ccf647 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -14243,7 +15093,7 @@ index 0885f16a0655..ef5775ccf647 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -14295,18 +15145,204 @@ index 0885f16a0655..ef5775ccf647 100644 - DEFINES["_GNU_SOURCE"] = True - Library("bandwidth_estimation_settings_gn") +diff --git third_party/libwebrtc/api/transport/bandwidth_usage_gn/moz.build third_party/libwebrtc/api/transport/bandwidth_usage_gn/moz.build +index e7882cb5deca..df0954cb00bc 100644 +--- third_party/libwebrtc/api/transport/bandwidth_usage_gn/moz.build ++++ third_party/libwebrtc/api/transport/bandwidth_usage_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("bandwidth_usage_gn") diff --git third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build -index 42410686d0be..82767eaae01a 100644 +index 555a10902f49..c58892133406 100644 --- third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build +++ third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -14321,7 +15357,7 @@ index 42410686d0be..82767eaae01a 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -14333,7 +15369,6 @@ index 42410686d0be..82767eaae01a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -14356,7 +15391,6 @@ index 42410686d0be..82767eaae01a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -14371,7 +15405,6 @@ index 42410686d0be..82767eaae01a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -14422,6 +15455,10 @@ index 42410686d0be..82767eaae01a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -14503,17 +15540,16 @@ index 42410686d0be..82767eaae01a 100644 Library("bitrate_settings_gn") diff --git third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build -index e0f8f023787b..b9b426e20a50 100644 +index 8c89cd7e38ad..8c928a5e26a1 100644 --- third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build +++ third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -14528,7 +15564,7 @@ index e0f8f023787b..b9b426e20a50 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -14540,7 +15576,6 @@ index e0f8f023787b..b9b426e20a50 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -14567,7 +15602,6 @@ index e0f8f023787b..b9b426e20a50 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -14582,7 +15616,6 @@ index e0f8f023787b..b9b426e20a50 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -14636,6 +15669,10 @@ index e0f8f023787b..b9b426e20a50 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -14648,7 +15685,7 @@ index e0f8f023787b..b9b426e20a50 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -14700,18 +15737,204 @@ index e0f8f023787b..b9b426e20a50 100644 - DEFINES["_GNU_SOURCE"] = True - Library("datagram_transport_interface_gn") +diff --git third_party/libwebrtc/api/transport/ecn_marking_gn/moz.build third_party/libwebrtc/api/transport/ecn_marking_gn/moz.build +index 598652874c2f..b08c4ae86174 100644 +--- third_party/libwebrtc/api/transport/ecn_marking_gn/moz.build ++++ third_party/libwebrtc/api/transport/ecn_marking_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("ecn_marking_gn") diff --git third_party/libwebrtc/api/transport/field_trial_based_config_gn/moz.build third_party/libwebrtc/api/transport/field_trial_based_config_gn/moz.build -index 0b2e41f78c7b..665be1aad89b 100644 +index 9105d8e40b27..cba64e004708 100644 --- third_party/libwebrtc/api/transport/field_trial_based_config_gn/moz.build +++ third_party/libwebrtc/api/transport/field_trial_based_config_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -14726,7 +15949,7 @@ index 0b2e41f78c7b..665be1aad89b 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -14738,7 +15961,6 @@ index 0b2e41f78c7b..665be1aad89b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -14765,7 +15987,6 @@ index 0b2e41f78c7b..665be1aad89b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -14780,7 +16001,6 @@ index 0b2e41f78c7b..665be1aad89b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -14838,6 +16058,10 @@ index 0b2e41f78c7b..665be1aad89b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -14919,17 +16143,16 @@ index 0b2e41f78c7b..665be1aad89b 100644 Library("field_trial_based_config_gn") diff --git third_party/libwebrtc/api/transport/goog_cc_gn/moz.build third_party/libwebrtc/api/transport/goog_cc_gn/moz.build -index 70efa923b78f..6f3cfe2f16c5 100644 +index 3118bc006971..a579189ca56f 100644 --- third_party/libwebrtc/api/transport/goog_cc_gn/moz.build +++ third_party/libwebrtc/api/transport/goog_cc_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -14944,7 +16167,7 @@ index 70efa923b78f..6f3cfe2f16c5 100644 FINAL_LIBRARY = "xul" -@@ -43,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -14956,7 +16179,6 @@ index 70efa923b78f..6f3cfe2f16c5 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -14984,7 +16206,6 @@ index 70efa923b78f..6f3cfe2f16c5 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -15003,7 +16224,6 @@ index 70efa923b78f..6f3cfe2f16c5 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -15061,6 +16281,10 @@ index 70efa923b78f..6f3cfe2f16c5 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -15142,17 +16366,16 @@ index 70efa923b78f..6f3cfe2f16c5 100644 Library("goog_cc_gn") diff --git third_party/libwebrtc/api/transport/network_control_gn/moz.build third_party/libwebrtc/api/transport/network_control_gn/moz.build -index abbedfaee9af..08b107c8a46a 100644 +index 84054a3f0cfc..0840a4bd7daa 100644 --- third_party/libwebrtc/api/transport/network_control_gn/moz.build +++ third_party/libwebrtc/api/transport/network_control_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -15167,7 +16390,7 @@ index abbedfaee9af..08b107c8a46a 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -15179,7 +16402,6 @@ index abbedfaee9af..08b107c8a46a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -15206,7 +16428,6 @@ index abbedfaee9af..08b107c8a46a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -15221,7 +16442,6 @@ index abbedfaee9af..08b107c8a46a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -15279,6 +16499,10 @@ index abbedfaee9af..08b107c8a46a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -15359,18 +16583,208 @@ index abbedfaee9af..08b107c8a46a 100644 + DEFINES["USE_X11"] = "1" Library("network_control_gn") +diff --git third_party/libwebrtc/api/transport/rtp/corruption_detection_message_gn/moz.build third_party/libwebrtc/api/transport/rtp/corruption_detection_message_gn/moz.build +index a51a68014985..9b4f1222b38e 100644 +--- third_party/libwebrtc/api/transport/rtp/corruption_detection_message_gn/moz.build ++++ third_party/libwebrtc/api/transport/rtp/corruption_detection_message_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("corruption_detection_message_gn") diff --git third_party/libwebrtc/api/transport/rtp/dependency_descriptor_gn/moz.build third_party/libwebrtc/api/transport/rtp/dependency_descriptor_gn/moz.build -index 16ec75fa0170..dc43798be44c 100644 +index e82fb7517ca6..89beea20aa47 100644 --- third_party/libwebrtc/api/transport/rtp/dependency_descriptor_gn/moz.build +++ third_party/libwebrtc/api/transport/rtp/dependency_descriptor_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -15385,7 +16799,7 @@ index 16ec75fa0170..dc43798be44c 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -15397,7 +16811,6 @@ index 16ec75fa0170..dc43798be44c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -15424,7 +16837,6 @@ index 16ec75fa0170..dc43798be44c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -15439,7 +16851,6 @@ index 16ec75fa0170..dc43798be44c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -15490,6 +16901,10 @@ index 16ec75fa0170..dc43798be44c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -15571,17 +16986,16 @@ index 16ec75fa0170..dc43798be44c 100644 Library("dependency_descriptor_gn") diff --git third_party/libwebrtc/api/transport/rtp/rtp_source_gn/moz.build third_party/libwebrtc/api/transport/rtp/rtp_source_gn/moz.build -index 83c88e8037fe..3656e84885cd 100644 +index 5b00f221434f..c0eba9314e7c 100644 --- third_party/libwebrtc/api/transport/rtp/rtp_source_gn/moz.build +++ third_party/libwebrtc/api/transport/rtp/rtp_source_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -15596,7 +17010,7 @@ index 83c88e8037fe..3656e84885cd 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -15608,7 +17022,6 @@ index 83c88e8037fe..3656e84885cd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -15635,7 +17048,6 @@ index 83c88e8037fe..3656e84885cd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -15650,7 +17062,6 @@ index 83c88e8037fe..3656e84885cd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -15704,6 +17115,10 @@ index 83c88e8037fe..3656e84885cd 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -15716,7 +17131,7 @@ index 83c88e8037fe..3656e84885cd 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -15769,17 +17184,16 @@ index 83c88e8037fe..3656e84885cd 100644 - Library("rtp_source_gn") diff --git third_party/libwebrtc/api/transport/stun_types_gn/moz.build third_party/libwebrtc/api/transport/stun_types_gn/moz.build -index 51a16e295eef..62b2c614ce5a 100644 +index ec8b1a8ae39f..ae0e9837c2d7 100644 --- third_party/libwebrtc/api/transport/stun_types_gn/moz.build +++ third_party/libwebrtc/api/transport/stun_types_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -15794,7 +17208,7 @@ index 51a16e295eef..62b2c614ce5a 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -15806,7 +17220,6 @@ index 51a16e295eef..62b2c614ce5a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -15829,7 +17242,6 @@ index 51a16e295eef..62b2c614ce5a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -15844,7 +17256,6 @@ index 51a16e295eef..62b2c614ce5a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -15891,6 +17302,10 @@ index 51a16e295eef..62b2c614ce5a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -15903,7 +17318,7 @@ index 51a16e295eef..62b2c614ce5a 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -15956,17 +17371,16 @@ index 51a16e295eef..62b2c614ce5a 100644 - Library("stun_types_gn") diff --git third_party/libwebrtc/api/transport_api_gn/moz.build third_party/libwebrtc/api/transport_api_gn/moz.build -index a726caad2813..f12489fba6e4 100644 +index f62d79097db6..0ca3c18961d0 100644 --- third_party/libwebrtc/api/transport_api_gn/moz.build +++ third_party/libwebrtc/api/transport_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -15981,7 +17395,7 @@ index a726caad2813..f12489fba6e4 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -15993,7 +17407,6 @@ index a726caad2813..f12489fba6e4 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -16020,7 +17433,6 @@ index a726caad2813..f12489fba6e4 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -16035,7 +17447,6 @@ index a726caad2813..f12489fba6e4 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -16086,6 +17497,10 @@ index a726caad2813..f12489fba6e4 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -16167,17 +17582,16 @@ index a726caad2813..f12489fba6e4 100644 Library("transport_api_gn") diff --git third_party/libwebrtc/api/units/data_rate_gn/moz.build third_party/libwebrtc/api/units/data_rate_gn/moz.build -index 398b03d0a231..41e7c078d060 100644 +index 6543d20d464f..54e7f93d1721 100644 --- third_party/libwebrtc/api/units/data_rate_gn/moz.build +++ third_party/libwebrtc/api/units/data_rate_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -16192,7 +17606,7 @@ index 398b03d0a231..41e7c078d060 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -16204,7 +17618,6 @@ index 398b03d0a231..41e7c078d060 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -16231,7 +17644,6 @@ index 398b03d0a231..41e7c078d060 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -16246,7 +17658,6 @@ index 398b03d0a231..41e7c078d060 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -16297,6 +17708,10 @@ index 398b03d0a231..41e7c078d060 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -16378,17 +17793,16 @@ index 398b03d0a231..41e7c078d060 100644 Library("data_rate_gn") diff --git third_party/libwebrtc/api/units/data_size_gn/moz.build third_party/libwebrtc/api/units/data_size_gn/moz.build -index 8f61d0131463..5a8fb7125160 100644 +index bcc4e35cfcb6..770feb1b06c9 100644 --- third_party/libwebrtc/api/units/data_size_gn/moz.build +++ third_party/libwebrtc/api/units/data_size_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -16403,7 +17817,7 @@ index 8f61d0131463..5a8fb7125160 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -16415,7 +17829,6 @@ index 8f61d0131463..5a8fb7125160 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -16442,7 +17855,6 @@ index 8f61d0131463..5a8fb7125160 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -16457,7 +17869,6 @@ index 8f61d0131463..5a8fb7125160 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -16508,6 +17919,10 @@ index 8f61d0131463..5a8fb7125160 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -16589,17 +18004,16 @@ index 8f61d0131463..5a8fb7125160 100644 Library("data_size_gn") diff --git third_party/libwebrtc/api/units/frequency_gn/moz.build third_party/libwebrtc/api/units/frequency_gn/moz.build -index 40a6bf261710..fa6c15bc81e1 100644 +index 1da91b84b933..55e3ba9b1169 100644 --- third_party/libwebrtc/api/units/frequency_gn/moz.build +++ third_party/libwebrtc/api/units/frequency_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -16614,7 +18028,7 @@ index 40a6bf261710..fa6c15bc81e1 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -16626,7 +18040,6 @@ index 40a6bf261710..fa6c15bc81e1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -16653,7 +18066,6 @@ index 40a6bf261710..fa6c15bc81e1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -16668,7 +18080,6 @@ index 40a6bf261710..fa6c15bc81e1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -16719,6 +18130,10 @@ index 40a6bf261710..fa6c15bc81e1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -16800,17 +18215,16 @@ index 40a6bf261710..fa6c15bc81e1 100644 Library("frequency_gn") diff --git third_party/libwebrtc/api/units/time_delta_gn/moz.build third_party/libwebrtc/api/units/time_delta_gn/moz.build -index d9ede8c812f2..b129d8b4f2d8 100644 +index 525e75c3d915..e33f5d12403a 100644 --- third_party/libwebrtc/api/units/time_delta_gn/moz.build +++ third_party/libwebrtc/api/units/time_delta_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -16825,7 +18239,7 @@ index d9ede8c812f2..b129d8b4f2d8 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -16837,7 +18251,6 @@ index d9ede8c812f2..b129d8b4f2d8 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -16864,7 +18277,6 @@ index d9ede8c812f2..b129d8b4f2d8 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -16879,7 +18291,6 @@ index d9ede8c812f2..b129d8b4f2d8 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -16930,6 +18341,10 @@ index d9ede8c812f2..b129d8b4f2d8 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -17011,17 +18426,16 @@ index d9ede8c812f2..b129d8b4f2d8 100644 Library("time_delta_gn") diff --git third_party/libwebrtc/api/units/timestamp_gn/moz.build third_party/libwebrtc/api/units/timestamp_gn/moz.build -index 9e5ed8541e57..ca185af59de3 100644 +index 2a52cfa0984e..9400f8288bad 100644 --- third_party/libwebrtc/api/units/timestamp_gn/moz.build +++ third_party/libwebrtc/api/units/timestamp_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -17036,7 +18450,7 @@ index 9e5ed8541e57..ca185af59de3 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -17048,7 +18462,6 @@ index 9e5ed8541e57..ca185af59de3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -17075,7 +18488,6 @@ index 9e5ed8541e57..ca185af59de3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -17090,7 +18502,6 @@ index 9e5ed8541e57..ca185af59de3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -17141,6 +18552,10 @@ index 9e5ed8541e57..ca185af59de3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -17222,17 +18637,16 @@ index 9e5ed8541e57..ca185af59de3 100644 Library("timestamp_gn") diff --git third_party/libwebrtc/api/video/builtin_video_bitrate_allocator_factory_gn/moz.build third_party/libwebrtc/api/video/builtin_video_bitrate_allocator_factory_gn/moz.build -index cafafadf4452..0be4593415cf 100644 +index d28b32f439c1..7348138c0730 100644 --- third_party/libwebrtc/api/video/builtin_video_bitrate_allocator_factory_gn/moz.build +++ third_party/libwebrtc/api/video/builtin_video_bitrate_allocator_factory_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -17247,7 +18661,7 @@ index cafafadf4452..0be4593415cf 100644 FINAL_LIBRARY = "xul" -@@ -43,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -17259,7 +18673,6 @@ index cafafadf4452..0be4593415cf 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -17287,7 +18700,6 @@ index cafafadf4452..0be4593415cf 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -17306,7 +18718,6 @@ index cafafadf4452..0be4593415cf 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -17364,6 +18775,10 @@ index cafafadf4452..0be4593415cf 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -17444,18 +18859,204 @@ index cafafadf4452..0be4593415cf 100644 + DEFINES["USE_X11"] = "1" Library("builtin_video_bitrate_allocator_factory_gn") +diff --git third_party/libwebrtc/api/video/corruption_detection_filter_settings_gn/moz.build third_party/libwebrtc/api/video/corruption_detection_filter_settings_gn/moz.build +index 84910bec5b6a..28ddeb5e8675 100644 +--- third_party/libwebrtc/api/video/corruption_detection_filter_settings_gn/moz.build ++++ third_party/libwebrtc/api/video/corruption_detection_filter_settings_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("corruption_detection_filter_settings_gn") diff --git third_party/libwebrtc/api/video/encoded_frame_gn/moz.build third_party/libwebrtc/api/video/encoded_frame_gn/moz.build -index d804e2fd3671..a40fcef67844 100644 +index fe7417ed2009..cb2e3e8b1c8c 100644 --- third_party/libwebrtc/api/video/encoded_frame_gn/moz.build +++ third_party/libwebrtc/api/video/encoded_frame_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -17470,7 +19071,7 @@ index d804e2fd3671..a40fcef67844 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -17482,7 +19083,6 @@ index d804e2fd3671..a40fcef67844 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -17509,7 +19109,6 @@ index d804e2fd3671..a40fcef67844 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -17524,7 +19123,6 @@ index d804e2fd3671..a40fcef67844 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -17582,6 +19180,10 @@ index d804e2fd3671..a40fcef67844 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -17663,17 +19265,16 @@ index d804e2fd3671..a40fcef67844 100644 Library("encoded_frame_gn") diff --git third_party/libwebrtc/api/video/encoded_image_gn/moz.build third_party/libwebrtc/api/video/encoded_image_gn/moz.build -index a444a71189b9..01e5ec845e10 100644 +index bfdc38c74288..17c35ae9a249 100644 --- third_party/libwebrtc/api/video/encoded_image_gn/moz.build +++ third_party/libwebrtc/api/video/encoded_image_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -17688,7 +19289,7 @@ index a444a71189b9..01e5ec845e10 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -17700,7 +19301,6 @@ index a444a71189b9..01e5ec845e10 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -17727,7 +19327,6 @@ index a444a71189b9..01e5ec845e10 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -17742,7 +19341,6 @@ index a444a71189b9..01e5ec845e10 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -17800,6 +19398,10 @@ index a444a71189b9..01e5ec845e10 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -17881,17 +19483,16 @@ index a444a71189b9..01e5ec845e10 100644 Library("encoded_image_gn") diff --git third_party/libwebrtc/api/video/frame_buffer_gn/moz.build third_party/libwebrtc/api/video/frame_buffer_gn/moz.build -index 01a33c4b813f..35e492ad1546 100644 +index 08a20c36f3b2..588d4beb1a1c 100644 --- third_party/libwebrtc/api/video/frame_buffer_gn/moz.build +++ third_party/libwebrtc/api/video/frame_buffer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -17906,7 +19507,7 @@ index 01a33c4b813f..35e492ad1546 100644 FINAL_LIBRARY = "xul" -@@ -43,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -17918,7 +19519,6 @@ index 01a33c4b813f..35e492ad1546 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -17946,7 +19546,6 @@ index 01a33c4b813f..35e492ad1546 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -17965,7 +19564,6 @@ index 01a33c4b813f..35e492ad1546 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -18023,6 +19621,10 @@ index 01a33c4b813f..35e492ad1546 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -18104,17 +19706,16 @@ index 01a33c4b813f..35e492ad1546 100644 Library("frame_buffer_gn") diff --git third_party/libwebrtc/api/video/recordable_encoded_frame_gn/moz.build third_party/libwebrtc/api/video/recordable_encoded_frame_gn/moz.build -index 4d6199a71433..63f6010eb884 100644 +index 682afa6b23c6..6dfaf4e483c8 100644 --- third_party/libwebrtc/api/video/recordable_encoded_frame_gn/moz.build +++ third_party/libwebrtc/api/video/recordable_encoded_frame_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -18129,7 +19730,7 @@ index 4d6199a71433..63f6010eb884 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -18141,7 +19742,6 @@ index 4d6199a71433..63f6010eb884 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -18168,7 +19768,6 @@ index 4d6199a71433..63f6010eb884 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -18183,7 +19782,6 @@ index 4d6199a71433..63f6010eb884 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -18237,6 +19835,10 @@ index 4d6199a71433..63f6010eb884 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -18249,7 +19851,7 @@ index 4d6199a71433..63f6010eb884 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -18302,17 +19904,16 @@ index 4d6199a71433..63f6010eb884 100644 - Library("recordable_encoded_frame_gn") diff --git third_party/libwebrtc/api/video/render_resolution_gn/moz.build third_party/libwebrtc/api/video/render_resolution_gn/moz.build -index a0c4da6d5809..afb0f88ed8fd 100644 +index c572a6cb3edd..57a7f9cbfd11 100644 --- third_party/libwebrtc/api/video/render_resolution_gn/moz.build +++ third_party/libwebrtc/api/video/render_resolution_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -18327,7 +19928,7 @@ index a0c4da6d5809..afb0f88ed8fd 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -18339,7 +19940,6 @@ index a0c4da6d5809..afb0f88ed8fd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -18362,7 +19962,6 @@ index a0c4da6d5809..afb0f88ed8fd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -18377,7 +19976,6 @@ index a0c4da6d5809..afb0f88ed8fd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -18424,6 +20022,10 @@ index a0c4da6d5809..afb0f88ed8fd 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -18436,7 +20038,7 @@ index a0c4da6d5809..afb0f88ed8fd 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -18489,17 +20091,16 @@ index a0c4da6d5809..afb0f88ed8fd 100644 - Library("render_resolution_gn") diff --git third_party/libwebrtc/api/video/resolution_gn/moz.build third_party/libwebrtc/api/video/resolution_gn/moz.build -index e55dfe7d2c22..d5993bf113b5 100644 +index 8100831c4cc7..9e9cad2d3072 100644 --- third_party/libwebrtc/api/video/resolution_gn/moz.build +++ third_party/libwebrtc/api/video/resolution_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -18514,7 +20115,7 @@ index e55dfe7d2c22..d5993bf113b5 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -18526,7 +20127,6 @@ index e55dfe7d2c22..d5993bf113b5 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -18549,7 +20149,6 @@ index e55dfe7d2c22..d5993bf113b5 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -18564,7 +20163,6 @@ index e55dfe7d2c22..d5993bf113b5 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -18611,6 +20209,10 @@ index e55dfe7d2c22..d5993bf113b5 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -18623,7 +20225,7 @@ index e55dfe7d2c22..d5993bf113b5 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -18676,17 +20278,16 @@ index e55dfe7d2c22..d5993bf113b5 100644 - Library("resolution_gn") diff --git third_party/libwebrtc/api/video/video_adaptation_gn/moz.build third_party/libwebrtc/api/video/video_adaptation_gn/moz.build -index c061e657ab8a..03c9ed5c202b 100644 +index ebd41d83934c..047f9d1c5018 100644 --- third_party/libwebrtc/api/video/video_adaptation_gn/moz.build +++ third_party/libwebrtc/api/video/video_adaptation_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -18701,7 +20302,7 @@ index c061e657ab8a..03c9ed5c202b 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -18713,7 +20314,6 @@ index c061e657ab8a..03c9ed5c202b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -18740,7 +20340,6 @@ index c061e657ab8a..03c9ed5c202b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -18755,7 +20354,6 @@ index c061e657ab8a..03c9ed5c202b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -18806,6 +20404,10 @@ index c061e657ab8a..03c9ed5c202b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -18887,17 +20489,16 @@ index c061e657ab8a..03c9ed5c202b 100644 Library("video_adaptation_gn") diff --git third_party/libwebrtc/api/video/video_bitrate_allocation_gn/moz.build third_party/libwebrtc/api/video/video_bitrate_allocation_gn/moz.build -index 9581b4202af9..d526540c4a75 100644 +index 1b623991d78b..691d665df7ab 100644 --- third_party/libwebrtc/api/video/video_bitrate_allocation_gn/moz.build +++ third_party/libwebrtc/api/video/video_bitrate_allocation_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -18912,7 +20513,7 @@ index 9581b4202af9..d526540c4a75 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -18924,7 +20525,6 @@ index 9581b4202af9..d526540c4a75 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -18951,7 +20551,6 @@ index 9581b4202af9..d526540c4a75 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -18966,7 +20565,6 @@ index 9581b4202af9..d526540c4a75 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -19017,6 +20615,10 @@ index 9581b4202af9..d526540c4a75 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -19098,17 +20700,16 @@ index 9581b4202af9..d526540c4a75 100644 Library("video_bitrate_allocation_gn") diff --git third_party/libwebrtc/api/video/video_bitrate_allocator_factory_gn/moz.build third_party/libwebrtc/api/video/video_bitrate_allocator_factory_gn/moz.build -index 71a1a7f2dc3e..4ca5af462591 100644 +index 787eece77e9f..0e4eb3564582 100644 --- third_party/libwebrtc/api/video/video_bitrate_allocator_factory_gn/moz.build +++ third_party/libwebrtc/api/video/video_bitrate_allocator_factory_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -19123,7 +20724,7 @@ index 71a1a7f2dc3e..4ca5af462591 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19135,7 +20736,6 @@ index 71a1a7f2dc3e..4ca5af462591 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -19162,7 +20762,6 @@ index 71a1a7f2dc3e..4ca5af462591 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -19177,7 +20776,6 @@ index 71a1a7f2dc3e..4ca5af462591 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -19231,6 +20829,10 @@ index 71a1a7f2dc3e..4ca5af462591 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -19243,7 +20845,7 @@ index 71a1a7f2dc3e..4ca5af462591 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -19296,17 +20898,16 @@ index 71a1a7f2dc3e..4ca5af462591 100644 - Library("video_bitrate_allocator_factory_gn") diff --git third_party/libwebrtc/api/video/video_bitrate_allocator_gn/moz.build third_party/libwebrtc/api/video/video_bitrate_allocator_gn/moz.build -index aecab75d2eac..0ad41db37d78 100644 +index e3d9aba8ef3c..fcae0009dd68 100644 --- third_party/libwebrtc/api/video/video_bitrate_allocator_gn/moz.build +++ third_party/libwebrtc/api/video/video_bitrate_allocator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -19321,7 +20922,7 @@ index aecab75d2eac..0ad41db37d78 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19333,7 +20934,6 @@ index aecab75d2eac..0ad41db37d78 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -19360,7 +20960,6 @@ index aecab75d2eac..0ad41db37d78 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -19375,7 +20974,6 @@ index aecab75d2eac..0ad41db37d78 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -19426,6 +21024,10 @@ index aecab75d2eac..0ad41db37d78 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -19507,17 +21109,16 @@ index aecab75d2eac..0ad41db37d78 100644 Library("video_bitrate_allocator_gn") diff --git third_party/libwebrtc/api/video/video_codec_constants_gn/moz.build third_party/libwebrtc/api/video/video_codec_constants_gn/moz.build -index 1ff8d8117fa6..5bcaf00344da 100644 +index 00627f9fe4bf..48f8135282ff 100644 --- third_party/libwebrtc/api/video/video_codec_constants_gn/moz.build +++ third_party/libwebrtc/api/video/video_codec_constants_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -19532,7 +21133,7 @@ index 1ff8d8117fa6..5bcaf00344da 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19544,7 +21145,6 @@ index 1ff8d8117fa6..5bcaf00344da 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -19567,7 +21167,6 @@ index 1ff8d8117fa6..5bcaf00344da 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -19582,7 +21181,6 @@ index 1ff8d8117fa6..5bcaf00344da 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -19629,6 +21227,10 @@ index 1ff8d8117fa6..5bcaf00344da 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -19641,7 +21243,7 @@ index 1ff8d8117fa6..5bcaf00344da 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -19694,17 +21296,16 @@ index 1ff8d8117fa6..5bcaf00344da 100644 - Library("video_codec_constants_gn") diff --git third_party/libwebrtc/api/video/video_frame_gn/moz.build third_party/libwebrtc/api/video/video_frame_gn/moz.build -index 37f7adf1843d..8697e1d06d1e 100644 +index 4aa343b85d29..d5883b13bee8 100644 --- third_party/libwebrtc/api/video/video_frame_gn/moz.build +++ third_party/libwebrtc/api/video/video_frame_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -19719,7 +21320,7 @@ index 37f7adf1843d..8697e1d06d1e 100644 FINAL_LIBRARY = "xul" -@@ -54,185 +64,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -55,186 +64,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19731,7 +21332,6 @@ index 37f7adf1843d..8697e1d06d1e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -19758,7 +21358,6 @@ index 37f7adf1843d..8697e1d06d1e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -19773,7 +21372,6 @@ index 37f7adf1843d..8697e1d06d1e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -19831,6 +21429,10 @@ index 37f7adf1843d..8697e1d06d1e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -19912,17 +21514,16 @@ index 37f7adf1843d..8697e1d06d1e 100644 Library("video_frame_gn") diff --git third_party/libwebrtc/api/video/video_frame_i010_gn/moz.build third_party/libwebrtc/api/video/video_frame_i010_gn/moz.build -index 2b8bd493aff9..c6b33b8a1e23 100644 +index 4951e4edce85..c4728ecf1200 100644 --- third_party/libwebrtc/api/video/video_frame_i010_gn/moz.build +++ third_party/libwebrtc/api/video/video_frame_i010_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -19937,7 +21538,7 @@ index 2b8bd493aff9..c6b33b8a1e23 100644 FINAL_LIBRARY = "xul" -@@ -50,185 +60,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,186 +60,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19949,7 +21550,6 @@ index 2b8bd493aff9..c6b33b8a1e23 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -19976,7 +21576,6 @@ index 2b8bd493aff9..c6b33b8a1e23 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -19991,7 +21590,6 @@ index 2b8bd493aff9..c6b33b8a1e23 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -20049,6 +21647,10 @@ index 2b8bd493aff9..c6b33b8a1e23 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -20130,17 +21732,16 @@ index 2b8bd493aff9..c6b33b8a1e23 100644 Library("video_frame_i010_gn") diff --git third_party/libwebrtc/api/video/video_frame_metadata_gn/moz.build third_party/libwebrtc/api/video/video_frame_metadata_gn/moz.build -index 8b4bd96df239..bcbd30fd4d21 100644 +index e00d025ec821..ef2f74bc0852 100644 --- third_party/libwebrtc/api/video/video_frame_metadata_gn/moz.build +++ third_party/libwebrtc/api/video/video_frame_metadata_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -20155,7 +21756,7 @@ index 8b4bd96df239..bcbd30fd4d21 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20167,7 +21768,6 @@ index 8b4bd96df239..bcbd30fd4d21 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -20194,7 +21794,6 @@ index 8b4bd96df239..bcbd30fd4d21 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -20209,7 +21808,6 @@ index 8b4bd96df239..bcbd30fd4d21 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -20267,6 +21865,10 @@ index 8b4bd96df239..bcbd30fd4d21 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -20348,17 +21950,16 @@ index 8b4bd96df239..bcbd30fd4d21 100644 Library("video_frame_metadata_gn") diff --git third_party/libwebrtc/api/video/video_frame_type_gn/moz.build third_party/libwebrtc/api/video/video_frame_type_gn/moz.build -index 3416d040b2ea..263eaf0e7885 100644 +index f09aa8024ef8..3569618dc00d 100644 --- third_party/libwebrtc/api/video/video_frame_type_gn/moz.build +++ third_party/libwebrtc/api/video/video_frame_type_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -20373,7 +21974,7 @@ index 3416d040b2ea..263eaf0e7885 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20385,7 +21986,6 @@ index 3416d040b2ea..263eaf0e7885 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -20412,7 +22012,6 @@ index 3416d040b2ea..263eaf0e7885 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -20427,7 +22026,6 @@ index 3416d040b2ea..263eaf0e7885 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -20474,6 +22072,10 @@ index 3416d040b2ea..263eaf0e7885 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -20486,7 +22088,7 @@ index 3416d040b2ea..263eaf0e7885 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -20539,17 +22141,16 @@ index 3416d040b2ea..263eaf0e7885 100644 - Library("video_frame_type_gn") diff --git third_party/libwebrtc/api/video/video_layers_allocation_gn/moz.build third_party/libwebrtc/api/video/video_layers_allocation_gn/moz.build -index d9d7097f2f89..2603fe99c69f 100644 +index b9a5bd46571c..de45a2318e42 100644 --- third_party/libwebrtc/api/video/video_layers_allocation_gn/moz.build +++ third_party/libwebrtc/api/video/video_layers_allocation_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -20564,7 +22165,7 @@ index d9d7097f2f89..2603fe99c69f 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20576,7 +22177,6 @@ index d9d7097f2f89..2603fe99c69f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -20603,7 +22203,6 @@ index d9d7097f2f89..2603fe99c69f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -20618,7 +22217,6 @@ index d9d7097f2f89..2603fe99c69f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -20665,6 +22263,10 @@ index d9d7097f2f89..2603fe99c69f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -20677,7 +22279,7 @@ index d9d7097f2f89..2603fe99c69f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -20730,17 +22332,16 @@ index d9d7097f2f89..2603fe99c69f 100644 - Library("video_layers_allocation_gn") diff --git third_party/libwebrtc/api/video/video_rtp_headers_gn/moz.build third_party/libwebrtc/api/video/video_rtp_headers_gn/moz.build -index 7c696af228c6..da97d3a9cc11 100644 +index 079848bb358b..0a20b46f6c88 100644 --- third_party/libwebrtc/api/video/video_rtp_headers_gn/moz.build +++ third_party/libwebrtc/api/video/video_rtp_headers_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -20755,7 +22356,7 @@ index 7c696af228c6..da97d3a9cc11 100644 FINAL_LIBRARY = "xul" -@@ -46,185 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,186 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20767,7 +22368,6 @@ index 7c696af228c6..da97d3a9cc11 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -20794,7 +22394,6 @@ index 7c696af228c6..da97d3a9cc11 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -20809,7 +22408,6 @@ index 7c696af228c6..da97d3a9cc11 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -20867,6 +22465,10 @@ index 7c696af228c6..da97d3a9cc11 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -20948,17 +22550,16 @@ index 7c696af228c6..da97d3a9cc11 100644 Library("video_rtp_headers_gn") diff --git third_party/libwebrtc/api/video/video_stream_encoder_gn/moz.build third_party/libwebrtc/api/video/video_stream_encoder_gn/moz.build -index f54c46500445..dd230e6e136c 100644 +index 5bc79f430bae..1075c82f0415 100644 --- third_party/libwebrtc/api/video/video_stream_encoder_gn/moz.build +++ third_party/libwebrtc/api/video/video_stream_encoder_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -20973,7 +22574,7 @@ index f54c46500445..dd230e6e136c 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20985,7 +22586,6 @@ index f54c46500445..dd230e6e136c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -21012,7 +22612,6 @@ index f54c46500445..dd230e6e136c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -21027,7 +22626,6 @@ index f54c46500445..dd230e6e136c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -21081,6 +22679,10 @@ index f54c46500445..dd230e6e136c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -21093,7 +22695,7 @@ index f54c46500445..dd230e6e136c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -21146,17 +22748,16 @@ index f54c46500445..dd230e6e136c 100644 - Library("video_stream_encoder_gn") diff --git third_party/libwebrtc/api/video_codecs/bitstream_parser_api_gn/moz.build third_party/libwebrtc/api/video_codecs/bitstream_parser_api_gn/moz.build -index b1bb1e3323e8..162090a6363d 100644 +index 819a8c287dfc..1282b96a12d0 100644 --- third_party/libwebrtc/api/video_codecs/bitstream_parser_api_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/bitstream_parser_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -21171,7 +22772,7 @@ index b1bb1e3323e8..162090a6363d 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21183,7 +22784,6 @@ index b1bb1e3323e8..162090a6363d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -21210,7 +22810,6 @@ index b1bb1e3323e8..162090a6363d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -21225,7 +22824,6 @@ index b1bb1e3323e8..162090a6363d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -21272,6 +22870,10 @@ index b1bb1e3323e8..162090a6363d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -21284,7 +22886,7 @@ index b1bb1e3323e8..162090a6363d 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -21336,18 +22938,240 @@ index b1bb1e3323e8..162090a6363d 100644 - DEFINES["_GNU_SOURCE"] = True - Library("bitstream_parser_api_gn") +diff --git third_party/libwebrtc/api/video_codecs/builtin_video_decoder_factory_gn/moz.build third_party/libwebrtc/api/video_codecs/builtin_video_decoder_factory_gn/moz.build +index 50fb2e553c51..497c1a3e5ea7 100644 +--- third_party/libwebrtc/api/video_codecs/builtin_video_decoder_factory_gn/moz.build ++++ third_party/libwebrtc/api/video_codecs/builtin_video_decoder_factory_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("builtin_video_decoder_factory_gn") diff --git third_party/libwebrtc/api/video_codecs/rtc_software_fallback_wrappers_gn/moz.build third_party/libwebrtc/api/video_codecs/rtc_software_fallback_wrappers_gn/moz.build -index ca9c0f599a99..1b58004533ae 100644 +index 8336bf0f9eba..9a07248499a2 100644 --- third_party/libwebrtc/api/video_codecs/rtc_software_fallback_wrappers_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/rtc_software_fallback_wrappers_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -21362,7 +23186,7 @@ index ca9c0f599a99..1b58004533ae 100644 FINAL_LIBRARY = "xul" -@@ -44,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,191 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21374,7 +23198,6 @@ index ca9c0f599a99..1b58004533ae 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -21402,7 +23225,6 @@ index ca9c0f599a99..1b58004533ae 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -21421,7 +23243,6 @@ index ca9c0f599a99..1b58004533ae 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -21479,6 +23300,10 @@ index ca9c0f599a99..1b58004533ae 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -21560,17 +23385,16 @@ index ca9c0f599a99..1b58004533ae 100644 Library("rtc_software_fallback_wrappers_gn") diff --git third_party/libwebrtc/api/video_codecs/scalability_mode_gn/moz.build third_party/libwebrtc/api/video_codecs/scalability_mode_gn/moz.build -index b0c90b8ad2ee..4933d9ebafdb 100644 +index 408cb931cfea..527f3b0ba68f 100644 --- third_party/libwebrtc/api/video_codecs/scalability_mode_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/scalability_mode_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -21585,7 +23409,7 @@ index b0c90b8ad2ee..4933d9ebafdb 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21597,7 +23421,6 @@ index b0c90b8ad2ee..4933d9ebafdb 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -21624,7 +23447,6 @@ index b0c90b8ad2ee..4933d9ebafdb 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -21639,7 +23461,6 @@ index b0c90b8ad2ee..4933d9ebafdb 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -21690,6 +23511,10 @@ index b0c90b8ad2ee..4933d9ebafdb 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -21771,17 +23596,16 @@ index b0c90b8ad2ee..4933d9ebafdb 100644 Library("scalability_mode_gn") diff --git third_party/libwebrtc/api/video_codecs/video_codecs_api_gn/moz.build third_party/libwebrtc/api/video_codecs/video_codecs_api_gn/moz.build -index de1ff19cd39c..f5d7824d0dc2 100644 +index 53356c361021..9cef4b9a8a47 100644 --- third_party/libwebrtc/api/video_codecs/video_codecs_api_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/video_codecs_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -21796,7 +23620,7 @@ index de1ff19cd39c..f5d7824d0dc2 100644 FINAL_LIBRARY = "xul" -@@ -54,185 +64,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -54,186 +63,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21808,7 +23632,6 @@ index de1ff19cd39c..f5d7824d0dc2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -21835,7 +23658,6 @@ index de1ff19cd39c..f5d7824d0dc2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -21850,7 +23672,6 @@ index de1ff19cd39c..f5d7824d0dc2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -21908,6 +23729,10 @@ index de1ff19cd39c..f5d7824d0dc2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -21988,18 +23813,1026 @@ index de1ff19cd39c..f5d7824d0dc2 100644 + DEFINES["USE_X11"] = "1" Library("video_codecs_api_gn") +diff --git third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_gn/moz.build third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_gn/moz.build +index 2daf90b4f83b..ea0857484892 100644 +--- third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_gn/moz.build ++++ third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("video_encoder_factory_template_gn") +diff --git third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libaom_av1_adapter_gn/moz.build third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libaom_av1_adapter_gn/moz.build +index dfb4ccbb2c51..9231cdb1708f 100644 +--- third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libaom_av1_adapter_gn/moz.build ++++ third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libaom_av1_adapter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -166,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("video_encoder_factory_template_libaom_av1_adapter_gn") +diff --git third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter_gn/moz.build third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter_gn/moz.build +index 8f2b2d4c394b..2e032e933f4d 100644 +--- third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter_gn/moz.build ++++ third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,124 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -167,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("video_encoder_factory_template_libvpx_vp8_adapter_gn") +diff --git third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp9_adapter_gn/moz.build third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp9_adapter_gn/moz.build +index 1262d9c963ac..feb340bc6ffa 100644 +--- third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp9_adapter_gn/moz.build ++++ third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp9_adapter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,124 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -167,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("video_encoder_factory_template_libvpx_vp9_adapter_gn") +diff --git third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_open_h264_adapter_gn/moz.build third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_open_h264_adapter_gn/moz.build +index 37ddca0609eb..50eb54ea4186 100644 +--- third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_open_h264_adapter_gn/moz.build ++++ third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_open_h264_adapter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,124 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -167,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("video_encoder_factory_template_open_h264_adapter_gn") diff --git third_party/libwebrtc/api/video_codecs/vp8_temporal_layers_factory_gn/moz.build third_party/libwebrtc/api/video_codecs/vp8_temporal_layers_factory_gn/moz.build -index 394091421449..a19bee0723d3 100644 +index ebc185abb114..3b7a135fe174 100644 --- third_party/libwebrtc/api/video_codecs/vp8_temporal_layers_factory_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/vp8_temporal_layers_factory_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -22014,7 +24847,7 @@ index 394091421449..a19bee0723d3 100644 FINAL_LIBRARY = "xul" -@@ -43,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22026,7 +24859,6 @@ index 394091421449..a19bee0723d3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -22054,7 +24886,6 @@ index 394091421449..a19bee0723d3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -22073,7 +24904,6 @@ index 394091421449..a19bee0723d3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -22131,6 +24961,10 @@ index 394091421449..a19bee0723d3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -22212,17 +25046,16 @@ index 394091421449..a19bee0723d3 100644 Library("vp8_temporal_layers_factory_gn") diff --git third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build -index 636a3df69c9a..abcef0e2e4c3 100644 +index 933524efdac5..7ec1ae1523bd 100644 --- third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build +++ third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -22237,7 +25070,7 @@ index 636a3df69c9a..abcef0e2e4c3 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22249,7 +25082,6 @@ index 636a3df69c9a..abcef0e2e4c3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -22272,7 +25104,6 @@ index 636a3df69c9a..abcef0e2e4c3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -22287,7 +25118,6 @@ index 636a3df69c9a..abcef0e2e4c3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -22334,6 +25164,10 @@ index 636a3df69c9a..abcef0e2e4c3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -22346,7 +25180,7 @@ index 636a3df69c9a..abcef0e2e4c3 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -22399,17 +25233,16 @@ index 636a3df69c9a..abcef0e2e4c3 100644 - Library("video_track_source_constraints_gn") diff --git third_party/libwebrtc/audio/audio_gn/moz.build third_party/libwebrtc/audio/audio_gn/moz.build -index 2888ef09bd9b..0b9c1637ce34 100644 +index 1e33a79591e5..1423654999b3 100644 --- third_party/libwebrtc/audio/audio_gn/moz.build +++ third_party/libwebrtc/audio/audio_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -22424,7 +25257,7 @@ index 2888ef09bd9b..0b9c1637ce34 100644 FINAL_LIBRARY = "xul" -@@ -55,190 +65,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -56,191 +65,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22436,7 +25269,6 @@ index 2888ef09bd9b..0b9c1637ce34 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -22464,7 +25296,6 @@ index 2888ef09bd9b..0b9c1637ce34 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -22483,7 +25314,6 @@ index 2888ef09bd9b..0b9c1637ce34 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -22541,6 +25371,10 @@ index 2888ef09bd9b..0b9c1637ce34 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -22622,17 +25456,16 @@ index 2888ef09bd9b..0b9c1637ce34 100644 Library("audio_gn") diff --git third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build -index 315f691f3e09..1848f414171d 100644 +index a072faa0e703..b021c5c974d6 100644 --- third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build +++ third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -22647,7 +25480,7 @@ index 315f691f3e09..1848f414171d 100644 FINAL_LIBRARY = "xul" -@@ -45,189 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,190 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22659,7 +25492,6 @@ index 315f691f3e09..1848f414171d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -22686,7 +25518,6 @@ index 315f691f3e09..1848f414171d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -22705,7 +25536,6 @@ index 315f691f3e09..1848f414171d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -22763,6 +25593,10 @@ index 315f691f3e09..1848f414171d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -22844,17 +25678,16 @@ index 315f691f3e09..1848f414171d 100644 Library("audio_frame_operations_gn") diff --git third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build -index 3dab96b5a372..bcaf67293b6b 100644 +index a16854c0cbf3..10c7a4ac89a7 100644 --- third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build +++ third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -22869,7 +25702,7 @@ index 3dab96b5a372..bcaf67293b6b 100644 FINAL_LIBRARY = "xul" -@@ -52,190 +62,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -53,191 +62,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22881,7 +25714,6 @@ index 3dab96b5a372..bcaf67293b6b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -22909,7 +25741,6 @@ index 3dab96b5a372..bcaf67293b6b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -22928,7 +25759,6 @@ index 3dab96b5a372..bcaf67293b6b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -22986,6 +25816,10 @@ index 3dab96b5a372..bcaf67293b6b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -23067,17 +25901,16 @@ index 3dab96b5a372..bcaf67293b6b 100644 Library("resource_adaptation_gn") diff --git third_party/libwebrtc/call/audio_sender_interface_gn/moz.build third_party/libwebrtc/call/audio_sender_interface_gn/moz.build -index 6ca0ee773997..92276ee6b298 100644 +index 24568a31a210..e88cc584182f 100644 --- third_party/libwebrtc/call/audio_sender_interface_gn/moz.build +++ third_party/libwebrtc/call/audio_sender_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -23092,7 +25925,7 @@ index 6ca0ee773997..92276ee6b298 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23104,7 +25937,6 @@ index 6ca0ee773997..92276ee6b298 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -23131,7 +25963,6 @@ index 6ca0ee773997..92276ee6b298 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -23146,7 +25977,6 @@ index 6ca0ee773997..92276ee6b298 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -23200,6 +26030,10 @@ index 6ca0ee773997..92276ee6b298 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -23212,7 +26046,7 @@ index 6ca0ee773997..92276ee6b298 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -23265,17 +26099,16 @@ index 6ca0ee773997..92276ee6b298 100644 - Library("audio_sender_interface_gn") diff --git third_party/libwebrtc/call/bitrate_allocator_gn/moz.build third_party/libwebrtc/call/bitrate_allocator_gn/moz.build -index 57adb400db54..754fdf86307a 100644 +index ca42c673672b..a9b6fcefbad9 100644 --- third_party/libwebrtc/call/bitrate_allocator_gn/moz.build +++ third_party/libwebrtc/call/bitrate_allocator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -23290,7 +26123,7 @@ index 57adb400db54..754fdf86307a 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23302,7 +26135,6 @@ index 57adb400db54..754fdf86307a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -23329,7 +26161,6 @@ index 57adb400db54..754fdf86307a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -23348,7 +26179,6 @@ index 57adb400db54..754fdf86307a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -23406,6 +26236,10 @@ index 57adb400db54..754fdf86307a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -23487,17 +26321,16 @@ index 57adb400db54..754fdf86307a 100644 Library("bitrate_allocator_gn") diff --git third_party/libwebrtc/call/bitrate_configurator_gn/moz.build third_party/libwebrtc/call/bitrate_configurator_gn/moz.build -index 59f87d2fdf4d..537c7fe06fcd 100644 +index 2d0f74ea355e..b2182b8b5ce4 100644 --- third_party/libwebrtc/call/bitrate_configurator_gn/moz.build +++ third_party/libwebrtc/call/bitrate_configurator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -23512,7 +26345,7 @@ index 59f87d2fdf4d..537c7fe06fcd 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23524,7 +26357,6 @@ index 59f87d2fdf4d..537c7fe06fcd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -23551,7 +26383,6 @@ index 59f87d2fdf4d..537c7fe06fcd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -23570,7 +26401,6 @@ index 59f87d2fdf4d..537c7fe06fcd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -23628,6 +26458,10 @@ index 59f87d2fdf4d..537c7fe06fcd 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -23709,17 +26543,16 @@ index 59f87d2fdf4d..537c7fe06fcd 100644 Library("bitrate_configurator_gn") diff --git third_party/libwebrtc/call/call_gn/moz.build third_party/libwebrtc/call/call_gn/moz.build -index da452122ce12..84614d18ac06 100644 +index 987aff418d68..38c79be10cdc 100644 --- third_party/libwebrtc/call/call_gn/moz.build +++ third_party/libwebrtc/call/call_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -23734,7 +26567,7 @@ index da452122ce12..84614d18ac06 100644 FINAL_LIBRARY = "xul" -@@ -45,190 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,191 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23746,7 +26579,6 @@ index da452122ce12..84614d18ac06 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -23774,7 +26606,6 @@ index da452122ce12..84614d18ac06 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -23793,7 +26624,6 @@ index da452122ce12..84614d18ac06 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -23851,6 +26681,10 @@ index da452122ce12..84614d18ac06 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -23932,17 +26766,16 @@ index da452122ce12..84614d18ac06 100644 Library("call_gn") diff --git third_party/libwebrtc/call/call_interfaces_gn/moz.build third_party/libwebrtc/call/call_interfaces_gn/moz.build -index 3c7b6a05d3ab..a65ef1040061 100644 +index 3147c1e5f11a..485e219e783d 100644 --- third_party/libwebrtc/call/call_interfaces_gn/moz.build +++ third_party/libwebrtc/call/call_interfaces_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -23957,7 +26790,7 @@ index 3c7b6a05d3ab..a65ef1040061 100644 FINAL_LIBRARY = "xul" -@@ -49,190 +59,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,191 +59,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23969,7 +26802,6 @@ index 3c7b6a05d3ab..a65ef1040061 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -23997,7 +26829,6 @@ index 3c7b6a05d3ab..a65ef1040061 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -24016,7 +26847,6 @@ index 3c7b6a05d3ab..a65ef1040061 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -24074,6 +26904,10 @@ index 3c7b6a05d3ab..a65ef1040061 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -24154,18 +26988,433 @@ index 3c7b6a05d3ab..a65ef1040061 100644 + DEFINES["USE_X11"] = "1" Library("call_interfaces_gn") +diff --git third_party/libwebrtc/call/payload_type_gn/moz.build third_party/libwebrtc/call/payload_type_gn/moz.build +index 373d925f861d..101b856cff86 100644 +--- third_party/libwebrtc/call/payload_type_gn/moz.build ++++ third_party/libwebrtc/call/payload_type_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("payload_type_gn") +diff --git third_party/libwebrtc/call/payload_type_picker_gn/moz.build third_party/libwebrtc/call/payload_type_picker_gn/moz.build +index f6525a6416ce..3c2fd78fd486 100644 +--- third_party/libwebrtc/call/payload_type_picker_gn/moz.build ++++ third_party/libwebrtc/call/payload_type_picker_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("payload_type_picker_gn") diff --git third_party/libwebrtc/call/receive_stream_interface_gn/moz.build third_party/libwebrtc/call/receive_stream_interface_gn/moz.build -index 0b3511082a51..52c6e002375f 100644 +index 67bf072556e5..6c2b07cf373d 100644 --- third_party/libwebrtc/call/receive_stream_interface_gn/moz.build +++ third_party/libwebrtc/call/receive_stream_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -24180,7 +27429,7 @@ index 0b3511082a51..52c6e002375f 100644 FINAL_LIBRARY = "xul" -@@ -39,122 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24192,7 +27441,6 @@ index 0b3511082a51..52c6e002375f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -24219,7 +27467,6 @@ index 0b3511082a51..52c6e002375f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -24238,7 +27485,6 @@ index 0b3511082a51..52c6e002375f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -24292,6 +27538,10 @@ index 0b3511082a51..52c6e002375f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -24304,7 +27554,7 @@ index 0b3511082a51..52c6e002375f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -164,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -24357,17 +27607,16 @@ index 0b3511082a51..52c6e002375f 100644 - Library("receive_stream_interface_gn") diff --git third_party/libwebrtc/call/rtp_interfaces_gn/moz.build third_party/libwebrtc/call/rtp_interfaces_gn/moz.build -index f2fb2ab649bb..ed390dd2fce3 100644 +index 5204bc7ce3ea..ee28e9bcacc4 100644 --- third_party/libwebrtc/call/rtp_interfaces_gn/moz.build +++ third_party/libwebrtc/call/rtp_interfaces_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -24382,7 +27631,7 @@ index f2fb2ab649bb..ed390dd2fce3 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24394,7 +27643,6 @@ index f2fb2ab649bb..ed390dd2fce3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -24421,7 +27669,6 @@ index f2fb2ab649bb..ed390dd2fce3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -24440,7 +27687,6 @@ index f2fb2ab649bb..ed390dd2fce3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -24498,6 +27744,10 @@ index f2fb2ab649bb..ed390dd2fce3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -24579,17 +27829,16 @@ index f2fb2ab649bb..ed390dd2fce3 100644 Library("rtp_interfaces_gn") diff --git third_party/libwebrtc/call/rtp_receiver_gn/moz.build third_party/libwebrtc/call/rtp_receiver_gn/moz.build -index 35c68ca3368d..f18af2328452 100644 +index c38e16384766..ce6c252179bd 100644 --- third_party/libwebrtc/call/rtp_receiver_gn/moz.build +++ third_party/libwebrtc/call/rtp_receiver_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -24604,7 +27853,7 @@ index 35c68ca3368d..f18af2328452 100644 FINAL_LIBRARY = "xul" -@@ -45,190 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,191 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24616,7 +27865,6 @@ index 35c68ca3368d..f18af2328452 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -24644,7 +27892,6 @@ index 35c68ca3368d..f18af2328452 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -24663,7 +27910,6 @@ index 35c68ca3368d..f18af2328452 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -24721,6 +27967,10 @@ index 35c68ca3368d..f18af2328452 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -24802,17 +28052,16 @@ index 35c68ca3368d..f18af2328452 100644 Library("rtp_receiver_gn") diff --git third_party/libwebrtc/call/rtp_sender_gn/moz.build third_party/libwebrtc/call/rtp_sender_gn/moz.build -index c99d9d8e8a66..4e15db834a33 100644 +index 5290b5209c1d..5fe9f7707ed5 100644 --- third_party/libwebrtc/call/rtp_sender_gn/moz.build +++ third_party/libwebrtc/call/rtp_sender_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -24827,7 +28076,7 @@ index c99d9d8e8a66..4e15db834a33 100644 FINAL_LIBRARY = "xul" -@@ -45,190 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,191 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24839,7 +28088,6 @@ index c99d9d8e8a66..4e15db834a33 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -24867,7 +28115,6 @@ index c99d9d8e8a66..4e15db834a33 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -24886,7 +28133,6 @@ index c99d9d8e8a66..4e15db834a33 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -24944,6 +28190,10 @@ index c99d9d8e8a66..4e15db834a33 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -25025,17 +28275,16 @@ index c99d9d8e8a66..4e15db834a33 100644 Library("rtp_sender_gn") diff --git third_party/libwebrtc/call/version_gn/moz.build third_party/libwebrtc/call/version_gn/moz.build -index 50ff0cff2e55..ee871323396a 100644 +index 96da557651b8..d51b86338e8c 100644 --- third_party/libwebrtc/call/version_gn/moz.build +++ third_party/libwebrtc/call/version_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -25050,7 +28299,7 @@ index 50ff0cff2e55..ee871323396a 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25062,7 +28311,6 @@ index 50ff0cff2e55..ee871323396a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -25085,7 +28333,6 @@ index 50ff0cff2e55..ee871323396a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -25100,7 +28347,6 @@ index 50ff0cff2e55..ee871323396a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -25151,6 +28397,10 @@ index 50ff0cff2e55..ee871323396a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -25231,18 +28481,239 @@ index 50ff0cff2e55..ee871323396a 100644 + DEFINES["USE_X11"] = "1" Library("version_gn") -diff --git third_party/libwebrtc/call/video_stream_api_gn/moz.build third_party/libwebrtc/call/video_stream_api_gn/moz.build -index 9aa475a12fc6..7488f3667ecd 100644 ---- third_party/libwebrtc/call/video_stream_api_gn/moz.build -+++ third_party/libwebrtc/call/video_stream_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +diff --git third_party/libwebrtc/call/video_receive_stream_api_gn/moz.build third_party/libwebrtc/call/video_receive_stream_api_gn/moz.build +index a8f4e7feca35..22dc8ac49790 100644 +--- third_party/libwebrtc/call/video_receive_stream_api_gn/moz.build ++++ third_party/libwebrtc/call/video_receive_stream_api_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("video_receive_stream_api_gn") +diff --git third_party/libwebrtc/call/video_send_stream_api_gn/moz.build third_party/libwebrtc/call/video_send_stream_api_gn/moz.build +index e61cdfdf0b7f..f7955154d619 100644 +--- third_party/libwebrtc/call/video_send_stream_api_gn/moz.build ++++ third_party/libwebrtc/call/video_send_stream_api_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -25257,7 +28728,7 @@ index 9aa475a12fc6..7488f3667ecd 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25269,7 +28740,6 @@ index 9aa475a12fc6..7488f3667ecd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -25296,7 +28766,6 @@ index 9aa475a12fc6..7488f3667ecd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -25315,7 +28784,6 @@ index 9aa475a12fc6..7488f3667ecd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -25373,6 +28841,10 @@ index 9aa475a12fc6..7488f3667ecd 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -25452,20 +28924,19 @@ index 9aa475a12fc6..7488f3667ecd 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("video_stream_api_gn") + Library("video_send_stream_api_gn") diff --git third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build -index fc1e13a8933c..505627b692c3 100644 +index 1d91ddd6d2db..d4119282e31e 100644 --- third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build -@@ -17,12 +17,22 @@ CXXFLAGS += [ - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -18,12 +18,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_AVX2"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -25480,7 +28951,7 @@ index fc1e13a8933c..505627b692c3 100644 FINAL_LIBRARY = "xul" -@@ -50,137 +60,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,134 +60,16 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25492,7 +28963,6 @@ index fc1e13a8933c..505627b692c3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -25519,7 +28989,6 @@ index fc1e13a8933c..505627b692c3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -25539,7 +29008,6 @@ index fc1e13a8933c..505627b692c3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -25622,17 +29090,16 @@ index fc1e13a8933c..505627b692c3 100644 Library("common_audio_avx2_gn") diff --git third_party/libwebrtc/common_audio/common_audio_c_arm_asm_gn/moz.build third_party/libwebrtc/common_audio/common_audio_c_arm_asm_gn/moz.build -index 0827bbf31a41..7a873e6e680c 100644 +index f7215df5b93f..ca8a3e39e485 100644 --- third_party/libwebrtc/common_audio/common_audio_c_arm_asm_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_c_arm_asm_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -25647,7 +29114,7 @@ index 0827bbf31a41..7a873e6e680c 100644 FINAL_LIBRARY = "xul" -@@ -39,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,113 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25659,7 +29126,6 @@ index 0827bbf31a41..7a873e6e680c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -25682,7 +29148,6 @@ index 0827bbf31a41..7a873e6e680c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -25697,7 +29162,6 @@ index 0827bbf31a41..7a873e6e680c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -25749,6 +29213,10 @@ index 0827bbf31a41..7a873e6e680c 100644 - "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12_armv7.S" - ] - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -25761,7 +29229,7 @@ index 0827bbf31a41..7a873e6e680c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -154,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -156,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -25814,17 +29282,16 @@ index 0827bbf31a41..7a873e6e680c 100644 - Library("common_audio_c_arm_asm_gn") diff --git third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build -index 99cceabf2989..709978b9f184 100644 +index 48b33b0a39e0..df61b43a1494 100644 --- third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -25839,7 +29306,7 @@ index 99cceabf2989..709978b9f184 100644 FINAL_LIBRARY = "xul" -@@ -80,117 +90,12 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -81,114 +90,12 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25852,7 +29319,6 @@ index 99cceabf2989..709978b9f184 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -25889,7 +29355,6 @@ index 99cceabf2989..709978b9f184 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -25908,7 +29373,6 @@ index 99cceabf2989..709978b9f184 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -25961,7 +29425,7 @@ index 99cceabf2989..709978b9f184 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -@@ -198,26 +103,10 @@ if CONFIG["OS_TARGET"] == "WINNT": +@@ -196,25 +103,8 @@ if CONFIG["OS_TARGET"] == "WINNT": "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" ] @@ -25980,7 +29444,14 @@ index 99cceabf2989..709978b9f184 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - - if CONFIG["TARGET_CPU"] == "mips32": + if CONFIG["TARGET_CPU"] == "loongarch64": + +- DEFINES["_GNU_SOURCE"] = True +- + UNIFIED_SOURCES += [ + "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", + "/third_party/libwebrtc/common_audio/signal_processing/complex_fft.c", +@@ -225,7 +115,6 @@ if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True DEFINES["MIPS_FPU_LE"] = True @@ -25988,7 +29459,7 @@ index 99cceabf2989..709978b9f184 100644 SOURCES += [ "/third_party/libwebrtc/common_audio/signal_processing/resample_by_2_mips.c" -@@ -234,8 +123,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -242,8 +131,6 @@ if CONFIG["TARGET_CPU"] == "mips32": if CONFIG["TARGET_CPU"] == "mips64": @@ -25997,7 +29468,7 @@ index 99cceabf2989..709978b9f184 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", "/third_party/libwebrtc/common_audio/signal_processing/complex_fft.c", -@@ -250,88 +137,21 @@ if CONFIG["TARGET_CPU"] == "ppc64": +@@ -258,88 +145,21 @@ if CONFIG["TARGET_CPU"] == "ppc64": "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" ] @@ -26090,7 +29561,7 @@ index 99cceabf2989..709978b9f184 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -@@ -339,13 +159,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "riscv64": +@@ -347,13 +167,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "riscv64": "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" ] @@ -26106,7 +29577,7 @@ index 99cceabf2989..709978b9f184 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -@@ -353,14 +169,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -361,14 +177,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" ] @@ -26124,17 +29595,16 @@ index 99cceabf2989..709978b9f184 100644 Library("common_audio_c_gn") diff --git third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build -index 1ab56ac80918..42e92caa7571 100644 +index 53b9acf53b42..f32a57a8e243 100644 --- third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -26149,7 +29619,7 @@ index 1ab56ac80918..42e92caa7571 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26161,7 +29631,6 @@ index 1ab56ac80918..42e92caa7571 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -26188,7 +29657,6 @@ index 1ab56ac80918..42e92caa7571 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -26207,7 +29675,6 @@ index 1ab56ac80918..42e92caa7571 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -26265,6 +29732,10 @@ index 1ab56ac80918..42e92caa7571 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -26346,17 +29817,16 @@ index 1ab56ac80918..42e92caa7571 100644 Library("common_audio_cc_gn") diff --git third_party/libwebrtc/common_audio/common_audio_gn/moz.build third_party/libwebrtc/common_audio/common_audio_gn/moz.build -index 79a78f783794..12a1a532fbed 100644 +index 8c05ef9ae01e..596e68a80c5e 100644 --- third_party/libwebrtc/common_audio/common_audio_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -26371,7 +29841,7 @@ index 79a78f783794..12a1a532fbed 100644 FINAL_LIBRARY = "xul" -@@ -56,189 +66,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -57,190 +66,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26383,7 +29853,6 @@ index 79a78f783794..12a1a532fbed 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -26410,7 +29879,6 @@ index 79a78f783794..12a1a532fbed 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -26429,7 +29897,6 @@ index 79a78f783794..12a1a532fbed 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -26487,6 +29954,10 @@ index 79a78f783794..12a1a532fbed 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -26568,18 +30039,17 @@ index 79a78f783794..12a1a532fbed 100644 Library("common_audio_gn") diff --git third_party/libwebrtc/common_audio/common_audio_neon_c_gn/moz.build third_party/libwebrtc/common_audio/common_audio_neon_c_gn/moz.build -index acd2e8bc36f7..417e933a842e 100644 +index 057bf1e05f30..74c0edfc8065 100644 --- third_party/libwebrtc/common_audio/common_audio_neon_c_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_neon_c_gn/moz.build -@@ -12,12 +12,23 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_ARCH_ARM64"] = True +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -26595,7 +30065,7 @@ index acd2e8bc36f7..417e933a842e 100644 FINAL_LIBRARY = "xul" -@@ -46,151 +57,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,148 +57,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26607,7 +30077,6 @@ index acd2e8bc36f7..417e933a842e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -26635,7 +30104,6 @@ index acd2e8bc36f7..417e933a842e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -26656,7 +30124,6 @@ index acd2e8bc36f7..417e933a842e 100644 - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -26749,18 +30216,17 @@ index acd2e8bc36f7..417e933a842e 100644 - Library("common_audio_neon_c_gn") diff --git third_party/libwebrtc/common_audio/common_audio_neon_gn/moz.build third_party/libwebrtc/common_audio/common_audio_neon_gn/moz.build -index c415a7145299..25ddc9cd7e7a 100644 +index 4ba3abd64cc9..4a9a332ee3a7 100644 --- third_party/libwebrtc/common_audio/common_audio_neon_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_neon_gn/moz.build -@@ -12,12 +12,23 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_ARCH_ARM64"] = True +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -26776,7 +30242,7 @@ index c415a7145299..25ddc9cd7e7a 100644 FINAL_LIBRARY = "xul" -@@ -45,151 +56,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,148 +56,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26788,7 +30254,6 @@ index c415a7145299..25ddc9cd7e7a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -26816,7 +30281,6 @@ index c415a7145299..25ddc9cd7e7a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -26837,7 +30301,6 @@ index c415a7145299..25ddc9cd7e7a 100644 - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -26930,18 +30393,17 @@ index c415a7145299..25ddc9cd7e7a 100644 - Library("common_audio_neon_gn") diff --git third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build -index 435c33a394e5..146ddde10702 100644 +index 9b0cc3b2530f..a4234c50a2c4 100644 --- third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_AVX2"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -26956,7 +30418,7 @@ index 435c33a394e5..146ddde10702 100644 FINAL_LIBRARY = "xul" -@@ -45,159 +55,23 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,156 +55,23 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26968,7 +30430,6 @@ index 435c33a394e5..146ddde10702 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -26999,7 +30460,6 @@ index 435c33a394e5..146ddde10702 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -27023,7 +30483,6 @@ index 435c33a394e5..146ddde10702 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -27121,17 +30580,16 @@ index 435c33a394e5..146ddde10702 100644 Library("common_audio_sse2_gn") diff --git third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build -index 2faac2a93134..2bb083f83813 100644 +index 3f6e7760f9ea..d92a68b35e06 100644 --- third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build +++ third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -27146,7 +30604,7 @@ index 2faac2a93134..2bb083f83813 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27158,7 +30616,6 @@ index 2faac2a93134..2bb083f83813 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -27185,7 +30642,6 @@ index 2faac2a93134..2bb083f83813 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -27204,7 +30660,6 @@ index 2faac2a93134..2bb083f83813 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -27262,6 +30717,10 @@ index 2faac2a93134..2bb083f83813 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -27343,17 +30802,16 @@ index 2faac2a93134..2bb083f83813 100644 Library("fir_filter_factory_gn") diff --git third_party/libwebrtc/common_audio/fir_filter_gn/moz.build third_party/libwebrtc/common_audio/fir_filter_gn/moz.build -index af029033e761..47a1e94fccaa 100644 +index faa0a79081cd..ae16a06d7d3a 100644 --- third_party/libwebrtc/common_audio/fir_filter_gn/moz.build +++ third_party/libwebrtc/common_audio/fir_filter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -27368,7 +30826,7 @@ index af029033e761..47a1e94fccaa 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27380,7 +30838,6 @@ index af029033e761..47a1e94fccaa 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -27403,7 +30860,6 @@ index af029033e761..47a1e94fccaa 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -27418,7 +30874,6 @@ index af029033e761..47a1e94fccaa 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -27465,6 +30920,10 @@ index af029033e761..47a1e94fccaa 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -27477,7 +30936,7 @@ index af029033e761..47a1e94fccaa 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -27530,17 +30989,16 @@ index af029033e761..47a1e94fccaa 100644 - Library("fir_filter_gn") diff --git third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build -index 962dbed44bf8..a3de988aa645 100644 +index d9cf6ef8d1e3..cff33184ac39 100644 --- third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build +++ third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -27555,7 +31013,7 @@ index 962dbed44bf8..a3de988aa645 100644 FINAL_LIBRARY = "xul" -@@ -39,122 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27567,7 +31025,6 @@ index 962dbed44bf8..a3de988aa645 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -27594,7 +31051,6 @@ index 962dbed44bf8..a3de988aa645 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -27613,7 +31069,6 @@ index 962dbed44bf8..a3de988aa645 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -27667,6 +31122,10 @@ index 962dbed44bf8..a3de988aa645 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -27679,7 +31138,7 @@ index 962dbed44bf8..a3de988aa645 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -164,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -27732,17 +31191,16 @@ index 962dbed44bf8..a3de988aa645 100644 - Library("sinc_resampler_gn") diff --git third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128_gn/moz.build third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128_gn/moz.build -index 6245fdf7ef93..c9bc0ab140da 100644 +index 5d0978fcf8ce..ba66d5de064e 100644 --- third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128_gn/moz.build +++ third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -27757,7 +31215,7 @@ index 6245fdf7ef93..c9bc0ab140da 100644 FINAL_LIBRARY = "xul" -@@ -43,101 +53,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,98 +53,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27769,7 +31227,6 @@ index 6245fdf7ef93..c9bc0ab140da 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -27796,7 +31253,6 @@ index 6245fdf7ef93..c9bc0ab140da 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -27815,7 +31271,6 @@ index 6245fdf7ef93..c9bc0ab140da 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -27860,7 +31315,7 @@ index 6245fdf7ef93..c9bc0ab140da 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -148,128 +64,42 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -146,132 +64,42 @@ if CONFIG["TARGET_CPU"] == "aarch64": "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc" ] @@ -27878,6 +31333,10 @@ index 6245fdf7ef93..c9bc0ab140da 100644 - "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc" - ] - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -27999,17 +31458,16 @@ index 6245fdf7ef93..c9bc0ab140da 100644 Library("fft_size_128_gn") diff --git third_party/libwebrtc/common_audio/third_party/ooura/fft_size_256_gn/moz.build third_party/libwebrtc/common_audio/third_party/ooura/fft_size_256_gn/moz.build -index 7c2503bc9ccd..9f95cef3ece3 100644 +index abbf58c8e6e1..c8156058abd1 100644 --- third_party/libwebrtc/common_audio/third_party/ooura/fft_size_256_gn/moz.build +++ third_party/libwebrtc/common_audio/third_party/ooura/fft_size_256_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -28024,7 +31482,7 @@ index 7c2503bc9ccd..9f95cef3ece3 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28036,7 +31494,6 @@ index 7c2503bc9ccd..9f95cef3ece3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -28059,7 +31516,6 @@ index 7c2503bc9ccd..9f95cef3ece3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -28074,7 +31530,6 @@ index 7c2503bc9ccd..9f95cef3ece3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -28125,6 +31580,10 @@ index 7c2503bc9ccd..9f95cef3ece3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -28206,17 +31665,16 @@ index 7c2503bc9ccd..9f95cef3ece3 100644 Library("fft_size_256_gn") diff --git third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_gn/moz.build third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_gn/moz.build -index ec09e725fff7..10e9f97d6da5 100644 +index e0887017963d..84d5c6e4a8cb 100644 --- third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_gn/moz.build +++ third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -28231,7 +31689,7 @@ index ec09e725fff7..10e9f97d6da5 100644 FINAL_LIBRARY = "xul" -@@ -39,119 +49,21 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,115 +49,19 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28243,7 +31701,6 @@ index ec09e725fff7..10e9f97d6da5 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -28270,7 +31727,6 @@ index ec09e725fff7..10e9f97d6da5 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -28285,7 +31741,6 @@ index ec09e725fff7..10e9f97d6da5 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -28346,7 +31801,14 @@ index ec09e725fff7..10e9f97d6da5 100644 + "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" ] - if CONFIG["TARGET_CPU"] == "mips32": + if CONFIG["TARGET_CPU"] == "loongarch64": + +- DEFINES["_GNU_SOURCE"] = True +- + UNIFIED_SOURCES += [ + "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" + ] +@@ -157,7 +70,6 @@ if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True DEFINES["MIPS_FPU_LE"] = True @@ -28354,7 +31816,7 @@ index ec09e725fff7..10e9f97d6da5 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_mips.c" -@@ -159,8 +71,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -165,8 +77,6 @@ if CONFIG["TARGET_CPU"] == "mips32": if CONFIG["TARGET_CPU"] == "mips64": @@ -28363,7 +31825,7 @@ index ec09e725fff7..10e9f97d6da5 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" ] -@@ -171,102 +81,34 @@ if CONFIG["TARGET_CPU"] == "ppc64": +@@ -177,102 +87,34 @@ if CONFIG["TARGET_CPU"] == "ppc64": "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" ] @@ -28474,17 +31936,16 @@ index ec09e725fff7..10e9f97d6da5 100644 Library("spl_sqrt_floor_gn") diff --git third_party/libwebrtc/common_video/common_video_gn/moz.build third_party/libwebrtc/common_video/common_video_gn/moz.build -index fb64d190c30d..9a932841e6b6 100644 +index 85b1d6e3876a..b94189d3545a 100644 --- third_party/libwebrtc/common_video/common_video_gn/moz.build +++ third_party/libwebrtc/common_video/common_video_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -28499,7 +31960,7 @@ index fb64d190c30d..9a932841e6b6 100644 FINAL_LIBRARY = "xul" -@@ -55,185 +65,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -56,186 +65,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28511,7 +31972,6 @@ index fb64d190c30d..9a932841e6b6 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -28538,7 +31998,6 @@ index fb64d190c30d..9a932841e6b6 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -28553,7 +32012,6 @@ index fb64d190c30d..9a932841e6b6 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -28611,6 +32069,10 @@ index fb64d190c30d..9a932841e6b6 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -28691,18 +32153,426 @@ index fb64d190c30d..9a932841e6b6 100644 + DEFINES["USE_X11"] = "1" Library("common_video_gn") +diff --git third_party/libwebrtc/common_video/corruption_detection_converters_gn/moz.build third_party/libwebrtc/common_video/corruption_detection_converters_gn/moz.build +index 9944edddcfc7..dab4c0cf2af3 100644 +--- third_party/libwebrtc/common_video/corruption_detection_converters_gn/moz.build ++++ third_party/libwebrtc/common_video/corruption_detection_converters_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("corruption_detection_converters_gn") +diff --git third_party/libwebrtc/common_video/corruption_score_calculator_gn/moz.build third_party/libwebrtc/common_video/corruption_score_calculator_gn/moz.build +index fca1c9f668b8..96e6cd2de3f4 100644 +--- third_party/libwebrtc/common_video/corruption_score_calculator_gn/moz.build ++++ third_party/libwebrtc/common_video/corruption_score_calculator_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("corruption_score_calculator_gn") diff --git third_party/libwebrtc/common_video/frame_counts_gn/moz.build third_party/libwebrtc/common_video/frame_counts_gn/moz.build -index 08c88c4702cf..9db89bc82aab 100644 +index 79118636ef57..a240d297e534 100644 --- third_party/libwebrtc/common_video/frame_counts_gn/moz.build +++ third_party/libwebrtc/common_video/frame_counts_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -28717,7 +32587,7 @@ index 08c88c4702cf..9db89bc82aab 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28729,7 +32599,6 @@ index 08c88c4702cf..9db89bc82aab 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -28752,7 +32621,6 @@ index 08c88c4702cf..9db89bc82aab 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -28767,7 +32635,6 @@ index 08c88c4702cf..9db89bc82aab 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -28814,6 +32681,10 @@ index 08c88c4702cf..9db89bc82aab 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -28826,7 +32697,7 @@ index 08c88c4702cf..9db89bc82aab 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -28878,18 +32749,204 @@ index 08c88c4702cf..9db89bc82aab 100644 - DEFINES["_GNU_SOURCE"] = True - Library("frame_counts_gn") +diff --git third_party/libwebrtc/common_video/frame_instrumentation_data_gn/moz.build third_party/libwebrtc/common_video/frame_instrumentation_data_gn/moz.build +index ad826406041d..9a33fa9b8af1 100644 +--- third_party/libwebrtc/common_video/frame_instrumentation_data_gn/moz.build ++++ third_party/libwebrtc/common_video/frame_instrumentation_data_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("frame_instrumentation_data_gn") diff --git third_party/libwebrtc/common_video/generic_frame_descriptor/generic_frame_descriptor_gn/moz.build third_party/libwebrtc/common_video/generic_frame_descriptor/generic_frame_descriptor_gn/moz.build -index b16531fbf8e2..d38bf09f56cb 100644 +index 41c302c40bdf..faf1b8af307c 100644 --- third_party/libwebrtc/common_video/generic_frame_descriptor/generic_frame_descriptor_gn/moz.build +++ third_party/libwebrtc/common_video/generic_frame_descriptor/generic_frame_descriptor_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -28904,7 +32961,7 @@ index b16531fbf8e2..d38bf09f56cb 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28916,7 +32973,6 @@ index b16531fbf8e2..d38bf09f56cb 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -28943,7 +32999,6 @@ index b16531fbf8e2..d38bf09f56cb 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -28958,7 +33013,6 @@ index b16531fbf8e2..d38bf09f56cb 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -29009,6 +33063,10 @@ index b16531fbf8e2..d38bf09f56cb 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -29089,18 +33147,215 @@ index b16531fbf8e2..d38bf09f56cb 100644 + DEFINES["USE_X11"] = "1" Library("generic_frame_descriptor_gn") +diff --git third_party/libwebrtc/dcsctp_gn/moz.build third_party/libwebrtc/dcsctp_gn/moz.build +index d257f1ad2fa8..b3b3098adf87 100644 +--- third_party/libwebrtc/dcsctp_gn/moz.build ++++ third_party/libwebrtc/dcsctp_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("dcsctp_gn") diff --git third_party/libwebrtc/experiments/registered_field_trials_gn/moz.build third_party/libwebrtc/experiments/registered_field_trials_gn/moz.build -index 5e1ddc355d5b..eaa9a598140a 100644 +index d145d0ea9376..c46ee2a6426e 100644 --- third_party/libwebrtc/experiments/registered_field_trials_gn/moz.build +++ third_party/libwebrtc/experiments/registered_field_trials_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -29115,7 +33370,7 @@ index 5e1ddc355d5b..eaa9a598140a 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29127,7 +33382,6 @@ index 5e1ddc355d5b..eaa9a598140a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -29150,7 +33404,6 @@ index 5e1ddc355d5b..eaa9a598140a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -29165,7 +33418,6 @@ index 5e1ddc355d5b..eaa9a598140a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -29212,6 +33464,10 @@ index 5e1ddc355d5b..eaa9a598140a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -29224,7 +33480,7 @@ index 5e1ddc355d5b..eaa9a598140a 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -29291,17 +33547,16 @@ index 6c29dea76a50..3ae54a950c46 100644 - Library("registered_field_trials_header_gn") diff --git third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build -index bf124013de2a..458504cb1a8a 100644 +index 87c1d54c4df1..1de0302ecc91 100644 --- third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -29316,7 +33571,7 @@ index bf124013de2a..458504cb1a8a 100644 FINAL_LIBRARY = "xul" -@@ -47,185 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,186 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29328,7 +33583,6 @@ index bf124013de2a..458504cb1a8a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -29355,7 +33609,6 @@ index bf124013de2a..458504cb1a8a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -29370,7 +33623,6 @@ index bf124013de2a..458504cb1a8a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -29428,6 +33680,10 @@ index bf124013de2a..458504cb1a8a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -29509,17 +33765,16 @@ index bf124013de2a..458504cb1a8a 100644 Library("rtc_event_audio_gn") diff --git third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build -index c7c2a5f88033..05a45c19eaba 100644 +index 7abe0e6ab8f6..c00986cd7d3f 100644 --- third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -29534,7 +33789,7 @@ index c7c2a5f88033..05a45c19eaba 100644 FINAL_LIBRARY = "xul" -@@ -48,185 +58,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,186 +58,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29546,7 +33801,6 @@ index c7c2a5f88033..05a45c19eaba 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -29573,7 +33827,6 @@ index c7c2a5f88033..05a45c19eaba 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -29588,7 +33841,6 @@ index c7c2a5f88033..05a45c19eaba 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -29646,6 +33898,10 @@ index c7c2a5f88033..05a45c19eaba 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -29727,17 +33983,16 @@ index c7c2a5f88033..05a45c19eaba 100644 Library("rtc_event_bwe_gn") diff --git third_party/libwebrtc/logging/rtc_event_field_gn/moz.build third_party/libwebrtc/logging/rtc_event_field_gn/moz.build -index 630358f34942..84d1261d676d 100644 +index 173a4af52ed4..f49361ea7deb 100644 --- third_party/libwebrtc/logging/rtc_event_field_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_field_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -29752,7 +34007,7 @@ index 630358f34942..84d1261d676d 100644 FINAL_LIBRARY = "xul" -@@ -46,185 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,186 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29764,7 +34019,6 @@ index 630358f34942..84d1261d676d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -29791,7 +34045,6 @@ index 630358f34942..84d1261d676d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -29806,7 +34059,6 @@ index 630358f34942..84d1261d676d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -29864,6 +34116,10 @@ index 630358f34942..84d1261d676d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -29945,17 +34201,16 @@ index 630358f34942..84d1261d676d 100644 Library("rtc_event_field_gn") diff --git third_party/libwebrtc/logging/rtc_event_log_parse_status_gn/moz.build third_party/libwebrtc/logging/rtc_event_log_parse_status_gn/moz.build -index 46e013a0d4d4..35119b6eae57 100644 +index 988db900c124..58ac771f6db7 100644 --- third_party/libwebrtc/logging/rtc_event_log_parse_status_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_log_parse_status_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -29970,7 +34225,7 @@ index 46e013a0d4d4..35119b6eae57 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29982,7 +34237,6 @@ index 46e013a0d4d4..35119b6eae57 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -30009,7 +34263,6 @@ index 46e013a0d4d4..35119b6eae57 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -30024,7 +34277,6 @@ index 46e013a0d4d4..35119b6eae57 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -30071,6 +34323,10 @@ index 46e013a0d4d4..35119b6eae57 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -30083,7 +34339,7 @@ index 46e013a0d4d4..35119b6eae57 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -30136,17 +34392,16 @@ index 46e013a0d4d4..35119b6eae57 100644 - Library("rtc_event_log_parse_status_gn") diff --git third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build -index 4c491af3963c..aa2e0940ea0a 100644 +index eb57df474228..3feab91a7084 100644 --- third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -30161,7 +34416,7 @@ index 4c491af3963c..aa2e0940ea0a 100644 FINAL_LIBRARY = "xul" -@@ -45,178 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,179 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -30173,7 +34428,6 @@ index 4c491af3963c..aa2e0940ea0a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -30200,7 +34454,6 @@ index 4c491af3963c..aa2e0940ea0a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -30215,7 +34468,6 @@ index 4c491af3963c..aa2e0940ea0a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -30266,6 +34518,10 @@ index 4c491af3963c..aa2e0940ea0a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -30347,17 +34603,16 @@ index 4c491af3963c..aa2e0940ea0a 100644 Library("rtc_event_number_encodings_gn") diff --git third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build -index aec4465f8ac3..90a07fc5ca25 100644 +index 46192e21f4e7..c9d38230adf6 100644 --- third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -30372,7 +34627,7 @@ index aec4465f8ac3..90a07fc5ca25 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -30384,7 +34639,6 @@ index aec4465f8ac3..90a07fc5ca25 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -30411,7 +34665,6 @@ index aec4465f8ac3..90a07fc5ca25 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -30426,7 +34679,6 @@ index aec4465f8ac3..90a07fc5ca25 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -30484,6 +34736,10 @@ index aec4465f8ac3..90a07fc5ca25 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -30565,17 +34821,16 @@ index aec4465f8ac3..90a07fc5ca25 100644 Library("rtc_event_pacing_gn") diff --git third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build -index 3edc922b8f08..828a59406490 100644 +index db532092f5ba..973cc40e2eb7 100644 --- third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -30590,7 +34845,7 @@ index 3edc922b8f08..828a59406490 100644 FINAL_LIBRARY = "xul" -@@ -46,189 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,190 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -30602,7 +34857,6 @@ index 3edc922b8f08..828a59406490 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -30629,7 +34883,6 @@ index 3edc922b8f08..828a59406490 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -30648,7 +34901,6 @@ index 3edc922b8f08..828a59406490 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -30706,6 +34958,10 @@ index 3edc922b8f08..828a59406490 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -30787,17 +35043,16 @@ index 3edc922b8f08..828a59406490 100644 Library("rtc_event_rtp_rtcp_gn") diff --git third_party/libwebrtc/logging/rtc_event_video_gn/moz.build third_party/libwebrtc/logging/rtc_event_video_gn/moz.build -index 616e73dcf5ec..b0b40454f315 100644 +index 880219f21c25..bc58f4335961 100644 --- third_party/libwebrtc/logging/rtc_event_video_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_video_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -30812,7 +35067,7 @@ index 616e73dcf5ec..b0b40454f315 100644 FINAL_LIBRARY = "xul" -@@ -44,185 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,186 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -30824,7 +35079,6 @@ index 616e73dcf5ec..b0b40454f315 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -30851,7 +35105,6 @@ index 616e73dcf5ec..b0b40454f315 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -30866,7 +35119,6 @@ index 616e73dcf5ec..b0b40454f315 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -30924,6 +35176,10 @@ index 616e73dcf5ec..b0b40454f315 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -31005,17 +35261,16 @@ index 616e73dcf5ec..b0b40454f315 100644 Library("rtc_event_video_gn") diff --git third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build -index 6fd95dde97d0..bf513371f32d 100644 +index 71ec6e58eab4..98496cf6ad3d 100644 --- third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build +++ third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -31030,7 +35285,7 @@ index 6fd95dde97d0..bf513371f32d 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31042,7 +35297,6 @@ index 6fd95dde97d0..bf513371f32d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -31069,7 +35323,6 @@ index 6fd95dde97d0..bf513371f32d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -31084,7 +35337,6 @@ index 6fd95dde97d0..bf513371f32d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -31142,6 +35394,10 @@ index 6fd95dde97d0..bf513371f32d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -31223,17 +35479,16 @@ index 6fd95dde97d0..bf513371f32d 100644 Library("rtc_stream_config_gn") diff --git third_party/libwebrtc/media/adapted_video_track_source_gn/moz.build third_party/libwebrtc/media/adapted_video_track_source_gn/moz.build -index 1cb4f853abba..bbf25c8397df 100644 +index fc9a05fecbd7..f730e651788a 100644 --- third_party/libwebrtc/media/adapted_video_track_source_gn/moz.build +++ third_party/libwebrtc/media/adapted_video_track_source_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -31248,7 +35503,7 @@ index 1cb4f853abba..bbf25c8397df 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31260,7 +35515,6 @@ index 1cb4f853abba..bbf25c8397df 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -31287,7 +35541,6 @@ index 1cb4f853abba..bbf25c8397df 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -31302,7 +35555,6 @@ index 1cb4f853abba..bbf25c8397df 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -31352,10 +35604,18 @@ index 1cb4f853abba..bbf25c8397df 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -31368,7 +35628,210 @@ index 1cb4f853abba..bbf25c8397df 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("adapted_video_track_source_gn") +diff --git third_party/libwebrtc/media/audio_source_gn/moz.build third_party/libwebrtc/media/audio_source_gn/moz.build +index b3ffa731b047..556c37a94cdd 100644 +--- third_party/libwebrtc/media/audio_source_gn/moz.build ++++ third_party/libwebrtc/media/audio_source_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -31419,19 +35882,18 @@ index 1cb4f853abba..bbf25c8397df 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("adapted_video_track_source_gn") + Library("audio_source_gn") diff --git third_party/libwebrtc/media/codec_gn/moz.build third_party/libwebrtc/media/codec_gn/moz.build -index cf10ada0cf66..a2e116825f9e 100644 +index fa1c367755e9..073728d67c50 100644 --- third_party/libwebrtc/media/codec_gn/moz.build +++ third_party/libwebrtc/media/codec_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -31446,7 +35908,7 @@ index cf10ada0cf66..a2e116825f9e 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,186 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31458,7 +35920,6 @@ index cf10ada0cf66..a2e116825f9e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -31485,7 +35946,6 @@ index cf10ada0cf66..a2e116825f9e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -31500,7 +35960,6 @@ index cf10ada0cf66..a2e116825f9e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -31558,6 +36017,10 @@ index cf10ada0cf66..a2e116825f9e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -31639,17 +36102,16 @@ index cf10ada0cf66..a2e116825f9e 100644 Library("codec_gn") diff --git third_party/libwebrtc/media/media_channel_gn/moz.build third_party/libwebrtc/media/media_channel_gn/moz.build -index fc0c50aa726b..65afa6523e40 100644 +index 50c9885138f8..16e5ba4ee32e 100644 --- third_party/libwebrtc/media/media_channel_gn/moz.build +++ third_party/libwebrtc/media/media_channel_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -31664,7 +36126,7 @@ index fc0c50aa726b..65afa6523e40 100644 FINAL_LIBRARY = "xul" -@@ -39,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,124 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31676,7 +36138,6 @@ index fc0c50aa726b..65afa6523e40 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -31704,7 +36165,6 @@ index fc0c50aa726b..65afa6523e40 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -31723,7 +36183,6 @@ index fc0c50aa726b..65afa6523e40 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -31777,6 +36236,10 @@ index fc0c50aa726b..65afa6523e40 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -31789,7 +36252,7 @@ index fc0c50aa726b..65afa6523e40 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -165,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -167,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -31842,17 +36305,16 @@ index fc0c50aa726b..65afa6523e40 100644 - Library("media_channel_gn") diff --git third_party/libwebrtc/media/media_channel_impl_gn/moz.build third_party/libwebrtc/media/media_channel_impl_gn/moz.build -index b7db93813a60..02018a9118e9 100644 +index 5e6822d5bdc0..400eab1bee62 100644 --- third_party/libwebrtc/media/media_channel_impl_gn/moz.build +++ third_party/libwebrtc/media/media_channel_impl_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -31867,7 +36329,7 @@ index b7db93813a60..02018a9118e9 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31879,7 +36341,6 @@ index b7db93813a60..02018a9118e9 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -31902,7 +36363,6 @@ index b7db93813a60..02018a9118e9 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -31917,7 +36377,6 @@ index b7db93813a60..02018a9118e9 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -31964,6 +36423,10 @@ index b7db93813a60..02018a9118e9 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -31976,7 +36439,7 @@ index b7db93813a60..02018a9118e9 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -32029,17 +36492,16 @@ index b7db93813a60..02018a9118e9 100644 - Library("media_channel_impl_gn") diff --git third_party/libwebrtc/media/media_constants_gn/moz.build third_party/libwebrtc/media/media_constants_gn/moz.build -index fb7440ec4a07..8b99c9931019 100644 +index 38e1075093fa..1dda12f2a71d 100644 --- third_party/libwebrtc/media/media_constants_gn/moz.build +++ third_party/libwebrtc/media/media_constants_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -32054,7 +36516,7 @@ index fb7440ec4a07..8b99c9931019 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -32066,7 +36528,6 @@ index fb7440ec4a07..8b99c9931019 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -32089,7 +36550,6 @@ index fb7440ec4a07..8b99c9931019 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -32104,7 +36564,6 @@ index fb7440ec4a07..8b99c9931019 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -32155,6 +36614,10 @@ index fb7440ec4a07..8b99c9931019 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -32235,18 +36698,17 @@ index fb7440ec4a07..8b99c9931019 100644 + DEFINES["USE_X11"] = "1" Library("media_constants_gn") -diff --git third_party/libwebrtc/media/rid_description_gn/moz.build third_party/libwebrtc/media/rid_description_gn/moz.build -index 22f56f08a780..b9d567d474ee 100644 ---- third_party/libwebrtc/media/rid_description_gn/moz.build -+++ third_party/libwebrtc/media/rid_description_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +diff --git third_party/libwebrtc/media/media_engine_gn/moz.build third_party/libwebrtc/media/media_engine_gn/moz.build +index 20c2853bfc82..696f3b2819c5 100644 +--- third_party/libwebrtc/media/media_engine_gn/moz.build ++++ third_party/libwebrtc/media/media_engine_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -32261,7 +36723,7 @@ index 22f56f08a780..b9d567d474ee 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,124 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -32273,13 +36735,17 @@ index 22f56f08a780..b9d567d474ee 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -32296,7 +36762,6 @@ index 22f56f08a780..b9d567d474ee 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -32305,13 +36770,16 @@ index 22f56f08a780..b9d567d474ee 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -32345,6 +36813,13 @@ index 22f56f08a780..b9d567d474ee 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -32358,6 +36833,10 @@ index 22f56f08a780..b9d567d474ee 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -32370,7 +36849,7 @@ index 22f56f08a780..b9d567d474ee 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -167,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -32421,19 +36900,18 @@ index 22f56f08a780..b9d567d474ee 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("rid_description_gn") -diff --git third_party/libwebrtc/media/rtc_media_base_gn/moz.build third_party/libwebrtc/media/rtc_media_base_gn/moz.build -index eb9cb4e29d04..d886ebdf06fa 100644 ---- third_party/libwebrtc/media/rtc_media_base_gn/moz.build -+++ third_party/libwebrtc/media/rtc_media_base_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("media_engine_gn") +diff --git third_party/libwebrtc/media/rid_description_gn/moz.build third_party/libwebrtc/media/rid_description_gn/moz.build +index 92aa0430434d..6fae71d28c23 100644 +--- third_party/libwebrtc/media/rid_description_gn/moz.build ++++ third_party/libwebrtc/media/rid_description_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -32448,7 +36926,7 @@ index eb9cb4e29d04..d886ebdf06fa 100644 FINAL_LIBRARY = "xul" -@@ -39,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -32460,7 +36938,6 @@ index eb9cb4e29d04..d886ebdf06fa 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -32468,7 +36945,6 @@ index eb9cb4e29d04..d886ebdf06fa 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -32488,7 +36964,6 @@ index eb9cb4e29d04..d886ebdf06fa 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -32497,17 +36972,12 @@ index eb9cb4e29d04..d886ebdf06fa 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -32557,10 +37027,18 @@ index eb9cb4e29d04..d886ebdf06fa 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -32573,10 +37051,12 @@ index eb9cb4e29d04..d886ebdf06fa 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -165,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -32598,16 +37078,21 @@ index eb9cb4e29d04..d886ebdf06fa 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -32617,26 +37102,34 @@ index eb9cb4e29d04..d886ebdf06fa 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("rtc_media_base_gn") -diff --git third_party/libwebrtc/media/rtc_media_config_gn/moz.build third_party/libwebrtc/media/rtc_media_config_gn/moz.build -index 4b6ba11d7681..f8b511ad7260 100644 ---- third_party/libwebrtc/media/rtc_media_config_gn/moz.build -+++ third_party/libwebrtc/media/rtc_media_config_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("rid_description_gn") +diff --git third_party/libwebrtc/media/rtc_audio_video_gn/moz.build third_party/libwebrtc/media/rtc_audio_video_gn/moz.build +index 6a4544f54efa..8d0d58c29bd7 100644 +--- third_party/libwebrtc/media/rtc_audio_video_gn/moz.build ++++ third_party/libwebrtc/media/rtc_audio_video_gn/moz.build +@@ -14,11 +14,20 @@ DEFINES["HAVE_WEBRTC_VIDEO"] = True + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -32651,7 +37144,7 @@ index 4b6ba11d7681..f8b511ad7260 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,195 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -32663,13 +37156,17 @@ index 4b6ba11d7681..f8b511ad7260 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -32686,7 +37183,6 @@ index 4b6ba11d7681..f8b511ad7260 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -32695,13 +37191,16 @@ index 4b6ba11d7681..f8b511ad7260 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -32735,6 +37234,17 @@ index 4b6ba11d7681..f8b511ad7260 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "ole32", +- "oleaut32", +- "secur32", +- "strmiids", +- "user32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -32744,10 +37254,18 @@ index 4b6ba11d7681..f8b511ad7260 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -32760,10 +37278,12 @@ index 4b6ba11d7681..f8b511ad7260 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -32785,16 +37305,21 @@ index 4b6ba11d7681..f8b511ad7260 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -32804,26 +37329,34 @@ index 4b6ba11d7681..f8b511ad7260 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("rtc_media_config_gn") -diff --git third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build -index 10b08d64fbe2..68edc3038e9b 100644 ---- third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build -+++ third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("rtc_audio_video_gn") +diff --git third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build +index e80128aecdeb..77526b138660 100644 +--- third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build ++++ third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build +@@ -14,11 +14,20 @@ DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True + DEFINES["RTC_USE_LIBAOM_AV1_ENCODER"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -32838,7 +37371,7 @@ index 10b08d64fbe2..68edc3038e9b 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,191 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -32850,7 +37383,6 @@ index 10b08d64fbe2..68edc3038e9b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -32858,6 +37390,7 @@ index 10b08d64fbe2..68edc3038e9b 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -32877,7 +37410,6 @@ index 10b08d64fbe2..68edc3038e9b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -32886,13 +37418,16 @@ index 10b08d64fbe2..68edc3038e9b 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -32950,6 +37485,10 @@ index 10b08d64fbe2..68edc3038e9b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -33029,19 +37568,18 @@ index 10b08d64fbe2..68edc3038e9b 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("rtc_sdp_video_format_utils_gn") -diff --git third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build -index 1929dd6e9399..285c3d71156e 100644 ---- third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build -+++ third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("rtc_internal_video_codecs_gn") +diff --git third_party/libwebrtc/media/rtc_media_base_gn/moz.build third_party/libwebrtc/media/rtc_media_base_gn/moz.build +index 58c4f572fa11..7e7ca1cbab42 100644 +--- third_party/libwebrtc/media/rtc_media_base_gn/moz.build ++++ third_party/libwebrtc/media/rtc_media_base_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -33056,7 +37594,7 @@ index 1929dd6e9399..285c3d71156e 100644 FINAL_LIBRARY = "xul" -@@ -43,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,124 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -33068,7 +37606,6 @@ index 1929dd6e9399..285c3d71156e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -33096,7 +37633,6 @@ index 1929dd6e9399..285c3d71156e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -33115,7 +37651,6 @@ index 1929dd6e9399..285c3d71156e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -33165,14 +37700,14 @@ index 1929dd6e9399..285c3d71156e 100644 -if CONFIG["TARGET_CPU"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -33185,12 +37720,10 @@ index 1929dd6e9399..285c3d71156e 100644 if CONFIG["TARGET_CPU"] == "x86": -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- +@@ -167,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -33212,21 +37745,16 @@ index 1929dd6e9399..285c3d71156e 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -33236,35 +37764,25 @@ index 1929dd6e9399..285c3d71156e 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("rtc_simulcast_encoder_adapter_gn") -diff --git third_party/libwebrtc/media/rtp_utils_gn/moz.build third_party/libwebrtc/media/rtp_utils_gn/moz.build -index 22b3cc9d6461..c7e26cb4b401 100644 ---- third_party/libwebrtc/media/rtp_utils_gn/moz.build -+++ third_party/libwebrtc/media/rtp_utils_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +- + Library("rtc_media_base_gn") +diff --git third_party/libwebrtc/media/rtc_media_config_gn/moz.build third_party/libwebrtc/media/rtc_media_config_gn/moz.build +index 42d0c4a66949..c50b94a79309 100644 +--- third_party/libwebrtc/media/rtc_media_config_gn/moz.build ++++ third_party/libwebrtc/media/rtc_media_config_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -33279,7 +37797,7 @@ index 22b3cc9d6461..c7e26cb4b401 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -33291,7 +37809,6 @@ index 22b3cc9d6461..c7e26cb4b401 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -33314,7 +37831,6 @@ index 22b3cc9d6461..c7e26cb4b401 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -33329,7 +37845,6 @@ index 22b3cc9d6461..c7e26cb4b401 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -33376,6 +37891,10 @@ index 22b3cc9d6461..c7e26cb4b401 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -33388,7 +37907,7 @@ index 22b3cc9d6461..c7e26cb4b401 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -33439,19 +37958,18 @@ index 22b3cc9d6461..c7e26cb4b401 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("rtp_utils_gn") -diff --git third_party/libwebrtc/media/stream_params_gn/moz.build third_party/libwebrtc/media/stream_params_gn/moz.build -index 67ed8e9a461d..7cd0a0f85eea 100644 ---- third_party/libwebrtc/media/stream_params_gn/moz.build -+++ third_party/libwebrtc/media/stream_params_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("rtc_media_config_gn") +diff --git third_party/libwebrtc/media/rtc_media_gn/moz.build third_party/libwebrtc/media/rtc_media_gn/moz.build +index 090c3083a914..f84a9e395510 100644 +--- third_party/libwebrtc/media/rtc_media_gn/moz.build ++++ third_party/libwebrtc/media/rtc_media_gn/moz.build +@@ -14,11 +14,20 @@ DEFINES["HAVE_WEBRTC_VIDEO"] = True + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -33466,7 +37984,7 @@ index 67ed8e9a461d..7cd0a0f85eea 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,128 +50,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -33478,13 +37996,17 @@ index 67ed8e9a461d..7cd0a0f85eea 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -33501,7 +38023,6 @@ index 67ed8e9a461d..7cd0a0f85eea 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -33510,13 +38031,16 @@ index 67ed8e9a461d..7cd0a0f85eea 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -33550,6 +38074,17 @@ index 67ed8e9a461d..7cd0a0f85eea 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "ole32", +- "oleaut32", +- "secur32", +- "strmiids", +- "user32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -33563,6 +38098,10 @@ index 67ed8e9a461d..7cd0a0f85eea 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -33575,7 +38114,7 @@ index 67ed8e9a461d..7cd0a0f85eea 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -172,50 +70,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -33626,19 +38165,18 @@ index 67ed8e9a461d..7cd0a0f85eea 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("stream_params_gn") -diff --git third_party/libwebrtc/media/video_adapter_gn/moz.build third_party/libwebrtc/media/video_adapter_gn/moz.build -index 1ce6badaf84c..87e2c14c5774 100644 ---- third_party/libwebrtc/media/video_adapter_gn/moz.build -+++ third_party/libwebrtc/media/video_adapter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("rtc_media_gn") +diff --git third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build +index 0b90567eff54..581f825bfb68 100644 +--- third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build ++++ third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -33653,7 +38191,7 @@ index 1ce6badaf84c..87e2c14c5774 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -33665,7 +38203,6 @@ index 1ce6badaf84c..87e2c14c5774 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -33692,7 +38229,6 @@ index 1ce6badaf84c..87e2c14c5774 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -33707,7 +38243,6 @@ index 1ce6badaf84c..87e2c14c5774 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -33765,6 +38300,10 @@ index 1ce6badaf84c..87e2c14c5774 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -33844,19 +38383,18 @@ index 1ce6badaf84c..87e2c14c5774 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("video_adapter_gn") -diff --git third_party/libwebrtc/media/video_broadcaster_gn/moz.build third_party/libwebrtc/media/video_broadcaster_gn/moz.build -index c1ebd4508d5a..851aace5f42c 100644 ---- third_party/libwebrtc/media/video_broadcaster_gn/moz.build -+++ third_party/libwebrtc/media/video_broadcaster_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("rtc_sdp_video_format_utils_gn") +diff --git third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build +index cb9bed23cb55..fe76cd431ff6 100644 +--- third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build ++++ third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -33871,7 +38409,7 @@ index c1ebd4508d5a..851aace5f42c 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -33883,7 +38421,6 @@ index c1ebd4508d5a..851aace5f42c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -33891,6 +38428,7 @@ index c1ebd4508d5a..851aace5f42c 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -33910,7 +38448,6 @@ index c1ebd4508d5a..851aace5f42c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -33919,13 +38456,16 @@ index c1ebd4508d5a..851aace5f42c 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -33983,6 +38523,10 @@ index c1ebd4508d5a..851aace5f42c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -34062,19 +38606,18 @@ index c1ebd4508d5a..851aace5f42c 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("video_broadcaster_gn") -diff --git third_party/libwebrtc/media/video_common_gn/moz.build third_party/libwebrtc/media/video_common_gn/moz.build -index b99fdbd29446..568207bcf3e4 100644 ---- third_party/libwebrtc/media/video_common_gn/moz.build -+++ third_party/libwebrtc/media/video_common_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("rtc_simulcast_encoder_adapter_gn") +diff --git third_party/libwebrtc/media/rtp_utils_gn/moz.build third_party/libwebrtc/media/rtp_utils_gn/moz.build +index 27f94a49fa4b..8d2edadb7d0e 100644 +--- third_party/libwebrtc/media/rtp_utils_gn/moz.build ++++ third_party/libwebrtc/media/rtp_utils_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -34089,7 +38632,7 @@ index b99fdbd29446..568207bcf3e4 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -34101,17 +38644,12 @@ index b99fdbd29446..568207bcf3e4 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -34128,7 +38666,6 @@ index b99fdbd29446..568207bcf3e4 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -34143,7 +38680,6 @@ index b99fdbd29446..568207bcf3e4 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -34177,13 +38713,6 @@ index b99fdbd29446..568207bcf3e4 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -34193,14 +38722,14 @@ index b99fdbd29446..568207bcf3e4 100644 -if CONFIG["TARGET_CPU"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -34213,12 +38742,10 @@ index b99fdbd29446..568207bcf3e4 100644 if CONFIG["TARGET_CPU"] == "x86": -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -34240,21 +38767,16 @@ index b99fdbd29446..568207bcf3e4 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -34264,35 +38786,212 @@ index b99fdbd29446..568207bcf3e4 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("rtp_utils_gn") +diff --git third_party/libwebrtc/media/stream_params_gn/moz.build third_party/libwebrtc/media/stream_params_gn/moz.build +index c65d7a53ed46..ef3886295fed 100644 +--- third_party/libwebrtc/media/stream_params_gn/moz.build ++++ third_party/libwebrtc/media/stream_params_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - Library("video_common_gn") -diff --git third_party/libwebrtc/media/video_source_base_gn/moz.build third_party/libwebrtc/media/video_source_base_gn/moz.build -index b74ce609e95f..48c6de6f6cd5 100644 ---- third_party/libwebrtc/media/video_source_base_gn/moz.build -+++ third_party/libwebrtc/media/video_source_base_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("stream_params_gn") +diff --git third_party/libwebrtc/media/video_adapter_gn/moz.build third_party/libwebrtc/media/video_adapter_gn/moz.build +index d06fd4ea8e37..4e50253cb413 100644 +--- third_party/libwebrtc/media/video_adapter_gn/moz.build ++++ third_party/libwebrtc/media/video_adapter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -34307,7 +39006,7 @@ index b74ce609e95f..48c6de6f6cd5 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -34319,7 +39018,6 @@ index b74ce609e95f..48c6de6f6cd5 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -34346,7 +39044,6 @@ index b74ce609e95f..48c6de6f6cd5 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -34361,7 +39058,6 @@ index b74ce609e95f..48c6de6f6cd5 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -34419,6 +39115,10 @@ index b74ce609e95f..48c6de6f6cd5 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -34498,19 +39198,18 @@ index b74ce609e95f..48c6de6f6cd5 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("video_source_base_gn") -diff --git third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build -index 495a5d8cac13..cbf73a5b937e 100644 ---- third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build -+++ third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("video_adapter_gn") +diff --git third_party/libwebrtc/media/video_broadcaster_gn/moz.build third_party/libwebrtc/media/video_broadcaster_gn/moz.build +index 3d33f289d9a2..52b7067da392 100644 +--- third_party/libwebrtc/media/video_broadcaster_gn/moz.build ++++ third_party/libwebrtc/media/video_broadcaster_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -34525,7 +39224,7 @@ index 495a5d8cac13..cbf73a5b937e 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -34537,7 +39236,6 @@ index 495a5d8cac13..cbf73a5b937e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -34564,7 +39262,6 @@ index 495a5d8cac13..cbf73a5b937e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -34579,7 +39276,6 @@ index 495a5d8cac13..cbf73a5b937e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -34637,6 +39333,10 @@ index 495a5d8cac13..cbf73a5b937e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -34716,19 +39416,18 @@ index 495a5d8cac13..cbf73a5b937e 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("async_audio_processing_gn") -diff --git third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build -index 995b2a2a3b31..867012af59fb 100644 ---- third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("video_broadcaster_gn") +diff --git third_party/libwebrtc/media/video_common_gn/moz.build third_party/libwebrtc/media/video_common_gn/moz.build +index 3423c19bd60e..03bd0dd5e648 100644 +--- third_party/libwebrtc/media/video_common_gn/moz.build ++++ third_party/libwebrtc/media/video_common_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -34743,7 +39442,7 @@ index 995b2a2a3b31..867012af59fb 100644 FINAL_LIBRARY = "xul" -@@ -47,189 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -34755,7 +39454,6 @@ index 995b2a2a3b31..867012af59fb 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -34782,7 +39480,6 @@ index 995b2a2a3b31..867012af59fb 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -34791,17 +39488,12 @@ index 995b2a2a3b31..867012af59fb 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -34859,6 +39551,10 @@ index 995b2a2a3b31..867012af59fb 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -34938,19 +39634,18 @@ index 995b2a2a3b31..867012af59fb 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_coding_gn") -diff --git third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build -index 470578709e2f..94099348743b 100644 ---- third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("video_common_gn") +diff --git third_party/libwebrtc/media/video_source_base_gn/moz.build third_party/libwebrtc/media/video_source_base_gn/moz.build +index 8bfea357cdbb..2f9861d6c38a 100644 +--- third_party/libwebrtc/media/video_source_base_gn/moz.build ++++ third_party/libwebrtc/media/video_source_base_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -34965,7 +39660,7 @@ index 470578709e2f..94099348743b 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -34977,13 +39672,16 @@ index 470578709e2f..94099348743b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -35000,7 +39698,6 @@ index 470578709e2f..94099348743b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -35015,7 +39712,6 @@ index 470578709e2f..94099348743b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -35049,6 +39745,13 @@ index 470578709e2f..94099348743b 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -35058,10 +39761,18 @@ index 470578709e2f..94099348743b 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -35074,10 +39785,12 @@ index 470578709e2f..94099348743b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -35099,16 +39812,21 @@ index 470578709e2f..94099348743b 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -35118,26 +39836,34 @@ index 470578709e2f..94099348743b 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("audio_coding_module_typedefs_gn") -diff --git third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build -index e484426fd2ab..197384a642be 100644 ---- third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("video_source_base_gn") +diff --git third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build +index df4aa2f2cf44..03f4a4610a90 100644 +--- third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build ++++ third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -35152,7 +39878,7 @@ index e484426fd2ab..197384a642be 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -35164,7 +39890,6 @@ index e484426fd2ab..197384a642be 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -35191,7 +39916,6 @@ index e484426fd2ab..197384a642be 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -35206,7 +39930,6 @@ index e484426fd2ab..197384a642be 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -35264,6 +39987,10 @@ index e484426fd2ab..197384a642be 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -35343,19 +40070,18 @@ index e484426fd2ab..197384a642be 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_coding_opus_common_gn") -diff --git third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build -index 1e7e932b55da..016f8f1e2439 100644 ---- third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("async_audio_processing_gn") +diff --git third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build +index 7ced6b2f5e9a..0dcf2ab3da45 100644 +--- third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -35370,7 +40096,7 @@ index 1e7e932b55da..016f8f1e2439 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,190 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -35382,7 +40108,6 @@ index 1e7e932b55da..016f8f1e2439 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -35409,7 +40134,6 @@ index 1e7e932b55da..016f8f1e2439 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -35428,7 +40152,6 @@ index 1e7e932b55da..016f8f1e2439 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -35486,6 +40209,10 @@ index 1e7e932b55da..016f8f1e2439 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -35565,19 +40292,18 @@ index 1e7e932b55da..016f8f1e2439 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_encoder_cng_gn") -diff --git third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build -index 92221fcca1a0..2fafe9504826 100644 ---- third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_coding_gn") +diff --git third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build +index ba94b42663e7..18b923fd01d7 100644 +--- third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -35592,7 +40318,7 @@ index 92221fcca1a0..2fafe9504826 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -35604,7 +40330,6 @@ index 92221fcca1a0..2fafe9504826 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -35627,7 +40352,6 @@ index 92221fcca1a0..2fafe9504826 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -35642,7 +40366,6 @@ index 92221fcca1a0..2fafe9504826 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -35685,14 +40408,14 @@ index 92221fcca1a0..2fafe9504826 100644 -if CONFIG["TARGET_CPU"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -35705,12 +40428,10 @@ index 92221fcca1a0..2fafe9504826 100644 if CONFIG["TARGET_CPU"] == "x86": -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -35732,21 +40453,16 @@ index 92221fcca1a0..2fafe9504826 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -35756,35 +40472,25 @@ index 92221fcca1a0..2fafe9504826 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("audio_network_adaptor_config_gn") -diff --git third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build -index cb6c943d7c37..7505b52d141f 100644 ---- third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +- + Library("audio_coding_module_typedefs_gn") +diff --git third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build +index 30e0511c1202..60a140cf508e 100644 +--- third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -35799,7 +40505,7 @@ index cb6c943d7c37..7505b52d141f 100644 FINAL_LIBRARY = "xul" -@@ -53,189 +63,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -35811,7 +40517,6 @@ index cb6c943d7c37..7505b52d141f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -35838,7 +40543,6 @@ index cb6c943d7c37..7505b52d141f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -35847,17 +40551,12 @@ index cb6c943d7c37..7505b52d141f 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -35915,6 +40614,10 @@ index cb6c943d7c37..7505b52d141f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -35994,19 +40697,18 @@ index cb6c943d7c37..7505b52d141f 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_network_adaptor_gn") -diff --git third_party/libwebrtc/modules/audio_coding/default_neteq_factory_gn/moz.build third_party/libwebrtc/modules/audio_coding/default_neteq_factory_gn/moz.build -index a0d24b9a5d28..48d685b4f5f3 100644 ---- third_party/libwebrtc/modules/audio_coding/default_neteq_factory_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/default_neteq_factory_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_coding_opus_common_gn") +diff --git third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build +index 517f1c385402..a90873f05e5f 100644 +--- third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -36021,7 +40723,7 @@ index a0d24b9a5d28..48d685b4f5f3 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -36033,7 +40735,6 @@ index a0d24b9a5d28..48d685b4f5f3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -36060,7 +40761,6 @@ index a0d24b9a5d28..48d685b4f5f3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -36079,7 +40779,6 @@ index a0d24b9a5d28..48d685b4f5f3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -36137,6 +40836,10 @@ index a0d24b9a5d28..48d685b4f5f3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -36216,19 +40919,18 @@ index a0d24b9a5d28..48d685b4f5f3 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("default_neteq_factory_gn") -diff --git third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build -index dcf3567d5c55..d969b721268a 100644 ---- third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_encoder_cng_gn") +diff --git third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build +index 0551767ad41e..d59a3765cd70 100644 +--- third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -36243,7 +40945,7 @@ index dcf3567d5c55..d969b721268a 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -36255,7 +40957,6 @@ index dcf3567d5c55..d969b721268a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -36278,7 +40979,6 @@ index dcf3567d5c55..d969b721268a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -36293,7 +40993,6 @@ index dcf3567d5c55..d969b721268a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -36336,7 +41035,7 @@ index dcf3567d5c55..d969b721268a 100644 -if CONFIG["TARGET_CPU"] == "arm": - -- CFLAGS += [ +- CXXFLAGS += [ - "-mfpu=neon" - ] - @@ -36344,6 +41043,10 @@ index dcf3567d5c55..d969b721268a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -36394,7 +41097,7 @@ index dcf3567d5c55..d969b721268a 100644 - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": - - CFLAGS += [ + CXXFLAGS += [ "-msse2" ] @@ -36409,7 +41112,7 @@ index dcf3567d5c55..d969b721268a 100644 -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": + DEFINES["WEBRTC_ENABLE_AVX2"] = True -- CFLAGS += [ +- CXXFLAGS += [ - "-msse2" - ] +if CONFIG["TARGET_CPU"] == "x86_64": @@ -36423,19 +41126,18 @@ index dcf3567d5c55..d969b721268a 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("g711_c_gn") -diff --git third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build -index b6962f1786ab..c37ec8d1a4f3 100644 ---- third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_network_adaptor_config_gn") +diff --git third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build +index e67a684aaf53..7919faa59988 100644 +--- third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -36450,7 +41152,7 @@ index b6962f1786ab..c37ec8d1a4f3 100644 FINAL_LIBRARY = "xul" -@@ -44,185 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -54,190 +63,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -36462,7 +41164,6 @@ index b6962f1786ab..c37ec8d1a4f3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -36489,7 +41190,6 @@ index b6962f1786ab..c37ec8d1a4f3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -36498,13 +41198,16 @@ index b6962f1786ab..c37ec8d1a4f3 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -36562,6 +41265,10 @@ index b6962f1786ab..c37ec8d1a4f3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -36641,19 +41348,18 @@ index b6962f1786ab..c37ec8d1a4f3 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("g711_gn") -diff --git third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build -index 99188c0a5833..502a17cd0e34 100644 ---- third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_network_adaptor_gn") +diff --git third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build +index dedcda5d379f..7381cf2820f4 100644 +--- third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -36668,7 +41374,7 @@ index 99188c0a5833..502a17cd0e34 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -36680,7 +41386,6 @@ index 99188c0a5833..502a17cd0e34 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -36703,7 +41408,6 @@ index 99188c0a5833..502a17cd0e34 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -36718,7 +41422,6 @@ index 99188c0a5833..502a17cd0e34 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -36769,6 +41472,10 @@ index 99188c0a5833..502a17cd0e34 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -36848,19 +41555,18 @@ index 99188c0a5833..502a17cd0e34 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("g722_c_gn") -diff --git third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build -index 56ac627776c9..a936eb41a9a1 100644 ---- third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("g711_c_gn") +diff --git third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build +index 6ff2b5757c16..46fe5e5d3952 100644 +--- third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -36875,7 +41581,7 @@ index 56ac627776c9..a936eb41a9a1 100644 FINAL_LIBRARY = "xul" -@@ -44,185 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,186 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -36887,7 +41593,6 @@ index 56ac627776c9..a936eb41a9a1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -36914,7 +41619,6 @@ index 56ac627776c9..a936eb41a9a1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -36929,7 +41633,6 @@ index 56ac627776c9..a936eb41a9a1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -36987,6 +41690,10 @@ index 56ac627776c9..a936eb41a9a1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -37066,19 +41773,18 @@ index 56ac627776c9..a936eb41a9a1 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("g722_gn") -diff --git third_party/libwebrtc/modules/audio_coding/ilbc_c_gn/moz.build third_party/libwebrtc/modules/audio_coding/ilbc_c_gn/moz.build -index 9c374405df33..6e2fd6beb0d5 100644 ---- third_party/libwebrtc/modules/audio_coding/ilbc_c_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/ilbc_c_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("g711_gn") +diff --git third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build +index 7af4da2823b9..08ab446a0a88 100644 +--- third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -37093,7 +41799,7 @@ index 9c374405df33..6e2fd6beb0d5 100644 FINAL_LIBRARY = "xul" -@@ -111,189 +121,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -37105,17 +41811,12 @@ index 9c374405df33..6e2fd6beb0d5 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -37132,7 +41833,6 @@ index 9c374405df33..6e2fd6beb0d5 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -37141,17 +41841,12 @@ index 9c374405df33..6e2fd6beb0d5 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -37185,13 +41880,6 @@ index 9c374405df33..6e2fd6beb0d5 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -37209,6 +41897,10 @@ index 9c374405df33..6e2fd6beb0d5 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -37288,19 +41980,18 @@ index 9c374405df33..6e2fd6beb0d5 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("ilbc_c_gn") -diff --git third_party/libwebrtc/modules/audio_coding/ilbc_gn/moz.build third_party/libwebrtc/modules/audio_coding/ilbc_gn/moz.build -index f3546882a1a3..7700d43a1597 100644 ---- third_party/libwebrtc/modules/audio_coding/ilbc_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/ilbc_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("g722_c_gn") +diff --git third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build +index 5a440b4ff1c8..2fdbaa878fc1 100644 +--- third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -37315,7 +42006,7 @@ index f3546882a1a3..7700d43a1597 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,186 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -37327,7 +42018,6 @@ index f3546882a1a3..7700d43a1597 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -37354,7 +42044,6 @@ index f3546882a1a3..7700d43a1597 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -37363,17 +42052,12 @@ index f3546882a1a3..7700d43a1597 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -37431,6 +42115,10 @@ index f3546882a1a3..7700d43a1597 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -37510,19 +42198,18 @@ index f3546882a1a3..7700d43a1597 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("ilbc_gn") + Library("g722_gn") diff --git third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build -index c0b5ae4a7a4c..214b9d2bed65 100644 +index 8337bf3634c6..ac6b63091c79 100644 --- third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -37537,7 +42224,7 @@ index c0b5ae4a7a4c..214b9d2bed65 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -37549,7 +42236,6 @@ index c0b5ae4a7a4c..214b9d2bed65 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -37572,7 +42258,6 @@ index c0b5ae4a7a4c..214b9d2bed65 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -37587,7 +42272,6 @@ index c0b5ae4a7a4c..214b9d2bed65 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -37634,6 +42318,10 @@ index c0b5ae4a7a4c..214b9d2bed65 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -37646,7 +42334,7 @@ index c0b5ae4a7a4c..214b9d2bed65 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -37699,17 +42387,16 @@ index c0b5ae4a7a4c..214b9d2bed65 100644 - Library("isac_bwinfo_gn") diff --git third_party/libwebrtc/modules/audio_coding/isac_vad_gn/moz.build third_party/libwebrtc/modules/audio_coding/isac_vad_gn/moz.build -index 15040244a118..72275c755c49 100644 +index ea88c1d8f583..57e8546bdbf4 100644 --- third_party/libwebrtc/modules/audio_coding/isac_vad_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/isac_vad_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -37724,7 +42411,7 @@ index 15040244a118..72275c755c49 100644 FINAL_LIBRARY = "xul" -@@ -46,174 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,175 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -37736,7 +42423,6 @@ index 15040244a118..72275c755c49 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -37759,7 +42445,6 @@ index 15040244a118..72275c755c49 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -37774,7 +42459,6 @@ index 15040244a118..72275c755c49 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -37825,6 +42509,10 @@ index 15040244a118..72275c755c49 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -37906,17 +42594,16 @@ index 15040244a118..72275c755c49 100644 Library("isac_vad_gn") diff --git third_party/libwebrtc/modules/audio_coding/legacy_encoded_audio_frame_gn/moz.build third_party/libwebrtc/modules/audio_coding/legacy_encoded_audio_frame_gn/moz.build -index c03333a31981..ddbb058ccb47 100644 +index ca334dc3fe78..747b4ac34f8c 100644 --- third_party/libwebrtc/modules/audio_coding/legacy_encoded_audio_frame_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/legacy_encoded_audio_frame_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -37931,7 +42618,7 @@ index c03333a31981..ddbb058ccb47 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -37943,7 +42630,6 @@ index c03333a31981..ddbb058ccb47 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -37970,7 +42656,6 @@ index c03333a31981..ddbb058ccb47 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -37985,7 +42670,6 @@ index c03333a31981..ddbb058ccb47 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -38043,6 +42727,10 @@ index c03333a31981..ddbb058ccb47 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -38124,17 +42812,16 @@ index c03333a31981..ddbb058ccb47 100644 Library("legacy_encoded_audio_frame_gn") diff --git third_party/libwebrtc/modules/audio_coding/neteq_gn/moz.build third_party/libwebrtc/modules/audio_coding/neteq_gn/moz.build -index a017d70518e7..63842535376f 100644 +index 2551d1916e01..87a4113e6abf 100644 --- third_party/libwebrtc/modules/audio_coding/neteq_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/neteq_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -38149,7 +42836,7 @@ index a017d70518e7..63842535376f 100644 FINAL_LIBRARY = "xul" -@@ -77,189 +87,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -79,190 +88,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -38161,7 +42848,6 @@ index a017d70518e7..63842535376f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -38188,7 +42874,6 @@ index a017d70518e7..63842535376f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -38207,7 +42892,6 @@ index a017d70518e7..63842535376f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -38265,6 +42949,10 @@ index a017d70518e7..63842535376f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -38346,17 +43034,16 @@ index a017d70518e7..63842535376f 100644 Library("neteq_gn") diff --git third_party/libwebrtc/modules/audio_coding/pcm16b_c_gn/moz.build third_party/libwebrtc/modules/audio_coding/pcm16b_c_gn/moz.build -index 1e7a8e8f6560..3763b892f8c5 100644 +index d9334cabeb19..030e4a70ff28 100644 --- third_party/libwebrtc/modules/audio_coding/pcm16b_c_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/pcm16b_c_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -38371,7 +43058,7 @@ index 1e7a8e8f6560..3763b892f8c5 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -38383,7 +43070,6 @@ index 1e7a8e8f6560..3763b892f8c5 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -38406,7 +43092,6 @@ index 1e7a8e8f6560..3763b892f8c5 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -38421,7 +43106,6 @@ index 1e7a8e8f6560..3763b892f8c5 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -38472,6 +43156,10 @@ index 1e7a8e8f6560..3763b892f8c5 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -38553,17 +43241,16 @@ index 1e7a8e8f6560..3763b892f8c5 100644 Library("pcm16b_c_gn") diff --git third_party/libwebrtc/modules/audio_coding/pcm16b_gn/moz.build third_party/libwebrtc/modules/audio_coding/pcm16b_gn/moz.build -index 2a2a2542335b..f79075092c57 100644 +index 0b30779563f7..c552b27c5ff3 100644 --- third_party/libwebrtc/modules/audio_coding/pcm16b_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/pcm16b_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -38578,7 +43265,7 @@ index 2a2a2542335b..f79075092c57 100644 FINAL_LIBRARY = "xul" -@@ -45,185 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,186 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -38590,7 +43277,6 @@ index 2a2a2542335b..f79075092c57 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -38617,7 +43303,6 @@ index 2a2a2542335b..f79075092c57 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -38632,7 +43317,6 @@ index 2a2a2542335b..f79075092c57 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -38690,6 +43374,10 @@ index 2a2a2542335b..f79075092c57 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -38771,17 +43459,16 @@ index 2a2a2542335b..f79075092c57 100644 Library("pcm16b_gn") diff --git third_party/libwebrtc/modules/audio_coding/red_gn/moz.build third_party/libwebrtc/modules/audio_coding/red_gn/moz.build -index 02ef2ce08e9c..9e46d6913b16 100644 +index 58e8afef9a00..965e9dd8ba94 100644 --- third_party/libwebrtc/modules/audio_coding/red_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/red_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -38796,7 +43483,7 @@ index 02ef2ce08e9c..9e46d6913b16 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -38808,7 +43495,6 @@ index 02ef2ce08e9c..9e46d6913b16 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -38835,7 +43521,6 @@ index 02ef2ce08e9c..9e46d6913b16 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -38854,7 +43539,6 @@ index 02ef2ce08e9c..9e46d6913b16 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -38912,6 +43596,10 @@ index 02ef2ce08e9c..9e46d6913b16 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -38993,17 +43681,16 @@ index 02ef2ce08e9c..9e46d6913b16 100644 Library("red_gn") diff --git third_party/libwebrtc/modules/audio_coding/webrtc_cng_gn/moz.build third_party/libwebrtc/modules/audio_coding/webrtc_cng_gn/moz.build -index 02f3bf49e1c1..2302a1064808 100644 +index 291bd3be385d..1deff194ac14 100644 --- third_party/libwebrtc/modules/audio_coding/webrtc_cng_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/webrtc_cng_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -39018,7 +43705,7 @@ index 02f3bf49e1c1..2302a1064808 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -39030,7 +43717,6 @@ index 02f3bf49e1c1..2302a1064808 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -39057,7 +43743,6 @@ index 02f3bf49e1c1..2302a1064808 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -39076,7 +43761,6 @@ index 02f3bf49e1c1..2302a1064808 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -39134,6 +43818,10 @@ index 02f3bf49e1c1..2302a1064808 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -39215,19 +43903,17 @@ index 02f3bf49e1c1..2302a1064808 100644 Library("webrtc_cng_gn") diff --git third_party/libwebrtc/modules/audio_coding/webrtc_multiopus_gn/moz.build third_party/libwebrtc/modules/audio_coding/webrtc_multiopus_gn/moz.build -index 9665cd22c68e..010763da2910 100644 +index 6dfe8fd91f4f..104ad0dd9d28 100644 --- third_party/libwebrtc/modules/audio_coding/webrtc_multiopus_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/webrtc_multiopus_gn/moz.build -@@ -12,14 +12,24 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_CODEC_ILBC"] = True DEFINES["WEBRTC_CODEC_OPUS"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -39243,7 +43929,7 @@ index 9665cd22c68e..010763da2910 100644 FINAL_LIBRARY = "xul" -@@ -48,185 +58,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,186 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -39255,7 +43941,6 @@ index 9665cd22c68e..010763da2910 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -39282,7 +43967,6 @@ index 9665cd22c68e..010763da2910 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -39297,7 +43981,6 @@ index 9665cd22c68e..010763da2910 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -39355,6 +44038,10 @@ index 9665cd22c68e..010763da2910 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -39436,19 +44123,17 @@ index 9665cd22c68e..010763da2910 100644 Library("webrtc_multiopus_gn") diff --git third_party/libwebrtc/modules/audio_coding/webrtc_opus_gn/moz.build third_party/libwebrtc/modules/audio_coding/webrtc_opus_gn/moz.build -index 2d219b5cc091..9409b7e3fdee 100644 +index 867fbd623276..2094705f8b93 100644 --- third_party/libwebrtc/modules/audio_coding/webrtc_opus_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/webrtc_opus_gn/moz.build -@@ -12,14 +12,24 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_CODEC_ILBC"] = True DEFINES["WEBRTC_CODEC_OPUS"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -39464,7 +44149,7 @@ index 2d219b5cc091..9409b7e3fdee 100644 FINAL_LIBRARY = "xul" -@@ -48,189 +58,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,190 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -39476,7 +44161,6 @@ index 2d219b5cc091..9409b7e3fdee 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -39503,7 +44187,6 @@ index 2d219b5cc091..9409b7e3fdee 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -39522,7 +44205,6 @@ index 2d219b5cc091..9409b7e3fdee 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -39580,6 +44262,10 @@ index 2d219b5cc091..9409b7e3fdee 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -39661,19 +44347,17 @@ index 2d219b5cc091..9409b7e3fdee 100644 Library("webrtc_opus_gn") diff --git third_party/libwebrtc/modules/audio_coding/webrtc_opus_wrapper_gn/moz.build third_party/libwebrtc/modules/audio_coding/webrtc_opus_wrapper_gn/moz.build -index 4c1faef88198..b2e255ce3d6e 100644 +index 5ec9b465ea77..162b9091b2d2 100644 --- third_party/libwebrtc/modules/audio_coding/webrtc_opus_wrapper_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/webrtc_opus_wrapper_gn/moz.build -@@ -12,14 +12,24 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_CODEC_ILBC"] = True DEFINES["WEBRTC_CODEC_OPUS"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -39689,7 +44373,7 @@ index 4c1faef88198..b2e255ce3d6e 100644 FINAL_LIBRARY = "xul" -@@ -47,185 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,179 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -39701,7 +44385,6 @@ index 4c1faef88198..b2e255ce3d6e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -39728,7 +44411,6 @@ index 4c1faef88198..b2e255ce3d6e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -39743,7 +44425,6 @@ index 4c1faef88198..b2e255ce3d6e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -39777,13 +44458,6 @@ index 4c1faef88198..b2e255ce3d6e 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -39801,6 +44475,10 @@ index 4c1faef88198..b2e255ce3d6e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -39882,17 +44560,16 @@ index 4c1faef88198..b2e255ce3d6e 100644 Library("webrtc_opus_wrapper_gn") diff --git third_party/libwebrtc/modules/audio_device/audio_device_gn/moz.build third_party/libwebrtc/modules/audio_device/audio_device_gn/moz.build -index acd3896de105..f0da29e5d200 100644 +index 4ca6aa495569..3885140cb11b 100644 --- third_party/libwebrtc/modules/audio_device/audio_device_gn/moz.build +++ third_party/libwebrtc/modules/audio_device/audio_device_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -39907,7 +44584,7 @@ index acd3896de105..f0da29e5d200 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -39919,7 +44596,6 @@ index acd3896de105..f0da29e5d200 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -39942,7 +44618,6 @@ index acd3896de105..f0da29e5d200 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -39957,7 +44632,6 @@ index acd3896de105..f0da29e5d200 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -40004,6 +44678,10 @@ index acd3896de105..f0da29e5d200 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -40016,7 +44694,7 @@ index acd3896de105..f0da29e5d200 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -40068,18 +44746,204 @@ index acd3896de105..f0da29e5d200 100644 - DEFINES["_GNU_SOURCE"] = True - Library("audio_device_gn") +diff --git third_party/libwebrtc/modules/audio_device/audio_device_impl_gn/moz.build third_party/libwebrtc/modules/audio_device/audio_device_impl_gn/moz.build +index 65a33184e738..4a54e312b60b 100644 +--- third_party/libwebrtc/modules/audio_device/audio_device_impl_gn/moz.build ++++ third_party/libwebrtc/modules/audio_device/audio_device_impl_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("audio_device_impl_gn") diff --git third_party/libwebrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build third_party/libwebrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build -index 24bd59bd5356..67fb1a20b25e 100644 +index a14b9eb8fe9a..8fd614a1e9e9 100644 --- third_party/libwebrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build +++ third_party/libwebrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -40094,7 +44958,7 @@ index 24bd59bd5356..67fb1a20b25e 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -40106,7 +44970,6 @@ index 24bd59bd5356..67fb1a20b25e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -40133,7 +44996,6 @@ index 24bd59bd5356..67fb1a20b25e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -40152,7 +45014,6 @@ index 24bd59bd5356..67fb1a20b25e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -40210,6 +45071,10 @@ index 24bd59bd5356..67fb1a20b25e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -40291,18 +45156,17 @@ index 24bd59bd5356..67fb1a20b25e 100644 Library("audio_frame_manipulator_gn") diff --git third_party/libwebrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build third_party/libwebrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build -index c32088c064a8..7bf6880e3e0f 100644 +index 079f132d8ed0..9e2e510689f2 100644 --- third_party/libwebrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build +++ third_party/libwebrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -40317,7 +45181,7 @@ index c32088c064a8..7bf6880e3e0f 100644 FINAL_LIBRARY = "xul" -@@ -46,189 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,190 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -40329,7 +45193,6 @@ index c32088c064a8..7bf6880e3e0f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -40356,7 +45219,6 @@ index c32088c064a8..7bf6880e3e0f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -40375,7 +45237,6 @@ index c32088c064a8..7bf6880e3e0f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -40433,6 +45294,10 @@ index c32088c064a8..7bf6880e3e0f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -40514,17 +45379,16 @@ index c32088c064a8..7bf6880e3e0f 100644 Library("audio_mixer_impl_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_erl_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_erl_gn/moz.build -index f994d264fc0d..0c5c8a020d6e 100644 +index 7ad364fc287b..6392e9de1af6 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_erl_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_erl_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -40539,7 +45403,7 @@ index f994d264fc0d..0c5c8a020d6e 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -40551,7 +45415,6 @@ index f994d264fc0d..0c5c8a020d6e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -40578,7 +45441,6 @@ index f994d264fc0d..0c5c8a020d6e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -40593,7 +45455,6 @@ index f994d264fc0d..0c5c8a020d6e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -40640,6 +45501,10 @@ index f994d264fc0d..0c5c8a020d6e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -40652,7 +45517,7 @@ index f994d264fc0d..0c5c8a020d6e 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -40705,17 +45570,16 @@ index f994d264fc0d..0c5c8a020d6e 100644 - Library("adaptive_fir_filter_erl_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_gn/moz.build -index bfab3391fd95..91c95c95d416 100644 +index c3c6602eeabe..668753ceeacd 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -40730,7 +45594,7 @@ index bfab3391fd95..91c95c95d416 100644 FINAL_LIBRARY = "xul" -@@ -39,122 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -40742,7 +45606,6 @@ index bfab3391fd95..91c95c95d416 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -40769,7 +45632,6 @@ index bfab3391fd95..91c95c95d416 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -40788,7 +45650,6 @@ index bfab3391fd95..91c95c95d416 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -40842,6 +45703,10 @@ index bfab3391fd95..91c95c95d416 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -40854,7 +45719,7 @@ index bfab3391fd95..91c95c95d416 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -164,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -40907,11 +45772,11 @@ index bfab3391fd95..91c95c95d416 100644 - Library("adaptive_fir_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn/moz.build -index b8c459326a74..3b08188a5f58 100644 +index 2a389ece3b18..50070028546d 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn/moz.build -@@ -17,13 +17,23 @@ CXXFLAGS += [ - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -18,13 +18,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" @@ -40919,7 +45784,6 @@ index b8c459326a74..3b08188a5f58 100644 DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_AVX2"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -40934,7 +45798,7 @@ index b8c459326a74..3b08188a5f58 100644 FINAL_LIBRARY = "xul" -@@ -54,137 +64,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -55,134 +64,16 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -40946,7 +45810,6 @@ index b8c459326a74..3b08188a5f58 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -40973,7 +45836,6 @@ index b8c459326a74..3b08188a5f58 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -40993,7 +45855,6 @@ index b8c459326a74..3b08188a5f58 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -41076,17 +45937,16 @@ index b8c459326a74..3b08188a5f58 100644 Library("aec3_avx2_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/aec3_common_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/aec3_common_gn/moz.build -index 8c8af7ad0246..a706c74c28dd 100644 +index 03c744941770..e5ed79803265 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/aec3_common_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/aec3_common_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -41101,7 +45961,7 @@ index 8c8af7ad0246..a706c74c28dd 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -41113,7 +45973,6 @@ index 8c8af7ad0246..a706c74c28dd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -41136,7 +45995,6 @@ index 8c8af7ad0246..a706c74c28dd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -41151,7 +46009,6 @@ index 8c8af7ad0246..a706c74c28dd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -41198,6 +46055,10 @@ index 8c8af7ad0246..a706c74c28dd 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -41210,7 +46071,7 @@ index 8c8af7ad0246..a706c74c28dd 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -41263,17 +46124,16 @@ index 8c8af7ad0246..a706c74c28dd 100644 - Library("aec3_common_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/aec3_fft_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/aec3_fft_gn/moz.build -index f29e37596167..a2b558b015d0 100644 +index b840e8d28285..dabb2ba6b331 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/aec3_fft_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/aec3_fft_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -41288,7 +46148,7 @@ index f29e37596167..a2b558b015d0 100644 FINAL_LIBRARY = "xul" -@@ -39,122 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -41300,7 +46160,6 @@ index f29e37596167..a2b558b015d0 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -41327,7 +46186,6 @@ index f29e37596167..a2b558b015d0 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -41346,7 +46204,6 @@ index f29e37596167..a2b558b015d0 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -41400,6 +46257,10 @@ index f29e37596167..a2b558b015d0 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -41412,7 +46273,7 @@ index f29e37596167..a2b558b015d0 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -164,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -41465,18 +46326,17 @@ index f29e37596167..a2b558b015d0 100644 - Library("aec3_fft_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/aec3_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/aec3_gn/moz.build -index b984c66872a1..d3a048865141 100644 +index bb4aa00b9fa6..3b77e799840a 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/aec3_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/aec3_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -41491,7 +46351,7 @@ index b984c66872a1..d3a048865141 100644 FINAL_LIBRARY = "xul" -@@ -100,189 +110,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -101,190 +110,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -41503,7 +46363,6 @@ index b984c66872a1..d3a048865141 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -41530,7 +46389,6 @@ index b984c66872a1..d3a048865141 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -41549,7 +46407,6 @@ index b984c66872a1..d3a048865141 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -41607,6 +46464,10 @@ index b984c66872a1..d3a048865141 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -41688,17 +46549,16 @@ index b984c66872a1..d3a048865141 100644 Library("aec3_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/fft_data_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/fft_data_gn/moz.build -index 636d54205ecc..f3c9e69d0679 100644 +index d91b97726db0..af84b43ca439 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/fft_data_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/fft_data_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -41713,7 +46573,7 @@ index 636d54205ecc..f3c9e69d0679 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -41725,7 +46585,6 @@ index 636d54205ecc..f3c9e69d0679 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -41752,7 +46611,6 @@ index 636d54205ecc..f3c9e69d0679 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -41767,7 +46625,6 @@ index 636d54205ecc..f3c9e69d0679 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -41814,6 +46671,10 @@ index 636d54205ecc..f3c9e69d0679 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -41826,7 +46687,7 @@ index 636d54205ecc..f3c9e69d0679 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -41879,17 +46740,16 @@ index 636d54205ecc..f3c9e69d0679 100644 - Library("fft_data_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/matched_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/matched_filter_gn/moz.build -index 0399096915b4..d38d62bb9ca0 100644 +index f423946bc227..c3324812d865 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/matched_filter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/matched_filter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -41904,7 +46764,7 @@ index 0399096915b4..d38d62bb9ca0 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -41916,7 +46776,6 @@ index 0399096915b4..d38d62bb9ca0 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -41943,7 +46802,6 @@ index 0399096915b4..d38d62bb9ca0 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -41958,7 +46816,6 @@ index 0399096915b4..d38d62bb9ca0 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -42005,6 +46862,10 @@ index 0399096915b4..d38d62bb9ca0 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -42017,7 +46878,7 @@ index 0399096915b4..d38d62bb9ca0 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -42070,17 +46931,16 @@ index 0399096915b4..d38d62bb9ca0 100644 - Library("matched_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/render_buffer_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/render_buffer_gn/moz.build -index 52ec8e5f7dfc..de62aae422cb 100644 +index 45a89ccbfbfa..fe641efc8111 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/render_buffer_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/render_buffer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -42095,7 +46955,7 @@ index 52ec8e5f7dfc..de62aae422cb 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -42107,7 +46967,6 @@ index 52ec8e5f7dfc..de62aae422cb 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -42134,7 +46993,6 @@ index 52ec8e5f7dfc..de62aae422cb 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -42149,7 +47007,6 @@ index 52ec8e5f7dfc..de62aae422cb 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -42196,6 +47053,10 @@ index 52ec8e5f7dfc..de62aae422cb 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -42208,7 +47069,7 @@ index 52ec8e5f7dfc..de62aae422cb 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -42261,17 +47122,16 @@ index 52ec8e5f7dfc..de62aae422cb 100644 - Library("render_buffer_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/vector_math_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/vector_math_gn/moz.build -index 712a4c357172..5c642468adb2 100644 +index 2c6400d8b230..f9c9407c1a18 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/vector_math_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/vector_math_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -42286,7 +47146,7 @@ index 712a4c357172..5c642468adb2 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -42298,7 +47158,6 @@ index 712a4c357172..5c642468adb2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -42325,7 +47184,6 @@ index 712a4c357172..5c642468adb2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -42340,7 +47198,6 @@ index 712a4c357172..5c642468adb2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -42387,6 +47244,10 @@ index 712a4c357172..5c642468adb2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -42399,7 +47260,7 @@ index 712a4c357172..5c642468adb2 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -42452,17 +47313,16 @@ index 712a4c357172..5c642468adb2 100644 - Library("vector_math_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec_dump/aec_dump_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec_dump/aec_dump_gn/moz.build -index 198f71db4371..3a94c3362f81 100644 +index 644c5fb92216..892353d5a5a9 100644 --- third_party/libwebrtc/modules/audio_processing/aec_dump/aec_dump_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec_dump/aec_dump_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -42477,7 +47337,7 @@ index 198f71db4371..3a94c3362f81 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -42489,7 +47349,6 @@ index 198f71db4371..3a94c3362f81 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -42516,7 +47375,6 @@ index 198f71db4371..3a94c3362f81 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -42531,7 +47389,6 @@ index 198f71db4371..3a94c3362f81 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -42585,6 +47442,10 @@ index 198f71db4371..3a94c3362f81 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -42597,7 +47458,7 @@ index 198f71db4371..3a94c3362f81 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -42650,17 +47511,16 @@ index 198f71db4371..3a94c3362f81 100644 - Library("aec_dump_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn/moz.build -index ad723168abdc..97e0d9709187 100644 +index e3ddd42e6d91..22365c268eb4 100644 --- third_party/libwebrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -42675,7 +47535,7 @@ index ad723168abdc..97e0d9709187 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -42687,7 +47547,6 @@ index ad723168abdc..97e0d9709187 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -42714,7 +47573,6 @@ index ad723168abdc..97e0d9709187 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -42729,7 +47587,6 @@ index ad723168abdc..97e0d9709187 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -42787,6 +47644,10 @@ index ad723168abdc..97e0d9709187 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -42868,17 +47729,16 @@ index ad723168abdc..97e0d9709187 100644 Library("null_aec_dump_factory_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec_dump_interface_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec_dump_interface_gn/moz.build -index ef89571beeca..8ae46e8c3f1e 100644 +index 55fe444f90d4..b518e0fe73db 100644 --- third_party/libwebrtc/modules/audio_processing/aec_dump_interface_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec_dump_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -42893,7 +47753,7 @@ index ef89571beeca..8ae46e8c3f1e 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -42905,7 +47765,6 @@ index ef89571beeca..8ae46e8c3f1e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -42932,7 +47791,6 @@ index ef89571beeca..8ae46e8c3f1e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -42947,7 +47805,6 @@ index ef89571beeca..8ae46e8c3f1e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -43005,6 +47862,10 @@ index ef89571beeca..8ae46e8c3f1e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -43086,17 +47947,16 @@ index ef89571beeca..8ae46e8c3f1e 100644 Library("aec_dump_interface_gn") diff --git third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_gn/moz.build third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_gn/moz.build -index fc1a743ada41..575c93715eed 100644 +index fc9828874560..d280cf9642f4 100644 --- third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -43111,7 +47971,7 @@ index fc1a743ada41..575c93715eed 100644 FINAL_LIBRARY = "xul" -@@ -44,117 +54,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,114 +54,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -43123,7 +47983,6 @@ index fc1a743ada41..575c93715eed 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -43158,7 +48017,6 @@ index fc1a743ada41..575c93715eed 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -43177,7 +48035,6 @@ index fc1a743ada41..575c93715eed 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -43230,7 +48087,7 @@ index fc1a743ada41..575c93715eed 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,20 +62,7 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -160,27 +62,12 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True SOURCES += [ @@ -43252,7 +48109,14 @@ index fc1a743ada41..575c93715eed 100644 "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_neon.cc" ] -@@ -183,7 +70,6 @@ if CONFIG["TARGET_CPU"] == "mips32": + if CONFIG["TARGET_CPU"] == "loongarch64": + +- DEFINES["_GNU_SOURCE"] = True +- + SOURCES += [ + "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_c.cc" + ] +@@ -189,7 +76,6 @@ if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True DEFINES["MIPS_FPU_LE"] = True @@ -43260,7 +48124,7 @@ index fc1a743ada41..575c93715eed 100644 SOURCES += [ "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_mips.cc" -@@ -191,8 +77,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -197,8 +83,6 @@ if CONFIG["TARGET_CPU"] == "mips32": if CONFIG["TARGET_CPU"] == "mips64": @@ -43269,7 +48133,7 @@ index fc1a743ada41..575c93715eed 100644 SOURCES += [ "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_c.cc" ] -@@ -203,90 +87,34 @@ if CONFIG["TARGET_CPU"] == "ppc64": +@@ -209,90 +93,34 @@ if CONFIG["TARGET_CPU"] == "ppc64": "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_c.cc" ] @@ -43328,18 +48192,18 @@ index fc1a743ada41..575c93715eed 100644 -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": - - DEFINES["_GNU_SOURCE"] = True -- -- SOURCES += [ -- "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_c.cc" -- ] -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "riscv64": +if CONFIG["TARGET_CPU"] == "riscv64": SOURCES += [ "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_c.cc" ] +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "riscv64": +- +- SOURCES += [ +- "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_c.cc" +- ] +- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +if CONFIG["TARGET_CPU"] == "x86": @@ -43370,18 +48234,17 @@ index fc1a743ada41..575c93715eed 100644 + Library("aecm_core_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc/agc_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc/agc_gn/moz.build -index c365d8251091..69cf5b32c800 100644 +index c4325ac824cb..47f526008661 100644 --- third_party/libwebrtc/modules/audio_processing/agc/agc_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc/agc_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -43396,7 +48259,7 @@ index c365d8251091..69cf5b32c800 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -43408,7 +48271,6 @@ index c365d8251091..69cf5b32c800 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -43435,7 +48297,6 @@ index c365d8251091..69cf5b32c800 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -43454,7 +48315,6 @@ index c365d8251091..69cf5b32c800 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -43512,6 +48372,10 @@ index c365d8251091..69cf5b32c800 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -43593,17 +48457,16 @@ index c365d8251091..69cf5b32c800 100644 Library("agc_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc/gain_control_interface_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc/gain_control_interface_gn/moz.build -index 7f018adae5f0..c9930a29880f 100644 +index 5983e4f77576..127f60740aed 100644 --- third_party/libwebrtc/modules/audio_processing/agc/gain_control_interface_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc/gain_control_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -43618,7 +48481,7 @@ index 7f018adae5f0..c9930a29880f 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -43630,7 +48493,6 @@ index 7f018adae5f0..c9930a29880f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -43653,7 +48515,6 @@ index 7f018adae5f0..c9930a29880f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -43668,7 +48529,6 @@ index 7f018adae5f0..c9930a29880f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -43715,6 +48575,10 @@ index 7f018adae5f0..c9930a29880f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -43727,7 +48591,7 @@ index 7f018adae5f0..c9930a29880f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -43780,17 +48644,16 @@ index 7f018adae5f0..c9930a29880f 100644 - Library("gain_control_interface_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc/legacy_agc_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc/legacy_agc_gn/moz.build -index d129ca31f30f..9e5843ca9d55 100644 +index fc5a6d3a17ac..13a466730810 100644 --- third_party/libwebrtc/modules/audio_processing/agc/legacy_agc_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc/legacy_agc_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -43805,7 +48668,7 @@ index d129ca31f30f..9e5843ca9d55 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -43817,7 +48680,6 @@ index d129ca31f30f..9e5843ca9d55 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -43844,7 +48706,6 @@ index d129ca31f30f..9e5843ca9d55 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -43863,7 +48724,6 @@ index d129ca31f30f..9e5843ca9d55 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -43921,6 +48781,10 @@ index d129ca31f30f..9e5843ca9d55 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -44002,17 +48866,16 @@ index d129ca31f30f..9e5843ca9d55 100644 Library("legacy_agc_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc/level_estimation_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc/level_estimation_gn/moz.build -index 1b5ce0bb9058..94838195a243 100644 +index 35537a26bfaa..9f58d8bde235 100644 --- third_party/libwebrtc/modules/audio_processing/agc/level_estimation_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc/level_estimation_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -44027,7 +48890,7 @@ index 1b5ce0bb9058..94838195a243 100644 FINAL_LIBRARY = "xul" -@@ -45,189 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,190 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -44039,7 +48902,6 @@ index 1b5ce0bb9058..94838195a243 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -44066,7 +48928,6 @@ index 1b5ce0bb9058..94838195a243 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -44085,7 +48946,6 @@ index 1b5ce0bb9058..94838195a243 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -44143,6 +49003,10 @@ index 1b5ce0bb9058..94838195a243 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -44224,18 +49088,17 @@ index 1b5ce0bb9058..94838195a243 100644 Library("level_estimation_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller_gn/moz.build -index 301502022710..9d3e621ef2c1 100644 +index e225f10fa3cd..d7a4d53ab75c 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -44250,7 +49113,7 @@ index 301502022710..9d3e621ef2c1 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -44262,7 +49125,6 @@ index 301502022710..9d3e621ef2c1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -44289,7 +49151,6 @@ index 301502022710..9d3e621ef2c1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -44308,7 +49169,6 @@ index 301502022710..9d3e621ef2c1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -44366,6 +49226,10 @@ index 301502022710..9d3e621ef2c1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -44447,17 +49311,16 @@ index 301502022710..9d3e621ef2c1 100644 Library("adaptive_digital_gain_controller_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/biquad_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/biquad_filter_gn/moz.build -index fe132f5f694c..35f0c449d032 100644 +index 6622d617c907..8dfe3f760d23 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/biquad_filter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/biquad_filter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -44472,7 +49335,7 @@ index fe132f5f694c..35f0c449d032 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -44484,7 +49347,6 @@ index fe132f5f694c..35f0c449d032 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -44511,7 +49373,6 @@ index fe132f5f694c..35f0c449d032 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -44526,7 +49387,6 @@ index fe132f5f694c..35f0c449d032 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -44577,6 +49437,10 @@ index fe132f5f694c..35f0c449d032 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -44658,17 +49522,16 @@ index fe132f5f694c..35f0c449d032 100644 Library("biquad_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/clipping_predictor_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/clipping_predictor_gn/moz.build -index ae1541ded6d8..9e7828c0e215 100644 +index beda030559b6..bb6b4b02c9bb 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/clipping_predictor_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/clipping_predictor_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -44683,7 +49546,7 @@ index ae1541ded6d8..9e7828c0e215 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -44695,7 +49558,6 @@ index ae1541ded6d8..9e7828c0e215 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -44722,7 +49584,6 @@ index ae1541ded6d8..9e7828c0e215 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -44741,7 +49602,6 @@ index ae1541ded6d8..9e7828c0e215 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -44799,6 +49659,10 @@ index ae1541ded6d8..9e7828c0e215 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -44880,17 +49744,16 @@ index ae1541ded6d8..9e7828c0e215 100644 Library("clipping_predictor_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/common_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/common_gn/moz.build -index 64f1d62c2def..057a01c35050 100644 +index cf2c69fcdfaa..a3693736aedb 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/common_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/common_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -44905,7 +49768,7 @@ index 64f1d62c2def..057a01c35050 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -44917,7 +49780,6 @@ index 64f1d62c2def..057a01c35050 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -44940,7 +49802,6 @@ index 64f1d62c2def..057a01c35050 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -44955,7 +49816,6 @@ index 64f1d62c2def..057a01c35050 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -45002,6 +49862,10 @@ index 64f1d62c2def..057a01c35050 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -45014,7 +49878,7 @@ index 64f1d62c2def..057a01c35050 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -45067,17 +49931,16 @@ index 64f1d62c2def..057a01c35050 100644 - Library("common_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/cpu_features_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/cpu_features_gn/moz.build -index bc5907abea35..4ddef798f043 100644 +index 0de2dc9384e3..de0334f13255 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/cpu_features_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/cpu_features_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -45092,7 +49955,7 @@ index bc5907abea35..4ddef798f043 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -45104,7 +49967,6 @@ index bc5907abea35..4ddef798f043 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -45131,7 +49993,6 @@ index bc5907abea35..4ddef798f043 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -45150,7 +50011,6 @@ index bc5907abea35..4ddef798f043 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -45208,6 +50068,10 @@ index bc5907abea35..4ddef798f043 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -45289,18 +50153,17 @@ index bc5907abea35..4ddef798f043 100644 Library("cpu_features_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/fixed_digital_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/fixed_digital_gn/moz.build -index ed716566a46d..b746c1697b38 100644 +index 42be77d0926e..5cc90ad1f104 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/fixed_digital_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/fixed_digital_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -45315,7 +50178,7 @@ index ed716566a46d..b746c1697b38 100644 FINAL_LIBRARY = "xul" -@@ -46,189 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,190 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -45327,7 +50190,6 @@ index ed716566a46d..b746c1697b38 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -45354,7 +50216,6 @@ index ed716566a46d..b746c1697b38 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -45373,7 +50234,6 @@ index ed716566a46d..b746c1697b38 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -45431,6 +50291,10 @@ index ed716566a46d..b746c1697b38 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -45512,17 +50376,16 @@ index ed716566a46d..b746c1697b38 100644 Library("fixed_digital_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/gain_applier_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/gain_applier_gn/moz.build -index 3f2132cc91d8..d80bca19c048 100644 +index 74f97ce3d86b..e5ccbba3faa4 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/gain_applier_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/gain_applier_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -45537,7 +50400,7 @@ index 3f2132cc91d8..d80bca19c048 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -45549,7 +50412,6 @@ index 3f2132cc91d8..d80bca19c048 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -45576,7 +50438,6 @@ index 3f2132cc91d8..d80bca19c048 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -45591,7 +50452,6 @@ index 3f2132cc91d8..d80bca19c048 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -45625,6 +50485,13 @@ index 3f2132cc91d8..d80bca19c048 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -45642,6 +50509,10 @@ index 3f2132cc91d8..d80bca19c048 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -45723,17 +50594,16 @@ index 3f2132cc91d8..d80bca19c048 100644 Library("gain_applier_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/gain_map_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/gain_map_gn/moz.build -index 9736df45221e..1b5b649273c9 100644 +index f737fa6929fb..27094cde280b 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/gain_map_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/gain_map_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -45748,7 +50618,7 @@ index 9736df45221e..1b5b649273c9 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -45760,7 +50630,6 @@ index 9736df45221e..1b5b649273c9 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -45783,7 +50652,6 @@ index 9736df45221e..1b5b649273c9 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -45798,7 +50666,6 @@ index 9736df45221e..1b5b649273c9 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -45845,6 +50712,10 @@ index 9736df45221e..1b5b649273c9 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -45857,7 +50728,7 @@ index 9736df45221e..1b5b649273c9 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -45910,18 +50781,17 @@ index 9736df45221e..1b5b649273c9 100644 - Library("gain_map_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/input_volume_controller_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/input_volume_controller_gn/moz.build -index cd4bf219463d..b3d639b758c3 100644 +index e9a5eecf6501..f974969cef4f 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/input_volume_controller_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/input_volume_controller_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -45936,7 +50806,7 @@ index cd4bf219463d..b3d639b758c3 100644 FINAL_LIBRARY = "xul" -@@ -45,189 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,190 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -45948,7 +50818,6 @@ index cd4bf219463d..b3d639b758c3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -45975,7 +50844,6 @@ index cd4bf219463d..b3d639b758c3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -45994,7 +50862,6 @@ index cd4bf219463d..b3d639b758c3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -46052,6 +50919,10 @@ index cd4bf219463d..b3d639b758c3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -46133,17 +51004,16 @@ index cd4bf219463d..b3d639b758c3 100644 Library("input_volume_controller_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/input_volume_stats_reporter_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/input_volume_stats_reporter_gn/moz.build -index 59a271492490..d57ecd1e8c07 100644 +index 16dc6a71efd0..e9e41bc13fdb 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/input_volume_stats_reporter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/input_volume_stats_reporter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -46158,7 +51028,7 @@ index 59a271492490..d57ecd1e8c07 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -46170,7 +51040,6 @@ index 59a271492490..d57ecd1e8c07 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -46197,7 +51066,6 @@ index 59a271492490..d57ecd1e8c07 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -46212,7 +51080,6 @@ index 59a271492490..d57ecd1e8c07 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -46270,6 +51137,10 @@ index 59a271492490..d57ecd1e8c07 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -46351,18 +51222,17 @@ index 59a271492490..d57ecd1e8c07 100644 Library("input_volume_stats_reporter_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/noise_level_estimator_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/noise_level_estimator_gn/moz.build -index bce906f682e9..4fb8352cdf6d 100644 +index 9c436a5d0f3a..7af9460687a6 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/noise_level_estimator_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/noise_level_estimator_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -46377,7 +51247,7 @@ index bce906f682e9..4fb8352cdf6d 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -46389,7 +51259,6 @@ index bce906f682e9..4fb8352cdf6d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -46416,7 +51285,6 @@ index bce906f682e9..4fb8352cdf6d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -46435,7 +51303,6 @@ index bce906f682e9..4fb8352cdf6d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -46493,6 +51360,10 @@ index bce906f682e9..4fb8352cdf6d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -46574,17 +51445,16 @@ index bce906f682e9..4fb8352cdf6d 100644 Library("noise_level_estimator_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_auto_correlation_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_auto_correlation_gn/moz.build -index 06d77c98fdb8..eacf88cb2c77 100644 +index 59564cc1e285..954c989398f4 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_auto_correlation_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_auto_correlation_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -46599,7 +51469,7 @@ index 06d77c98fdb8..eacf88cb2c77 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -46611,7 +51481,6 @@ index 06d77c98fdb8..eacf88cb2c77 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -46638,7 +51507,6 @@ index 06d77c98fdb8..eacf88cb2c77 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -46657,7 +51525,6 @@ index 06d77c98fdb8..eacf88cb2c77 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -46715,6 +51582,10 @@ index 06d77c98fdb8..eacf88cb2c77 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -46796,17 +51667,16 @@ index 06d77c98fdb8..eacf88cb2c77 100644 Library("rnn_vad_auto_correlation_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_common_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_common_gn/moz.build -index 9c27c5284f73..4a2e5ece584d 100644 +index bf0b365e6eee..52089937e2a4 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_common_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_common_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -46821,7 +51691,7 @@ index 9c27c5284f73..4a2e5ece584d 100644 FINAL_LIBRARY = "xul" -@@ -39,122 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -46833,7 +51703,6 @@ index 9c27c5284f73..4a2e5ece584d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -46860,7 +51729,6 @@ index 9c27c5284f73..4a2e5ece584d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -46879,7 +51747,6 @@ index 9c27c5284f73..4a2e5ece584d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -46933,6 +51800,10 @@ index 9c27c5284f73..4a2e5ece584d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -46945,7 +51816,7 @@ index 9c27c5284f73..4a2e5ece584d 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -164,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -46998,17 +51869,16 @@ index 9c27c5284f73..4a2e5ece584d 100644 - Library("rnn_vad_common_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_gn/moz.build -index c06de8a64d6b..5a79d30a9da3 100644 +index 138685a386db..575ac8951bd6 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -47023,7 +51893,7 @@ index c06de8a64d6b..5a79d30a9da3 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -47035,7 +51905,6 @@ index c06de8a64d6b..5a79d30a9da3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -47062,7 +51931,6 @@ index c06de8a64d6b..5a79d30a9da3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -47081,7 +51949,6 @@ index c06de8a64d6b..5a79d30a9da3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -47139,6 +52006,10 @@ index c06de8a64d6b..5a79d30a9da3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -47220,17 +52091,16 @@ index c06de8a64d6b..5a79d30a9da3 100644 Library("rnn_vad_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build -index 68a10c5f8ca5..c905cd958ae1 100644 +index 699bc21ae364..577a86ada3c3 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -47245,7 +52115,7 @@ index 68a10c5f8ca5..c905cd958ae1 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -47257,7 +52127,6 @@ index 68a10c5f8ca5..c905cd958ae1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -47284,7 +52153,6 @@ index 68a10c5f8ca5..c905cd958ae1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -47303,7 +52171,6 @@ index 68a10c5f8ca5..c905cd958ae1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -47361,6 +52228,10 @@ index 68a10c5f8ca5..c905cd958ae1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -47442,17 +52313,16 @@ index 68a10c5f8ca5..c905cd958ae1 100644 Library("rnn_vad_layers_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_lp_residual_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_lp_residual_gn/moz.build -index 8d629f368af1..79d839518c86 100644 +index b25ad71cb8d9..0e7ee8647c24 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_lp_residual_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_lp_residual_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -47467,7 +52337,7 @@ index 8d629f368af1..79d839518c86 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -47479,7 +52349,6 @@ index 8d629f368af1..79d839518c86 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -47506,7 +52375,6 @@ index 8d629f368af1..79d839518c86 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -47521,7 +52389,6 @@ index 8d629f368af1..79d839518c86 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -47572,6 +52439,10 @@ index 8d629f368af1..79d839518c86 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -47653,17 +52524,16 @@ index 8d629f368af1..79d839518c86 100644 Library("rnn_vad_lp_residual_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build -index 89a8148e73b2..989a69261a88 100644 +index 236281787c93..537751526475 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -47678,7 +52548,7 @@ index 89a8148e73b2..989a69261a88 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -47690,7 +52560,6 @@ index 89a8148e73b2..989a69261a88 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -47717,7 +52586,6 @@ index 89a8148e73b2..989a69261a88 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -47736,7 +52604,6 @@ index 89a8148e73b2..989a69261a88 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -47794,6 +52661,10 @@ index 89a8148e73b2..989a69261a88 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -47875,17 +52746,16 @@ index 89a8148e73b2..989a69261a88 100644 Library("rnn_vad_pitch_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_ring_buffer_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_ring_buffer_gn/moz.build -index a650860e3ed1..d64690a99e7e 100644 +index 49e0ac0e1752..af5b80e27004 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_ring_buffer_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_ring_buffer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -47900,7 +52770,7 @@ index a650860e3ed1..d64690a99e7e 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -47912,7 +52782,6 @@ index a650860e3ed1..d64690a99e7e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -47939,7 +52808,6 @@ index a650860e3ed1..d64690a99e7e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -47954,7 +52822,6 @@ index a650860e3ed1..d64690a99e7e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -48001,6 +52868,10 @@ index a650860e3ed1..d64690a99e7e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -48013,7 +52884,7 @@ index a650860e3ed1..d64690a99e7e 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -48066,17 +52937,16 @@ index a650860e3ed1..d64690a99e7e 100644 - Library("rnn_vad_ring_buffer_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_sequence_buffer_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_sequence_buffer_gn/moz.build -index 33988b17e143..790be6232bb6 100644 +index 25ebe1ded808..5aeecbb95fb0 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_sequence_buffer_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_sequence_buffer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -48091,7 +52961,7 @@ index 33988b17e143..790be6232bb6 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -48103,7 +52973,6 @@ index 33988b17e143..790be6232bb6 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -48130,7 +52999,6 @@ index 33988b17e143..790be6232bb6 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -48145,7 +53013,6 @@ index 33988b17e143..790be6232bb6 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -48192,6 +53059,10 @@ index 33988b17e143..790be6232bb6 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -48204,7 +53075,7 @@ index 33988b17e143..790be6232bb6 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -48257,17 +53128,16 @@ index 33988b17e143..790be6232bb6 100644 - Library("rnn_vad_sequence_buffer_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_spectral_features_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_spectral_features_gn/moz.build -index 1e27faa5870d..a3b90470369b 100644 +index 3fd01cae8e39..6029a14a410a 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_spectral_features_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_spectral_features_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -48282,7 +53152,7 @@ index 1e27faa5870d..a3b90470369b 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -48294,7 +53164,6 @@ index 1e27faa5870d..a3b90470369b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -48321,7 +53190,6 @@ index 1e27faa5870d..a3b90470369b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -48340,7 +53208,6 @@ index 1e27faa5870d..a3b90470369b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -48398,6 +53265,10 @@ index 1e27faa5870d..a3b90470369b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -48479,17 +53350,16 @@ index 1e27faa5870d..a3b90470369b 100644 Library("rnn_vad_spectral_features_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_symmetric_matrix_buffer_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_symmetric_matrix_buffer_gn/moz.build -index 6ffad4636659..ecf6e2b21491 100644 +index 81600c1ed958..654468ece4cd 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_symmetric_matrix_buffer_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_symmetric_matrix_buffer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -48504,7 +53374,7 @@ index 6ffad4636659..ecf6e2b21491 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -48516,7 +53386,6 @@ index 6ffad4636659..ecf6e2b21491 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -48543,7 +53412,6 @@ index 6ffad4636659..ecf6e2b21491 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -48558,7 +53426,6 @@ index 6ffad4636659..ecf6e2b21491 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -48605,6 +53472,10 @@ index 6ffad4636659..ecf6e2b21491 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -48617,7 +53488,7 @@ index 6ffad4636659..ecf6e2b21491 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -48670,18 +53541,17 @@ index 6ffad4636659..ecf6e2b21491 100644 - Library("rnn_vad_symmetric_matrix_buffer_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn/moz.build -index 38fbb48de3fe..3c36b3d1087c 100644 +index c27d2ed5f439..286a59787858 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn/moz.build -@@ -17,12 +17,22 @@ CXXFLAGS += [ - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -18,12 +18,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_AVX2"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -48696,7 +53566,7 @@ index 38fbb48de3fe..3c36b3d1087c 100644 FINAL_LIBRARY = "xul" -@@ -49,137 +59,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,134 +59,16 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -48708,7 +53578,6 @@ index 38fbb48de3fe..3c36b3d1087c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -48735,7 +53604,6 @@ index 38fbb48de3fe..3c36b3d1087c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -48755,7 +53623,6 @@ index 38fbb48de3fe..3c36b3d1087c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -48838,17 +53705,16 @@ index 38fbb48de3fe..3c36b3d1087c 100644 Library("vector_math_avx2_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_gn/moz.build -index d3bb22b9a525..5c642468adb2 100644 +index 9b4370335783..f9c9407c1a18 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -48863,7 +53729,7 @@ index d3bb22b9a525..5c642468adb2 100644 FINAL_LIBRARY = "xul" -@@ -39,122 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -48875,7 +53741,6 @@ index d3bb22b9a525..5c642468adb2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -48902,7 +53767,6 @@ index d3bb22b9a525..5c642468adb2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -48921,7 +53785,6 @@ index d3bb22b9a525..5c642468adb2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -48975,6 +53838,10 @@ index d3bb22b9a525..5c642468adb2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -48987,7 +53854,7 @@ index d3bb22b9a525..5c642468adb2 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -164,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -49040,18 +53907,17 @@ index d3bb22b9a525..5c642468adb2 100644 - Library("vector_math_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/saturation_protector_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/saturation_protector_gn/moz.build -index 271c46c540d7..aebdf4b8ac28 100644 +index c312fba12052..d996b4cc9d90 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/saturation_protector_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/saturation_protector_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -49066,7 +53932,7 @@ index 271c46c540d7..aebdf4b8ac28 100644 FINAL_LIBRARY = "xul" -@@ -45,189 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,190 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -49078,7 +53944,6 @@ index 271c46c540d7..aebdf4b8ac28 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -49105,7 +53970,6 @@ index 271c46c540d7..aebdf4b8ac28 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -49124,7 +53988,6 @@ index 271c46c540d7..aebdf4b8ac28 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -49182,6 +54045,10 @@ index 271c46c540d7..aebdf4b8ac28 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -49263,18 +54130,17 @@ index 271c46c540d7..aebdf4b8ac28 100644 Library("saturation_protector_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/speech_level_estimator_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/speech_level_estimator_gn/moz.build -index cfb4bb80840a..da5dfc59ec93 100644 +index 343cfc723b09..8c6eb49b4512 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/speech_level_estimator_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/speech_level_estimator_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -49289,7 +54155,7 @@ index cfb4bb80840a..da5dfc59ec93 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -49301,7 +54167,6 @@ index cfb4bb80840a..da5dfc59ec93 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -49328,7 +54193,6 @@ index cfb4bb80840a..da5dfc59ec93 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -49347,7 +54211,6 @@ index cfb4bb80840a..da5dfc59ec93 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -49405,6 +54268,10 @@ index cfb4bb80840a..da5dfc59ec93 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -49486,17 +54353,16 @@ index cfb4bb80840a..da5dfc59ec93 100644 Library("speech_level_estimator_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/vad_wrapper_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/vad_wrapper_gn/moz.build -index 00e3216b4597..8f4f2eb9cd09 100644 +index a82ded938c6b..93c53adca4bb 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/vad_wrapper_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/vad_wrapper_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -49511,7 +54377,7 @@ index 00e3216b4597..8f4f2eb9cd09 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -49523,7 +54389,6 @@ index 00e3216b4597..8f4f2eb9cd09 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -49550,7 +54415,6 @@ index 00e3216b4597..8f4f2eb9cd09 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -49569,7 +54433,6 @@ index 00e3216b4597..8f4f2eb9cd09 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -49627,223 +54490,9 @@ index 00e3216b4597..8f4f2eb9cd09 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - - if CONFIG["TARGET_CPU"] == "mips32": - - DEFINES["MIPS32_LE"] = True - DEFINES["MIPS_FPU_LE"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["TARGET_CPU"] == "mips64": -- -- DEFINES["_GNU_SOURCE"] = True - - if CONFIG["TARGET_CPU"] == "x86": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" -- --if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": -- -- OS_LIBS += [ -- "unwind" -- ] -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["_GNU_SOURCE"] = True +-if CONFIG["TARGET_CPU"] == "loongarch64": - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("vad_wrapper_gn") -diff --git third_party/libwebrtc/modules/audio_processing/api_gn/moz.build third_party/libwebrtc/modules/audio_processing/api_gn/moz.build -index e0d5597d5605..73327af215a3 100644 ---- third_party/libwebrtc/modules/audio_processing/api_gn/moz.build -+++ third_party/libwebrtc/modules/audio_processing/api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True - DEFINES["RTC_ENABLE_VP9"] = True -+DEFINES["USE_GLIB"] = "1" -+DEFINES["USE_OZONE"] = "1" -+DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_LIBRARY_IMPL"] = True - DEFINES["WEBRTC_MOZILLA_BUILD"] = True - DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" -+DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" -+DEFINES["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "xul" - -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["ANDROID"] = True -- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" -- DEFINES["HAVE_SYS_UIO_H"] = True -- DEFINES["WEBRTC_ANDROID"] = True -- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_GNU_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- -- OS_LIBS += [ -- "log" -- ] -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["WEBRTC_MAC"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True -- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_AURA"] = "1" -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_NSS_CERTS"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True -- DEFINES["NOMINMAX"] = True -- DEFINES["NTDDI_VERSION"] = "0x0A000000" -- DEFINES["PSAPI_VERSION"] = "2" -- DEFINES["RTC_ENABLE_WIN_WGC"] = True -- DEFINES["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_WIN"] = True -- DEFINES["WIN32"] = True -- DEFINES["WIN32_LEAN_AND_MEAN"] = True -- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" -- DEFINES["WINVER"] = "0x0A00" -- DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_RAND_S"] = True -- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True -- DEFINES["_HAS_EXCEPTIONS"] = "0" -- DEFINES["_HAS_NODISCARD"] = True -- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True -- DEFINES["_SECURE_ATL"] = True -- DEFINES["_UNICODE"] = True -- DEFINES["_WIN32_WINNT"] = "0x0A00" -- DEFINES["_WINDOWS"] = True -- DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["TARGET_CPU"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True - if CONFIG["TARGET_CPU"] == "mips32": @@ -49924,20 +54573,19 @@ index e0d5597d5605..73327af215a3 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("api_gn") + Library("vad_wrapper_gn") diff --git third_party/libwebrtc/modules/audio_processing/apm_logging_gn/moz.build third_party/libwebrtc/modules/audio_processing/apm_logging_gn/moz.build -index 9b5e11e947d9..1bd5feb70d36 100644 +index a09b4c70b19d..23f44e13d5bb 100644 --- third_party/libwebrtc/modules/audio_processing/apm_logging_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/apm_logging_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -49952,7 +54600,7 @@ index 9b5e11e947d9..1bd5feb70d36 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -49964,7 +54612,6 @@ index 9b5e11e947d9..1bd5feb70d36 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -49991,7 +54638,6 @@ index 9b5e11e947d9..1bd5feb70d36 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -50010,7 +54656,6 @@ index 9b5e11e947d9..1bd5feb70d36 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -50068,6 +54713,10 @@ index 9b5e11e947d9..1bd5feb70d36 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -50149,18 +54798,17 @@ index 9b5e11e947d9..1bd5feb70d36 100644 Library("apm_logging_gn") diff --git third_party/libwebrtc/modules/audio_processing/audio_buffer_gn/moz.build third_party/libwebrtc/modules/audio_processing/audio_buffer_gn/moz.build -index 986ecc61c766..3d9e6a75e276 100644 +index 2b2e58b89940..b833396bba9b 100644 --- third_party/libwebrtc/modules/audio_processing/audio_buffer_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/audio_buffer_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -50175,7 +54823,7 @@ index 986ecc61c766..3d9e6a75e276 100644 FINAL_LIBRARY = "xul" -@@ -46,189 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,190 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -50187,7 +54835,6 @@ index 986ecc61c766..3d9e6a75e276 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -50214,7 +54861,6 @@ index 986ecc61c766..3d9e6a75e276 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -50233,7 +54879,6 @@ index 986ecc61c766..3d9e6a75e276 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -50291,6 +54936,10 @@ index 986ecc61c766..3d9e6a75e276 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -50372,17 +55021,16 @@ index 986ecc61c766..3d9e6a75e276 100644 Library("audio_buffer_gn") diff --git third_party/libwebrtc/modules/audio_processing/audio_frame_proxies_gn/moz.build third_party/libwebrtc/modules/audio_processing/audio_frame_proxies_gn/moz.build -index 894361b57458..c605bd008d4e 100644 +index 062f65365d8d..c6e89fcf1c87 100644 --- third_party/libwebrtc/modules/audio_processing/audio_frame_proxies_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/audio_frame_proxies_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -50397,7 +55045,7 @@ index 894361b57458..c605bd008d4e 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -50409,7 +55057,6 @@ index 894361b57458..c605bd008d4e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -50436,7 +55083,6 @@ index 894361b57458..c605bd008d4e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -50451,7 +55097,6 @@ index 894361b57458..c605bd008d4e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -50509,6 +55154,10 @@ index 894361b57458..c605bd008d4e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -50590,17 +55239,16 @@ index 894361b57458..c605bd008d4e 100644 Library("audio_frame_proxies_gn") diff --git third_party/libwebrtc/modules/audio_processing/audio_frame_view_gn/moz.build third_party/libwebrtc/modules/audio_processing/audio_frame_view_gn/moz.build -index 7a283f1e109a..e9b1dc9e853e 100644 +index 66e92461dade..cca630b76705 100644 --- third_party/libwebrtc/modules/audio_processing/audio_frame_view_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/audio_frame_view_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -50615,7 +55263,7 @@ index 7a283f1e109a..e9b1dc9e853e 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -50627,7 +55275,6 @@ index 7a283f1e109a..e9b1dc9e853e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -50654,7 +55301,6 @@ index 7a283f1e109a..e9b1dc9e853e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -50669,7 +55315,6 @@ index 7a283f1e109a..e9b1dc9e853e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -50703,6 +55348,13 @@ index 7a283f1e109a..e9b1dc9e853e 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -50716,6 +55368,10 @@ index 7a283f1e109a..e9b1dc9e853e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -50728,7 +55384,7 @@ index 7a283f1e109a..e9b1dc9e853e 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -50781,18 +55437,17 @@ index 7a283f1e109a..e9b1dc9e853e 100644 - Library("audio_frame_view_gn") diff --git third_party/libwebrtc/modules/audio_processing/audio_processing_gn/moz.build third_party/libwebrtc/modules/audio_processing/audio_processing_gn/moz.build -index 4acaa7f014eb..66c1eab00fc1 100644 +index 10be557444b1..786ef149fe84 100644 --- third_party/libwebrtc/modules/audio_processing/audio_processing_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/audio_processing_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -50807,7 +55462,7 @@ index 4acaa7f014eb..66c1eab00fc1 100644 FINAL_LIBRARY = "xul" -@@ -50,189 +60,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,190 +59,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -50819,7 +55474,6 @@ index 4acaa7f014eb..66c1eab00fc1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -50846,7 +55500,6 @@ index 4acaa7f014eb..66c1eab00fc1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -50865,7 +55518,6 @@ index 4acaa7f014eb..66c1eab00fc1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -50923,212 +55575,9 @@ index 4acaa7f014eb..66c1eab00fc1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - - if CONFIG["TARGET_CPU"] == "mips32": - - DEFINES["MIPS32_LE"] = True - DEFINES["MIPS_FPU_LE"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["TARGET_CPU"] == "mips64": +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - - if CONFIG["TARGET_CPU"] == "x86": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" -- --if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": -- -- OS_LIBS += [ -- "unwind" -- ] -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("audio_processing_gn") -diff --git third_party/libwebrtc/modules/audio_processing/audio_processing_statistics_gn/moz.build third_party/libwebrtc/modules/audio_processing/audio_processing_statistics_gn/moz.build -index 4f36694047af..1fac698b31d9 100644 ---- third_party/libwebrtc/modules/audio_processing/audio_processing_statistics_gn/moz.build -+++ third_party/libwebrtc/modules/audio_processing/audio_processing_statistics_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True - DEFINES["RTC_ENABLE_VP9"] = True -+DEFINES["USE_GLIB"] = "1" -+DEFINES["USE_OZONE"] = "1" -+DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_LIBRARY_IMPL"] = True - DEFINES["WEBRTC_MOZILLA_BUILD"] = True - DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" -+DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" -+DEFINES["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "xul" - -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["ANDROID"] = True -- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" -- DEFINES["HAVE_SYS_UIO_H"] = True -- DEFINES["WEBRTC_ANDROID"] = True -- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_GNU_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["WEBRTC_MAC"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True -- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_AURA"] = "1" -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_NSS_CERTS"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True -- DEFINES["NOMINMAX"] = True -- DEFINES["NTDDI_VERSION"] = "0x0A000000" -- DEFINES["PSAPI_VERSION"] = "2" -- DEFINES["RTC_ENABLE_WIN_WGC"] = True -- DEFINES["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_WIN"] = True -- DEFINES["WIN32"] = True -- DEFINES["WIN32_LEAN_AND_MEAN"] = True -- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" -- DEFINES["WINVER"] = "0x0A00" -- DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_RAND_S"] = True -- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True -- DEFINES["_HAS_EXCEPTIONS"] = "0" -- DEFINES["_HAS_NODISCARD"] = True -- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True -- DEFINES["_SECURE_ATL"] = True -- DEFINES["_UNICODE"] = True -- DEFINES["_WIN32_WINNT"] = "0x0A00" -- DEFINES["_WINDOWS"] = True -- DEFINES["__STD_C"] = True -+ DEFINES["_DEBUG"] = True - - if CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["TARGET_CPU"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True - if CONFIG["TARGET_CPU"] == "mips32": @@ -51209,19 +55658,18 @@ index 4f36694047af..1fac698b31d9 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("audio_processing_statistics_gn") + Library("audio_processing_gn") diff --git third_party/libwebrtc/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster_gn/moz.build third_party/libwebrtc/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster_gn/moz.build -index ba0901058580..d8273687ada4 100644 +index 7eabe2166f96..bc2da883b302 100644 --- third_party/libwebrtc/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -51236,7 +55684,7 @@ index ba0901058580..d8273687ada4 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -51248,7 +55696,6 @@ index ba0901058580..d8273687ada4 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -51275,7 +55722,6 @@ index ba0901058580..d8273687ada4 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -51294,7 +55740,6 @@ index ba0901058580..d8273687ada4 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -51352,6 +55797,10 @@ index ba0901058580..d8273687ada4 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -51433,18 +55882,17 @@ index ba0901058580..d8273687ada4 100644 Library("capture_levels_adjuster_gn") diff --git third_party/libwebrtc/modules/audio_processing/gain_controller2_gn/moz.build third_party/libwebrtc/modules/audio_processing/gain_controller2_gn/moz.build -index 2fd9b99a64df..62d3f34fa3be 100644 +index 7c590c1c04e4..10ca80187523 100644 --- third_party/libwebrtc/modules/audio_processing/gain_controller2_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/gain_controller2_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -51459,7 +55907,7 @@ index 2fd9b99a64df..62d3f34fa3be 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -51471,7 +55919,6 @@ index 2fd9b99a64df..62d3f34fa3be 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -51498,7 +55945,6 @@ index 2fd9b99a64df..62d3f34fa3be 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -51517,7 +55963,6 @@ index 2fd9b99a64df..62d3f34fa3be 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -51575,6 +56020,10 @@ index 2fd9b99a64df..62d3f34fa3be 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -51656,17 +56105,16 @@ index 2fd9b99a64df..62d3f34fa3be 100644 Library("gain_controller2_gn") diff --git third_party/libwebrtc/modules/audio_processing/high_pass_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/high_pass_filter_gn/moz.build -index 09d5dc988247..ce4fc0c9b48a 100644 +index 2a5c6b124653..088eaeabf901 100644 --- third_party/libwebrtc/modules/audio_processing/high_pass_filter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/high_pass_filter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -51681,7 +56129,7 @@ index 09d5dc988247..ce4fc0c9b48a 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -51693,7 +56141,6 @@ index 09d5dc988247..ce4fc0c9b48a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -51720,7 +56167,6 @@ index 09d5dc988247..ce4fc0c9b48a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -51739,7 +56185,6 @@ index 09d5dc988247..ce4fc0c9b48a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -51797,6 +56242,10 @@ index 09d5dc988247..ce4fc0c9b48a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -51878,18 +56327,17 @@ index 09d5dc988247..ce4fc0c9b48a 100644 Library("high_pass_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/ns/ns_gn/moz.build third_party/libwebrtc/modules/audio_processing/ns/ns_gn/moz.build -index 93c673ef1703..87ffa3a5cf65 100644 +index cea8ba8d8132..b7191f1399a0 100644 --- third_party/libwebrtc/modules/audio_processing/ns/ns_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/ns/ns_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -51904,7 +56352,7 @@ index 93c673ef1703..87ffa3a5cf65 100644 FINAL_LIBRARY = "xul" -@@ -56,189 +66,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -57,190 +66,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -51916,7 +56364,6 @@ index 93c673ef1703..87ffa3a5cf65 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -51943,7 +56390,6 @@ index 93c673ef1703..87ffa3a5cf65 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -51962,7 +56408,6 @@ index 93c673ef1703..87ffa3a5cf65 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -52020,227 +56465,9 @@ index 93c673ef1703..87ffa3a5cf65 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - - if CONFIG["TARGET_CPU"] == "mips32": - - DEFINES["MIPS32_LE"] = True - DEFINES["MIPS_FPU_LE"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["TARGET_CPU"] == "mips64": -- -- DEFINES["_GNU_SOURCE"] = True - - if CONFIG["TARGET_CPU"] == "x86": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" -- --if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": -- -- OS_LIBS += [ -- "unwind" -- ] -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("ns_gn") -diff --git third_party/libwebrtc/modules/audio_processing/optionally_built_submodule_creators_gn/moz.build third_party/libwebrtc/modules/audio_processing/optionally_built_submodule_creators_gn/moz.build -index 0af06a9c3544..8e0e151a81c8 100644 ---- third_party/libwebrtc/modules/audio_processing/optionally_built_submodule_creators_gn/moz.build -+++ third_party/libwebrtc/modules/audio_processing/optionally_built_submodule_creators_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True - DEFINES["RTC_ENABLE_VP9"] = True -+DEFINES["USE_GLIB"] = "1" -+DEFINES["USE_OZONE"] = "1" -+DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_LIBRARY_IMPL"] = True - DEFINES["WEBRTC_MOZILLA_BUILD"] = True - DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" -+DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" -+DEFINES["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "xul" - -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": +-if CONFIG["TARGET_CPU"] == "loongarch64": - -- DEFINES["ANDROID"] = True -- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" -- DEFINES["HAVE_SYS_UIO_H"] = True -- DEFINES["WEBRTC_ANDROID"] = True -- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- -- OS_LIBS += [ -- "log" -- ] -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["WEBRTC_MAC"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True -- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_AURA"] = "1" -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_NSS_CERTS"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- -- OS_LIBS += [ -- "rt" -- ] -- --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True -- DEFINES["NOMINMAX"] = True -- DEFINES["NTDDI_VERSION"] = "0x0A000000" -- DEFINES["PSAPI_VERSION"] = "2" -- DEFINES["RTC_ENABLE_WIN_WGC"] = True -- DEFINES["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_WIN"] = True -- DEFINES["WIN32"] = True -- DEFINES["WIN32_LEAN_AND_MEAN"] = True -- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" -- DEFINES["WINVER"] = "0x0A00" -- DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_RAND_S"] = True -- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True -- DEFINES["_HAS_EXCEPTIONS"] = "0" -- DEFINES["_HAS_NODISCARD"] = True -- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True -- DEFINES["_SECURE_ATL"] = True -- DEFINES["_UNICODE"] = True -- DEFINES["_WIN32_WINNT"] = "0x0A00" -- DEFINES["_WINDOWS"] = True -- DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["TARGET_CPU"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True - if CONFIG["TARGET_CPU"] == "mips32": @@ -52321,19 +56548,18 @@ index 0af06a9c3544..8e0e151a81c8 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("optionally_built_submodule_creators_gn") + Library("ns_gn") diff --git third_party/libwebrtc/modules/audio_processing/rms_level_gn/moz.build third_party/libwebrtc/modules/audio_processing/rms_level_gn/moz.build -index 8b21dc34fd6c..3a7dc84732d1 100644 +index c6d670a9716f..0b6a724bea6a 100644 --- third_party/libwebrtc/modules/audio_processing/rms_level_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/rms_level_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -52348,7 +56574,7 @@ index 8b21dc34fd6c..3a7dc84732d1 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -52360,7 +56586,6 @@ index 8b21dc34fd6c..3a7dc84732d1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -52387,7 +56612,6 @@ index 8b21dc34fd6c..3a7dc84732d1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -52402,7 +56626,6 @@ index 8b21dc34fd6c..3a7dc84732d1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -52453,414 +56676,9 @@ index 8b21dc34fd6c..3a7dc84732d1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - - if CONFIG["TARGET_CPU"] == "mips32": - - DEFINES["MIPS32_LE"] = True - DEFINES["MIPS_FPU_LE"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["TARGET_CPU"] == "mips64": +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - - if CONFIG["TARGET_CPU"] == "x86": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" -- --if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": -- -- OS_LIBS += [ -- "unwind" -- ] -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("rms_level_gn") -diff --git third_party/libwebrtc/modules/audio_processing/transient/transient_suppressor_api_gn/moz.build third_party/libwebrtc/modules/audio_processing/transient/transient_suppressor_api_gn/moz.build -index f3ccbefcdb8e..53e064f05b08 100644 ---- third_party/libwebrtc/modules/audio_processing/transient/transient_suppressor_api_gn/moz.build -+++ third_party/libwebrtc/modules/audio_processing/transient/transient_suppressor_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True - DEFINES["RTC_ENABLE_VP9"] = True -+DEFINES["USE_GLIB"] = "1" -+DEFINES["USE_OZONE"] = "1" -+DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_LIBRARY_IMPL"] = True - DEFINES["WEBRTC_MOZILLA_BUILD"] = True - DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" -+DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" -+DEFINES["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "xul" - -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["ANDROID"] = True -- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" -- DEFINES["HAVE_SYS_UIO_H"] = True -- DEFINES["WEBRTC_ANDROID"] = True -- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_GNU_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["WEBRTC_MAC"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True -- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_AURA"] = "1" -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_NSS_CERTS"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True -- DEFINES["NOMINMAX"] = True -- DEFINES["NTDDI_VERSION"] = "0x0A000000" -- DEFINES["PSAPI_VERSION"] = "2" -- DEFINES["RTC_ENABLE_WIN_WGC"] = True -- DEFINES["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_WIN"] = True -- DEFINES["WIN32"] = True -- DEFINES["WIN32_LEAN_AND_MEAN"] = True -- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" -- DEFINES["WINVER"] = "0x0A00" -- DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_RAND_S"] = True -- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True -- DEFINES["_HAS_EXCEPTIONS"] = "0" -- DEFINES["_HAS_NODISCARD"] = True -- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True -- DEFINES["_SECURE_ATL"] = True -- DEFINES["_UNICODE"] = True -- DEFINES["_WIN32_WINNT"] = "0x0A00" -- DEFINES["_WINDOWS"] = True -- DEFINES["__STD_C"] = True -+ DEFINES["_DEBUG"] = True - - if CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- - if CONFIG["TARGET_CPU"] == "mips32": - - DEFINES["MIPS32_LE"] = True - DEFINES["MIPS_FPU_LE"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["TARGET_CPU"] == "mips64": -- -- DEFINES["_GNU_SOURCE"] = True - - if CONFIG["TARGET_CPU"] == "x86": - -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" -- --if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": -- -- OS_LIBS += [ -- "unwind" -- ] -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["_GNU_SOURCE"] = True -- - Library("transient_suppressor_api_gn") -diff --git third_party/libwebrtc/modules/audio_processing/transient/transient_suppressor_impl_gn/moz.build third_party/libwebrtc/modules/audio_processing/transient/transient_suppressor_impl_gn/moz.build -index 0ec5dcb6c535..b42e3cf6c30e 100644 ---- third_party/libwebrtc/modules/audio_processing/transient/transient_suppressor_impl_gn/moz.build -+++ third_party/libwebrtc/modules/audio_processing/transient/transient_suppressor_impl_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True - DEFINES["RTC_ENABLE_VP9"] = True -+DEFINES["USE_GLIB"] = "1" -+DEFINES["USE_OZONE"] = "1" -+DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_LIBRARY_IMPL"] = True - DEFINES["WEBRTC_MOZILLA_BUILD"] = True - DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" -+DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" -+DEFINES["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "xul" - -@@ -47,189 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["ANDROID"] = True -- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" -- DEFINES["HAVE_SYS_UIO_H"] = True -- DEFINES["WEBRTC_ANDROID"] = True -- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_GNU_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- -- OS_LIBS += [ -- "log" -- ] -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["WEBRTC_MAC"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True -- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_AURA"] = "1" -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_NSS_CERTS"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- -- OS_LIBS += [ -- "rt" -- ] -- --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True -- DEFINES["NOMINMAX"] = True -- DEFINES["NTDDI_VERSION"] = "0x0A000000" -- DEFINES["PSAPI_VERSION"] = "2" -- DEFINES["RTC_ENABLE_WIN_WGC"] = True -- DEFINES["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_WIN"] = True -- DEFINES["WIN32"] = True -- DEFINES["WIN32_LEAN_AND_MEAN"] = True -- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" -- DEFINES["WINVER"] = "0x0A00" -- DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_RAND_S"] = True -- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True -- DEFINES["_HAS_EXCEPTIONS"] = "0" -- DEFINES["_HAS_NODISCARD"] = True -- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True -- DEFINES["_SECURE_ATL"] = True -- DEFINES["_UNICODE"] = True -- DEFINES["_WIN32_WINNT"] = "0x0A00" -- DEFINES["_WINDOWS"] = True -- DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["TARGET_CPU"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True - if CONFIG["TARGET_CPU"] == "mips32": @@ -52941,230 +56759,18 @@ index 0ec5dcb6c535..b42e3cf6c30e 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("transient_suppressor_impl_gn") -diff --git third_party/libwebrtc/modules/audio_processing/transient/voice_probability_delay_unit_gn/moz.build third_party/libwebrtc/modules/audio_processing/transient/voice_probability_delay_unit_gn/moz.build -index 50a6a9d55ce5..418e3f81e786 100644 ---- third_party/libwebrtc/modules/audio_processing/transient/voice_probability_delay_unit_gn/moz.build -+++ third_party/libwebrtc/modules/audio_processing/transient/voice_probability_delay_unit_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True - DEFINES["RTC_ENABLE_VP9"] = True -+DEFINES["USE_GLIB"] = "1" -+DEFINES["USE_OZONE"] = "1" -+DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_LIBRARY_IMPL"] = True - DEFINES["WEBRTC_MOZILLA_BUILD"] = True - DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" -+DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" -+DEFINES["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "xul" - -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["ANDROID"] = True -- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" -- DEFINES["HAVE_SYS_UIO_H"] = True -- DEFINES["WEBRTC_ANDROID"] = True -- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_GNU_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- -- OS_LIBS += [ -- "log" -- ] -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["WEBRTC_MAC"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True -- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_AURA"] = "1" -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_NSS_CERTS"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True -- DEFINES["NOMINMAX"] = True -- DEFINES["NTDDI_VERSION"] = "0x0A000000" -- DEFINES["PSAPI_VERSION"] = "2" -- DEFINES["RTC_ENABLE_WIN_WGC"] = True -- DEFINES["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_WIN"] = True -- DEFINES["WIN32"] = True -- DEFINES["WIN32_LEAN_AND_MEAN"] = True -- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" -- DEFINES["WINVER"] = "0x0A00" -- DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_RAND_S"] = True -- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True -- DEFINES["_HAS_EXCEPTIONS"] = "0" -- DEFINES["_HAS_NODISCARD"] = True -- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True -- DEFINES["_SECURE_ATL"] = True -- DEFINES["_UNICODE"] = True -- DEFINES["_WIN32_WINNT"] = "0x0A00" -- DEFINES["_WINDOWS"] = True -- DEFINES["__STD_C"] = True -+ DEFINES["_DEBUG"] = True - - if CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["TARGET_CPU"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- - if CONFIG["TARGET_CPU"] == "mips32": - - DEFINES["MIPS32_LE"] = True - DEFINES["MIPS_FPU_LE"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["TARGET_CPU"] == "mips64": -- -- DEFINES["_GNU_SOURCE"] = True - - if CONFIG["TARGET_CPU"] == "x86": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" -- --if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": -- -- OS_LIBS += [ -- "unwind" -- ] -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("voice_probability_delay_unit_gn") + Library("rms_level_gn") diff --git third_party/libwebrtc/modules/audio_processing/utility/cascaded_biquad_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/utility/cascaded_biquad_filter_gn/moz.build -index f1b3493b7a96..93278d71202e 100644 +index 9b82be1adb86..e85813c9141a 100644 --- third_party/libwebrtc/modules/audio_processing/utility/cascaded_biquad_filter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/utility/cascaded_biquad_filter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -53179,7 +56785,7 @@ index f1b3493b7a96..93278d71202e 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53191,7 +56797,6 @@ index f1b3493b7a96..93278d71202e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -53218,7 +56823,6 @@ index f1b3493b7a96..93278d71202e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -53233,7 +56837,6 @@ index f1b3493b7a96..93278d71202e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -53284,6 +56887,10 @@ index f1b3493b7a96..93278d71202e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -53365,17 +56972,16 @@ index f1b3493b7a96..93278d71202e 100644 Library("cascaded_biquad_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/utility/legacy_delay_estimator_gn/moz.build third_party/libwebrtc/modules/audio_processing/utility/legacy_delay_estimator_gn/moz.build -index 12b385e2e905..fc6f3d337810 100644 +index 4692680bae55..dc7c1b23536a 100644 --- third_party/libwebrtc/modules/audio_processing/utility/legacy_delay_estimator_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/utility/legacy_delay_estimator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -53390,7 +56996,7 @@ index 12b385e2e905..fc6f3d337810 100644 FINAL_LIBRARY = "xul" -@@ -44,178 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,179 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53402,7 +57008,6 @@ index 12b385e2e905..fc6f3d337810 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -53429,7 +57034,6 @@ index 12b385e2e905..fc6f3d337810 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -53444,7 +57048,6 @@ index 12b385e2e905..fc6f3d337810 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -53495,6 +57098,10 @@ index 12b385e2e905..fc6f3d337810 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -53576,17 +57183,16 @@ index 12b385e2e905..fc6f3d337810 100644 Library("legacy_delay_estimator_gn") diff --git third_party/libwebrtc/modules/audio_processing/utility/pffft_wrapper_gn/moz.build third_party/libwebrtc/modules/audio_processing/utility/pffft_wrapper_gn/moz.build -index f1e1bc555af4..7ef8884828c3 100644 +index 609567fd1543..7a6396d4b7a7 100644 --- third_party/libwebrtc/modules/audio_processing/utility/pffft_wrapper_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/utility/pffft_wrapper_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -53601,7 +57207,7 @@ index f1e1bc555af4..7ef8884828c3 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53613,7 +57219,6 @@ index f1e1bc555af4..7ef8884828c3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -53640,7 +57245,6 @@ index f1e1bc555af4..7ef8884828c3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -53655,7 +57259,6 @@ index f1e1bc555af4..7ef8884828c3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -53706,6 +57309,10 @@ index f1e1bc555af4..7ef8884828c3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -53787,17 +57394,16 @@ index f1e1bc555af4..7ef8884828c3 100644 Library("pffft_wrapper_gn") diff --git third_party/libwebrtc/modules/audio_processing/vad/vad_gn/moz.build third_party/libwebrtc/modules/audio_processing/vad/vad_gn/moz.build -index 4794a478e8a0..8cf74ef26590 100644 +index e18fa6a13dc5..651adb31c8f8 100644 --- third_party/libwebrtc/modules/audio_processing/vad/vad_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/vad/vad_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -53812,7 +57418,7 @@ index 4794a478e8a0..8cf74ef26590 100644 FINAL_LIBRARY = "xul" -@@ -50,189 +60,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,190 +60,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53824,7 +57430,6 @@ index 4794a478e8a0..8cf74ef26590 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -53851,7 +57456,6 @@ index 4794a478e8a0..8cf74ef26590 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -53870,7 +57474,6 @@ index 4794a478e8a0..8cf74ef26590 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -53928,6 +57531,10 @@ index 4794a478e8a0..8cf74ef26590 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -54009,17 +57616,16 @@ index 4794a478e8a0..8cf74ef26590 100644 Library("vad_gn") diff --git third_party/libwebrtc/modules/congestion_controller/congestion_controller_gn/moz.build third_party/libwebrtc/modules/congestion_controller/congestion_controller_gn/moz.build -index 59d06c939618..1fda98e1fc3f 100644 +index d445a31d3fc0..6003c6b22afb 100644 --- third_party/libwebrtc/modules/congestion_controller/congestion_controller_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/congestion_controller_gn/moz.build -@@ -13,11 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -54034,7 +57640,7 @@ index 59d06c939618..1fda98e1fc3f 100644 FINAL_LIBRARY = "xul" -@@ -45,190 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,191 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54046,7 +57652,6 @@ index 59d06c939618..1fda98e1fc3f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -54074,7 +57679,6 @@ index 59d06c939618..1fda98e1fc3f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -54093,7 +57697,6 @@ index 59d06c939618..1fda98e1fc3f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -54151,6 +57754,10 @@ index 59d06c939618..1fda98e1fc3f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -54232,17 +57839,16 @@ index 59d06c939618..1fda98e1fc3f 100644 Library("congestion_controller_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/alr_detector_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/alr_detector_gn/moz.build -index 2a3d216e40c0..099616509cba 100644 +index 15b360f97098..7565e2a3de43 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/alr_detector_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/alr_detector_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -54257,7 +57863,7 @@ index 2a3d216e40c0..099616509cba 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54269,7 +57875,6 @@ index 2a3d216e40c0..099616509cba 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -54296,7 +57901,6 @@ index 2a3d216e40c0..099616509cba 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -54311,7 +57915,6 @@ index 2a3d216e40c0..099616509cba 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -54369,6 +57972,10 @@ index 2a3d216e40c0..099616509cba 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -54450,17 +58057,16 @@ index 2a3d216e40c0..099616509cba 100644 Library("alr_detector_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/delay_based_bwe_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/delay_based_bwe_gn/moz.build -index b138b59fc656..7e2398647c6a 100644 +index dcc10a6e047f..3ee2ade0e6e2 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/delay_based_bwe_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/delay_based_bwe_gn/moz.build -@@ -13,11 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -54475,7 +58081,7 @@ index b138b59fc656..7e2398647c6a 100644 FINAL_LIBRARY = "xul" -@@ -45,190 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,191 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54487,7 +58093,6 @@ index b138b59fc656..7e2398647c6a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -54515,7 +58120,6 @@ index b138b59fc656..7e2398647c6a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -54534,7 +58138,6 @@ index b138b59fc656..7e2398647c6a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -54592,6 +58195,10 @@ index b138b59fc656..7e2398647c6a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -54673,17 +58280,16 @@ index b138b59fc656..7e2398647c6a 100644 Library("delay_based_bwe_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/estimators_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/estimators_gn/moz.build -index 47ee346c89e8..2bd76ccbe13d 100644 +index cba0035df095..b05566a84bd9 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/estimators_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/estimators_gn/moz.build -@@ -13,11 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -54698,7 +58304,7 @@ index 47ee346c89e8..2bd76ccbe13d 100644 FINAL_LIBRARY = "xul" -@@ -49,189 +59,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,190 +58,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54710,7 +58316,6 @@ index 47ee346c89e8..2bd76ccbe13d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -54737,7 +58342,6 @@ index 47ee346c89e8..2bd76ccbe13d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -54756,7 +58360,6 @@ index 47ee346c89e8..2bd76ccbe13d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -54814,6 +58417,10 @@ index 47ee346c89e8..2bd76ccbe13d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -54895,17 +58502,16 @@ index 47ee346c89e8..2bd76ccbe13d 100644 Library("estimators_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/goog_cc_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/goog_cc_gn/moz.build -index fa641fccfe18..fc883ee32524 100644 +index 52ac4f397915..9c83648d1d91 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/goog_cc_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/goog_cc_gn/moz.build -@@ -13,11 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -54920,7 +58526,7 @@ index fa641fccfe18..fc883ee32524 100644 FINAL_LIBRARY = "xul" -@@ -44,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54932,7 +58538,6 @@ index fa641fccfe18..fc883ee32524 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -54960,7 +58565,6 @@ index fa641fccfe18..fc883ee32524 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -54979,7 +58583,6 @@ index fa641fccfe18..fc883ee32524 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -55037,6 +58640,10 @@ index fa641fccfe18..fc883ee32524 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -55118,17 +58725,16 @@ index fa641fccfe18..fc883ee32524 100644 Library("goog_cc_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/link_capacity_estimator_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/link_capacity_estimator_gn/moz.build -index d229d732df78..f1c13c16cc7d 100644 +index 116a29107a5f..210869b7d740 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/link_capacity_estimator_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/link_capacity_estimator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -55143,7 +58749,7 @@ index d229d732df78..f1c13c16cc7d 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -55155,7 +58761,6 @@ index d229d732df78..f1c13c16cc7d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -55182,7 +58787,6 @@ index d229d732df78..f1c13c16cc7d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -55197,7 +58801,6 @@ index d229d732df78..f1c13c16cc7d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -55248,6 +58851,10 @@ index d229d732df78..f1c13c16cc7d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -55329,17 +58936,16 @@ index d229d732df78..f1c13c16cc7d 100644 Library("link_capacity_estimator_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v1_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v1_gn/moz.build -index 8065861f7854..efe50771e696 100644 +index 35f9c99e87f4..4886c9836d50 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v1_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v1_gn/moz.build -@@ -13,11 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -55354,7 +58960,7 @@ index 8065861f7854..efe50771e696 100644 FINAL_LIBRARY = "xul" -@@ -44,185 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -55366,7 +58972,6 @@ index 8065861f7854..efe50771e696 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -55393,7 +58998,6 @@ index 8065861f7854..efe50771e696 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -55408,7 +59012,6 @@ index 8065861f7854..efe50771e696 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -55466,6 +59069,10 @@ index 8065861f7854..efe50771e696 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -55547,17 +59154,16 @@ index 8065861f7854..efe50771e696 100644 Library("loss_based_bwe_v1_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2_gn/moz.build -index 72c625902ca3..ce9cd35cdad2 100644 +index 6ce1de1fa51c..0bc507c37d93 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -55572,7 +59178,7 @@ index 72c625902ca3..ce9cd35cdad2 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -55584,7 +59190,6 @@ index 72c625902ca3..ce9cd35cdad2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -55611,7 +59216,6 @@ index 72c625902ca3..ce9cd35cdad2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -55630,7 +59234,6 @@ index 72c625902ca3..ce9cd35cdad2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -55688,6 +59291,10 @@ index 72c625902ca3..ce9cd35cdad2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -55769,17 +59376,16 @@ index 72c625902ca3..ce9cd35cdad2 100644 Library("loss_based_bwe_v2_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/probe_controller_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/probe_controller_gn/moz.build -index cb2bc83d2850..1da5621be1e2 100644 +index 28aacf038f32..d8bd001c8e6d 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/probe_controller_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/probe_controller_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -55794,7 +59400,7 @@ index cb2bc83d2850..1da5621be1e2 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -55806,7 +59412,6 @@ index cb2bc83d2850..1da5621be1e2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -55833,7 +59438,6 @@ index cb2bc83d2850..1da5621be1e2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -55848,7 +59452,6 @@ index cb2bc83d2850..1da5621be1e2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -55906,6 +59509,10 @@ index cb2bc83d2850..1da5621be1e2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -55987,17 +59594,16 @@ index cb2bc83d2850..1da5621be1e2 100644 Library("probe_controller_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/pushback_controller_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/pushback_controller_gn/moz.build -index af00c0132302..35073ee314de 100644 +index ac8867e70538..529154c4b5e7 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/pushback_controller_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/pushback_controller_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -56012,7 +59618,7 @@ index af00c0132302..35073ee314de 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56024,7 +59630,6 @@ index af00c0132302..35073ee314de 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -56051,7 +59656,6 @@ index af00c0132302..35073ee314de 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -56066,7 +59670,6 @@ index af00c0132302..35073ee314de 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -56124,6 +59727,10 @@ index af00c0132302..35073ee314de 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -56205,17 +59812,16 @@ index af00c0132302..35073ee314de 100644 Library("pushback_controller_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn/moz.build -index 52323451eb32..bbdcd96a5813 100644 +index 7d00add70158..383d7aa7785b 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn/moz.build -@@ -13,11 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -56230,7 +59836,7 @@ index 52323451eb32..bbdcd96a5813 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56242,7 +59848,6 @@ index 52323451eb32..bbdcd96a5813 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -56269,7 +59874,6 @@ index 52323451eb32..bbdcd96a5813 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -56288,7 +59892,6 @@ index 52323451eb32..bbdcd96a5813 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -56346,6 +59949,10 @@ index 52323451eb32..bbdcd96a5813 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -56427,17 +60034,16 @@ index 52323451eb32..bbdcd96a5813 100644 Library("send_side_bwe_gn") diff --git third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn/moz.build third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn/moz.build -index 9226c07dda23..7ccf74c4df65 100644 +index e851772ea7b7..97574a0d1d13 100644 --- third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -56452,7 +60058,7 @@ index 9226c07dda23..7ccf74c4df65 100644 FINAL_LIBRARY = "xul" -@@ -43,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56464,7 +60070,6 @@ index 9226c07dda23..7ccf74c4df65 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -56492,7 +60097,6 @@ index 9226c07dda23..7ccf74c4df65 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -56511,7 +60115,6 @@ index 9226c07dda23..7ccf74c4df65 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -56569,6 +60172,10 @@ index 9226c07dda23..7ccf74c4df65 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -56650,17 +60257,16 @@ index 9226c07dda23..7ccf74c4df65 100644 Library("control_handler_gn") diff --git third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn/moz.build third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn/moz.build -index c2b8fead8d15..fb3cad9e95c0 100644 +index d86d84b32b52..5a4efa68c0c2 100644 --- third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -56675,7 +60281,7 @@ index c2b8fead8d15..fb3cad9e95c0 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56687,7 +60293,6 @@ index c2b8fead8d15..fb3cad9e95c0 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -56714,7 +60319,6 @@ index c2b8fead8d15..fb3cad9e95c0 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -56733,7 +60337,6 @@ index c2b8fead8d15..fb3cad9e95c0 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -56791,6 +60394,10 @@ index c2b8fead8d15..fb3cad9e95c0 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -56872,18 +60479,17 @@ index c2b8fead8d15..fb3cad9e95c0 100644 Library("transport_feedback_gn") diff --git third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build -index c876f525cb70..577bf75c2d2a 100644 +index a467463de4d3..3c0d102a3516 100644 --- third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build +++ third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_AVX2"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -56898,7 +60504,7 @@ index c876f525cb70..577bf75c2d2a 100644 FINAL_LIBRARY = "xul" -@@ -44,113 +54,23 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,111 +54,23 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56926,7 +60532,6 @@ index c876f525cb70..577bf75c2d2a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -56947,7 +60552,6 @@ index c876f525cb70..577bf75c2d2a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -57018,17 +60622,16 @@ index c876f525cb70..577bf75c2d2a 100644 - Library("desktop_capture_differ_sse2_gn") diff --git third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build -index a4fb8b3162bd..f70faede2fba 100644 +index bd438bdda18a..b7c18f5bd2df 100644 --- third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build +++ third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build -@@ -14,11 +14,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -26,11 +26,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -57043,7 +60646,7 @@ index a4fb8b3162bd..f70faede2fba 100644 FINAL_LIBRARY = "xul" -@@ -70,188 +80,13 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -82,186 +91,13 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -57071,7 +60674,6 @@ index a4fb8b3162bd..f70faede2fba 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -57099,7 +60701,6 @@ index a4fb8b3162bd..f70faede2fba 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_USE_X11"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -57233,7 +60834,7 @@ index a4fb8b3162bd..f70faede2fba 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -264,7 +99,8 @@ if CONFIG["TARGET_CPU"] == "arm": +@@ -269,7 +105,8 @@ if CONFIG["TARGET_CPU"] == "arm": ] SOURCES += [ @@ -57243,18 +60844,47 @@ index a4fb8b3162bd..f70faede2fba 100644 ] UNIFIED_SOURCES += [ -@@ -274,7 +110,9 @@ if CONFIG["TARGET_CPU"] == "arm": +@@ -279,36 +116,9 @@ if CONFIG["TARGET_CPU"] == "arm": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/shared_screencast_stream.cc" +- ] +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_USE_X11"] = True +- DEFINES["_GNU_SOURCE"] = True +- +- OS_LIBS += [ +- "X11", +- "Xcomposite", +- "Xdamage", +- "Xext", +- "Xfixes", +- "Xrandr", +- "Xrender" +- ] +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/modules/desktop_capture/linux/x11/mouse_cursor_monitor_x11.cc", +- "/third_party/libwebrtc/modules/desktop_capture/linux/x11/screen_capturer_x11.cc", +- "/third_party/libwebrtc/modules/desktop_capture/linux/x11/shared_x_display.cc", +- "/third_party/libwebrtc/modules/desktop_capture/linux/x11/window_capturer_x11.cc", +- "/third_party/libwebrtc/modules/desktop_capture/linux/x11/window_finder_x11.cc", +- "/third_party/libwebrtc/modules/desktop_capture/linux/x11/window_list_utils.cc", +- "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_atom_cache.cc", +- "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_error_trap.cc", +- "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_server_pixel_buffer.cc", +- "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_window_property.cc" + "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/shared_screencast_stream.cc", + "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_linux.cc", + "/third_party/libwebrtc/modules/desktop_capture/window_capturer_linux.cc" ] if CONFIG["TARGET_CPU"] == "mips32": -@@ -282,7 +120,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -316,7 +126,6 @@ if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True DEFINES["MIPS_FPU_LE"] = True DEFINES["WEBRTC_USE_PIPEWIRE"] = True @@ -57262,7 +60892,7 @@ index a4fb8b3162bd..f70faede2fba 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -295,7 +132,8 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -324,7 +133,8 @@ if CONFIG["TARGET_CPU"] == "mips32": ] SOURCES += [ @@ -57272,7 +60902,7 @@ index a4fb8b3162bd..f70faede2fba 100644 ] UNIFIED_SOURCES += [ -@@ -305,13 +143,14 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -334,13 +144,14 @@ if CONFIG["TARGET_CPU"] == "mips32": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -57289,7 +60919,7 @@ index a4fb8b3162bd..f70faede2fba 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -324,7 +163,8 @@ if CONFIG["TARGET_CPU"] == "mips64": +@@ -348,7 +159,8 @@ if CONFIG["TARGET_CPU"] == "mips64": ] SOURCES += [ @@ -57299,7 +60929,7 @@ index a4fb8b3162bd..f70faede2fba 100644 ] UNIFIED_SOURCES += [ -@@ -334,126 +174,19 @@ if CONFIG["TARGET_CPU"] == "mips64": +@@ -358,121 +170,19 @@ if CONFIG["TARGET_CPU"] == "mips64": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -57368,12 +60998,7 @@ index a4fb8b3162bd..f70faede2fba 100644 - - LOCAL_INCLUDES += [ - "/gfx/angle/checkout/include/", -- "/third_party/drm/drm/", -- "/third_party/drm/drm/include/", -- "/third_party/drm/drm/include/libdrm/", -- "/third_party/gbm/gbm/", -- "/third_party/libepoxy/libepoxy/include/", -- "/third_party/pipewire/" +- "/third_party/libepoxy/libepoxy/include/" - ] - - SOURCES += [ @@ -57430,7 +61055,7 @@ index a4fb8b3162bd..f70faede2fba 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -466,7 +199,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -480,7 +190,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ] SOURCES += [ @@ -57440,7 +61065,7 @@ index a4fb8b3162bd..f70faede2fba 100644 ] UNIFIED_SOURCES += [ -@@ -476,13 +210,15 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -490,13 +201,15 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -57459,7 +61084,7 @@ index a4fb8b3162bd..f70faede2fba 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -495,7 +231,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +@@ -504,7 +217,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ] SOURCES += [ @@ -57469,14 +61094,26 @@ index a4fb8b3162bd..f70faede2fba 100644 ] UNIFIED_SOURCES += [ -@@ -505,38 +242,12 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +@@ -514,10 +228,12 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/shared_screencast_stream.cc" -- ] -- ++ "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/shared_screencast_stream.cc", ++ "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_linux.cc", ++ "/third_party/libwebrtc/modules/desktop_capture/window_capturer_linux.cc" + ] + -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + DEFINES["WEBRTC_USE_X11"] = True +@@ -545,144 +261,61 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGE + "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_window_property.cc" + ] + +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": - - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_USE_X11"] = True @@ -57490,8 +61127,9 @@ index a4fb8b3162bd..f70faede2fba 100644 - "Xrandr", - "Xrender" - ] -- -- UNIFIED_SOURCES += [ ++if not CONFIG["MOZ_X11"] and CONFIG["OS_TARGET"] == "FreeBSD" and CONFIG["TARGET_CPU"] == "loongarch64": + + UNIFIED_SOURCES += [ - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/mouse_cursor_monitor_x11.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/screen_capturer_x11.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/shared_x_display.cc", @@ -57502,22 +61140,14 @@ index a4fb8b3162bd..f70faede2fba 100644 - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_error_trap.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_server_pixel_buffer.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_window_property.cc" -+ "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/shared_screencast_stream.cc", -+ "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_linux.cc", -+ "/third_party/libwebrtc/modules/desktop_capture/window_capturer_linux.cc" - ] - --if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_USE_X11"] = True -@@ -564,116 +275,42 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGE - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_window_property.cc" ++ "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_null.cc", ++ "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_null.cc", ++ "/third_party/libwebrtc/modules/desktop_capture/window_capturer_null.cc" ] -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips32": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD" and CONFIG["TARGET_CPU"] == "loongarch64": + - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_USE_X11"] = True - @@ -57529,8 +61159,9 @@ index a4fb8b3162bd..f70faede2fba 100644 - "Xfixes", - "Xrandr", - "Xrender" -- ] -+if not CONFIG["MOZ_X11"] and CONFIG["OS_TARGET"] == "FreeBSD" and CONFIG["TARGET_CPU"] == "ppc64": ++ SOURCES += [ ++ "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_linux.cc" + ] UNIFIED_SOURCES += [ - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/mouse_cursor_monitor_x11.cc", @@ -57543,17 +61174,15 @@ index a4fb8b3162bd..f70faede2fba 100644 - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_error_trap.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_server_pixel_buffer.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_window_property.cc" -+ "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_null.cc", -+ "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_null.cc", -+ "/third_party/libwebrtc/modules/desktop_capture/window_capturer_null.cc" ++ "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_linux.cc", ++ "/third_party/libwebrtc/modules/desktop_capture/window_capturer_linux.cc" ] -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_USE_X11"] = True -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD" and CONFIG["TARGET_CPU"] == "ppc64": - +- - OS_LIBS += [ - "X11", - "Xcomposite", @@ -57562,9 +61191,8 @@ index a4fb8b3162bd..f70faede2fba 100644 - "Xfixes", - "Xrandr", - "Xrender" -+ SOURCES += [ -+ "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_linux.cc" - ] +- ] ++if not CONFIG["MOZ_X11"] and CONFIG["OS_TARGET"] == "FreeBSD" and CONFIG["TARGET_CPU"] == "ppc64": UNIFIED_SOURCES += [ - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/mouse_cursor_monitor_x11.cc", @@ -57577,15 +61205,17 @@ index a4fb8b3162bd..f70faede2fba 100644 - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_error_trap.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_server_pixel_buffer.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_window_property.cc" -+ "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_linux.cc", -+ "/third_party/libwebrtc/modules/desktop_capture/window_capturer_linux.cc" ++ "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_null.cc", ++ "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_null.cc", ++ "/third_party/libwebrtc/modules/desktop_capture/window_capturer_null.cc" ] -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_USE_X11"] = True -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD" and CONFIG["TARGET_CPU"] == "ppc64": + - OS_LIBS += [ - "X11", - "Xcomposite", @@ -57594,8 +61224,9 @@ index a4fb8b3162bd..f70faede2fba 100644 - "Xfixes", - "Xrandr", - "Xrender" -- ] -+if not CONFIG["MOZ_X11"] and CONFIG["OS_TARGET"] == "FreeBSD" and CONFIG["TARGET_CPU"] == "riscv64": ++ SOURCES += [ ++ "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_linux.cc" + ] UNIFIED_SOURCES += [ - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/mouse_cursor_monitor_x11.cc", @@ -57608,17 +61239,21 @@ index a4fb8b3162bd..f70faede2fba 100644 - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_error_trap.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_server_pixel_buffer.cc", - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_window_property.cc" -+ "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_null.cc", -+ "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_null.cc", -+ "/third_party/libwebrtc/modules/desktop_capture/window_capturer_null.cc" ++ "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_linux.cc", ++ "/third_party/libwebrtc/modules/desktop_capture/window_capturer_linux.cc" ] -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD" and CONFIG["TARGET_CPU"] == "riscv64": ++if not CONFIG["MOZ_X11"] and CONFIG["OS_TARGET"] == "FreeBSD" and CONFIG["TARGET_CPU"] == "riscv64": - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_USE_X11"] = True -- ++ UNIFIED_SOURCES += [ ++ "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_null.cc", ++ "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_null.cc", ++ "/third_party/libwebrtc/modules/desktop_capture/window_capturer_null.cc" ++ ] + - OS_LIBS += [ - "X11", - "Xcomposite", @@ -57627,6 +61262,8 @@ index a4fb8b3162bd..f70faede2fba 100644 - "Xfixes", - "Xrandr", - "Xrender" ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD" and CONFIG["TARGET_CPU"] == "riscv64": ++ + SOURCES += [ + "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_linux.cc" ] @@ -57649,10 +61286,10 @@ index a4fb8b3162bd..f70faede2fba 100644 Library("desktop_capture_gn") diff --git third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn/moz.build third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn/moz.build deleted file mode 100644 -index 88222c2ec906..000000000000 +index 6dfb588a9b3e..000000000000 --- third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn/moz.build +++ /dev/null -@@ -1,79 +0,0 @@ +@@ -1,80 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -57669,6 +61306,7 @@ index 88222c2ec906..000000000000 -AllowCompilerWarnings() - -DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" -DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True -DEFINES["RTC_ENABLE_VP9"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -57690,10 +61328,10 @@ index 88222c2ec906..000000000000 - "!/ipc/ipdl/_ipdlheaders", - "!/third_party/libwebrtc/gen", - "/ipc/chromium/src", +- "/third_party/abseil-cpp/", - "/third_party/libwebrtc/", - "/third_party/libwebrtc/sdk/objc/", - "/third_party/libwebrtc/sdk/objc/base/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", - "/tools/profiler/public" -] - @@ -57733,17 +61371,16 @@ index 88222c2ec906..000000000000 - -Library("desktop_capture_objc_gn") diff --git third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build -index 927926f3e987..a578fb9b17ec 100644 +index 72bf241d547a..ad186a14f80e 100644 --- third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build +++ third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -57758,7 +61395,7 @@ index 927926f3e987..a578fb9b17ec 100644 FINAL_LIBRARY = "xul" -@@ -49,168 +59,31 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,171 +59,31 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -57779,7 +61416,6 @@ index 927926f3e987..a578fb9b17ec 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -57794,7 +61430,6 @@ index 927926f3e987..a578fb9b17ec 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -57846,6 +61481,11 @@ index 927926f3e987..a578fb9b17ec 100644 - DEFINES["WEBRTC_HAS_NEON"] = True - DEFINES["_GNU_SOURCE"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["USE_X11"] = "1" +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -57933,17 +61573,16 @@ index 927926f3e987..a578fb9b17ec 100644 DEFINES["USE_X11"] = "1" diff --git third_party/libwebrtc/modules/module_api_gn/moz.build third_party/libwebrtc/modules/module_api_gn/moz.build -index 9b77a009fa9e..92a813cfb85e 100644 +index c74dc2329ad2..05900bc205d7 100644 --- third_party/libwebrtc/modules/module_api_gn/moz.build +++ third_party/libwebrtc/modules/module_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -57958,7 +61597,7 @@ index 9b77a009fa9e..92a813cfb85e 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -57970,7 +61609,6 @@ index 9b77a009fa9e..92a813cfb85e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -57993,7 +61631,6 @@ index 9b77a009fa9e..92a813cfb85e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -58008,7 +61645,6 @@ index 9b77a009fa9e..92a813cfb85e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -58055,6 +61691,10 @@ index 9b77a009fa9e..92a813cfb85e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -58067,7 +61707,7 @@ index 9b77a009fa9e..92a813cfb85e 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -58120,17 +61760,16 @@ index 9b77a009fa9e..92a813cfb85e 100644 - Library("module_api_gn") diff --git third_party/libwebrtc/modules/module_api_public_gn/moz.build third_party/libwebrtc/modules/module_api_public_gn/moz.build -index 474dec612359..81d04236da2b 100644 +index 2eda098fe6fe..e83796e2fe16 100644 --- third_party/libwebrtc/modules/module_api_public_gn/moz.build +++ third_party/libwebrtc/modules/module_api_public_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -58145,7 +61784,7 @@ index 474dec612359..81d04236da2b 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58157,7 +61796,6 @@ index 474dec612359..81d04236da2b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -58180,7 +61818,6 @@ index 474dec612359..81d04236da2b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -58195,7 +61832,6 @@ index 474dec612359..81d04236da2b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -58242,6 +61878,10 @@ index 474dec612359..81d04236da2b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -58254,7 +61894,7 @@ index 474dec612359..81d04236da2b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -58307,17 +61947,16 @@ index 474dec612359..81d04236da2b 100644 - Library("module_api_public_gn") diff --git third_party/libwebrtc/modules/module_fec_api_gn/moz.build third_party/libwebrtc/modules/module_fec_api_gn/moz.build -index b69c69c3118c..05c37b4ffe8b 100644 +index d2c1054abbb3..aacac81ad58d 100644 --- third_party/libwebrtc/modules/module_fec_api_gn/moz.build +++ third_party/libwebrtc/modules/module_fec_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -58332,7 +61971,7 @@ index b69c69c3118c..05c37b4ffe8b 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58344,7 +61983,6 @@ index b69c69c3118c..05c37b4ffe8b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -58367,7 +62005,6 @@ index b69c69c3118c..05c37b4ffe8b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -58382,7 +62019,6 @@ index b69c69c3118c..05c37b4ffe8b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -58429,6 +62065,10 @@ index b69c69c3118c..05c37b4ffe8b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -58441,7 +62081,7 @@ index b69c69c3118c..05c37b4ffe8b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -58494,17 +62134,16 @@ index b69c69c3118c..05c37b4ffe8b 100644 - Library("module_fec_api_gn") diff --git third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build -index 2e3ab3d9878e..8cefa46cec03 100644 +index dbad013ebaab..874ca10c419f 100644 --- third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build +++ third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -58519,7 +62158,7 @@ index 2e3ab3d9878e..8cefa46cec03 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58531,7 +62170,6 @@ index 2e3ab3d9878e..8cefa46cec03 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -58558,7 +62196,6 @@ index 2e3ab3d9878e..8cefa46cec03 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -58573,7 +62210,6 @@ index 2e3ab3d9878e..8cefa46cec03 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -58624,6 +62260,10 @@ index 2e3ab3d9878e..8cefa46cec03 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -58705,17 +62345,16 @@ index 2e3ab3d9878e..8cefa46cec03 100644 Library("interval_budget_gn") diff --git third_party/libwebrtc/modules/pacing/pacing_gn/moz.build third_party/libwebrtc/modules/pacing/pacing_gn/moz.build -index d7aa189ef37b..ba9c8323abb3 100644 +index 5c92e55d39bc..9009b4168a4a 100644 --- third_party/libwebrtc/modules/pacing/pacing_gn/moz.build +++ third_party/libwebrtc/modules/pacing/pacing_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -58730,7 +62369,7 @@ index d7aa189ef37b..ba9c8323abb3 100644 FINAL_LIBRARY = "xul" -@@ -50,190 +60,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,191 +60,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58742,7 +62381,6 @@ index d7aa189ef37b..ba9c8323abb3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -58770,7 +62408,6 @@ index d7aa189ef37b..ba9c8323abb3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -58789,7 +62426,6 @@ index d7aa189ef37b..ba9c8323abb3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -58847,6 +62483,10 @@ index d7aa189ef37b..ba9c8323abb3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -58928,11 +62568,11 @@ index d7aa189ef37b..ba9c8323abb3 100644 Library("pacing_gn") diff --git third_party/libwebrtc/modules/portal/portal_gn/moz.build third_party/libwebrtc/modules/portal/portal_gn/moz.build -index 93af22612ea0..d0d2d4a27fe2 100644 +index ee6619253f99..a10c69da5e79 100644 --- third_party/libwebrtc/modules/portal/portal_gn/moz.build +++ third_party/libwebrtc/modules/portal/portal_gn/moz.build -@@ -14,22 +14,18 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -26,21 +26,17 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True -DEFINES["USE_AURA"] = "1" @@ -58941,7 +62581,6 @@ index 93af22612ea0..d0d2d4a27fe2 100644 DEFINES["USE_OZONE"] = "1" -DEFINES["USE_UDEV"] = True +DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_LINUX"] = True @@ -58955,7 +62594,7 @@ index 93af22612ea0..d0d2d4a27fe2 100644 DEFINES["_LARGEFILE64_SOURCE"] = True DEFINES["_LARGEFILE_SOURCE"] = True DEFINES["__STDC_CONSTANT_MACROS"] = True -@@ -76,16 +72,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -82,16 +78,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_ARCH_ARM64"] = True DEFINES["WEBRTC_HAS_NEON"] = True @@ -58972,7 +62611,7 @@ index 93af22612ea0..d0d2d4a27fe2 100644 if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True -@@ -103,7 +89,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -109,7 +95,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -58981,18 +62620,239 @@ index 93af22612ea0..d0d2d4a27fe2 100644 DEFINES["USE_X11"] = "1" +diff --git third_party/libwebrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator_gn/moz.build third_party/libwebrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator_gn/moz.build +index 0e74f3d662be..6c6ff431f9cd 100644 +--- third_party/libwebrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator_gn/moz.build ++++ third_party/libwebrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("congestion_control_feedback_generator_gn") diff --git third_party/libwebrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build third_party/libwebrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build -index eab6f3f9d0fc..473f820cccd1 100644 +index 0476715240a8..1f2aa0c4a22a 100644 --- third_party/libwebrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build +++ third_party/libwebrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build -@@ -13,11 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -59007,7 +62867,7 @@ index eab6f3f9d0fc..473f820cccd1 100644 FINAL_LIBRARY = "xul" -@@ -55,189 +65,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -53,190 +62,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59019,7 +62879,6 @@ index eab6f3f9d0fc..473f820cccd1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -59046,7 +62905,6 @@ index eab6f3f9d0fc..473f820cccd1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -59065,7 +62923,6 @@ index eab6f3f9d0fc..473f820cccd1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -59123,6 +62980,10 @@ index eab6f3f9d0fc..473f820cccd1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -59203,18 +63064,441 @@ index eab6f3f9d0fc..473f820cccd1 100644 + DEFINES["USE_X11"] = "1" Library("remote_bitrate_estimator_gn") +diff --git third_party/libwebrtc/modules/remote_bitrate_estimator/rtp_transport_feedback_generator_gn/moz.build third_party/libwebrtc/modules/remote_bitrate_estimator/rtp_transport_feedback_generator_gn/moz.build +index 8a7680e3abc4..e299f01db387 100644 +--- third_party/libwebrtc/modules/remote_bitrate_estimator/rtp_transport_feedback_generator_gn/moz.build ++++ third_party/libwebrtc/modules/remote_bitrate_estimator/rtp_transport_feedback_generator_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -166,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("rtp_transport_feedback_generator_gn") +diff --git third_party/libwebrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator_gn/moz.build third_party/libwebrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator_gn/moz.build +index d85dcbe3e6ba..3383c0082bf9 100644 +--- third_party/libwebrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator_gn/moz.build ++++ third_party/libwebrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("transport_sequence_number_feedback_generator_gn") diff --git third_party/libwebrtc/modules/rtp_rtcp/leb128_gn/moz.build third_party/libwebrtc/modules/rtp_rtcp/leb128_gn/moz.build -index 6e1dfd18c099..42e99603f4f1 100644 +index e3cb470c6df3..ba3510e10044 100644 --- third_party/libwebrtc/modules/rtp_rtcp/leb128_gn/moz.build +++ third_party/libwebrtc/modules/rtp_rtcp/leb128_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -59229,7 +63513,7 @@ index 6e1dfd18c099..42e99603f4f1 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59241,7 +63525,6 @@ index 6e1dfd18c099..42e99603f4f1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -59264,7 +63547,6 @@ index 6e1dfd18c099..42e99603f4f1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -59279,7 +63561,6 @@ index 6e1dfd18c099..42e99603f4f1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -59330,6 +63611,10 @@ index 6e1dfd18c099..42e99603f4f1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -59410,18 +63695,239 @@ index 6e1dfd18c099..42e99603f4f1 100644 + DEFINES["USE_X11"] = "1" Library("leb128_gn") +diff --git third_party/libwebrtc/modules/rtp_rtcp/ntp_time_util_gn/moz.build third_party/libwebrtc/modules/rtp_rtcp/ntp_time_util_gn/moz.build +index 82b258c97e2a..9413e74bf451 100644 +--- third_party/libwebrtc/modules/rtp_rtcp/ntp_time_util_gn/moz.build ++++ third_party/libwebrtc/modules/rtp_rtcp/ntp_time_util_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("ntp_time_util_gn") diff --git third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_format_gn/moz.build third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_format_gn/moz.build -index b3425d3e67cf..e794e8940e60 100644 +index aabfc69f25b7..0ea4d705891b 100644 --- third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_format_gn/moz.build +++ third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_format_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -59436,7 +63942,7 @@ index b3425d3e67cf..e794e8940e60 100644 FINAL_LIBRARY = "xul" -@@ -85,189 +95,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -88,190 +97,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59448,7 +63954,6 @@ index b3425d3e67cf..e794e8940e60 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -59475,7 +63980,6 @@ index b3425d3e67cf..e794e8940e60 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -59494,7 +63998,6 @@ index b3425d3e67cf..e794e8940e60 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -59552,6 +64055,10 @@ index b3425d3e67cf..e794e8940e60 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -59633,17 +64140,16 @@ index b3425d3e67cf..e794e8940e60 100644 Library("rtp_rtcp_format_gn") diff --git third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build -index 517121987519..52af37433103 100644 +index 802375393ae2..c3e90068aa32 100644 --- third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build +++ third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build -@@ -13,11 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -59658,7 +64164,7 @@ index 517121987519..52af37433103 100644 FINAL_LIBRARY = "xul" -@@ -98,190 +108,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -98,191 +107,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59670,7 +64176,6 @@ index 517121987519..52af37433103 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -59698,7 +64203,6 @@ index 517121987519..52af37433103 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -59717,7 +64221,6 @@ index 517121987519..52af37433103 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -59775,6 +64278,10 @@ index 517121987519..52af37433103 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -59856,17 +64363,16 @@ index 517121987519..52af37433103 100644 Library("rtp_rtcp_gn") diff --git third_party/libwebrtc/modules/rtp_rtcp/rtp_video_header_gn/moz.build third_party/libwebrtc/modules/rtp_rtcp/rtp_video_header_gn/moz.build -index bdee5bedc6db..1e2ecfd55661 100644 +index 97656d77e72f..601db653d6b4 100644 --- third_party/libwebrtc/modules/rtp_rtcp/rtp_video_header_gn/moz.build +++ third_party/libwebrtc/modules/rtp_rtcp/rtp_video_header_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -59881,7 +64387,7 @@ index bdee5bedc6db..1e2ecfd55661 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59893,7 +64399,6 @@ index bdee5bedc6db..1e2ecfd55661 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -59920,7 +64425,6 @@ index bdee5bedc6db..1e2ecfd55661 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -59935,7 +64439,6 @@ index bdee5bedc6db..1e2ecfd55661 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -59993,6 +64496,10 @@ index bdee5bedc6db..1e2ecfd55661 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -60074,17 +64581,16 @@ index bdee5bedc6db..1e2ecfd55661 100644 Library("rtp_video_header_gn") diff --git third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build -index 9afa4154ee37..d211f0d4e0c2 100644 +index 1ace30b6be87..a70c2f504f0a 100644 --- third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build +++ third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -60099,7 +64605,7 @@ index 9afa4154ee37..d211f0d4e0c2 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60111,7 +64617,6 @@ index 9afa4154ee37..d211f0d4e0c2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -60134,7 +64639,6 @@ index 9afa4154ee37..d211f0d4e0c2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -60149,7 +64653,6 @@ index 9afa4154ee37..d211f0d4e0c2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -60200,6 +64703,10 @@ index 9afa4154ee37..d211f0d4e0c2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -60281,17 +64788,16 @@ index 9afa4154ee37..d211f0d4e0c2 100644 Library("fft_gn") diff --git third_party/libwebrtc/modules/third_party/g711/g711_3p_gn/moz.build third_party/libwebrtc/modules/third_party/g711/g711_3p_gn/moz.build -index 2fa1910cc844..6accc1d41aba 100644 +index 54f41d0579ad..5c4296426bc2 100644 --- third_party/libwebrtc/modules/third_party/g711/g711_3p_gn/moz.build +++ third_party/libwebrtc/modules/third_party/g711/g711_3p_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -60306,7 +64812,7 @@ index 2fa1910cc844..6accc1d41aba 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60318,7 +64824,6 @@ index 2fa1910cc844..6accc1d41aba 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -60341,7 +64846,6 @@ index 2fa1910cc844..6accc1d41aba 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -60356,7 +64860,6 @@ index 2fa1910cc844..6accc1d41aba 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -60407,6 +64910,10 @@ index 2fa1910cc844..6accc1d41aba 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -60488,17 +64995,16 @@ index 2fa1910cc844..6accc1d41aba 100644 Library("g711_3p_gn") diff --git third_party/libwebrtc/modules/third_party/g722/g722_3p_gn/moz.build third_party/libwebrtc/modules/third_party/g722/g722_3p_gn/moz.build -index d1ff3aaad348..f7b9d5799283 100644 +index 1f21b3fea9d8..7a39abd06a9a 100644 --- third_party/libwebrtc/modules/third_party/g722/g722_3p_gn/moz.build +++ third_party/libwebrtc/modules/third_party/g722/g722_3p_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -60513,7 +65019,7 @@ index d1ff3aaad348..f7b9d5799283 100644 FINAL_LIBRARY = "xul" -@@ -47,174 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,175 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60525,7 +65031,6 @@ index d1ff3aaad348..f7b9d5799283 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -60548,7 +65053,6 @@ index d1ff3aaad348..f7b9d5799283 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -60563,7 +65067,6 @@ index d1ff3aaad348..f7b9d5799283 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -60614,6 +65117,10 @@ index d1ff3aaad348..f7b9d5799283 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -60695,17 +65202,16 @@ index d1ff3aaad348..f7b9d5799283 100644 Library("g722_3p_gn") diff --git third_party/libwebrtc/modules/utility/utility_gn/moz.build third_party/libwebrtc/modules/utility/utility_gn/moz.build -index 97d828d64fc1..bd10964445c7 100644 +index fa5016332f35..76f5db2df779 100644 --- third_party/libwebrtc/modules/utility/utility_gn/moz.build +++ third_party/libwebrtc/modules/utility/utility_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -60720,7 +65226,7 @@ index 97d828d64fc1..bd10964445c7 100644 FINAL_LIBRARY = "xul" -@@ -39,115 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,116 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60732,7 +65238,6 @@ index 97d828d64fc1..bd10964445c7 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -60763,7 +65268,6 @@ index 97d828d64fc1..bd10964445c7 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -60778,7 +65282,6 @@ index 97d828d64fc1..bd10964445c7 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -60825,6 +65328,10 @@ index 97d828d64fc1..bd10964445c7 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -60837,7 +65344,7 @@ index 97d828d64fc1..bd10964445c7 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -157,60 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -159,60 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -60900,17 +65407,16 @@ index 97d828d64fc1..bd10964445c7 100644 - Library("utility_gn") diff --git third_party/libwebrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build third_party/libwebrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build -index 6af27f618bcd..d418565bbd05 100644 +index 0bbab186040b..16ac438454b8 100644 --- third_party/libwebrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build +++ third_party/libwebrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build -@@ -14,11 +14,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -18,11 +18,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -60925,7 +65431,7 @@ index 6af27f618bcd..d418565bbd05 100644 FINAL_LIBRARY = "xul" -@@ -33,6 +43,10 @@ LOCAL_INCLUDES += [ +@@ -37,6 +46,10 @@ LOCAL_INCLUDES += [ ] UNIFIED_SOURCES += [ @@ -60936,7 +65442,7 @@ index 6af27f618bcd..d418565bbd05 100644 "/third_party/libwebrtc/modules/video_capture/video_capture_options.cc" ] -@@ -45,152 +59,13 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,170 +62,13 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60948,7 +65454,6 @@ index 6af27f618bcd..d418565bbd05 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -60975,7 +65480,6 @@ index 6af27f618bcd..d418565bbd05 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -61001,7 +65505,6 @@ index 6af27f618bcd..d418565bbd05 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -61081,32 +65584,20 @@ index 6af27f618bcd..d418565bbd05 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips32": - - DEFINES["MIPS32_LE"] = True - DEFINES["MIPS_FPU_LE"] = True - DEFINES["WEBRTC_USE_PIPEWIRE"] = True -- DEFINES["_GNU_SOURCE"] = True - - LOCAL_INCLUDES += [ - "/gfx/angle/checkout/include/", -@@ -209,76 +84,11 @@ if CONFIG["TARGET_CPU"] == "mips32": - "/third_party/libwebrtc/modules/video_capture/linux/video_capture_pipewire.cc" - ] - --if CONFIG["TARGET_CPU"] == "mips64": -- - DEFINES["WEBRTC_USE_PIPEWIRE"] = True - DEFINES["_GNU_SOURCE"] = True - - LOCAL_INCLUDES += [ - "/gfx/angle/checkout/include/", -- "/third_party/drm/drm/", -- "/third_party/drm/drm/include/", -- "/third_party/drm/drm/include/libdrm/", -- "/third_party/gbm/gbm/", -- "/third_party/libepoxy/libepoxy/include/", -- "/third_party/pipewire/" +- "/third_party/libepoxy/libepoxy/include/" - ] - - UNIFIED_SOURCES += [ @@ -61116,6 +65607,17 @@ index 6af27f618bcd..d418565bbd05 100644 - "/third_party/libwebrtc/modules/video_capture/linux/video_capture_pipewire.cc" - ] - +-if CONFIG["TARGET_CPU"] == "mips64": +- + DEFINES["WEBRTC_USE_PIPEWIRE"] = True +- DEFINES["_GNU_SOURCE"] = True + + LOCAL_INCLUDES += [ + "/gfx/angle/checkout/include/", +@@ -226,54 +82,11 @@ if CONFIG["TARGET_CPU"] == "mips64": + "/third_party/libwebrtc/modules/video_capture/linux/video_capture_pipewire.cc" + ] + -if CONFIG["TARGET_CPU"] == "x86": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -61170,7 +65672,7 @@ index 6af27f618bcd..d418565bbd05 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -297,10 +107,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +@@ -287,10 +100,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": "/third_party/libwebrtc/modules/video_capture/linux/video_capture_pipewire.cc" ] @@ -61182,7 +65684,7 @@ index 6af27f618bcd..d418565bbd05 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -319,14 +128,14 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +@@ -304,14 +116,14 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": "/third_party/libwebrtc/modules/video_capture/linux/video_capture_pipewire.cc" ] @@ -61199,7 +65701,7 @@ index 6af27f618bcd..d418565bbd05 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -345,10 +154,10 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -325,10 +137,10 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": "/third_party/libwebrtc/modules/video_capture/linux/video_capture_pipewire.cc" ] @@ -61212,7 +65714,7 @@ index 6af27f618bcd..d418565bbd05 100644 LOCAL_INCLUDES += [ "/gfx/angle/checkout/include/", -@@ -367,4 +176,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +@@ -342,4 +154,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": "/third_party/libwebrtc/modules/video_capture/linux/video_capture_pipewire.cc" ] @@ -61222,17 +65724,16 @@ index 6af27f618bcd..d418565bbd05 100644 + Library("video_capture_internal_impl_gn") diff --git third_party/libwebrtc/modules/video_capture/video_capture_module_gn/moz.build third_party/libwebrtc/modules/video_capture/video_capture_module_gn/moz.build -index 145e54928644..d53c45076c66 100644 +index 63ea4f06c231..0a5aa0faeb03 100644 --- third_party/libwebrtc/modules/video_capture/video_capture_module_gn/moz.build +++ third_party/libwebrtc/modules/video_capture/video_capture_module_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -61247,7 +65748,7 @@ index 145e54928644..d53c45076c66 100644 FINAL_LIBRARY = "xul" -@@ -47,189 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,190 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -61259,7 +65760,6 @@ index 145e54928644..d53c45076c66 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -61286,7 +65786,6 @@ index 145e54928644..d53c45076c66 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -61305,7 +65804,6 @@ index 145e54928644..d53c45076c66 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -61363,6 +65861,10 @@ index 145e54928644..d53c45076c66 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -61444,17 +65946,16 @@ index 145e54928644..d53c45076c66 100644 Library("video_capture_module_gn") diff --git third_party/libwebrtc/modules/video_coding/chain_diff_calculator_gn/moz.build third_party/libwebrtc/modules/video_coding/chain_diff_calculator_gn/moz.build -index 065cf604b5d3..e9eebffdbcd2 100644 +index 2df6e3909ab8..db15b3bf5bca 100644 --- third_party/libwebrtc/modules/video_coding/chain_diff_calculator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/chain_diff_calculator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -61469,7 +65970,7 @@ index 065cf604b5d3..e9eebffdbcd2 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -61481,7 +65982,6 @@ index 065cf604b5d3..e9eebffdbcd2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -61508,7 +66008,6 @@ index 065cf604b5d3..e9eebffdbcd2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -61523,7 +66022,6 @@ index 065cf604b5d3..e9eebffdbcd2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -61581,6 +66079,10 @@ index 065cf604b5d3..e9eebffdbcd2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -61662,17 +66164,16 @@ index 065cf604b5d3..e9eebffdbcd2 100644 Library("chain_diff_calculator_gn") diff --git third_party/libwebrtc/modules/video_coding/codec_globals_headers_gn/moz.build third_party/libwebrtc/modules/video_coding/codec_globals_headers_gn/moz.build -index 53a7fc384c3d..bd7362a67f30 100644 +index 45a85d4689af..7524313fb884 100644 --- third_party/libwebrtc/modules/video_coding/codec_globals_headers_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/codec_globals_headers_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -61687,7 +66188,7 @@ index 53a7fc384c3d..bd7362a67f30 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -61699,7 +66200,6 @@ index 53a7fc384c3d..bd7362a67f30 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -61726,7 +66226,6 @@ index 53a7fc384c3d..bd7362a67f30 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -61741,7 +66240,6 @@ index 53a7fc384c3d..bd7362a67f30 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -61788,6 +66286,10 @@ index 53a7fc384c3d..bd7362a67f30 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -61800,7 +66302,7 @@ index 53a7fc384c3d..bd7362a67f30 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -61853,17 +66355,16 @@ index 53a7fc384c3d..bd7362a67f30 100644 - Library("codec_globals_headers_gn") diff --git third_party/libwebrtc/modules/video_coding/codecs/av1/av1_svc_config_gn/moz.build third_party/libwebrtc/modules/video_coding/codecs/av1/av1_svc_config_gn/moz.build -index b9784482e9bd..d6db6b79cea3 100644 +index 2fece80bce22..9fe0c94db192 100644 --- third_party/libwebrtc/modules/video_coding/codecs/av1/av1_svc_config_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/codecs/av1/av1_svc_config_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -61878,7 +66379,7 @@ index b9784482e9bd..d6db6b79cea3 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -61890,7 +66391,6 @@ index b9784482e9bd..d6db6b79cea3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -61917,7 +66417,6 @@ index b9784482e9bd..d6db6b79cea3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -61932,7 +66431,6 @@ index b9784482e9bd..d6db6b79cea3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -61990,6 +66488,10 @@ index b9784482e9bd..d6db6b79cea3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -62070,18 +66572,457 @@ index b9784482e9bd..d6db6b79cea3 100644 + DEFINES["USE_X11"] = "1" Library("av1_svc_config_gn") +diff --git third_party/libwebrtc/modules/video_coding/codecs/av1/dav1d_decoder_gn/moz.build third_party/libwebrtc/modules/video_coding/codecs/av1/dav1d_decoder_gn/moz.build +index 838868858004..04f426de8930 100644 +--- third_party/libwebrtc/modules/video_coding/codecs/av1/dav1d_decoder_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/codecs/av1/dav1d_decoder_gn/moz.build +@@ -16,11 +16,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -51,186 +60,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("dav1d_decoder_gn") +diff --git third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_gn/moz.build third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_gn/moz.build +index 7ebe8089b1b2..0ef5c393600b 100644 +--- third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_gn/moz.build +@@ -16,11 +16,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -47,190 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("aom_av1_encoder_gn") diff --git third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build -index a086f7cb0b6f..6b870ee54300 100644 +index ee69c451a535..6416e975e2f7 100644 --- third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -62096,7 +67037,7 @@ index a086f7cb0b6f..6b870ee54300 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62108,7 +67049,6 @@ index a086f7cb0b6f..6b870ee54300 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -62135,7 +67075,6 @@ index a086f7cb0b6f..6b870ee54300 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -62154,7 +67093,6 @@ index a086f7cb0b6f..6b870ee54300 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -62212,6 +67150,10 @@ index a086f7cb0b6f..6b870ee54300 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -62293,17 +67235,16 @@ index a086f7cb0b6f..6b870ee54300 100644 Library("encoded_frame_gn") diff --git third_party/libwebrtc/modules/video_coding/frame_dependencies_calculator_gn/moz.build third_party/libwebrtc/modules/video_coding/frame_dependencies_calculator_gn/moz.build -index e8fdf3750a0c..a7f10d9ed7a9 100644 +index aa42f12b7b5b..40f1449e2b22 100644 --- third_party/libwebrtc/modules/video_coding/frame_dependencies_calculator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/frame_dependencies_calculator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -62318,7 +67259,7 @@ index e8fdf3750a0c..a7f10d9ed7a9 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62330,7 +67271,6 @@ index e8fdf3750a0c..a7f10d9ed7a9 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -62357,7 +67297,6 @@ index e8fdf3750a0c..a7f10d9ed7a9 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -62372,7 +67311,6 @@ index e8fdf3750a0c..a7f10d9ed7a9 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -62430,6 +67368,10 @@ index e8fdf3750a0c..a7f10d9ed7a9 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -62511,17 +67453,16 @@ index e8fdf3750a0c..a7f10d9ed7a9 100644 Library("frame_dependencies_calculator_gn") diff --git third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build -index ecd9c1dd8d37..864af3b1dda1 100644 +index ab164d5d921f..fe1dd7c20635 100644 --- third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -62536,7 +67477,7 @@ index ecd9c1dd8d37..864af3b1dda1 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62548,7 +67489,6 @@ index ecd9c1dd8d37..864af3b1dda1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -62575,7 +67515,6 @@ index ecd9c1dd8d37..864af3b1dda1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -62590,7 +67529,6 @@ index ecd9c1dd8d37..864af3b1dda1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -62648,6 +67586,10 @@ index ecd9c1dd8d37..864af3b1dda1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -62728,18 +67670,457 @@ index ecd9c1dd8d37..864af3b1dda1 100644 + DEFINES["USE_X11"] = "1" Library("frame_helpers_gn") +diff --git third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build +index 6527c200d000..e5dd51284982 100644 +--- third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("h264_sprop_parameter_sets_gn") +diff --git third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build +index cde385e9a546..5f57f69fd4a0 100644 +--- third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("h26x_packet_buffer_gn") diff --git third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build -index 187cf6089c53..45337d14f78e 100644 +index 84955a5ef85a..4a468f527ed4 100644 --- third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -62754,7 +68135,7 @@ index 187cf6089c53..45337d14f78e 100644 FINAL_LIBRARY = "xul" -@@ -44,189 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62766,7 +68147,6 @@ index 187cf6089c53..45337d14f78e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -62793,7 +68173,6 @@ index 187cf6089c53..45337d14f78e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -62812,7 +68191,6 @@ index 187cf6089c53..45337d14f78e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -62870,6 +68248,10 @@ index 187cf6089c53..45337d14f78e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -62951,17 +68333,16 @@ index 187cf6089c53..45337d14f78e 100644 Library("nack_requester_gn") diff --git third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build -index 09929b1d482a..f3d5f329d665 100644 +index 1376ef845e41..d4f7694767ba 100644 --- third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -62976,7 +68357,7 @@ index 09929b1d482a..f3d5f329d665 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62988,7 +68369,6 @@ index 09929b1d482a..f3d5f329d665 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -63015,7 +68395,6 @@ index 09929b1d482a..f3d5f329d665 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -63034,7 +68413,6 @@ index 09929b1d482a..f3d5f329d665 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -63092,6 +68470,10 @@ index 09929b1d482a..f3d5f329d665 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -63173,17 +68555,16 @@ index 09929b1d482a..f3d5f329d665 100644 Library("packet_buffer_gn") diff --git third_party/libwebrtc/modules/video_coding/svc/scalability_mode_util_gn/moz.build third_party/libwebrtc/modules/video_coding/svc/scalability_mode_util_gn/moz.build -index 698684346412..da2c255ee0fc 100644 +index 59753f7db18e..f305df0162af 100644 --- third_party/libwebrtc/modules/video_coding/svc/scalability_mode_util_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/svc/scalability_mode_util_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -63198,7 +68579,7 @@ index 698684346412..da2c255ee0fc 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -63210,7 +68591,6 @@ index 698684346412..da2c255ee0fc 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -63237,7 +68617,6 @@ index 698684346412..da2c255ee0fc 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -63252,7 +68631,6 @@ index 698684346412..da2c255ee0fc 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -63310,6 +68688,10 @@ index 698684346412..da2c255ee0fc 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -63391,17 +68773,16 @@ index 698684346412..da2c255ee0fc 100644 Library("scalability_mode_util_gn") diff --git third_party/libwebrtc/modules/video_coding/svc/scalability_structures_gn/moz.build third_party/libwebrtc/modules/video_coding/svc/scalability_structures_gn/moz.build -index 88f469760f7f..e0bfc360efea 100644 +index 0e0a68b5126f..40ba86c82948 100644 --- third_party/libwebrtc/modules/video_coding/svc/scalability_structures_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/svc/scalability_structures_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -63416,7 +68797,7 @@ index 88f469760f7f..e0bfc360efea 100644 FINAL_LIBRARY = "xul" -@@ -50,185 +60,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,186 +60,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -63428,7 +68809,6 @@ index 88f469760f7f..e0bfc360efea 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -63455,7 +68835,6 @@ index 88f469760f7f..e0bfc360efea 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -63470,7 +68849,6 @@ index 88f469760f7f..e0bfc360efea 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -63528,6 +68906,10 @@ index 88f469760f7f..e0bfc360efea 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -63609,17 +68991,16 @@ index 88f469760f7f..e0bfc360efea 100644 Library("scalability_structures_gn") diff --git third_party/libwebrtc/modules/video_coding/svc/scalable_video_controller_gn/moz.build third_party/libwebrtc/modules/video_coding/svc/scalable_video_controller_gn/moz.build -index d09a4aed3ab5..8d6c549ef978 100644 +index 518157bf6a3a..728277abedb9 100644 --- third_party/libwebrtc/modules/video_coding/svc/scalable_video_controller_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/svc/scalable_video_controller_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -63634,7 +69015,7 @@ index d09a4aed3ab5..8d6c549ef978 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -63646,7 +69027,6 @@ index d09a4aed3ab5..8d6c549ef978 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -63673,7 +69053,6 @@ index d09a4aed3ab5..8d6c549ef978 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -63688,7 +69067,6 @@ index d09a4aed3ab5..8d6c549ef978 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -63739,6 +69117,10 @@ index d09a4aed3ab5..8d6c549ef978 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -63819,18 +69201,240 @@ index d09a4aed3ab5..8d6c549ef978 100644 + DEFINES["USE_X11"] = "1" Library("scalable_video_controller_gn") +diff --git third_party/libwebrtc/modules/video_coding/svc/simulcast_to_svc_converter_gn/moz.build third_party/libwebrtc/modules/video_coding/svc/simulcast_to_svc_converter_gn/moz.build +index 7beea9790f44..0b566d46220f 100644 +--- third_party/libwebrtc/modules/video_coding/svc/simulcast_to_svc_converter_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/svc/simulcast_to_svc_converter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("simulcast_to_svc_converter_gn") diff --git third_party/libwebrtc/modules/video_coding/svc/svc_rate_allocator_gn/moz.build third_party/libwebrtc/modules/video_coding/svc/svc_rate_allocator_gn/moz.build -index 2bd3634ba957..a7a401eb155d 100644 +index f2d5174579d7..70b9e280ac69 100644 --- third_party/libwebrtc/modules/video_coding/svc/svc_rate_allocator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/svc/svc_rate_allocator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -63845,7 +69449,7 @@ index 2bd3634ba957..a7a401eb155d 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -63857,7 +69461,6 @@ index 2bd3634ba957..a7a401eb155d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -63884,7 +69487,6 @@ index 2bd3634ba957..a7a401eb155d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -63899,7 +69501,6 @@ index 2bd3634ba957..a7a401eb155d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -63957,6 +69558,10 @@ index 2bd3634ba957..a7a401eb155d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -64038,17 +69643,16 @@ index 2bd3634ba957..a7a401eb155d 100644 Library("svc_rate_allocator_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/decode_time_percentile_filter_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/decode_time_percentile_filter_gn/moz.build -index 9c48932149b9..8bbe558a2477 100644 +index 7896f5bc23b7..5351ae8eecb7 100644 --- third_party/libwebrtc/modules/video_coding/timing/decode_time_percentile_filter_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/decode_time_percentile_filter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -64063,7 +69667,7 @@ index 9c48932149b9..8bbe558a2477 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64075,7 +69679,6 @@ index 9c48932149b9..8bbe558a2477 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -64102,7 +69705,6 @@ index 9c48932149b9..8bbe558a2477 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -64117,7 +69719,6 @@ index 9c48932149b9..8bbe558a2477 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -64168,6 +69769,10 @@ index 9c48932149b9..8bbe558a2477 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -64249,17 +69854,16 @@ index 9c48932149b9..8bbe558a2477 100644 Library("decode_time_percentile_filter_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/frame_delay_variation_kalman_filter_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/frame_delay_variation_kalman_filter_gn/moz.build -index 0e5991cffd44..8c91c74e87f1 100644 +index 888feb78f5b1..94877208edd6 100644 --- third_party/libwebrtc/modules/video_coding/timing/frame_delay_variation_kalman_filter_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/frame_delay_variation_kalman_filter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -64274,7 +69878,7 @@ index 0e5991cffd44..8c91c74e87f1 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64286,7 +69890,6 @@ index 0e5991cffd44..8c91c74e87f1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -64313,7 +69916,6 @@ index 0e5991cffd44..8c91c74e87f1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -64328,7 +69930,6 @@ index 0e5991cffd44..8c91c74e87f1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -64379,6 +69980,10 @@ index 0e5991cffd44..8c91c74e87f1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -64460,17 +70065,16 @@ index 0e5991cffd44..8c91c74e87f1 100644 Library("frame_delay_variation_kalman_filter_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_variation_calculator_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_variation_calculator_gn/moz.build -index a311c4a8024c..72c2e8f95f30 100644 +index 90271d97710b..a89880e80b11 100644 --- third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_variation_calculator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_variation_calculator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -64485,7 +70089,7 @@ index a311c4a8024c..72c2e8f95f30 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64497,7 +70101,6 @@ index a311c4a8024c..72c2e8f95f30 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -64524,7 +70127,6 @@ index a311c4a8024c..72c2e8f95f30 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -64539,7 +70141,6 @@ index a311c4a8024c..72c2e8f95f30 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -64590,6 +70191,10 @@ index a311c4a8024c..72c2e8f95f30 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -64671,17 +70276,16 @@ index a311c4a8024c..72c2e8f95f30 100644 Library("inter_frame_delay_variation_calculator_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/jitter_estimator_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/jitter_estimator_gn/moz.build -index 6d87c74bd732..42312fbebab1 100644 +index 52b5cc106deb..c1b20efbd861 100644 --- third_party/libwebrtc/modules/video_coding/timing/jitter_estimator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/jitter_estimator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -64696,7 +70300,7 @@ index 6d87c74bd732..42312fbebab1 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64708,7 +70312,6 @@ index 6d87c74bd732..42312fbebab1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -64735,7 +70338,6 @@ index 6d87c74bd732..42312fbebab1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -64754,7 +70356,6 @@ index 6d87c74bd732..42312fbebab1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -64812,6 +70413,10 @@ index 6d87c74bd732..42312fbebab1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -64893,17 +70498,16 @@ index 6d87c74bd732..42312fbebab1 100644 Library("jitter_estimator_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/rtt_filter_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/rtt_filter_gn/moz.build -index e05eebc11f52..362ec70ca4a8 100644 +index 0e4c9ed34eec..bbd2ef7b0051 100644 --- third_party/libwebrtc/modules/video_coding/timing/rtt_filter_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/rtt_filter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -64918,7 +70522,7 @@ index e05eebc11f52..362ec70ca4a8 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64930,7 +70534,6 @@ index e05eebc11f52..362ec70ca4a8 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -64957,7 +70560,6 @@ index e05eebc11f52..362ec70ca4a8 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -64972,7 +70574,6 @@ index e05eebc11f52..362ec70ca4a8 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -65023,6 +70624,10 @@ index e05eebc11f52..362ec70ca4a8 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -65104,17 +70709,16 @@ index e05eebc11f52..362ec70ca4a8 100644 Library("rtt_filter_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/timestamp_extrapolator_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/timestamp_extrapolator_gn/moz.build -index 10e36ea24cf2..f02054e9631b 100644 +index 91f53af3cd95..4039bf1225e2 100644 --- third_party/libwebrtc/modules/video_coding/timing/timestamp_extrapolator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/timestamp_extrapolator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -65129,7 +70733,7 @@ index 10e36ea24cf2..f02054e9631b 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -65141,7 +70745,6 @@ index 10e36ea24cf2..f02054e9631b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -65168,7 +70771,6 @@ index 10e36ea24cf2..f02054e9631b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -65183,7 +70785,6 @@ index 10e36ea24cf2..f02054e9631b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -65234,6 +70835,10 @@ index 10e36ea24cf2..f02054e9631b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -65315,17 +70920,16 @@ index 10e36ea24cf2..f02054e9631b 100644 Library("timestamp_extrapolator_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/timing_module_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/timing_module_gn/moz.build -index 2ab95ef62991..4f51ffc604ee 100644 +index 5a1fc368549b..ae936de55ec9 100644 --- third_party/libwebrtc/modules/video_coding/timing/timing_module_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/timing_module_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -65340,7 +70944,7 @@ index 2ab95ef62991..4f51ffc604ee 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -65352,7 +70956,6 @@ index 2ab95ef62991..4f51ffc604ee 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -65379,7 +70982,6 @@ index 2ab95ef62991..4f51ffc604ee 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -65398,7 +71000,6 @@ index 2ab95ef62991..4f51ffc604ee 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -65456,6 +71057,10 @@ index 2ab95ef62991..4f51ffc604ee 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -65537,17 +71142,16 @@ index 2ab95ef62991..4f51ffc604ee 100644 Library("timing_module_gn") diff --git third_party/libwebrtc/modules/video_coding/video_codec_interface_gn/moz.build third_party/libwebrtc/modules/video_coding/video_codec_interface_gn/moz.build -index 0e18b1aecaed..838e14e931d2 100644 +index 897eac22a94f..8124fea57658 100644 --- third_party/libwebrtc/modules/video_coding/video_codec_interface_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/video_codec_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -65562,7 +71166,7 @@ index 0e18b1aecaed..838e14e931d2 100644 FINAL_LIBRARY = "xul" -@@ -45,185 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,186 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -65574,7 +71178,6 @@ index 0e18b1aecaed..838e14e931d2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -65601,7 +71204,6 @@ index 0e18b1aecaed..838e14e931d2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -65616,7 +71218,6 @@ index 0e18b1aecaed..838e14e931d2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -65674,6 +71275,10 @@ index 0e18b1aecaed..838e14e931d2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -65755,17 +71360,16 @@ index 0e18b1aecaed..838e14e931d2 100644 Library("video_codec_interface_gn") diff --git third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build -index 709393035bb5..5eb98564a475 100644 +index 3ce6a18faa6b..2f30227606e2 100644 --- third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -65780,7 +71384,7 @@ index 709393035bb5..5eb98564a475 100644 FINAL_LIBRARY = "xul" -@@ -57,190 +67,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -57,191 +66,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -65792,7 +71396,6 @@ index 709393035bb5..5eb98564a475 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -65820,7 +71423,6 @@ index 709393035bb5..5eb98564a475 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -65839,7 +71441,6 @@ index 709393035bb5..5eb98564a475 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -65897,6 +71498,10 @@ index 709393035bb5..5eb98564a475 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -65978,17 +71583,16 @@ index 709393035bb5..5eb98564a475 100644 Library("video_coding_gn") diff --git third_party/libwebrtc/modules/video_coding/video_coding_utility_gn/moz.build third_party/libwebrtc/modules/video_coding/video_coding_utility_gn/moz.build -index 75698c304f78..89bf22a8c48f 100644 +index 68fc0eae62dc..62b651290610 100644 --- third_party/libwebrtc/modules/video_coding/video_coding_utility_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/video_coding_utility_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -66003,7 +71607,7 @@ index 75698c304f78..89bf22a8c48f 100644 FINAL_LIBRARY = "xul" -@@ -54,190 +64,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -56,191 +65,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66015,7 +71619,6 @@ index 75698c304f78..89bf22a8c48f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -66043,7 +71646,6 @@ index 75698c304f78..89bf22a8c48f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -66062,7 +71664,6 @@ index 75698c304f78..89bf22a8c48f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -66120,6 +71721,10 @@ index 75698c304f78..89bf22a8c48f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -66200,18 +71805,240 @@ index 75698c304f78..89bf22a8c48f 100644 + DEFINES["USE_X11"] = "1" Library("video_coding_utility_gn") +diff --git third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build +index 104bcded2bc7..ff4ed9fb888a 100644 +--- third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -49,191 +58,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("webrtc_h264_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_libvpx_interface_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_libvpx_interface_gn/moz.build -index ce59cc861c99..d9cbac447de8 100644 +index efede3512ed7..af759b9e2900 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_libvpx_interface_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_libvpx_interface_gn/moz.build -@@ -15,11 +15,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -16,11 +16,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -66226,7 +72053,7 @@ index ce59cc861c99..d9cbac447de8 100644 FINAL_LIBRARY = "xul" -@@ -46,178 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,179 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66238,7 +72065,6 @@ index ce59cc861c99..d9cbac447de8 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -66265,7 +72091,6 @@ index ce59cc861c99..d9cbac447de8 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -66280,7 +72105,6 @@ index ce59cc861c99..d9cbac447de8 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -66331,6 +72155,10 @@ index ce59cc861c99..d9cbac447de8 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -66412,17 +72240,16 @@ index ce59cc861c99..d9cbac447de8 100644 Library("webrtc_libvpx_interface_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build -index 352458cf8e21..965ef96422be 100644 +index 8c4f08bc82b5..7c863a57e8a8 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build -@@ -15,11 +15,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -16,11 +16,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -66437,7 +72264,7 @@ index 352458cf8e21..965ef96422be 100644 FINAL_LIBRARY = "xul" -@@ -49,190 +59,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,191 +59,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66449,7 +72276,6 @@ index 352458cf8e21..965ef96422be 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -66477,7 +72303,6 @@ index 352458cf8e21..965ef96422be 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -66496,7 +72321,6 @@ index 352458cf8e21..965ef96422be 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -66554,6 +72378,10 @@ index 352458cf8e21..965ef96422be 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -66635,17 +72463,16 @@ index 352458cf8e21..965ef96422be 100644 Library("webrtc_vp8_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_vp8_scalability_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_vp8_scalability_gn/moz.build -index 0338ba659e01..f1da16b805a7 100644 +index edf7e7b28f4f..9c7e190a11b4 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_vp8_scalability_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_vp8_scalability_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -66660,7 +72487,7 @@ index 0338ba659e01..f1da16b805a7 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66672,7 +72499,6 @@ index 0338ba659e01..f1da16b805a7 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -66699,7 +72525,6 @@ index 0338ba659e01..f1da16b805a7 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -66714,7 +72539,6 @@ index 0338ba659e01..f1da16b805a7 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -66765,6 +72589,10 @@ index 0338ba659e01..f1da16b805a7 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -66846,17 +72674,16 @@ index 0338ba659e01..f1da16b805a7 100644 Library("webrtc_vp8_scalability_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_vp8_temporal_layers_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_vp8_temporal_layers_gn/moz.build -index d7ae0d5805b3..9ebd70792c7b 100644 +index c92c78084ff3..3a5fb1aa4598 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_vp8_temporal_layers_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_vp8_temporal_layers_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -66871,7 +72698,7 @@ index d7ae0d5805b3..9ebd70792c7b 100644 FINAL_LIBRARY = "xul" -@@ -48,190 +58,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,191 +58,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66883,7 +72710,6 @@ index d7ae0d5805b3..9ebd70792c7b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -66911,7 +72737,6 @@ index d7ae0d5805b3..9ebd70792c7b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -66930,7 +72755,6 @@ index d7ae0d5805b3..9ebd70792c7b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -66988,6 +72812,10 @@ index d7ae0d5805b3..9ebd70792c7b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -67069,17 +72897,16 @@ index d7ae0d5805b3..9ebd70792c7b 100644 Library("webrtc_vp8_temporal_layers_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build -index c0d16a8e5163..1cf6175508db 100644 +index ec4a3d7388f7..e891dd8b547f 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build -@@ -15,11 +15,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -16,11 +16,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -67094,7 +72921,7 @@ index c0d16a8e5163..1cf6175508db 100644 FINAL_LIBRARY = "xul" -@@ -51,190 +61,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -52,191 +61,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -67106,7 +72933,6 @@ index c0d16a8e5163..1cf6175508db 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -67134,7 +72960,6 @@ index c0d16a8e5163..1cf6175508db 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -67153,7 +72978,6 @@ index c0d16a8e5163..1cf6175508db 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -67211,6 +73035,10 @@ index c0d16a8e5163..1cf6175508db 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -67292,17 +73120,16 @@ index c0d16a8e5163..1cf6175508db 100644 Library("webrtc_vp9_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_vp9_helpers_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_vp9_helpers_gn/moz.build -index 6abd453136c9..c0f5ab3b81ef 100644 +index f8968c342f27..064b0b18e98c 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_vp9_helpers_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_vp9_helpers_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -67317,7 +73144,7 @@ index 6abd453136c9..c0f5ab3b81ef 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -67329,7 +73156,6 @@ index 6abd453136c9..c0f5ab3b81ef 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -67356,7 +73182,6 @@ index 6abd453136c9..c0f5ab3b81ef 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -67371,7 +73196,6 @@ index 6abd453136c9..c0f5ab3b81ef 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -67429,6 +73253,10 @@ index 6abd453136c9..c0f5ab3b81ef 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -67510,10 +73338,10 @@ index 6abd453136c9..c0f5ab3b81ef 100644 Library("webrtc_vp9_helpers_gn") diff --git third_party/libwebrtc/moz.build third_party/libwebrtc/moz.build -index 3aa8fb086730..bef47f00e0a6 100644 +index a45cc7826c9c..c4140609a28f 100644 --- third_party/libwebrtc/moz.build +++ third_party/libwebrtc/moz.build -@@ -273,6 +273,8 @@ DIRS += [ +@@ -291,6 +291,8 @@ DIRS += [ "/third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn", "/third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn", "/third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn", @@ -67522,7 +73350,7 @@ index 3aa8fb086730..bef47f00e0a6 100644 "/third_party/libwebrtc/modules/module_api_gn", "/third_party/libwebrtc/modules/module_api_public_gn", "/third_party/libwebrtc/modules/module_fec_api_gn", -@@ -472,102 +474,11 @@ DIRS += [ +@@ -517,137 +519,30 @@ DIRS += [ "/third_party/libwebrtc/webrtc_gn" ] @@ -67624,10 +73452,7 @@ index 3aa8fb086730..bef47f00e0a6 100644 - "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", - "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", "/third_party/libwebrtc/modules/portal/portal_gn", - "/third_party/libwebrtc/third_party/drm/drm_gn", - "/third_party/libwebrtc/third_party/gbm/gbm_gn", -@@ -575,26 +486,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" + "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -67640,10 +73465,7 @@ index 3aa8fb086730..bef47f00e0a6 100644 - "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", - "/third_party/libwebrtc/modules/portal/portal_gn", - "/third_party/libwebrtc/rtc_base/system/asm_defines_gn", -- "/third_party/libwebrtc/third_party/drm/drm_gn", -- "/third_party/libwebrtc/third_party/gbm/gbm_gn", -- "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn", -- "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" +- "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips32": @@ -67652,10 +73474,7 @@ index 3aa8fb086730..bef47f00e0a6 100644 - "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", - "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", "/third_party/libwebrtc/modules/portal/portal_gn", - "/third_party/libwebrtc/third_party/drm/drm_gn", - "/third_party/libwebrtc/third_party/gbm/gbm_gn", -@@ -602,11 +496,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips32": - "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" + "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips64": @@ -67665,10 +73484,7 @@ index 3aa8fb086730..bef47f00e0a6 100644 - "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", - "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", "/third_party/libwebrtc/modules/portal/portal_gn", - "/third_party/libwebrtc/third_party/drm/drm_gn", - "/third_party/libwebrtc/third_party/gbm/gbm_gn", -@@ -614,7 +506,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips64": - "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" + "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": @@ -67676,17 +73492,14 @@ index 3aa8fb086730..bef47f00e0a6 100644 DIRS += [ "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -@@ -622,8 +514,6 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -655,13 +550,11 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": "/third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn", "/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn", "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn", - "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", - "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", "/third_party/libwebrtc/modules/portal/portal_gn", - "/third_party/libwebrtc/third_party/drm/drm_gn", - "/third_party/libwebrtc/third_party/gbm/gbm_gn", -@@ -631,7 +521,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" + "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": @@ -67694,17 +73507,14 @@ index 3aa8fb086730..bef47f00e0a6 100644 DIRS += [ "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -@@ -639,69 +529,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +@@ -669,73 +562,6 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": "/third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn", "/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn", "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn", - "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", - "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", "/third_party/libwebrtc/modules/portal/portal_gn", - "/third_party/libwebrtc/third_party/drm/drm_gn", - "/third_party/libwebrtc/third_party/gbm/gbm_gn", - "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn", - "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" + "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn" ] - -if CONFIG["OS_TARGET"] == "OpenBSD" and CONFIG["TARGET_CPU"] == "aarch64": @@ -67751,6 +73561,13 @@ index 3aa8fb086730..bef47f00e0a6 100644 - "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn" - ] - +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "loongarch64": +- +- DIRS += [ +- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", +- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn" +- ] +- -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "ppc64": - - DIRS += [ @@ -67764,18 +73581,17 @@ index 3aa8fb086730..bef47f00e0a6 100644 - "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", - "/third_party/libwebrtc/modules/desktop_capture/primitives_gn" - ] -diff --git third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build -index 415f09cfd1fe..de5b867157f4 100644 ---- third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build -+++ third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +diff --git third_party/libwebrtc/net/dcsctp/common/internal_types_gn/moz.build third_party/libwebrtc/net/dcsctp/common/internal_types_gn/moz.build +index 6a5e4cfebe25..37b925ca7c54 100644 +--- third_party/libwebrtc/net/dcsctp/common/internal_types_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/common/internal_types_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -67790,7 +73606,7 @@ index 415f09cfd1fe..de5b867157f4 100644 FINAL_LIBRARY = "xul" -@@ -43,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -67802,7 +73618,6 @@ index 415f09cfd1fe..de5b867157f4 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -67810,7 +73625,6 @@ index 415f09cfd1fe..de5b867157f4 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -67830,7 +73644,6 @@ index 415f09cfd1fe..de5b867157f4 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -67845,7 +73658,6 @@ index 415f09cfd1fe..de5b867157f4 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -67879,13 +73691,6 @@ index 415f09cfd1fe..de5b867157f4 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -67895,14 +73700,14 @@ index 415f09cfd1fe..de5b867157f4 100644 -if CONFIG["TARGET_CPU"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -67915,12 +73720,10 @@ index 415f09cfd1fe..de5b867157f4 100644 if CONFIG["TARGET_CPU"] == "x86": -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -67942,21 +73745,16 @@ index 415f09cfd1fe..de5b867157f4 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -67966,35 +73764,25 @@ index 415f09cfd1fe..de5b867157f4 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("async_dns_resolver_gn") -diff --git third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build -index 9f3ce4d4b600..fb11aa9b0f1c 100644 ---- third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build -+++ third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +- + Library("internal_types_gn") +diff --git third_party/libwebrtc/net/dcsctp/common/math_gn/moz.build third_party/libwebrtc/net/dcsctp/common/math_gn/moz.build +index c3cb187e2306..a545273adb9f 100644 +--- third_party/libwebrtc/net/dcsctp/common/math_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/common/math_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -68009,7 +73797,7 @@ index 9f3ce4d4b600..fb11aa9b0f1c 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68021,7 +73809,6 @@ index 9f3ce4d4b600..fb11aa9b0f1c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -68044,7 +73831,6 @@ index 9f3ce4d4b600..fb11aa9b0f1c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -68059,7 +73845,6 @@ index 9f3ce4d4b600..fb11aa9b0f1c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -68106,6 +73891,10 @@ index 9f3ce4d4b600..fb11aa9b0f1c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -68118,7 +73907,7 @@ index 9f3ce4d4b600..fb11aa9b0f1c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -68169,19 +73958,18 @@ index 9f3ce4d4b600..fb11aa9b0f1c 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("async_packet_socket_gn") -diff --git third_party/libwebrtc/rtc_base/audio_format_to_string_gn/moz.build third_party/libwebrtc/rtc_base/audio_format_to_string_gn/moz.build -index 70a2aa730b19..27f099ef7b90 100644 ---- third_party/libwebrtc/rtc_base/audio_format_to_string_gn/moz.build -+++ third_party/libwebrtc/rtc_base/audio_format_to_string_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("math_gn") +diff --git third_party/libwebrtc/net/dcsctp/common/sequence_numbers_gn/moz.build third_party/libwebrtc/net/dcsctp/common/sequence_numbers_gn/moz.build +index c94cad55dd86..a3efde5199ae 100644 +--- third_party/libwebrtc/net/dcsctp/common/sequence_numbers_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/common/sequence_numbers_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -68196,7 +73984,7 @@ index 70a2aa730b19..27f099ef7b90 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68208,7 +73996,6 @@ index 70a2aa730b19..27f099ef7b90 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -68235,7 +74022,6 @@ index 70a2aa730b19..27f099ef7b90 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -68250,7 +74036,6 @@ index 70a2aa730b19..27f099ef7b90 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -68284,13 +74069,6 @@ index 70a2aa730b19..27f099ef7b90 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -68300,14 +74078,14 @@ index 70a2aa730b19..27f099ef7b90 100644 -if CONFIG["TARGET_CPU"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -68320,12 +74098,10 @@ index 70a2aa730b19..27f099ef7b90 100644 if CONFIG["TARGET_CPU"] == "x86": -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -68347,21 +74123,16 @@ index 70a2aa730b19..27f099ef7b90 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -68371,35 +74142,216 @@ index 70a2aa730b19..27f099ef7b90 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("sequence_numbers_gn") +diff --git third_party/libwebrtc/net/dcsctp/packet/bounded_io_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/bounded_io_gn/moz.build +index b80cd74c33f8..2349cc2c46c5 100644 +--- third_party/libwebrtc/net/dcsctp/packet/bounded_io_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/packet/bounded_io_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True -- CXXFLAGS += [ -- "-msse2" + FINAL_LIBRARY = "xul" + +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" - ] -+if CONFIG["TARGET_CPU"] == "x86_64": +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" + DEFINES["USE_X11"] = "1" - Library("audio_format_to_string_gn") -diff --git third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build -index 3dfd3b19d24b..933e5434bf8c 100644 ---- third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("bounded_io_gn") +diff --git third_party/libwebrtc/net/dcsctp/packet/chunk_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/chunk_gn/moz.build +index f7520a41a0ea..8a97ab477627 100644 +--- third_party/libwebrtc/net/dcsctp/packet/chunk_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/packet/chunk_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -68414,7 +74366,7 @@ index 3dfd3b19d24b..933e5434bf8c 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -61,186 +70,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68426,7 +74378,6 @@ index 3dfd3b19d24b..933e5434bf8c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -68453,7 +74404,6 @@ index 3dfd3b19d24b..933e5434bf8c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -68468,7 +74418,6 @@ index 3dfd3b19d24b..933e5434bf8c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -68502,6 +74451,13 @@ index 3dfd3b19d24b..933e5434bf8c 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -68519,6 +74475,10 @@ index 3dfd3b19d24b..933e5434bf8c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -68598,19 +74558,18 @@ index 3dfd3b19d24b..933e5434bf8c 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("bit_buffer_gn") -diff --git third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build -index 7b1ba50f99cf..b05e27ad3426 100644 ---- third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build -+++ third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("chunk_gn") +diff --git third_party/libwebrtc/net/dcsctp/packet/chunk_validators_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/chunk_validators_gn/moz.build +index 0a06a330808a..b38a8e170736 100644 +--- third_party/libwebrtc/net/dcsctp/packet/chunk_validators_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/packet/chunk_validators_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -68625,7 +74584,7 @@ index 7b1ba50f99cf..b05e27ad3426 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68637,7 +74596,6 @@ index 7b1ba50f99cf..b05e27ad3426 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -68664,7 +74622,6 @@ index 7b1ba50f99cf..b05e27ad3426 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -68679,7 +74636,6 @@ index 7b1ba50f99cf..b05e27ad3426 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -68737,6 +74693,10 @@ index 7b1ba50f99cf..b05e27ad3426 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -68816,19 +74776,18 @@ index 7b1ba50f99cf..b05e27ad3426 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("bitrate_tracker_gn") -diff --git third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build -index c82c4c9965bf..36b9f5b6c119 100644 ---- third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build -+++ third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("chunk_validators_gn") +diff --git third_party/libwebrtc/net/dcsctp/packet/crc32c_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/crc32c_gn/moz.build +index 7babd4f00c8d..3544b8accf94 100644 +--- third_party/libwebrtc/net/dcsctp/packet/crc32c_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/packet/crc32c_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -68843,7 +74802,7 @@ index c82c4c9965bf..36b9f5b6c119 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68855,7 +74814,6 @@ index c82c4c9965bf..36b9f5b6c119 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -68882,7 +74840,6 @@ index c82c4c9965bf..36b9f5b6c119 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -68897,7 +74854,6 @@ index c82c4c9965bf..36b9f5b6c119 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -68948,6 +74904,10 @@ index c82c4c9965bf..36b9f5b6c119 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -69027,19 +74987,18 @@ index c82c4c9965bf..36b9f5b6c119 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("bitstream_reader_gn") -diff --git third_party/libwebrtc/rtc_base/buffer_gn/moz.build third_party/libwebrtc/rtc_base/buffer_gn/moz.build -index 5e5d11ff6f7e..fa3cb7950b6c 100644 ---- third_party/libwebrtc/rtc_base/buffer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/buffer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("crc32c_gn") +diff --git third_party/libwebrtc/net/dcsctp/packet/data_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/data_gn/moz.build +index 56a67c706fa4..6921e2bc087f 100644 +--- third_party/libwebrtc/net/dcsctp/packet/data_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/packet/data_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -69054,7 +75013,7 @@ index 5e5d11ff6f7e..fa3cb7950b6c 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69066,7 +75025,6 @@ index 5e5d11ff6f7e..fa3cb7950b6c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -69093,7 +75051,6 @@ index 5e5d11ff6f7e..fa3cb7950b6c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -69108,7 +75065,6 @@ index 5e5d11ff6f7e..fa3cb7950b6c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -69155,6 +75111,10 @@ index 5e5d11ff6f7e..fa3cb7950b6c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -69167,7 +75127,7 @@ index 5e5d11ff6f7e..fa3cb7950b6c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -69218,19 +75178,18 @@ index 5e5d11ff6f7e..fa3cb7950b6c 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("buffer_gn") -diff --git third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build -index 89a2c9e84e1c..01e755bb6f7c 100644 ---- third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("data_gn") +diff --git third_party/libwebrtc/net/dcsctp/packet/error_cause_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/error_cause_gn/moz.build +index 04ca98c30fab..005f3ed8633a 100644 +--- third_party/libwebrtc/net/dcsctp/packet/error_cause_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/packet/error_cause_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -69245,7 +75204,7 @@ index 89a2c9e84e1c..01e755bb6f7c 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -57,186 +66,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69257,7 +75216,6 @@ index 89a2c9e84e1c..01e755bb6f7c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -69284,7 +75242,6 @@ index 89a2c9e84e1c..01e755bb6f7c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -69299,7 +75256,6 @@ index 89a2c9e84e1c..01e755bb6f7c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -69333,6 +75289,13 @@ index 89a2c9e84e1c..01e755bb6f7c 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -69350,6 +75313,10 @@ index 89a2c9e84e1c..01e755bb6f7c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -69429,19 +75396,18 @@ index 89a2c9e84e1c..01e755bb6f7c 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("byte_buffer_gn") -diff --git third_party/libwebrtc/rtc_base/byte_order_gn/moz.build third_party/libwebrtc/rtc_base/byte_order_gn/moz.build -index b95d149625ed..4ed69f91caf9 100644 ---- third_party/libwebrtc/rtc_base/byte_order_gn/moz.build -+++ third_party/libwebrtc/rtc_base/byte_order_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("error_cause_gn") +diff --git third_party/libwebrtc/net/dcsctp/packet/parameter_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/parameter_gn/moz.build +index a1beb0f7c208..5a45e729c554 100644 +--- third_party/libwebrtc/net/dcsctp/packet/parameter_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/packet/parameter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -69456,7 +75422,7 @@ index b95d149625ed..4ed69f91caf9 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -55,186 +64,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69468,13 +75434,16 @@ index b95d149625ed..4ed69f91caf9 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -69491,7 +75460,6 @@ index b95d149625ed..4ed69f91caf9 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -69506,7 +75474,6 @@ index b95d149625ed..4ed69f91caf9 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -69540,6 +75507,13 @@ index b95d149625ed..4ed69f91caf9 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -69549,10 +75523,18 @@ index b95d149625ed..4ed69f91caf9 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -69565,10 +75547,12 @@ index b95d149625ed..4ed69f91caf9 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -69590,16 +75574,21 @@ index b95d149625ed..4ed69f91caf9 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -69609,26 +75598,34 @@ index b95d149625ed..4ed69f91caf9 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("byte_order_gn") -diff --git third_party/libwebrtc/rtc_base/checks_gn/moz.build third_party/libwebrtc/rtc_base/checks_gn/moz.build -index f147bdc64bd9..477bb6cf012e 100644 ---- third_party/libwebrtc/rtc_base/checks_gn/moz.build -+++ third_party/libwebrtc/rtc_base/checks_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("parameter_gn") +diff --git third_party/libwebrtc/net/dcsctp/packet/sctp_packet_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/sctp_packet_gn/moz.build +index 8940c608e991..2cba46b3bef8 100644 +--- third_party/libwebrtc/net/dcsctp/packet/sctp_packet_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/packet/sctp_packet_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -69643,7 +75640,7 @@ index f147bdc64bd9..477bb6cf012e 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69655,7 +75652,6 @@ index f147bdc64bd9..477bb6cf012e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -69682,7 +75678,6 @@ index f147bdc64bd9..477bb6cf012e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -69697,7 +75692,6 @@ index f147bdc64bd9..477bb6cf012e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -69731,6 +75725,13 @@ index f147bdc64bd9..477bb6cf012e 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -69748,6 +75749,10 @@ index f147bdc64bd9..477bb6cf012e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -69827,19 +75832,18 @@ index f147bdc64bd9..477bb6cf012e 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("checks_gn") -diff --git third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build -index 711466336e15..80475fdc6a41 100644 ---- third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build -+++ third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("sctp_packet_gn") +diff --git third_party/libwebrtc/net/dcsctp/packet/tlv_trait_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/tlv_trait_gn/moz.build +index 8ac207cfe1c5..3a4c616d2424 100644 +--- third_party/libwebrtc/net/dcsctp/packet/tlv_trait_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/packet/tlv_trait_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -69854,7 +75858,7 @@ index 711466336e15..80475fdc6a41 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69866,13 +75870,16 @@ index 711466336e15..80475fdc6a41 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -69889,7 +75896,6 @@ index 711466336e15..80475fdc6a41 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -69904,7 +75910,6 @@ index 711466336e15..80475fdc6a41 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -69938,6 +75943,13 @@ index 711466336e15..80475fdc6a41 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -69947,10 +75959,18 @@ index 711466336e15..80475fdc6a41 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -69963,10 +75983,12 @@ index 711466336e15..80475fdc6a41 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -69988,16 +76010,21 @@ index 711466336e15..80475fdc6a41 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -70007,26 +76034,34 @@ index 711466336e15..80475fdc6a41 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("compile_assert_c_gn") -diff --git third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build -index fa4fdc873993..7c49ec6a5edd 100644 ---- third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build -+++ third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("tlv_trait_gn") +diff --git third_party/libwebrtc/net/dcsctp/public/factory_gn/moz.build third_party/libwebrtc/net/dcsctp/public/factory_gn/moz.build +index 2126af302d7b..25ce5477486d 100644 +--- third_party/libwebrtc/net/dcsctp/public/factory_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/public/factory_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -70041,7 +76076,7 @@ index fa4fdc873993..7c49ec6a5edd 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70053,7 +76088,6 @@ index fa4fdc873993..7c49ec6a5edd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -70080,7 +76114,6 @@ index fa4fdc873993..7c49ec6a5edd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -70095,7 +76128,6 @@ index fa4fdc873993..7c49ec6a5edd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -70129,6 +76161,13 @@ index fa4fdc873993..7c49ec6a5edd 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -70146,6 +76185,10 @@ index fa4fdc873993..7c49ec6a5edd 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -70225,19 +76268,18 @@ index fa4fdc873993..7c49ec6a5edd 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("flat_containers_internal_gn") -diff --git third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build -index 7c9b3edd1676..95a2855408fd 100644 ---- third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build -+++ third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("factory_gn") +diff --git third_party/libwebrtc/net/dcsctp/public/socket_gn/moz.build third_party/libwebrtc/net/dcsctp/public/socket_gn/moz.build +index f65d94f80dca..a07bcaae7738 100644 +--- third_party/libwebrtc/net/dcsctp/public/socket_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/public/socket_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -70252,7 +76294,7 @@ index 7c9b3edd1676..95a2855408fd 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70264,7 +76306,6 @@ index 7c9b3edd1676..95a2855408fd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -70291,7 +76332,6 @@ index 7c9b3edd1676..95a2855408fd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -70306,7 +76346,6 @@ index 7c9b3edd1676..95a2855408fd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -70349,10 +76388,18 @@ index 7c9b3edd1676..95a2855408fd 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -70365,10 +76412,12 @@ index 7c9b3edd1676..95a2855408fd 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -70390,16 +76439,21 @@ index 7c9b3edd1676..95a2855408fd 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -70409,26 +76463,34 @@ index 7c9b3edd1676..95a2855408fd 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("flat_map_gn") -diff --git third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build -index 02d364fe30a5..a7902a51d2f6 100644 ---- third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build -+++ third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("socket_gn") +diff --git third_party/libwebrtc/net/dcsctp/public/types_gn/moz.build third_party/libwebrtc/net/dcsctp/public/types_gn/moz.build +index 1b974d0796d6..738f80ce6793 100644 +--- third_party/libwebrtc/net/dcsctp/public/types_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/public/types_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -70443,7 +76505,7 @@ index 02d364fe30a5..a7902a51d2f6 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70455,7 +76517,6 @@ index 02d364fe30a5..a7902a51d2f6 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -70482,7 +76543,6 @@ index 02d364fe30a5..a7902a51d2f6 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -70497,7 +76557,6 @@ index 02d364fe30a5..a7902a51d2f6 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -70544,6 +76603,10 @@ index 02d364fe30a5..a7902a51d2f6 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -70556,7 +76619,7 @@ index 02d364fe30a5..a7902a51d2f6 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -70607,19 +76670,18 @@ index 02d364fe30a5..a7902a51d2f6 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("flat_set_gn") -diff --git third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build -index dd687b90f3ff..8ed0bc7ee1af 100644 ---- third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("types_gn") +diff --git third_party/libwebrtc/net/dcsctp/rx/data_tracker_gn/moz.build third_party/libwebrtc/net/dcsctp/rx/data_tracker_gn/moz.build +index 5276459a3feb..16efcdf3f232 100644 +--- third_party/libwebrtc/net/dcsctp/rx/data_tracker_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/rx/data_tracker_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -70634,7 +76696,7 @@ index dd687b90f3ff..8ed0bc7ee1af 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70646,7 +76708,6 @@ index dd687b90f3ff..8ed0bc7ee1af 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -70673,7 +76734,6 @@ index dd687b90f3ff..8ed0bc7ee1af 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -70688,7 +76748,6 @@ index dd687b90f3ff..8ed0bc7ee1af 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -70722,6 +76781,13 @@ index dd687b90f3ff..8ed0bc7ee1af 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -70739,6 +76805,10 @@ index dd687b90f3ff..8ed0bc7ee1af 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -70818,19 +76888,18 @@ index dd687b90f3ff..8ed0bc7ee1af 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("copy_on_write_buffer_gn") -diff --git third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build -index d860667eb591..f09bb05f3fda 100644 ---- third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build -+++ third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("data_tracker_gn") +diff --git third_party/libwebrtc/net/dcsctp/rx/interleaved_reassembly_streams_gn/moz.build third_party/libwebrtc/net/dcsctp/rx/interleaved_reassembly_streams_gn/moz.build +index 319c63c7eb91..e6d7a638ec76 100644 +--- third_party/libwebrtc/net/dcsctp/rx/interleaved_reassembly_streams_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/rx/interleaved_reassembly_streams_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -70845,7 +76914,7 @@ index d860667eb591..f09bb05f3fda 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70857,7 +76926,6 @@ index d860667eb591..f09bb05f3fda 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -70884,7 +76952,6 @@ index d860667eb591..f09bb05f3fda 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -70899,7 +76966,6 @@ index d860667eb591..f09bb05f3fda 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -70933,6 +76999,13 @@ index d860667eb591..f09bb05f3fda 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -70950,6 +77023,10 @@ index d860667eb591..f09bb05f3fda 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -71029,19 +77106,18 @@ index d860667eb591..f09bb05f3fda 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("criticalsection_gn") -diff --git third_party/libwebrtc/rtc_base/divide_round_gn/moz.build third_party/libwebrtc/rtc_base/divide_round_gn/moz.build -index 5946a30db45f..1212206025b7 100644 ---- third_party/libwebrtc/rtc_base/divide_round_gn/moz.build -+++ third_party/libwebrtc/rtc_base/divide_round_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("interleaved_reassembly_streams_gn") +diff --git third_party/libwebrtc/net/dcsctp/rx/reassembly_queue_gn/moz.build third_party/libwebrtc/net/dcsctp/rx/reassembly_queue_gn/moz.build +index cdb84f7d102c..06f189fb7b51 100644 +--- third_party/libwebrtc/net/dcsctp/rx/reassembly_queue_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/rx/reassembly_queue_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -71056,7 +77132,7 @@ index 5946a30db45f..1212206025b7 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71068,7 +77144,6 @@ index 5946a30db45f..1212206025b7 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -71095,7 +77170,6 @@ index 5946a30db45f..1212206025b7 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -71110,7 +77184,6 @@ index 5946a30db45f..1212206025b7 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -71144,6 +77217,13 @@ index 5946a30db45f..1212206025b7 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -71153,10 +77233,18 @@ index 5946a30db45f..1212206025b7 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -71169,10 +77257,12 @@ index 5946a30db45f..1212206025b7 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -71194,16 +77284,21 @@ index 5946a30db45f..1212206025b7 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -71213,26 +77308,34 @@ index 5946a30db45f..1212206025b7 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("divide_round_gn") -diff --git third_party/libwebrtc/rtc_base/dscp_gn/moz.build third_party/libwebrtc/rtc_base/dscp_gn/moz.build -index fd82b23b98e3..e83d2e34dc26 100644 ---- third_party/libwebrtc/rtc_base/dscp_gn/moz.build -+++ third_party/libwebrtc/rtc_base/dscp_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("reassembly_queue_gn") +diff --git third_party/libwebrtc/net/dcsctp/rx/reassembly_streams_gn/moz.build third_party/libwebrtc/net/dcsctp/rx/reassembly_streams_gn/moz.build +index 6c398b133ee0..fd95d137655b 100644 +--- third_party/libwebrtc/net/dcsctp/rx/reassembly_streams_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/rx/reassembly_streams_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -71247,7 +77350,7 @@ index fd82b23b98e3..e83d2e34dc26 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71259,13 +77362,16 @@ index fd82b23b98e3..e83d2e34dc26 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -71282,7 +77388,6 @@ index fd82b23b98e3..e83d2e34dc26 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -71297,7 +77402,6 @@ index fd82b23b98e3..e83d2e34dc26 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -71331,6 +77435,13 @@ index fd82b23b98e3..e83d2e34dc26 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -71344,6 +77455,10 @@ index fd82b23b98e3..e83d2e34dc26 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -71356,7 +77471,7 @@ index fd82b23b98e3..e83d2e34dc26 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -71407,19 +77522,18 @@ index fd82b23b98e3..e83d2e34dc26 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("dscp_gn") -diff --git third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build -index 2ea470772f4b..1235e95439b9 100644 ---- third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("reassembly_streams_gn") +diff --git third_party/libwebrtc/net/dcsctp/rx/traditional_reassembly_streams_gn/moz.build third_party/libwebrtc/net/dcsctp/rx/traditional_reassembly_streams_gn/moz.build +index dea3f1d04e9c..4da538440a2a 100644 +--- third_party/libwebrtc/net/dcsctp/rx/traditional_reassembly_streams_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/rx/traditional_reassembly_streams_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -71434,7 +77548,7 @@ index 2ea470772f4b..1235e95439b9 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71446,7 +77560,6 @@ index 2ea470772f4b..1235e95439b9 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -71473,7 +77586,6 @@ index 2ea470772f4b..1235e95439b9 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -71488,7 +77600,6 @@ index 2ea470772f4b..1235e95439b9 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -71546,6 +77657,10 @@ index 2ea470772f4b..1235e95439b9 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -71625,19 +77740,18 @@ index 2ea470772f4b..1235e95439b9 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("event_tracer_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build -index 09174a3a20ab..f906bc9cd246 100644 ---- third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("traditional_reassembly_streams_gn") +diff --git third_party/libwebrtc/net/dcsctp/socket/context_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/context_gn/moz.build +index 1412fe4b2580..51f4925bb9e5 100644 +--- third_party/libwebrtc/net/dcsctp/socket/context_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/socket/context_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -71652,7 +77766,7 @@ index 09174a3a20ab..f906bc9cd246 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71664,7 +77778,6 @@ index 09174a3a20ab..f906bc9cd246 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -71691,7 +77804,6 @@ index 09174a3a20ab..f906bc9cd246 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -71706,7 +77818,6 @@ index 09174a3a20ab..f906bc9cd246 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -71756,14 +77867,14 @@ index 09174a3a20ab..f906bc9cd246 100644 -if CONFIG["TARGET_CPU"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -71776,12 +77887,10 @@ index 09174a3a20ab..f906bc9cd246 100644 if CONFIG["TARGET_CPU"] == "x86": -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -71803,21 +77912,16 @@ index 09174a3a20ab..f906bc9cd246 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -71827,35 +77931,25 @@ index 09174a3a20ab..f906bc9cd246 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("alr_experiment_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build -index 233c203847c4..0142ed0457e9 100644 ---- third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +- + Library("context_gn") +diff --git third_party/libwebrtc/net/dcsctp/socket/dcsctp_socket_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/dcsctp_socket_gn/moz.build +index b5f74c59485f..fc81bd30b2b8 100644 +--- third_party/libwebrtc/net/dcsctp/socket/dcsctp_socket_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/socket/dcsctp_socket_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -71870,7 +77964,7 @@ index 233c203847c4..0142ed0457e9 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,186 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71882,7 +77976,6 @@ index 233c203847c4..0142ed0457e9 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -71909,7 +78002,6 @@ index 233c203847c4..0142ed0457e9 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -71924,7 +78016,6 @@ index 233c203847c4..0142ed0457e9 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -71982,6 +78073,10 @@ index 233c203847c4..0142ed0457e9 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -72061,19 +78156,18 @@ index 233c203847c4..0142ed0457e9 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("balanced_degradation_settings_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/bandwidth_quality_scaler_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/bandwidth_quality_scaler_settings_gn/moz.build -index e8ae0afef0a3..a46ef7998d57 100644 ---- third_party/libwebrtc/rtc_base/experiments/bandwidth_quality_scaler_settings_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/bandwidth_quality_scaler_settings_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("dcsctp_socket_gn") +diff --git third_party/libwebrtc/net/dcsctp/socket/heartbeat_handler_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/heartbeat_handler_gn/moz.build +index 0a9c0ad00ea5..19c7c7c852fa 100644 +--- third_party/libwebrtc/net/dcsctp/socket/heartbeat_handler_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/socket/heartbeat_handler_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -72088,7 +78182,7 @@ index e8ae0afef0a3..a46ef7998d57 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72100,7 +78194,6 @@ index e8ae0afef0a3..a46ef7998d57 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -72127,7 +78220,6 @@ index e8ae0afef0a3..a46ef7998d57 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -72142,7 +78234,6 @@ index e8ae0afef0a3..a46ef7998d57 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -72200,6 +78291,10 @@ index e8ae0afef0a3..a46ef7998d57 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -72279,19 +78374,18 @@ index e8ae0afef0a3..a46ef7998d57 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("bandwidth_quality_scaler_settings_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/cpu_speed_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/cpu_speed_experiment_gn/moz.build -index 00af297d92c7..cfa672be2411 100644 ---- third_party/libwebrtc/rtc_base/experiments/cpu_speed_experiment_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/cpu_speed_experiment_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("heartbeat_handler_gn") +diff --git third_party/libwebrtc/net/dcsctp/socket/packet_sender_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/packet_sender_gn/moz.build +index ed127c2a2056..1bc00bd677ad 100644 +--- third_party/libwebrtc/net/dcsctp/socket/packet_sender_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/socket/packet_sender_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -72306,7 +78400,7 @@ index 00af297d92c7..cfa672be2411 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72318,7 +78412,6 @@ index 00af297d92c7..cfa672be2411 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -72345,7 +78438,6 @@ index 00af297d92c7..cfa672be2411 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -72360,7 +78452,6 @@ index 00af297d92c7..cfa672be2411 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -72418,6 +78509,10 @@ index 00af297d92c7..cfa672be2411 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -72497,19 +78592,18 @@ index 00af297d92c7..cfa672be2411 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("cpu_speed_experiment_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build -index 9866a74964c7..a09edc6dce96 100644 ---- third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("packet_sender_gn") +diff --git third_party/libwebrtc/net/dcsctp/socket/stream_reset_handler_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/stream_reset_handler_gn/moz.build +index 49714f1804f3..fca2c697c710 100644 +--- third_party/libwebrtc/net/dcsctp/socket/stream_reset_handler_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/socket/stream_reset_handler_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -72524,7 +78618,7 @@ index 9866a74964c7..a09edc6dce96 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72536,7 +78630,6 @@ index 9866a74964c7..a09edc6dce96 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -72563,7 +78656,6 @@ index 9866a74964c7..a09edc6dce96 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -72578,7 +78670,6 @@ index 9866a74964c7..a09edc6dce96 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -72636,6 +78727,10 @@ index 9866a74964c7..a09edc6dce96 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -72715,19 +78810,18 @@ index 9866a74964c7..a09edc6dce96 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("encoder_info_settings_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build -index 520c4db65a2b..00eca302cf45 100644 ---- third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("stream_reset_handler_gn") +diff --git third_party/libwebrtc/net/dcsctp/socket/transmission_control_block_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/transmission_control_block_gn/moz.build +index be93efb070fb..b780282e8e46 100644 +--- third_party/libwebrtc/net/dcsctp/socket/transmission_control_block_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/socket/transmission_control_block_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -72742,7 +78836,7 @@ index 520c4db65a2b..00eca302cf45 100644 FINAL_LIBRARY = "xul" -@@ -46,185 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72754,7 +78848,6 @@ index 520c4db65a2b..00eca302cf45 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -72781,7 +78874,6 @@ index 520c4db65a2b..00eca302cf45 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -72796,7 +78888,6 @@ index 520c4db65a2b..00eca302cf45 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -72854,6 +78945,10 @@ index 520c4db65a2b..00eca302cf45 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -72933,19 +79028,18 @@ index 520c4db65a2b..00eca302cf45 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("field_trial_parser_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build -index 397f0dd3ce6f..42e0bfc0b541 100644 ---- third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("transmission_control_block_gn") +diff --git third_party/libwebrtc/net/dcsctp/timer/task_queue_timeout_gn/moz.build third_party/libwebrtc/net/dcsctp/timer/task_queue_timeout_gn/moz.build +index 19e9a8ae4cb0..ee7ab28bbb77 100644 +--- third_party/libwebrtc/net/dcsctp/timer/task_queue_timeout_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/timer/task_queue_timeout_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -72960,7 +79054,7 @@ index 397f0dd3ce6f..42e0bfc0b541 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72972,7 +79066,6 @@ index 397f0dd3ce6f..42e0bfc0b541 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -72999,7 +79092,6 @@ index 397f0dd3ce6f..42e0bfc0b541 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -73014,7 +79106,6 @@ index 397f0dd3ce6f..42e0bfc0b541 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -73072,6 +79163,10 @@ index 397f0dd3ce6f..42e0bfc0b541 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -73151,19 +79246,18 @@ index 397f0dd3ce6f..42e0bfc0b541 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("keyframe_interval_settings_experiment_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build -index 5cd3bb4a2bf0..09ebf5322ea7 100644 ---- third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("task_queue_timeout_gn") +diff --git third_party/libwebrtc/net/dcsctp/timer/timer_gn/moz.build third_party/libwebrtc/net/dcsctp/timer/timer_gn/moz.build +index fc21b96cb95e..92d3bad017da 100644 +--- third_party/libwebrtc/net/dcsctp/timer/timer_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/timer/timer_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -73178,7 +79272,7 @@ index 5cd3bb4a2bf0..09ebf5322ea7 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73190,7 +79284,6 @@ index 5cd3bb4a2bf0..09ebf5322ea7 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -73217,7 +79310,6 @@ index 5cd3bb4a2bf0..09ebf5322ea7 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -73232,7 +79324,6 @@ index 5cd3bb4a2bf0..09ebf5322ea7 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -73266,13 +79357,6 @@ index 5cd3bb4a2bf0..09ebf5322ea7 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -73290,6 +79374,10 @@ index 5cd3bb4a2bf0..09ebf5322ea7 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -73369,19 +79457,18 @@ index 5cd3bb4a2bf0..09ebf5322ea7 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("min_video_bitrate_experiment_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build -index 9c3e585bf972..89f9af863d4a 100644 ---- third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("timer_gn") +diff --git third_party/libwebrtc/net/dcsctp/tx/outstanding_data_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/outstanding_data_gn/moz.build +index d6f0efb0e95e..d9f2acafec11 100644 +--- third_party/libwebrtc/net/dcsctp/tx/outstanding_data_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/tx/outstanding_data_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -73396,7 +79483,7 @@ index 9c3e585bf972..89f9af863d4a 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73408,7 +79495,6 @@ index 9c3e585bf972..89f9af863d4a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -73435,7 +79521,6 @@ index 9c3e585bf972..89f9af863d4a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -73450,7 +79535,6 @@ index 9c3e585bf972..89f9af863d4a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -73508,6 +79592,10 @@ index 9c3e585bf972..89f9af863d4a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -73587,19 +79675,18 @@ index 9c3e585bf972..89f9af863d4a 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("normalize_simulcast_size_experiment_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/quality_rampup_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/quality_rampup_experiment_gn/moz.build -index a03ad630cd73..a008cbfdd569 100644 ---- third_party/libwebrtc/rtc_base/experiments/quality_rampup_experiment_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/quality_rampup_experiment_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("outstanding_data_gn") +diff --git third_party/libwebrtc/net/dcsctp/tx/retransmission_error_counter_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/retransmission_error_counter_gn/moz.build +index e4c78b2b27c0..f24cfb2e48ec 100644 +--- third_party/libwebrtc/net/dcsctp/tx/retransmission_error_counter_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/tx/retransmission_error_counter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -73614,7 +79701,7 @@ index a03ad630cd73..a008cbfdd569 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73626,7 +79713,6 @@ index a03ad630cd73..a008cbfdd569 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -73653,7 +79739,6 @@ index a03ad630cd73..a008cbfdd569 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -73668,7 +79753,6 @@ index a03ad630cd73..a008cbfdd569 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -73726,6 +79810,10 @@ index a03ad630cd73..a008cbfdd569 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -73805,19 +79893,18 @@ index a03ad630cd73..a008cbfdd569 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("quality_rampup_experiment_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build -index d1b4330a18db..de18961b8154 100644 ---- third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("retransmission_error_counter_gn") +diff --git third_party/libwebrtc/net/dcsctp/tx/retransmission_queue_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/retransmission_queue_gn/moz.build +index 94099b89bbc9..d4eef73f4081 100644 +--- third_party/libwebrtc/net/dcsctp/tx/retransmission_queue_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/tx/retransmission_queue_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -73832,7 +79919,7 @@ index d1b4330a18db..de18961b8154 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73844,7 +79931,6 @@ index d1b4330a18db..de18961b8154 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -73871,7 +79957,6 @@ index d1b4330a18db..de18961b8154 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -73886,7 +79971,6 @@ index d1b4330a18db..de18961b8154 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -73944,6 +80028,10 @@ index d1b4330a18db..de18961b8154 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -74023,19 +80111,18 @@ index d1b4330a18db..de18961b8154 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("quality_scaler_settings_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build -index 8e75fbc3b032..79fc2e93ba33 100644 ---- third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("retransmission_queue_gn") +diff --git third_party/libwebrtc/net/dcsctp/tx/retransmission_timeout_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/retransmission_timeout_gn/moz.build +index b3cc98e36fcb..7e95c8f18e3d 100644 +--- third_party/libwebrtc/net/dcsctp/tx/retransmission_timeout_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/tx/retransmission_timeout_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -74050,7 +80137,7 @@ index 8e75fbc3b032..79fc2e93ba33 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74062,7 +80149,6 @@ index 8e75fbc3b032..79fc2e93ba33 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -74089,7 +80175,6 @@ index 8e75fbc3b032..79fc2e93ba33 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -74104,7 +80189,6 @@ index 8e75fbc3b032..79fc2e93ba33 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -74138,13 +80222,6 @@ index 8e75fbc3b032..79fc2e93ba33 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -74162,6 +80239,10 @@ index 8e75fbc3b032..79fc2e93ba33 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -74241,19 +80322,18 @@ index 8e75fbc3b032..79fc2e93ba33 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("quality_scaling_experiment_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build -index 0051ac37f9e8..fe9271425d64 100644 ---- third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("retransmission_timeout_gn") +diff --git third_party/libwebrtc/net/dcsctp/tx/rr_send_queue_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/rr_send_queue_gn/moz.build +index 0930a4d36c9f..271a2fd7a9a7 100644 +--- third_party/libwebrtc/net/dcsctp/tx/rr_send_queue_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/tx/rr_send_queue_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -74268,7 +80348,7 @@ index 0051ac37f9e8..fe9271425d64 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74280,7 +80360,6 @@ index 0051ac37f9e8..fe9271425d64 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -74307,7 +80386,6 @@ index 0051ac37f9e8..fe9271425d64 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -74322,7 +80400,6 @@ index 0051ac37f9e8..fe9271425d64 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -74380,6 +80457,10 @@ index 0051ac37f9e8..fe9271425d64 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -74459,19 +80540,18 @@ index 0051ac37f9e8..fe9271425d64 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("rate_control_settings_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/rtt_mult_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/rtt_mult_experiment_gn/moz.build -index 995eaa1df3d0..cfbbbdb328ef 100644 ---- third_party/libwebrtc/rtc_base/experiments/rtt_mult_experiment_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/rtt_mult_experiment_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("rr_send_queue_gn") +diff --git third_party/libwebrtc/net/dcsctp/tx/send_queue_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/send_queue_gn/moz.build +index 53637eff6663..a227ea7ffca7 100644 +--- third_party/libwebrtc/net/dcsctp/tx/send_queue_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/tx/send_queue_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -74486,7 +80566,205 @@ index 995eaa1df3d0..cfbbbdb328ef 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("send_queue_gn") +diff --git third_party/libwebrtc/net/dcsctp/tx/stream_scheduler_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/stream_scheduler_gn/moz.build +index 664394c22b67..0e1f5e52ab80 100644 +--- third_party/libwebrtc/net/dcsctp/tx/stream_scheduler_gn/moz.build ++++ third_party/libwebrtc/net/dcsctp/tx/stream_scheduler_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74498,7 +80776,6 @@ index 995eaa1df3d0..cfbbbdb328ef 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -74525,7 +80802,6 @@ index 995eaa1df3d0..cfbbbdb328ef 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -74540,7 +80816,6 @@ index 995eaa1df3d0..cfbbbdb328ef 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -74598,6 +80873,10 @@ index 995eaa1df3d0..cfbbbdb328ef 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -74677,19 +80956,18 @@ index 995eaa1df3d0..cfbbbdb328ef 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("rtt_mult_experiment_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn/moz.build -index 2c239310fc08..5e98394eef8b 100644 ---- third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("stream_scheduler_gn") +diff --git third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build +index ebe2d31f76cb..4273164eb8ae 100644 +--- third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build ++++ third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -74704,7 +80982,7 @@ index 2c239310fc08..5e98394eef8b 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,187 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74716,7 +80994,6 @@ index 2c239310fc08..5e98394eef8b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -74724,6 +81001,7 @@ index 2c239310fc08..5e98394eef8b 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -74743,7 +81021,6 @@ index 2c239310fc08..5e98394eef8b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -74758,7 +81035,6 @@ index 2c239310fc08..5e98394eef8b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -74816,6 +81092,10 @@ index 2c239310fc08..5e98394eef8b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -74895,19 +81175,18 @@ index 2c239310fc08..5e98394eef8b 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("stable_target_rate_experiment_gn") -diff --git third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build -index 87a5e335eb06..ba58d3df2494 100644 ---- third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build -+++ third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("async_dns_resolver_gn") +diff --git third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build +index 0739957773e6..99cb949dca52 100644 +--- third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build ++++ third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -74922,7 +81201,194 @@ index 87a5e335eb06..ba58d3df2494 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("async_packet_socket_gn") +diff --git third_party/libwebrtc/rtc_base/audio_format_to_string_gn/moz.build third_party/libwebrtc/rtc_base/audio_format_to_string_gn/moz.build +index dde6dc9d8144..be4e6cad1dbd 100644 +--- third_party/libwebrtc/rtc_base/audio_format_to_string_gn/moz.build ++++ third_party/libwebrtc/rtc_base/audio_format_to_string_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74934,7 +81400,6 @@ index 87a5e335eb06..ba58d3df2494 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -74961,7 +81426,6 @@ index 87a5e335eb06..ba58d3df2494 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -74976,7 +81440,6 @@ index 87a5e335eb06..ba58d3df2494 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -75034,6 +81497,10 @@ index 87a5e335eb06..ba58d3df2494 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -75113,19 +81580,18 @@ index 87a5e335eb06..ba58d3df2494 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("frequency_tracker_gn") -diff --git third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build -index 03bb1071f60c..6e5808f68281 100644 ---- third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build -+++ third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("audio_format_to_string_gn") +diff --git third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build +index ef6a31fb5e9b..67ba86b45fdf 100644 +--- third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -75140,7 +81606,7 @@ index 03bb1071f60c..6e5808f68281 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75152,13 +81618,16 @@ index 03bb1071f60c..6e5808f68281 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -75175,7 +81644,6 @@ index 03bb1071f60c..6e5808f68281 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -75190,7 +81658,6 @@ index 03bb1071f60c..6e5808f68281 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -75233,10 +81700,18 @@ index 03bb1071f60c..6e5808f68281 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -75249,10 +81724,12 @@ index 03bb1071f60c..6e5808f68281 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -75274,16 +81751,21 @@ index 03bb1071f60c..6e5808f68281 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -75293,26 +81775,34 @@ index 03bb1071f60c..6e5808f68281 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("gtest_prod_gn") -diff --git third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build -index 3f7a2c1ffa1f..042fc6088182 100644 ---- third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build -+++ third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("bit_buffer_gn") +diff --git third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build +index e98692d2e7b7..45ab9ef5afd1 100644 +--- third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build ++++ third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -75327,7 +81817,7 @@ index 3f7a2c1ffa1f..042fc6088182 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75339,7 +81829,6 @@ index 3f7a2c1ffa1f..042fc6088182 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -75366,7 +81855,6 @@ index 3f7a2c1ffa1f..042fc6088182 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -75381,7 +81869,6 @@ index 3f7a2c1ffa1f..042fc6088182 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -75415,6 +81902,13 @@ index 3f7a2c1ffa1f..042fc6088182 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -75432,6 +81926,10 @@ index 3f7a2c1ffa1f..042fc6088182 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -75511,81 +82009,124 @@ index 3f7a2c1ffa1f..042fc6088182 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("histogram_percentile_counter_gn") -diff --git third_party/libwebrtc/rtc_base/ifaddrs_android_gn/moz.build third_party/libwebrtc/rtc_base/ifaddrs_android_gn/moz.build -deleted file mode 100644 -index d89873bf7483..000000000000 ---- third_party/libwebrtc/rtc_base/ifaddrs_android_gn/moz.build -+++ /dev/null -@@ -1,95 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. -- -- -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### -- --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() -- --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["ANDROID"] = True --DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" --DEFINES["HAVE_SYS_UIO_H"] = True --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ANDROID"] = True --DEFINES["WEBRTC_ANDROID_OPENSLES"] = True --DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_LINUX"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_POSIX"] = True --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["_GNU_SOURCE"] = True --DEFINES["__STDC_CONSTANT_MACROS"] = True --DEFINES["__STDC_FORMAT_MACROS"] = True -- --FINAL_LIBRARY = "xul" + Library("bitrate_tracker_gn") +diff --git third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build +index 41bb6e4e0ee4..c8612822886c 100644 +--- third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build ++++ third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - +-if CONFIG["OS_TARGET"] == "Android": - --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - --OS_LIBS += [ -- "GLESv2", -- "log" --] +- OS_LIBS += [ +- "log" +- ] - --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/ifaddrs_android.cc" --] +-if CONFIG["OS_TARGET"] == "Darwin": - --if not CONFIG["MOZ_DEBUG"]: +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True +-if CONFIG["OS_TARGET"] == "Linux": - --if CONFIG["MOZ_DEBUG"] == "1": +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_DEBUG"] = True +-if CONFIG["OS_TARGET"] == "OpenBSD": - --if CONFIG["TARGET_CPU"] == "aarch64": +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True +-if CONFIG["OS_TARGET"] == "WINNT": - +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + -if CONFIG["TARGET_CPU"] == "arm": - - CXXFLAGS += [ @@ -75596,35 +82137,101 @@ index d89873bf7483..000000000000 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - -- OS_LIBS += [ -- "unwind" -- ] +-if CONFIG["TARGET_CPU"] == "loongarch64": - --if CONFIG["TARGET_CPU"] == "x86": +- DEFINES["_GNU_SOURCE"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": - +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + - DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - --Library("ifaddrs_android_gn") -diff --git third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build -index 06009fc8668e..4f9eacbcf8a7 100644 ---- third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build -+++ third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("bitstream_reader_gn") +diff --git third_party/libwebrtc/rtc_base/buffer_gn/moz.build third_party/libwebrtc/rtc_base/buffer_gn/moz.build +index 896456d6ec99..534605ccf4e2 100644 +--- third_party/libwebrtc/rtc_base/buffer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/buffer_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -75639,7 +82246,7 @@ index 06009fc8668e..4f9eacbcf8a7 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75651,13 +82258,16 @@ index 06009fc8668e..4f9eacbcf8a7 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -75674,7 +82284,6 @@ index 06009fc8668e..4f9eacbcf8a7 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -75689,7 +82298,6 @@ index 06009fc8668e..4f9eacbcf8a7 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -75736,6 +82344,10 @@ index 06009fc8668e..4f9eacbcf8a7 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -75748,7 +82360,7 @@ index 06009fc8668e..4f9eacbcf8a7 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -75799,19 +82411,18 @@ index 06009fc8668e..4f9eacbcf8a7 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("ignore_wundef_gn") -diff --git third_party/libwebrtc/rtc_base/ip_address_gn/moz.build third_party/libwebrtc/rtc_base/ip_address_gn/moz.build -index c2f9eb412bca..df8f9503cb8a 100644 ---- third_party/libwebrtc/rtc_base/ip_address_gn/moz.build -+++ third_party/libwebrtc/rtc_base/ip_address_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("buffer_gn") +diff --git third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build +index efa39af67ca2..4fbf51d84dd6 100644 +--- third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -75826,7 +82437,7 @@ index c2f9eb412bca..df8f9503cb8a 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75838,7 +82449,6 @@ index c2f9eb412bca..df8f9503cb8a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -75846,7 +82456,6 @@ index c2f9eb412bca..df8f9503cb8a 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -75866,7 +82475,6 @@ index c2f9eb412bca..df8f9503cb8a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -75881,7 +82489,6 @@ index c2f9eb412bca..df8f9503cb8a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -75915,12 +82522,6 @@ index c2f9eb412bca..df8f9503cb8a 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -75938,6 +82539,10 @@ index c2f9eb412bca..df8f9503cb8a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -76017,20 +82622,205 @@ index c2f9eb412bca..df8f9503cb8a 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("ip_address_gn") -diff --git third_party/libwebrtc/rtc_base/logging_gn/moz.build third_party/libwebrtc/rtc_base/logging_gn/moz.build -index 2b47ed986c72..191af40a1a3f 100644 ---- third_party/libwebrtc/rtc_base/logging_gn/moz.build -+++ third_party/libwebrtc/rtc_base/logging_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("byte_buffer_gn") +diff --git third_party/libwebrtc/rtc_base/byte_order_gn/moz.build third_party/libwebrtc/rtc_base/byte_order_gn/moz.build +index ce685d4814d2..65ab76218c6c 100644 +--- third_party/libwebrtc/rtc_base/byte_order_gn/moz.build ++++ third_party/libwebrtc/rtc_base/byte_order_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("byte_order_gn") +diff --git third_party/libwebrtc/rtc_base/checks_gn/moz.build third_party/libwebrtc/rtc_base/checks_gn/moz.build +index 1f38f2ca7a4f..2e0f0e8b7744 100644 +--- third_party/libwebrtc/rtc_base/checks_gn/moz.build ++++ third_party/libwebrtc/rtc_base/checks_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -76045,7 +82835,7 @@ index 2b47ed986c72..191af40a1a3f 100644 FINAL_LIBRARY = "xul" -@@ -44,185 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76057,7 +82847,6 @@ index 2b47ed986c72..191af40a1a3f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -76084,7 +82873,6 @@ index 2b47ed986c72..191af40a1a3f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -76099,7 +82887,6 @@ index 2b47ed986c72..191af40a1a3f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -76133,13 +82920,6 @@ index 2b47ed986c72..191af40a1a3f 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -76157,6 +82937,10 @@ index 2b47ed986c72..191af40a1a3f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -76236,19 +83020,18 @@ index 2b47ed986c72..191af40a1a3f 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("logging_gn") -diff --git third_party/libwebrtc/rtc_base/macromagic_gn/moz.build third_party/libwebrtc/rtc_base/macromagic_gn/moz.build -index 7a54f6369568..ae2eb48d37a1 100644 ---- third_party/libwebrtc/rtc_base/macromagic_gn/moz.build -+++ third_party/libwebrtc/rtc_base/macromagic_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("checks_gn") +diff --git third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build +index 154848b920fa..09fca9233e44 100644 +--- third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build ++++ third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -76263,7 +83046,7 @@ index 7a54f6369568..ae2eb48d37a1 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76275,7 +83058,6 @@ index 7a54f6369568..ae2eb48d37a1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -76298,7 +83080,6 @@ index 7a54f6369568..ae2eb48d37a1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -76313,7 +83094,6 @@ index 7a54f6369568..ae2eb48d37a1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -76360,6 +83140,10 @@ index 7a54f6369568..ae2eb48d37a1 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -76372,7 +83156,7 @@ index 7a54f6369568..ae2eb48d37a1 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -76423,19 +83207,18 @@ index 7a54f6369568..ae2eb48d37a1 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("macromagic_gn") -diff --git third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build -index 06a17077bb82..21d3404240cd 100644 ---- third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build -+++ third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("compile_assert_c_gn") +diff --git third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build +index d5f7393960b9..0108ed9d35e6 100644 +--- third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build ++++ third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -76450,7 +83233,7 @@ index 06a17077bb82..21d3404240cd 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76462,7 +83245,6 @@ index 06a17077bb82..21d3404240cd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -76489,7 +83271,6 @@ index 06a17077bb82..21d3404240cd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -76504,7 +83285,6 @@ index 06a17077bb82..21d3404240cd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -76555,6 +83335,10 @@ index 06a17077bb82..21d3404240cd 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -76634,19 +83418,18 @@ index 06a17077bb82..21d3404240cd 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("aligned_malloc_gn") -diff --git third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build -index ea25143a15aa..da34908795f0 100644 ---- third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build -+++ third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("flat_containers_internal_gn") +diff --git third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build +index 638358d79d52..c890542ae1f6 100644 +--- third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build ++++ third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -76661,7 +83444,7 @@ index ea25143a15aa..da34908795f0 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76673,7 +83456,6 @@ index ea25143a15aa..da34908795f0 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -76700,7 +83482,6 @@ index ea25143a15aa..da34908795f0 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -76715,7 +83496,6 @@ index ea25143a15aa..da34908795f0 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -76762,6 +83542,10 @@ index ea25143a15aa..da34908795f0 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -76774,7 +83558,7 @@ index ea25143a15aa..da34908795f0 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -76825,19 +83609,18 @@ index ea25143a15aa..da34908795f0 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("mod_ops_gn") -diff --git third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build -index 967e6e28ba29..60644d006ab2 100644 ---- third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build -+++ third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("flat_map_gn") +diff --git third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build +index 92883483f5fd..006cc6bb1523 100644 +--- third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build ++++ third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -76852,7 +83635,7 @@ index 967e6e28ba29..60644d006ab2 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76864,7 +83647,6 @@ index 967e6e28ba29..60644d006ab2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -76891,7 +83673,6 @@ index 967e6e28ba29..60644d006ab2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -76906,7 +83687,6 @@ index 967e6e28ba29..60644d006ab2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -76953,6 +83733,10 @@ index 967e6e28ba29..60644d006ab2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -76965,7 +83749,7 @@ index 967e6e28ba29..60644d006ab2 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -77016,19 +83800,18 @@ index 967e6e28ba29..60644d006ab2 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("moving_max_counter_gn") -diff --git third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build -index 7c0cfcf806a7..2b89135329e6 100644 ---- third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build -+++ third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("flat_set_gn") +diff --git third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build +index d46afc84b9ae..2b9429eb7b3a 100644 +--- third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -77043,7 +83826,7 @@ index 7c0cfcf806a7..2b89135329e6 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -77055,7 +83838,6 @@ index 7c0cfcf806a7..2b89135329e6 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -77063,7 +83845,6 @@ index 7c0cfcf806a7..2b89135329e6 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -77083,7 +83864,6 @@ index 7c0cfcf806a7..2b89135329e6 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -77098,7 +83878,6 @@ index 7c0cfcf806a7..2b89135329e6 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -77132,12 +83911,217 @@ index 7c0cfcf806a7..2b89135329e6 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32" +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("copy_on_write_buffer_gn") +diff --git third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build +index d8537d397409..e797c80aed74 100644 +--- third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build ++++ third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" - ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -77155,6 +84139,10 @@ index 7c0cfcf806a7..2b89135329e6 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -77234,19 +84222,18 @@ index 7c0cfcf806a7..2b89135329e6 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("net_helpers_gn") -diff --git third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build -index 9fb05f529e15..2c7aeb42782b 100644 ---- third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build -+++ third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("criticalsection_gn") +diff --git third_party/libwebrtc/rtc_base/divide_round_gn/moz.build third_party/libwebrtc/rtc_base/divide_round_gn/moz.build +index d46350e65b1f..862afa6e80cb 100644 +--- third_party/libwebrtc/rtc_base/divide_round_gn/moz.build ++++ third_party/libwebrtc/rtc_base/divide_round_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -77261,7 +84248,7 @@ index 9fb05f529e15..2c7aeb42782b 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -77273,13 +84260,16 @@ index 9fb05f529e15..2c7aeb42782b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -77296,7 +84286,6 @@ index 9fb05f529e15..2c7aeb42782b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -77311,7 +84300,6 @@ index 9fb05f529e15..2c7aeb42782b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -77358,6 +84346,10 @@ index 9fb05f529e15..2c7aeb42782b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -77370,7 +84362,7 @@ index 9fb05f529e15..2c7aeb42782b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -77421,19 +84413,18 @@ index 9fb05f529e15..2c7aeb42782b 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("ecn_marking_gn") -diff --git third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build -index 604cb9a5e8c8..63df6c684225 100644 ---- third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build -+++ third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("divide_round_gn") +diff --git third_party/libwebrtc/rtc_base/dscp_gn/moz.build third_party/libwebrtc/rtc_base/dscp_gn/moz.build +index fd796dcc7283..a69f3be68a5a 100644 +--- third_party/libwebrtc/rtc_base/dscp_gn/moz.build ++++ third_party/libwebrtc/rtc_base/dscp_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -77448,7 +84439,7 @@ index 604cb9a5e8c8..63df6c684225 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -77460,7 +84451,6 @@ index 604cb9a5e8c8..63df6c684225 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -77483,7 +84473,6 @@ index 604cb9a5e8c8..63df6c684225 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -77498,7 +84487,6 @@ index 604cb9a5e8c8..63df6c684225 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -77541,6 +84529,204 @@ index 604cb9a5e8c8..63df6c684225 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("dscp_gn") +diff --git third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build +index 89739a31462a..caa13bc3d03f 100644 +--- third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -45,186 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- - CXXFLAGS += [ - "-mfpu=neon" - ] @@ -77549,6 +84735,10 @@ index 604cb9a5e8c8..63df6c684225 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -77628,19 +84818,18 @@ index 604cb9a5e8c8..63df6c684225 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("sent_packet_gn") -diff --git third_party/libwebrtc/rtc_base/network_constants_gn/moz.build third_party/libwebrtc/rtc_base/network_constants_gn/moz.build -index eacf18519786..848db7fed53a 100644 ---- third_party/libwebrtc/rtc_base/network_constants_gn/moz.build -+++ third_party/libwebrtc/rtc_base/network_constants_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("event_tracer_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build +index db73007e0648..3b48de94a7cf 100644 +--- third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -77655,7 +84844,7 @@ index eacf18519786..848db7fed53a 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -77667,7 +84856,6 @@ index eacf18519786..848db7fed53a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -77694,7 +84882,6 @@ index eacf18519786..848db7fed53a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -77709,7 +84896,6 @@ index eacf18519786..848db7fed53a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -77743,6 +84929,13 @@ index eacf18519786..848db7fed53a 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -77760,6 +84953,10 @@ index eacf18519786..848db7fed53a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -77839,19 +85036,18 @@ index eacf18519786..848db7fed53a 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("network_constants_gn") -diff --git third_party/libwebrtc/rtc_base/network_route_gn/moz.build third_party/libwebrtc/rtc_base/network_route_gn/moz.build -index 2ae8cf3c3837..c32e0473a011 100644 ---- third_party/libwebrtc/rtc_base/network_route_gn/moz.build -+++ third_party/libwebrtc/rtc_base/network_route_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("alr_experiment_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build +index a68f41b455b7..1e18365e267f 100644 +--- third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -77866,7 +85062,7 @@ index 2ae8cf3c3837..c32e0473a011 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -77878,7 +85074,6 @@ index 2ae8cf3c3837..c32e0473a011 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -77905,7 +85100,6 @@ index 2ae8cf3c3837..c32e0473a011 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -77920,7 +85114,6 @@ index 2ae8cf3c3837..c32e0473a011 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -77954,6 +85147,13 @@ index 2ae8cf3c3837..c32e0473a011 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -77971,6 +85171,10 @@ index 2ae8cf3c3837..c32e0473a011 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -78050,19 +85254,18 @@ index 2ae8cf3c3837..c32e0473a011 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("network_route_gn") -diff --git third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build -index da5eb5b49753..dd528ef3830e 100644 ---- third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build -+++ third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("balanced_degradation_settings_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build +index 76246fa6ff03..3e75b9cd7207 100644 +--- third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -78077,7 +85280,7 @@ index da5eb5b49753..dd528ef3830e 100644 FINAL_LIBRARY = "xul" -@@ -43,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78089,7 +85292,6 @@ index da5eb5b49753..dd528ef3830e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -78097,7 +85299,6 @@ index da5eb5b49753..dd528ef3830e 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -78117,7 +85318,6 @@ index da5eb5b49753..dd528ef3830e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -78132,7 +85332,6 @@ index da5eb5b49753..dd528ef3830e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -78190,6 +85389,10 @@ index da5eb5b49753..dd528ef3830e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -78269,19 +85472,18 @@ index da5eb5b49753..dd528ef3830e 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("null_socket_server_gn") -diff --git third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build -index 4de80444bef4..7d101ac9cbe4 100644 ---- third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build -+++ third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("encoder_info_settings_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build +index e55be35e9b1a..7058a6b0e3c6 100644 +--- third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -78296,7 +85498,7 @@ index 4de80444bef4..7d101ac9cbe4 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,186 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78308,7 +85510,6 @@ index 4de80444bef4..7d101ac9cbe4 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -78335,7 +85536,6 @@ index 4de80444bef4..7d101ac9cbe4 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -78350,7 +85550,6 @@ index 4de80444bef4..7d101ac9cbe4 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -78384,6 +85583,13 @@ index 4de80444bef4..7d101ac9cbe4 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -78393,10 +85599,18 @@ index 4de80444bef4..7d101ac9cbe4 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -78409,10 +85623,12 @@ index 4de80444bef4..7d101ac9cbe4 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -78434,16 +85650,21 @@ index 4de80444bef4..7d101ac9cbe4 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -78453,26 +85674,34 @@ index 4de80444bef4..7d101ac9cbe4 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("one_time_event_gn") -diff --git third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build -index 8c259b6765c4..4632206d50e3 100644 ---- third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build -+++ third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("field_trial_parser_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build +index e5b723ef37b6..a02341d3de17 100644 +--- third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -78487,7 +85716,7 @@ index 8c259b6765c4..4632206d50e3 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78499,7 +85728,6 @@ index 8c259b6765c4..4632206d50e3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -78526,7 +85754,6 @@ index 8c259b6765c4..4632206d50e3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -78541,7 +85768,6 @@ index 8c259b6765c4..4632206d50e3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -78599,6 +85825,10 @@ index 8c259b6765c4..4632206d50e3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -78678,19 +85908,18 @@ index 8c259b6765c4..4632206d50e3 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("platform_thread_gn") -diff --git third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build -index 09d6147ce17d..7ed2f4dad2ac 100644 ---- third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build -+++ third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("keyframe_interval_settings_experiment_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build +index e8863d79f0bb..220d29302b62 100644 +--- third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -78705,7 +85934,7 @@ index 09d6147ce17d..7ed2f4dad2ac 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78717,7 +85946,6 @@ index 09d6147ce17d..7ed2f4dad2ac 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -78744,7 +85972,6 @@ index 09d6147ce17d..7ed2f4dad2ac 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -78759,7 +85986,6 @@ index 09d6147ce17d..7ed2f4dad2ac 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -78793,6 +86019,13 @@ index 09d6147ce17d..7ed2f4dad2ac 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -78810,6 +86043,10 @@ index 09d6147ce17d..7ed2f4dad2ac 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -78889,19 +86126,18 @@ index 09d6147ce17d..7ed2f4dad2ac 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("platform_thread_types_gn") -diff --git third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build -index c2b0d4ce2f3a..e926b3f5ca8f 100644 ---- third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build -+++ third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("min_video_bitrate_experiment_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build +index 50cc28070487..9c8d4710941c 100644 +--- third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -78916,7 +86152,7 @@ index c2b0d4ce2f3a..e926b3f5ca8f 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78928,13 +86164,16 @@ index c2b0d4ce2f3a..e926b3f5ca8f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -78951,7 +86190,6 @@ index c2b0d4ce2f3a..e926b3f5ca8f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -78966,7 +86204,6 @@ index c2b0d4ce2f3a..e926b3f5ca8f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -79000,6 +86237,13 @@ index c2b0d4ce2f3a..e926b3f5ca8f 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -79009,10 +86253,18 @@ index c2b0d4ce2f3a..e926b3f5ca8f 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -79025,10 +86277,12 @@ index c2b0d4ce2f3a..e926b3f5ca8f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -79050,16 +86304,21 @@ index c2b0d4ce2f3a..e926b3f5ca8f 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -79069,26 +86328,34 @@ index c2b0d4ce2f3a..e926b3f5ca8f 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("protobuf_utils_gn") -diff --git third_party/libwebrtc/rtc_base/race_checker_gn/moz.build third_party/libwebrtc/rtc_base/race_checker_gn/moz.build -index 1fef37a2babc..74fad97cb21c 100644 ---- third_party/libwebrtc/rtc_base/race_checker_gn/moz.build -+++ third_party/libwebrtc/rtc_base/race_checker_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("normalize_simulcast_size_experiment_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build +index 7700987d9727..fed428b40312 100644 +--- third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -79103,7 +86370,7 @@ index 1fef37a2babc..74fad97cb21c 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79115,7 +86382,6 @@ index 1fef37a2babc..74fad97cb21c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -79142,7 +86408,6 @@ index 1fef37a2babc..74fad97cb21c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -79157,7 +86422,6 @@ index 1fef37a2babc..74fad97cb21c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -79191,6 +86455,13 @@ index 1fef37a2babc..74fad97cb21c 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -79208,6 +86479,10 @@ index 1fef37a2babc..74fad97cb21c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -79287,19 +86562,18 @@ index 1fef37a2babc..74fad97cb21c 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("race_checker_gn") -diff --git third_party/libwebrtc/rtc_base/random_gn/moz.build third_party/libwebrtc/rtc_base/random_gn/moz.build -index 6c9b369317a5..1046794552e2 100644 ---- third_party/libwebrtc/rtc_base/random_gn/moz.build -+++ third_party/libwebrtc/rtc_base/random_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("quality_scaler_settings_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build +index cdfadf1b3a44..91fa15309a19 100644 +--- third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -79314,7 +86588,7 @@ index 6c9b369317a5..1046794552e2 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79326,7 +86600,6 @@ index 6c9b369317a5..1046794552e2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -79353,7 +86626,6 @@ index 6c9b369317a5..1046794552e2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -79368,7 +86640,6 @@ index 6c9b369317a5..1046794552e2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -79402,6 +86673,13 @@ index 6c9b369317a5..1046794552e2 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -79419,6 +86697,10 @@ index 6c9b369317a5..1046794552e2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -79498,19 +86780,18 @@ index 6c9b369317a5..1046794552e2 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("random_gn") -diff --git third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build -index 586fc513dc7e..64b9286d41ca 100644 ---- third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("quality_scaling_experiment_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build +index d64269a76871..835d78fa3a6c 100644 +--- third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -79525,7 +86806,7 @@ index 586fc513dc7e..64b9286d41ca 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79537,7 +86818,6 @@ index 586fc513dc7e..64b9286d41ca 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -79564,7 +86844,6 @@ index 586fc513dc7e..64b9286d41ca 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -79573,17 +86852,12 @@ index 586fc513dc7e..64b9286d41ca 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -79641,6 +86915,10 @@ index 586fc513dc7e..64b9286d41ca 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -79720,19 +86998,18 @@ index 586fc513dc7e..64b9286d41ca 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("rate_limiter_gn") -diff --git third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build -index 76d4f9d980ae..64ffc5e8413b 100644 ---- third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("rate_control_settings_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn/moz.build +index 708a893a10ad..8620aa9d4bd8 100644 +--- third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -79747,7 +87024,7 @@ index 76d4f9d980ae..64ffc5e8413b 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79759,7 +87036,6 @@ index 76d4f9d980ae..64ffc5e8413b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -79786,7 +87062,6 @@ index 76d4f9d980ae..64ffc5e8413b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -79801,7 +87076,6 @@ index 76d4f9d980ae..64ffc5e8413b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -79859,6 +87133,10 @@ index 76d4f9d980ae..64ffc5e8413b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -79938,19 +87216,18 @@ index 76d4f9d980ae..64ffc5e8413b 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("rate_statistics_gn") -diff --git third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build -index c381e91cdc55..0a743006bcf0 100644 ---- third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("stable_target_rate_experiment_gn") +diff --git third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build +index 1a6ff46f9057..286569c90089 100644 +--- third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build ++++ third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -79965,7 +87242,7 @@ index c381e91cdc55..0a743006bcf0 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79977,7 +87254,6 @@ index c381e91cdc55..0a743006bcf0 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -80004,7 +87280,6 @@ index c381e91cdc55..0a743006bcf0 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -80019,7 +87294,6 @@ index c381e91cdc55..0a743006bcf0 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -80077,6 +87351,10 @@ index c381e91cdc55..0a743006bcf0 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -80156,19 +87434,18 @@ index c381e91cdc55..0a743006bcf0 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("rate_tracker_gn") -diff --git third_party/libwebrtc/rtc_base/refcount_gn/moz.build third_party/libwebrtc/rtc_base/refcount_gn/moz.build -index 4059c66e7135..ab2a71dd87dc 100644 ---- third_party/libwebrtc/rtc_base/refcount_gn/moz.build -+++ third_party/libwebrtc/rtc_base/refcount_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("frequency_tracker_gn") +diff --git third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build +index 493edecc9a2c..fd41ef0a21f7 100644 +--- third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build ++++ third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -80183,7 +87460,7 @@ index 4059c66e7135..ab2a71dd87dc 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -80195,7 +87472,6 @@ index 4059c66e7135..ab2a71dd87dc 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -80218,7 +87494,6 @@ index 4059c66e7135..ab2a71dd87dc 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -80233,7 +87508,6 @@ index 4059c66e7135..ab2a71dd87dc 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -80280,6 +87554,10 @@ index 4059c66e7135..ab2a71dd87dc 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -80292,7 +87570,7 @@ index 4059c66e7135..ab2a71dd87dc 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -80343,19 +87621,18 @@ index 4059c66e7135..ab2a71dd87dc 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("refcount_gn") -diff --git third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build -index c8e14d5996e0..07964d2b4972 100644 ---- third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("gtest_prod_gn") +diff --git third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build +index 51e370a925b2..17a7725eb3c0 100644 +--- third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build ++++ third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -80370,7 +87647,7 @@ index c8e14d5996e0..07964d2b4972 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -80382,7 +87659,6 @@ index c8e14d5996e0..07964d2b4972 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -80409,7 +87685,6 @@ index c8e14d5996e0..07964d2b4972 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -80424,7 +87699,314 @@ index c8e14d5996e0..07964d2b4972 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("histogram_percentile_counter_gn") +diff --git third_party/libwebrtc/rtc_base/ifaddrs_android_gn/moz.build third_party/libwebrtc/rtc_base/ifaddrs_android_gn/moz.build +deleted file mode 100644 +index c4e0aad848a9..000000000000 +--- third_party/libwebrtc/rtc_base/ifaddrs_android_gn/moz.build ++++ /dev/null +@@ -1,95 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["ANDROID"] = True +-DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +-DEFINES["HAVE_SYS_UIO_H"] = True +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["WEBRTC_ANDROID"] = True +-DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_LINUX"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_POSIX"] = True +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["_GNU_SOURCE"] = True +-DEFINES["__STDC_CONSTANT_MACROS"] = True +-DEFINES["__STDC_FORMAT_MACROS"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/tools/profiler/public" +-] +- +-OS_LIBS += [ +- "GLESv2", +- "log" +-] +- +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/ifaddrs_android.cc" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_DEBUG"] = True +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["TARGET_CPU"] == "x86": +- +- CXXFLAGS += [ +- "-msse2" +- ] +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("ifaddrs_android_gn") +diff --git third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build +index 01c10d595e8b..0b3ff10cc360 100644 +--- third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build ++++ third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -80471,6 +88053,10 @@ index c8e14d5996e0..07964d2b4972 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -80483,7 +88069,7 @@ index c8e14d5996e0..07964d2b4972 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -80534,19 +88120,18 @@ index c8e14d5996e0..07964d2b4972 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("rolling_accumulator_gn") -diff --git third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build -index a1b2840da3ea..6279462eabf7 100644 ---- third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("ignore_wundef_gn") +diff --git third_party/libwebrtc/rtc_base/ip_address_gn/moz.build third_party/libwebrtc/rtc_base/ip_address_gn/moz.build +index d949fcc26e8d..7d64e4ef330c 100644 +--- third_party/libwebrtc/rtc_base/ip_address_gn/moz.build ++++ third_party/libwebrtc/rtc_base/ip_address_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -80561,7 +88146,7 @@ index a1b2840da3ea..6279462eabf7 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -80573,7 +88158,6 @@ index a1b2840da3ea..6279462eabf7 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -80581,6 +88165,7 @@ index a1b2840da3ea..6279462eabf7 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -80600,7 +88185,6 @@ index a1b2840da3ea..6279462eabf7 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -80615,7 +88199,6 @@ index a1b2840da3ea..6279462eabf7 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -80653,8 +88236,7 @@ index a1b2840da3ea..6279462eabf7 100644 - OS_LIBS += [ - "crypt32", - "iphlpapi", -- "secur32", -- "winmm" +- "secur32" - ] + DEFINES["_DEBUG"] = True @@ -80673,6 +88255,10 @@ index a1b2840da3ea..6279462eabf7 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -80752,19 +88338,19 @@ index a1b2840da3ea..6279462eabf7 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("rtc_event_gn") -diff --git third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build -index 6bcce7ecf591..0127c502b6f6 100644 ---- third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("ip_address_gn") +diff --git third_party/libwebrtc/rtc_base/logging_gn/moz.build third_party/libwebrtc/rtc_base/logging_gn/moz.build +index 2dfe0c2fec46..e391440561dd 100644 +--- third_party/libwebrtc/rtc_base/logging_gn/moz.build ++++ third_party/libwebrtc/rtc_base/logging_gn/moz.build +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" + DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -80779,7 +88365,7 @@ index 6bcce7ecf591..0127c502b6f6 100644 FINAL_LIBRARY = "xul" -@@ -45,178 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,186 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -80791,7 +88377,6 @@ index 6bcce7ecf591..0127c502b6f6 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -80818,7 +88403,6 @@ index 6bcce7ecf591..0127c502b6f6 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -80833,7 +88417,6 @@ index 6bcce7ecf591..0127c502b6f6 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -80867,6 +88450,13 @@ index 6bcce7ecf591..0127c502b6f6 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -80884,6 +88474,10 @@ index 6bcce7ecf591..0127c502b6f6 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -80963,19 +88557,18 @@ index 6bcce7ecf591..0127c502b6f6 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("rtc_numerics_gn") -diff --git third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build -index 1e381892f367..8fc4c2183d80 100644 ---- third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build -+++ third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("logging_gn") +diff --git third_party/libwebrtc/rtc_base/macromagic_gn/moz.build third_party/libwebrtc/rtc_base/macromagic_gn/moz.build +index 390b189b0db6..4433ee4394b0 100644 +--- third_party/libwebrtc/rtc_base/macromagic_gn/moz.build ++++ third_party/libwebrtc/rtc_base/macromagic_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -80990,7 +88583,7 @@ index 1e381892f367..8fc4c2183d80 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81002,7 +88595,6 @@ index 1e381892f367..8fc4c2183d80 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -81025,7 +88617,6 @@ index 1e381892f367..8fc4c2183d80 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -81040,7 +88631,6 @@ index 1e381892f367..8fc4c2183d80 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -81087,6 +88677,10 @@ index 1e381892f367..8fc4c2183d80 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -81099,7 +88693,7 @@ index 1e381892f367..8fc4c2183d80 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -81150,19 +88744,229 @@ index 1e381892f367..8fc4c2183d80 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("safe_compare_gn") -diff --git third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build -index f409a3834780..3ba803fa49d4 100644 ---- third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build -+++ third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("macromagic_gn") +diff --git third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build +index 0a65ef231ef4..4c8711cb2921 100644 +--- third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build ++++ third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("aligned_malloc_gn") +diff --git third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build +index 61e454135d16..baf4e8a72632 100644 +--- third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build ++++ third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -81177,7 +88981,7 @@ index f409a3834780..3ba803fa49d4 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81189,7 +88993,6 @@ index f409a3834780..3ba803fa49d4 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -81216,7 +89019,6 @@ index f409a3834780..3ba803fa49d4 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -81231,7 +89033,6 @@ index f409a3834780..3ba803fa49d4 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -81278,6 +89079,10 @@ index f409a3834780..3ba803fa49d4 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -81290,7 +89095,7 @@ index f409a3834780..3ba803fa49d4 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -81341,19 +89146,18 @@ index f409a3834780..3ba803fa49d4 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("safe_conversions_gn") -diff --git third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build -index 31299792ebeb..a03b4cdd095d 100644 ---- third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build -+++ third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("mod_ops_gn") +diff --git third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build +index ec440ef76608..97d948e88c49 100644 +--- third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build ++++ third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -81368,7 +89172,7 @@ index 31299792ebeb..a03b4cdd095d 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81380,7 +89184,6 @@ index 31299792ebeb..a03b4cdd095d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -81407,7 +89210,6 @@ index 31299792ebeb..a03b4cdd095d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -81422,7 +89224,6 @@ index 31299792ebeb..a03b4cdd095d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -81469,6 +89270,10 @@ index 31299792ebeb..a03b4cdd095d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -81481,7 +89286,7 @@ index 31299792ebeb..a03b4cdd095d 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -81532,19 +89337,18 @@ index 31299792ebeb..a03b4cdd095d 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("safe_minmax_gn") -diff --git third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build -index 0657de77c15b..fc147e94f56f 100644 ---- third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build -+++ third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("moving_max_counter_gn") +diff --git third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build +index 68e7540a5cc6..e2763aae13c2 100644 +--- third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build ++++ third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -81559,7 +89363,7 @@ index 0657de77c15b..fc147e94f56f 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81571,7 +89375,6 @@ index 0657de77c15b..fc147e94f56f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -81579,6 +89382,7 @@ index 0657de77c15b..fc147e94f56f 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -81598,7 +89402,6 @@ index 0657de77c15b..fc147e94f56f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -81613,7 +89416,6 @@ index 0657de77c15b..fc147e94f56f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -81647,6 +89449,12 @@ index 0657de77c15b..fc147e94f56f 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -81664,6 +89472,10 @@ index 0657de77c15b..fc147e94f56f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -81743,19 +89555,18 @@ index 0657de77c15b..fc147e94f56f 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("sample_counter_gn") -diff --git third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build -index dcdcffdd8ef4..fb6cf9adbb71 100644 ---- third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("net_helpers_gn") +diff --git third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build +index 598652874c2f..b08c4ae86174 100644 +--- third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build ++++ third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -81770,7 +89581,7 @@ index dcdcffdd8ef4..fb6cf9adbb71 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81782,7 +89593,6 @@ index dcdcffdd8ef4..fb6cf9adbb71 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -81805,7 +89615,6 @@ index dcdcffdd8ef4..fb6cf9adbb71 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -81820,7 +89629,6 @@ index dcdcffdd8ef4..fb6cf9adbb71 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -81867,6 +89675,10 @@ index dcdcffdd8ef4..fb6cf9adbb71 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -81879,7 +89691,7 @@ index dcdcffdd8ef4..fb6cf9adbb71 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -81930,19 +89742,18 @@ index dcdcffdd8ef4..fb6cf9adbb71 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("sanitizer_gn") -diff --git third_party/libwebrtc/rtc_base/socket_address_gn/moz.build third_party/libwebrtc/rtc_base/socket_address_gn/moz.build -index 2e5c00378acd..78d31c99625b 100644 ---- third_party/libwebrtc/rtc_base/socket_address_gn/moz.build -+++ third_party/libwebrtc/rtc_base/socket_address_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("ecn_marking_gn") +diff --git third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build +index c285d04f5def..93432583b4da 100644 +--- third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build ++++ third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -81957,7 +89768,7 @@ index 2e5c00378acd..78d31c99625b 100644 FINAL_LIBRARY = "xul" -@@ -43,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81969,18 +89780,12 @@ index 2e5c00378acd..78d31c99625b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "GLESv2", -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -81997,7 +89802,6 @@ index 2e5c00378acd..78d31c99625b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -82012,7 +89816,6 @@ index 2e5c00378acd..78d31c99625b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -82046,13 +89849,6 @@ index 2e5c00378acd..78d31c99625b 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -82070,6 +89866,10 @@ index 2e5c00378acd..78d31c99625b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -82149,19 +89949,18 @@ index 2e5c00378acd..78d31c99625b 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("socket_address_gn") -diff --git third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build -index 572b2f62b08c..23ceff9330b2 100644 ---- third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build -+++ third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("sent_packet_gn") +diff --git third_party/libwebrtc/rtc_base/network_constants_gn/moz.build third_party/libwebrtc/rtc_base/network_constants_gn/moz.build +index 3b41f5bba9f9..f95b171fdf32 100644 +--- third_party/libwebrtc/rtc_base/network_constants_gn/moz.build ++++ third_party/libwebrtc/rtc_base/network_constants_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -82176,7 +89975,7 @@ index 572b2f62b08c..23ceff9330b2 100644 FINAL_LIBRARY = "xul" -@@ -39,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82188,7 +89987,6 @@ index 572b2f62b08c..23ceff9330b2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -82196,7 +89994,6 @@ index 572b2f62b08c..23ceff9330b2 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -82216,7 +90013,6 @@ index 572b2f62b08c..23ceff9330b2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -82231,7 +90027,6 @@ index 572b2f62b08c..23ceff9330b2 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -82265,13 +90060,6 @@ index 572b2f62b08c..23ceff9330b2 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -82281,10 +90069,18 @@ index 572b2f62b08c..23ceff9330b2 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -82297,10 +90093,12 @@ index 572b2f62b08c..23ceff9330b2 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -161,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -82322,16 +90120,21 @@ index 572b2f62b08c..23ceff9330b2 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -82341,26 +90144,34 @@ index 572b2f62b08c..23ceff9330b2 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("socket_factory_gn") -diff --git third_party/libwebrtc/rtc_base/socket_gn/moz.build third_party/libwebrtc/rtc_base/socket_gn/moz.build -index 4b08aeb0de91..d8dcd1ca715e 100644 ---- third_party/libwebrtc/rtc_base/socket_gn/moz.build -+++ third_party/libwebrtc/rtc_base/socket_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("network_constants_gn") +diff --git third_party/libwebrtc/rtc_base/network_route_gn/moz.build third_party/libwebrtc/rtc_base/network_route_gn/moz.build +index ed2d7204f43b..5f59b36411dd 100644 +--- third_party/libwebrtc/rtc_base/network_route_gn/moz.build ++++ third_party/libwebrtc/rtc_base/network_route_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -82375,7 +90186,7 @@ index 4b08aeb0de91..d8dcd1ca715e 100644 FINAL_LIBRARY = "xul" -@@ -43,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82387,7 +90198,6 @@ index 4b08aeb0de91..d8dcd1ca715e 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -82395,7 +90205,6 @@ index 4b08aeb0de91..d8dcd1ca715e 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -82415,7 +90224,6 @@ index 4b08aeb0de91..d8dcd1ca715e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -82430,7 +90238,6 @@ index 4b08aeb0de91..d8dcd1ca715e 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -82464,13 +90271,6 @@ index 4b08aeb0de91..d8dcd1ca715e 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -82488,6 +90288,10 @@ index 4b08aeb0de91..d8dcd1ca715e 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -82567,19 +90371,18 @@ index 4b08aeb0de91..d8dcd1ca715e 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("socket_gn") -diff --git third_party/libwebrtc/rtc_base/socket_server_gn/moz.build third_party/libwebrtc/rtc_base/socket_server_gn/moz.build -index d4654af6fc1f..265a05693776 100644 ---- third_party/libwebrtc/rtc_base/socket_server_gn/moz.build -+++ third_party/libwebrtc/rtc_base/socket_server_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("network_route_gn") +diff --git third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build +index d129b17f1194..cbd1b431f6de 100644 +--- third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build ++++ third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -82594,7 +90397,7 @@ index d4654af6fc1f..265a05693776 100644 FINAL_LIBRARY = "xul" -@@ -39,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,187 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82606,7 +90409,6 @@ index d4654af6fc1f..265a05693776 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -82634,7 +90436,6 @@ index d4654af6fc1f..265a05693776 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -82649,7 +90450,6 @@ index d4654af6fc1f..265a05693776 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -82699,10 +90499,18 @@ index d4654af6fc1f..265a05693776 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -82715,10 +90523,12 @@ index d4654af6fc1f..265a05693776 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -161,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -82740,16 +90550,21 @@ index d4654af6fc1f..265a05693776 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -82759,26 +90574,34 @@ index d4654af6fc1f..265a05693776 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("socket_server_gn") -diff --git third_party/libwebrtc/rtc_base/ssl_gn/moz.build third_party/libwebrtc/rtc_base/ssl_gn/moz.build -index 599001039a48..a2cf5b7c9ecd 100644 ---- third_party/libwebrtc/rtc_base/ssl_gn/moz.build -+++ third_party/libwebrtc/rtc_base/ssl_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("null_socket_server_gn") +diff --git third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build +index 348ef02526a2..74729015b2fb 100644 +--- third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build ++++ third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -82793,7 +90616,7 @@ index 599001039a48..a2cf5b7c9ecd 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82805,13 +90628,16 @@ index 599001039a48..a2cf5b7c9ecd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -82828,7 +90654,6 @@ index 599001039a48..a2cf5b7c9ecd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -82843,7 +90668,6 @@ index 599001039a48..a2cf5b7c9ecd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -82890,6 +90714,10 @@ index 599001039a48..a2cf5b7c9ecd 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -82902,7 +90730,7 @@ index 599001039a48..a2cf5b7c9ecd 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -82953,19 +90781,18 @@ index 599001039a48..a2cf5b7c9ecd 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("ssl_gn") -diff --git third_party/libwebrtc/rtc_base/stringutils_gn/moz.build third_party/libwebrtc/rtc_base/stringutils_gn/moz.build -index 5016b4fce059..44112c834b87 100644 ---- third_party/libwebrtc/rtc_base/stringutils_gn/moz.build -+++ third_party/libwebrtc/rtc_base/stringutils_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("one_time_event_gn") +diff --git third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build +index 9ad40b93add5..07001c7343ac 100644 +--- third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build ++++ third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -82980,7 +90807,7 @@ index 5016b4fce059..44112c834b87 100644 FINAL_LIBRARY = "xul" -@@ -47,178 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82992,7 +90819,6 @@ index 5016b4fce059..44112c834b87 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -83019,7 +90845,6 @@ index 5016b4fce059..44112c834b87 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -83034,7 +90859,6 @@ index 5016b4fce059..44112c834b87 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -83068,6 +90892,13 @@ index 5016b4fce059..44112c834b87 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -83085,6 +90916,10 @@ index 5016b4fce059..44112c834b87 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -83164,19 +90999,18 @@ index 5016b4fce059..44112c834b87 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("stringutils_gn") -diff --git third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build -index b84cec9997f3..f4fe48e03291 100644 ---- third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build -+++ third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("platform_thread_gn") +diff --git third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build +index 0d132b2957f2..68d9e334d850 100644 +--- third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build ++++ third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -83191,7 +91025,7 @@ index b84cec9997f3..f4fe48e03291 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83203,7 +91037,6 @@ index b84cec9997f3..f4fe48e03291 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -83230,7 +91063,6 @@ index b84cec9997f3..f4fe48e03291 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -83245,7 +91077,6 @@ index b84cec9997f3..f4fe48e03291 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -83288,10 +91119,18 @@ index b84cec9997f3..f4fe48e03291 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -83304,10 +91143,12 @@ index b84cec9997f3..f4fe48e03291 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -83329,16 +91170,21 @@ index b84cec9997f3..f4fe48e03291 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -83348,26 +91194,34 @@ index b84cec9997f3..f4fe48e03291 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("swap_queue_gn") -diff --git third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build -index c1704d262949..be17c0f04367 100644 ---- third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build -+++ third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("platform_thread_types_gn") +diff --git third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build +index be3e5d165cb6..98b13de31ec0 100644 +--- third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build ++++ third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -83382,7 +91236,7 @@ index c1704d262949..be17c0f04367 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83394,17 +91248,12 @@ index c1704d262949..be17c0f04367 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -83421,7 +91270,6 @@ index c1704d262949..be17c0f04367 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -83436,7 +91284,6 @@ index c1704d262949..be17c0f04367 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -83483,6 +91330,10 @@ index c1704d262949..be17c0f04367 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -83495,7 +91346,7 @@ index c1704d262949..be17c0f04367 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -83546,19 +91397,18 @@ index c1704d262949..be17c0f04367 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("mutex_gn") -diff --git third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build -index e4f72d363530..f26d786ad38b 100644 ---- third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build -+++ third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("protobuf_utils_gn") +diff --git third_party/libwebrtc/rtc_base/race_checker_gn/moz.build third_party/libwebrtc/rtc_base/race_checker_gn/moz.build +index 941e32ae1829..dff9cadb77f1 100644 +--- third_party/libwebrtc/rtc_base/race_checker_gn/moz.build ++++ third_party/libwebrtc/rtc_base/race_checker_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -83573,7 +91423,7 @@ index e4f72d363530..f26d786ad38b 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83585,7 +91435,6 @@ index e4f72d363530..f26d786ad38b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -83612,7 +91461,6 @@ index e4f72d363530..f26d786ad38b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -83627,7 +91475,6 @@ index e4f72d363530..f26d786ad38b 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -83678,6 +91525,10 @@ index e4f72d363530..f26d786ad38b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -83757,19 +91608,18 @@ index e4f72d363530..f26d786ad38b 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("sequence_checker_internal_gn") -diff --git third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build -index 98232a67bd39..7a6b0bb40432 100644 ---- third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build -+++ third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("race_checker_gn") +diff --git third_party/libwebrtc/rtc_base/random_gn/moz.build third_party/libwebrtc/rtc_base/random_gn/moz.build +index 9a81a9569ef6..e6faef7d99c2 100644 +--- third_party/libwebrtc/rtc_base/random_gn/moz.build ++++ third_party/libwebrtc/rtc_base/random_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -83784,7 +91634,7 @@ index 98232a67bd39..7a6b0bb40432 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83796,13 +91646,16 @@ index 98232a67bd39..7a6b0bb40432 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -83819,7 +91672,6 @@ index 98232a67bd39..7a6b0bb40432 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -83834,7 +91686,6 @@ index 98232a67bd39..7a6b0bb40432 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -83885,6 +91736,10 @@ index 98232a67bd39..7a6b0bb40432 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -83964,19 +91819,18 @@ index 98232a67bd39..7a6b0bb40432 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("yield_gn") -diff --git third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build -index 40dcd7ba2f70..678c14a8aa72 100644 ---- third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build -+++ third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("random_gn") +diff --git third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build +index db17875a1c66..7a2df04c78e3 100644 +--- third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -83991,7 +91845,7 @@ index 40dcd7ba2f70..678c14a8aa72 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -84003,7 +91857,6 @@ index 40dcd7ba2f70..678c14a8aa72 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -84030,7 +91883,6 @@ index 40dcd7ba2f70..678c14a8aa72 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -84039,13 +91891,16 @@ index 40dcd7ba2f70..678c14a8aa72 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -84079,6 +91934,13 @@ index 40dcd7ba2f70..678c14a8aa72 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -84096,6 +91958,10 @@ index 40dcd7ba2f70..678c14a8aa72 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -84175,19 +92041,18 @@ index 40dcd7ba2f70..678c14a8aa72 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("yield_policy_gn") -diff --git third_party/libwebrtc/rtc_base/system/arch_gn/moz.build third_party/libwebrtc/rtc_base/system/arch_gn/moz.build -index 1d1555984fb0..4f8961109262 100644 ---- third_party/libwebrtc/rtc_base/system/arch_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/arch_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("rate_limiter_gn") +diff --git third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build +index 6bb56ffbd174..d42bea3f3af5 100644 +--- third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -84202,7 +92067,7 @@ index 1d1555984fb0..4f8961109262 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -84214,13 +92079,16 @@ index 1d1555984fb0..4f8961109262 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -84237,7 +92105,6 @@ index 1d1555984fb0..4f8961109262 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -84252,7 +92119,6 @@ index 1d1555984fb0..4f8961109262 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -84286,6 +92152,13 @@ index 1d1555984fb0..4f8961109262 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -84295,10 +92168,18 @@ index 1d1555984fb0..4f8961109262 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -84311,10 +92192,12 @@ index 1d1555984fb0..4f8961109262 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -84336,16 +92219,21 @@ index 1d1555984fb0..4f8961109262 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -84355,185 +92243,34 @@ index 1d1555984fb0..4f8961109262 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("arch_gn") -diff --git third_party/libwebrtc/rtc_base/system/asm_defines_gn/moz.build third_party/libwebrtc/rtc_base/system/asm_defines_gn/moz.build -deleted file mode 100644 -index 9ea729634114..000000000000 ---- third_party/libwebrtc/rtc_base/system/asm_defines_gn/moz.build -+++ /dev/null -@@ -1,80 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. -- -- -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### -- --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() -- --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ARCH_ARM"] = True --DEFINES["WEBRTC_ARCH_ARM_V7"] = True --DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_HAS_NEON"] = True --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_LINUX"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_POSIX"] = True --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["_GNU_SOURCE"] = True --DEFINES["__STDC_CONSTANT_MACROS"] = True --DEFINES["__STDC_FORMAT_MACROS"] = True -- --FINAL_LIBRARY = "xul" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] -- --if not CONFIG["MOZ_DEBUG"]: -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True -- --if CONFIG["MOZ_DEBUG"] == "1": -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_DEBUG"] = True -- --if CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["ANDROID"] = True -- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" -- DEFINES["HAVE_SYS_UIO_H"] = True -- DEFINES["WEBRTC_ANDROID"] = True -- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- -- OS_LIBS += [ -- "unwind" -- ] -- --if CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_AURA"] = "1" -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_NSS_CERTS"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_UDEV"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- --if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- --Library("asm_defines_gn") -diff --git third_party/libwebrtc/rtc_base/system/cocoa_threading_gn/moz.build third_party/libwebrtc/rtc_base/system/cocoa_threading_gn/moz.build -deleted file mode 100644 -index 36bdf13d4b68..000000000000 ---- third_party/libwebrtc/rtc_base/system/cocoa_threading_gn/moz.build -+++ /dev/null -@@ -1,67 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. -- -- -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### -- --CMMFLAGS += [ -- "-fobjc-arc" --] -- --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() -- --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_MAC"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_POSIX"] = True --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True --DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" --DEFINES["__STDC_CONSTANT_MACROS"] = True --DEFINES["__STDC_FORMAT_MACROS"] = True -- --FINAL_LIBRARY = "xul" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] -- --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/system/cocoa_threading.mm" --] -- --if not CONFIG["MOZ_DEBUG"]: -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True -- --if CONFIG["MOZ_DEBUG"] == "1": -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_DEBUG"] = True -- --if CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --Library("cocoa_threading_gn") -diff --git third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build -index 807f4726e102..81fb6a624984 100644 ---- third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("rate_statistics_gn") +diff --git third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build +index f9532edf05b6..39cdb435615a 100644 +--- third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -84548,7 +92285,7 @@ index 807f4726e102..81fb6a624984 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -84560,7 +92297,6 @@ index 807f4726e102..81fb6a624984 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -84587,7 +92323,6 @@ index 807f4726e102..81fb6a624984 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -84602,7 +92337,6 @@ index 807f4726e102..81fb6a624984 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -84636,6 +92370,13 @@ index 807f4726e102..81fb6a624984 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -84653,6 +92394,10 @@ index 807f4726e102..81fb6a624984 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -84732,92 +92477,205 @@ index 807f4726e102..81fb6a624984 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("file_wrapper_gn") -diff --git third_party/libwebrtc/rtc_base/system/gcd_helpers_gn/moz.build third_party/libwebrtc/rtc_base/system/gcd_helpers_gn/moz.build -deleted file mode 100644 -index 21350fb07bfa..000000000000 ---- third_party/libwebrtc/rtc_base/system/gcd_helpers_gn/moz.build -+++ /dev/null -@@ -1,67 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. + Library("rate_tracker_gn") +diff --git third_party/libwebrtc/rtc_base/refcount_gn/moz.build third_party/libwebrtc/rtc_base/refcount_gn/moz.build +index 3de678e52f56..dffea650acbd 100644 +--- third_party/libwebrtc/rtc_base/refcount_gn/moz.build ++++ third_party/libwebrtc/rtc_base/refcount_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - +-if CONFIG["OS_TARGET"] == "Android": - -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - --CMFLAGS += [ -- "-fobjc-arc" --] +-if CONFIG["OS_TARGET"] == "Darwin": - --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_MAC"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_POSIX"] = True --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True --DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" --DEFINES["__STDC_CONSTANT_MACROS"] = True --DEFINES["__STDC_FORMAT_MACROS"] = True +-if CONFIG["OS_TARGET"] == "Linux": - --FINAL_LIBRARY = "xul" +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - +-if CONFIG["OS_TARGET"] == "OpenBSD": - --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/system/gcd_helpers.m" --] +-if CONFIG["OS_TARGET"] == "WINNT": - --if not CONFIG["MOZ_DEBUG"]: +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["MOZ_DEBUG"] == "1": +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - DEFINES["_DEBUG"] = True - --if CONFIG["TARGET_CPU"] == "aarch64": +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": - -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True +- DEFINES["_DEBUG"] = True - --if CONFIG["TARGET_CPU"] == "x86_64": +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_DEBUG"] = True - --Library("gcd_helpers_gn") -diff --git third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build -index 7a5b33257453..e12ece6bf6df 100644 ---- third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("refcount_gn") +diff --git third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build +index 01650e82652c..eb46e9e0940e 100644 +--- third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -84832,7 +92690,7 @@ index 7a5b33257453..e12ece6bf6df 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -84844,13 +92702,16 @@ index 7a5b33257453..e12ece6bf6df 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -84867,7 +92728,6 @@ index 7a5b33257453..e12ece6bf6df 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -84882,7 +92742,6 @@ index 7a5b33257453..e12ece6bf6df 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -84929,6 +92788,10 @@ index 7a5b33257453..e12ece6bf6df 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -84941,7 +92804,7 @@ index 7a5b33257453..e12ece6bf6df 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -84992,19 +92855,18 @@ index 7a5b33257453..e12ece6bf6df 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("ignore_warnings_gn") -diff --git third_party/libwebrtc/rtc_base/system/inline_gn/moz.build third_party/libwebrtc/rtc_base/system/inline_gn/moz.build -index 7df25c5644f1..64d47571debc 100644 ---- third_party/libwebrtc/rtc_base/system/inline_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/inline_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("rolling_accumulator_gn") +diff --git third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build +index 57d72e2c1e9f..2a64b57441ec 100644 +--- third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -85019,7 +92881,7 @@ index 7df25c5644f1..64d47571debc 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85031,13 +92893,16 @@ index 7df25c5644f1..64d47571debc 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -85054,7 +92919,6 @@ index 7df25c5644f1..64d47571debc 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -85069,7 +92933,6 @@ index 7df25c5644f1..64d47571debc 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -85103,6 +92966,13 @@ index 7df25c5644f1..64d47571debc 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -85112,10 +92982,18 @@ index 7df25c5644f1..64d47571debc 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -85128,10 +93006,12 @@ index 7df25c5644f1..64d47571debc 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -85153,16 +93033,21 @@ index 7df25c5644f1..64d47571debc 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -85172,26 +93057,34 @@ index 7df25c5644f1..64d47571debc 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("inline_gn") -diff --git third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build -index 17a93fe6bf50..658616cb1183 100644 ---- third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("rtc_event_gn") +diff --git third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build +index e5f133fc9924..63aa82161c35 100644 +--- third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -85206,7 +93099,7 @@ index 17a93fe6bf50..658616cb1183 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,179 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85218,13 +93111,16 @@ index 17a93fe6bf50..658616cb1183 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -85241,7 +93137,6 @@ index 17a93fe6bf50..658616cb1183 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -85256,7 +93151,6 @@ index 17a93fe6bf50..658616cb1183 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -85299,10 +93193,18 @@ index 17a93fe6bf50..658616cb1183 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -85315,10 +93217,12 @@ index 17a93fe6bf50..658616cb1183 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -85340,16 +93244,21 @@ index 17a93fe6bf50..658616cb1183 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -85359,26 +93268,34 @@ index 17a93fe6bf50..658616cb1183 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("no_unique_address_gn") -diff --git third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build -index e0c1fd16dc3e..47d3317cfa4a 100644 ---- third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" ++ DEFINES["USE_X11"] = "1" + + Library("rtc_numerics_gn") +diff --git third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build +index a64091f2b704..b5b71363445a 100644 +--- third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build ++++ third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -85393,7 +93310,7 @@ index e0c1fd16dc3e..47d3317cfa4a 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85405,7 +93322,6 @@ index e0c1fd16dc3e..47d3317cfa4a 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -85428,7 +93344,6 @@ index e0c1fd16dc3e..47d3317cfa4a 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -85443,7 +93358,6 @@ index e0c1fd16dc3e..47d3317cfa4a 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -85490,6 +93404,10 @@ index e0c1fd16dc3e..47d3317cfa4a 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -85502,7 +93420,7 @@ index e0c1fd16dc3e..47d3317cfa4a 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -85553,19 +93471,18 @@ index e0c1fd16dc3e..47d3317cfa4a 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("rtc_export_gn") -diff --git third_party/libwebrtc/rtc_base/system/unused_gn/moz.build third_party/libwebrtc/rtc_base/system/unused_gn/moz.build -index 11c7d7e1a9c3..49b5c9ab23a6 100644 ---- third_party/libwebrtc/rtc_base/system/unused_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/unused_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("safe_compare_gn") +diff --git third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build +index 3041610af6d3..059c8cf3092a 100644 +--- third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build ++++ third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -85580,7 +93497,7 @@ index 11c7d7e1a9c3..49b5c9ab23a6 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85592,13 +93509,16 @@ index 11c7d7e1a9c3..49b5c9ab23a6 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -85615,7 +93535,6 @@ index 11c7d7e1a9c3..49b5c9ab23a6 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -85630,7 +93549,6 @@ index 11c7d7e1a9c3..49b5c9ab23a6 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -85677,6 +93595,10 @@ index 11c7d7e1a9c3..49b5c9ab23a6 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -85689,7 +93611,7 @@ index 11c7d7e1a9c3..49b5c9ab23a6 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -85740,19 +93662,18 @@ index 11c7d7e1a9c3..49b5c9ab23a6 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("unused_gn") -diff --git third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build -index 72142098bf1c..851abb2f75d7 100644 ---- third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("safe_conversions_gn") +diff --git third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build +index 58903e9a4e63..2f50afc26237 100644 +--- third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build ++++ third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -85767,7 +93688,7 @@ index 72142098bf1c..851abb2f75d7 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85779,13 +93700,16 @@ index 72142098bf1c..851abb2f75d7 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -85802,7 +93726,6 @@ index 72142098bf1c..851abb2f75d7 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -85817,7 +93740,6 @@ index 72142098bf1c..851abb2f75d7 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -85864,6 +93786,10 @@ index 72142098bf1c..851abb2f75d7 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -85876,7 +93802,7 @@ index 72142098bf1c..851abb2f75d7 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -85927,19 +93853,18 @@ index 72142098bf1c..851abb2f75d7 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("warn_current_thread_is_deadlocked_gn") -diff --git third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build -index b6057410da79..05fcf9b60a33 100644 ---- third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build -+++ third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("safe_minmax_gn") +diff --git third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build +index 8ee16d80ed85..c9bc739d62e9 100644 +--- third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build ++++ third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -85954,7 +93879,7 @@ index b6057410da79..05fcf9b60a33 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85966,7 +93891,6 @@ index b6057410da79..05fcf9b60a33 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -85993,7 +93917,6 @@ index b6057410da79..05fcf9b60a33 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -86002,17 +93925,12 @@ index b6057410da79..05fcf9b60a33 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -86046,13 +93964,6 @@ index b6057410da79..05fcf9b60a33 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -86070,6 +93981,10 @@ index b6057410da79..05fcf9b60a33 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -86149,19 +94064,18 @@ index b6057410da79..05fcf9b60a33 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("repeating_task_gn") -diff --git third_party/libwebrtc/rtc_base/third_party/base64/base64_gn/moz.build third_party/libwebrtc/rtc_base/third_party/base64/base64_gn/moz.build -index cd7049d1e1ad..48679d72d348 100644 ---- third_party/libwebrtc/rtc_base/third_party/base64/base64_gn/moz.build -+++ third_party/libwebrtc/rtc_base/third_party/base64/base64_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("sample_counter_gn") +diff --git third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build +index cbd346e5dc21..980b9765b1de 100644 +--- third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -86176,7 +94090,7 @@ index cd7049d1e1ad..48679d72d348 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86188,17 +94102,12 @@ index cd7049d1e1ad..48679d72d348 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -86215,7 +94124,6 @@ index cd7049d1e1ad..48679d72d348 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -86230,7 +94138,6 @@ index cd7049d1e1ad..48679d72d348 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -86273,14 +94180,14 @@ index cd7049d1e1ad..48679d72d348 100644 -if CONFIG["TARGET_CPU"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -86293,12 +94200,10 @@ index cd7049d1e1ad..48679d72d348 100644 if CONFIG["TARGET_CPU"] == "x86": -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -86320,21 +94225,16 @@ index cd7049d1e1ad..48679d72d348 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -86344,35 +94244,25 @@ index cd7049d1e1ad..48679d72d348 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("base64_gn") -diff --git third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build -index b4ca57145cff..c1e70893bf9f 100644 ---- third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build -+++ third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +- + Library("sanitizer_gn") +diff --git third_party/libwebrtc/rtc_base/socket_address_gn/moz.build third_party/libwebrtc/rtc_base/socket_address_gn/moz.build +index 7dfe5738c998..91e90e92a460 100644 +--- third_party/libwebrtc/rtc_base/socket_address_gn/moz.build ++++ third_party/libwebrtc/rtc_base/socket_address_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -86387,7 +94277,7 @@ index b4ca57145cff..c1e70893bf9f 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,187 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86399,13 +94289,17 @@ index b4ca57145cff..c1e70893bf9f 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -86422,7 +94316,6 @@ index b4ca57145cff..c1e70893bf9f 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -86437,7 +94330,6 @@ index b4ca57145cff..c1e70893bf9f 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -86471,6 +94363,13 @@ index b4ca57145cff..c1e70893bf9f 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -86488,6 +94387,10 @@ index b4ca57145cff..c1e70893bf9f 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -86567,19 +94470,18 @@ index b4ca57145cff..c1e70893bf9f 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("sigslot_gn") -diff --git third_party/libwebrtc/rtc_base/threading_gn/moz.build third_party/libwebrtc/rtc_base/threading_gn/moz.build -index 53ae39a12405..28c418ee0db5 100644 ---- third_party/libwebrtc/rtc_base/threading_gn/moz.build -+++ third_party/libwebrtc/rtc_base/threading_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("socket_address_gn") +diff --git third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build +index 5c4cf0261e1a..4de54ef5649f 100644 +--- third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build ++++ third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -86594,7 +94496,7 @@ index 53ae39a12405..28c418ee0db5 100644 FINAL_LIBRARY = "xul" -@@ -46,202 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,120 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86606,7 +94508,6 @@ index 53ae39a12405..28c418ee0db5 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -86618,10 +94519,6 @@ index 53ae39a12405..28c418ee0db5 100644 - "log" - ] - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/physical_socket_server.cc" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -86631,10 +94528,6 @@ index 53ae39a12405..28c418ee0db5 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/physical_socket_server.cc" -- ] -- -if CONFIG["OS_TARGET"] == "Linux": - - DEFINES["USE_AURA"] = "1" @@ -86642,7 +94535,6 @@ index 53ae39a12405..28c418ee0db5 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -86651,17 +94543,12 @@ index 53ae39a12405..28c418ee0db5 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/physical_socket_server.cc" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -86702,10 +94589,6 @@ index 53ae39a12405..28c418ee0db5 100644 - "secur32", - "winmm" - ] -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/physical_socket_server.cc" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -86715,14 +94598,14 @@ index 53ae39a12405..28c418ee0db5 100644 -if CONFIG["TARGET_CPU"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -86735,12 +94618,10 @@ index 53ae39a12405..28c418ee0db5 100644 if CONFIG["TARGET_CPU"] == "x86": -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- +@@ -163,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -86762,21 +94643,16 @@ index 53ae39a12405..28c418ee0db5 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -86786,37 +94662,26 @@ index 53ae39a12405..28c418ee0db5 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("threading_gn") -diff --git third_party/libwebrtc/rtc_base/timeutils_gn/moz.build third_party/libwebrtc/rtc_base/timeutils_gn/moz.build -index 55044da704f0..b3d3a631906d 100644 ---- third_party/libwebrtc/rtc_base/timeutils_gn/moz.build -+++ third_party/libwebrtc/rtc_base/timeutils_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +- + Library("socket_factory_gn") +diff --git third_party/libwebrtc/rtc_base/socket_gn/moz.build third_party/libwebrtc/rtc_base/socket_gn/moz.build +index 43f98b9758bf..27b46ae4f612 100644 +--- third_party/libwebrtc/rtc_base/socket_gn/moz.build ++++ third_party/libwebrtc/rtc_base/socket_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_EXCLUDE_SYSTEM_TIME"] = True DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" @@ -86830,7 +94695,7 @@ index 55044da704f0..b3d3a631906d 100644 FINAL_LIBRARY = "xul" -@@ -45,185 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,187 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86842,7 +94707,6 @@ index 55044da704f0..b3d3a631906d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -86850,6 +94714,7 @@ index 55044da704f0..b3d3a631906d 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -86869,7 +94734,6 @@ index 55044da704f0..b3d3a631906d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -86884,7 +94748,6 @@ index 55044da704f0..b3d3a631906d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -86942,6 +94805,10 @@ index 55044da704f0..b3d3a631906d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -87021,19 +94888,18 @@ index 55044da704f0..b3d3a631906d 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("timeutils_gn") -diff --git third_party/libwebrtc/rtc_base/type_traits_gn/moz.build third_party/libwebrtc/rtc_base/type_traits_gn/moz.build -index 6e5a6266c98d..f89c8dde62eb 100644 ---- third_party/libwebrtc/rtc_base/type_traits_gn/moz.build -+++ third_party/libwebrtc/rtc_base/type_traits_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("socket_gn") +diff --git third_party/libwebrtc/rtc_base/socket_server_gn/moz.build third_party/libwebrtc/rtc_base/socket_server_gn/moz.build +index d24756b4d615..5a576332fb94 100644 +--- third_party/libwebrtc/rtc_base/socket_server_gn/moz.build ++++ third_party/libwebrtc/rtc_base/socket_server_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -87048,7 +94914,7 @@ index 6e5a6266c98d..f89c8dde62eb 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,120 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87060,13 +94926,17 @@ index 6e5a6266c98d..f89c8dde62eb 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -87083,7 +94953,6 @@ index 6e5a6266c98d..f89c8dde62eb 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -87098,7 +94967,6 @@ index 6e5a6266c98d..f89c8dde62eb 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -87132,6 +95000,13 @@ index 6e5a6266c98d..f89c8dde62eb 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -87145,6 +95020,10 @@ index 6e5a6266c98d..f89c8dde62eb 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -87157,7 +95036,7 @@ index 6e5a6266c98d..f89c8dde62eb 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -163,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -87208,19 +95087,18 @@ index 6e5a6266c98d..f89c8dde62eb 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("type_traits_gn") -diff --git third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build -index 144e5ff789f9..e0450e78ecd4 100644 ---- third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build -+++ third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("socket_server_gn") +diff --git third_party/libwebrtc/rtc_base/ssl_adapter_gn/moz.build third_party/libwebrtc/rtc_base/ssl_adapter_gn/moz.build +index 7df6c9be0d52..37f417671c69 100644 +--- third_party/libwebrtc/rtc_base/ssl_adapter_gn/moz.build ++++ third_party/libwebrtc/rtc_base/ssl_adapter_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -87235,7 +95113,7 @@ index 144e5ff789f9..e0450e78ecd4 100644 FINAL_LIBRARY = "xul" -@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87247,7 +95125,6 @@ index 144e5ff789f9..e0450e78ecd4 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -87270,7 +95147,6 @@ index 144e5ff789f9..e0450e78ecd4 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -87285,7 +95161,6 @@ index 144e5ff789f9..e0450e78ecd4 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -87332,6 +95207,10 @@ index 144e5ff789f9..e0450e78ecd4 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -87344,7 +95223,7 @@ index 144e5ff789f9..e0450e78ecd4 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -87395,19 +95274,18 @@ index 144e5ff789f9..e0450e78ecd4 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("unique_id_generator_gn") -diff --git third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build -index 1a73da55be6d..fa188d4c8b2c 100644 ---- third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build -+++ third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("ssl_adapter_gn") +diff --git third_party/libwebrtc/rtc_base/ssl_gn/moz.build third_party/libwebrtc/rtc_base/ssl_gn/moz.build +index 3b316011d903..9f73c2a4952a 100644 +--- third_party/libwebrtc/rtc_base/ssl_gn/moz.build ++++ third_party/libwebrtc/rtc_base/ssl_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -87422,7 +95300,7 @@ index 1a73da55be6d..fa188d4c8b2c 100644 FINAL_LIBRARY = "xul" -@@ -39,111 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87434,17 +95312,12 @@ index 1a73da55be6d..fa188d4c8b2c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -87461,7 +95334,6 @@ index 1a73da55be6d..fa188d4c8b2c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -87476,7 +95348,6 @@ index 1a73da55be6d..fa188d4c8b2c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -87523,6 +95394,10 @@ index 1a73da55be6d..fa188d4c8b2c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -87535,7 +95410,7 @@ index 1a73da55be6d..fa188d4c8b2c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -153,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -87586,19 +95461,18 @@ index 1a73da55be6d..fa188d4c8b2c 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("unit_base_gn") -diff --git third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build -index 24bcc6accf79..c91a4d711206 100644 ---- third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build -+++ third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("ssl_gn") +diff --git third_party/libwebrtc/rtc_base/stringutils_gn/moz.build third_party/libwebrtc/rtc_base/stringutils_gn/moz.build +index 8968548bc44d..6ae58958a750 100644 +--- third_party/libwebrtc/rtc_base/stringutils_gn/moz.build ++++ third_party/libwebrtc/rtc_base/stringutils_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -87613,7 +95487,7 @@ index 24bcc6accf79..c91a4d711206 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,179 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87625,7 +95499,6 @@ index 24bcc6accf79..c91a4d711206 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -87652,7 +95525,6 @@ index 24bcc6accf79..c91a4d711206 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -87667,7 +95539,6 @@ index 24bcc6accf79..c91a4d711206 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -87718,6 +95589,10 @@ index 24bcc6accf79..c91a4d711206 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -87797,481 +95672,587 @@ index 24bcc6accf79..c91a4d711206 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("weak_ptr_gn") -diff --git third_party/libwebrtc/rtc_base/win/create_direct3d_device_gn/moz.build third_party/libwebrtc/rtc_base/win/create_direct3d_device_gn/moz.build -deleted file mode 100644 -index 89b4d408242e..000000000000 ---- third_party/libwebrtc/rtc_base/win/create_direct3d_device_gn/moz.build -+++ /dev/null -@@ -1,85 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. + Library("stringutils_gn") +diff --git third_party/libwebrtc/rtc_base/strong_alias_gn/moz.build third_party/libwebrtc/rtc_base/strong_alias_gn/moz.build +index 3ca55f387657..3578dca2f457 100644 +--- third_party/libwebrtc/rtc_base/strong_alias_gn/moz.build ++++ third_party/libwebrtc/rtc_base/strong_alias_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - +-if CONFIG["OS_TARGET"] == "Android": - -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() +-if CONFIG["OS_TARGET"] == "Darwin": - --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True --DEFINES["NOMINMAX"] = True --DEFINES["NTDDI_VERSION"] = "0x0A000000" --DEFINES["PSAPI_VERSION"] = "2" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["RTC_ENABLE_WIN_WGC"] = True --DEFINES["UNICODE"] = True --DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["WEBRTC_WIN"] = True --DEFINES["WIN32"] = True --DEFINES["WIN32_LEAN_AND_MEAN"] = True --DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" --DEFINES["WINVER"] = "0x0A00" --DEFINES["_ATL_NO_OPENGL"] = True --DEFINES["_CRT_RAND_S"] = True --DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True --DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True --DEFINES["_HAS_EXCEPTIONS"] = "0" --DEFINES["_HAS_NODISCARD"] = True --DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True --DEFINES["_SECURE_ATL"] = True --DEFINES["_UNICODE"] = True --DEFINES["_WIN32_WINNT"] = "0x0A00" --DEFINES["_WINDOWS"] = True --DEFINES["__STD_C"] = True +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - --FINAL_LIBRARY = "xul" +-if CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] +-if CONFIG["OS_TARGET"] == "OpenBSD": - --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/win/create_direct3d_device.cc" --] +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - --if not CONFIG["MOZ_DEBUG"]: +-if CONFIG["OS_TARGET"] == "WINNT": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["MOZ_DEBUG"] == "1": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +-if CONFIG["TARGET_CPU"] == "loongarch64": - --if CONFIG["TARGET_CPU"] == "aarch64": +- DEFINES["_GNU_SOURCE"] = True - -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["TARGET_CPU"] == "x86": +-if CONFIG["TARGET_CPU"] == "mips64": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - --if CONFIG["TARGET_CPU"] == "x86_64": +- DEFINES["_DEBUG"] = True - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": - --Library("create_direct3d_device_gn") -diff --git third_party/libwebrtc/rtc_base/win/get_activation_factory_gn/moz.build third_party/libwebrtc/rtc_base/win/get_activation_factory_gn/moz.build -deleted file mode 100644 -index 0f2ade5af2ea..000000000000 ---- third_party/libwebrtc/rtc_base/win/get_activation_factory_gn/moz.build -+++ /dev/null -@@ -1,85 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- DEFINES["_DEBUG"] = True - +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": - -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### +- DEFINES["_DEBUG"] = True - --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True --DEFINES["NOMINMAX"] = True --DEFINES["NTDDI_VERSION"] = "0x0A000000" --DEFINES["PSAPI_VERSION"] = "2" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["RTC_ENABLE_WIN_WGC"] = True --DEFINES["UNICODE"] = True --DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["WEBRTC_WIN"] = True --DEFINES["WIN32"] = True --DEFINES["WIN32_LEAN_AND_MEAN"] = True --DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" --DEFINES["WINVER"] = "0x0A00" --DEFINES["_ATL_NO_OPENGL"] = True --DEFINES["_CRT_RAND_S"] = True --DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True --DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True --DEFINES["_HAS_EXCEPTIONS"] = "0" --DEFINES["_HAS_NODISCARD"] = True --DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True --DEFINES["_SECURE_ATL"] = True --DEFINES["_UNICODE"] = True --DEFINES["_WIN32_WINNT"] = "0x0A00" --DEFINES["_WINDOWS"] = True --DEFINES["__STD_C"] = True +- DEFINES["_DEBUG"] = True - --FINAL_LIBRARY = "xul" +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/win/get_activation_factory.cc" --] +- OS_LIBS += [ +- "unwind" +- ] - --if not CONFIG["MOZ_DEBUG"]: +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["MOZ_DEBUG"] == "1": +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["TARGET_CPU"] == "aarch64": +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["TARGET_CPU"] == "x86": +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["TARGET_CPU"] == "x86_64": + Library("strong_alias_gn") +diff --git third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build +index 84aa26f7defe..3b411438cbea 100644 +--- third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build ++++ third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +-if CONFIG["OS_TARGET"] == "Android": - --Library("get_activation_factory_gn") -diff --git third_party/libwebrtc/rtc_base/win/hstring_gn/moz.build third_party/libwebrtc/rtc_base/win/hstring_gn/moz.build -deleted file mode 100644 -index d6968eb597c9..000000000000 ---- third_party/libwebrtc/rtc_base/win/hstring_gn/moz.build -+++ /dev/null -@@ -1,85 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] - -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### +-if CONFIG["OS_TARGET"] == "Darwin": - --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True --DEFINES["NOMINMAX"] = True --DEFINES["NTDDI_VERSION"] = "0x0A000000" --DEFINES["PSAPI_VERSION"] = "2" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["RTC_ENABLE_WIN_WGC"] = True --DEFINES["UNICODE"] = True --DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["WEBRTC_WIN"] = True --DEFINES["WIN32"] = True --DEFINES["WIN32_LEAN_AND_MEAN"] = True --DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" --DEFINES["WINVER"] = "0x0A00" --DEFINES["_ATL_NO_OPENGL"] = True --DEFINES["_CRT_RAND_S"] = True --DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True --DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True --DEFINES["_HAS_EXCEPTIONS"] = "0" --DEFINES["_HAS_NODISCARD"] = True --DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True --DEFINES["_SECURE_ATL"] = True --DEFINES["_UNICODE"] = True --DEFINES["_WIN32_WINNT"] = "0x0A00" --DEFINES["_WINDOWS"] = True --DEFINES["__STD_C"] = True +-if CONFIG["OS_TARGET"] == "Linux": - --FINAL_LIBRARY = "xul" +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - +-if CONFIG["OS_TARGET"] == "OpenBSD": - --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - --SOURCES += [ -- "/third_party/libwebrtc/rtc_base/win/hstring.cc" --] +-if CONFIG["OS_TARGET"] == "WINNT": - --if not CONFIG["MOZ_DEBUG"]: +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["MOZ_DEBUG"] == "1": +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - --if CONFIG["TARGET_CPU"] == "aarch64": +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True +- OS_LIBS += [ +- "unwind" +- ] - --if CONFIG["TARGET_CPU"] == "x86": +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["TARGET_CPU"] == "x86_64": +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - --Library("hstring_gn") -diff --git third_party/libwebrtc/rtc_base/win/windows_version_gn/moz.build third_party/libwebrtc/rtc_base/win/windows_version_gn/moz.build -deleted file mode 100644 -index 014d6aaf9a74..000000000000 ---- third_party/libwebrtc/rtc_base/win/windows_version_gn/moz.build -+++ /dev/null -@@ -1,85 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - +- DEFINES["_GNU_SOURCE"] = True - -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": - --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() +- DEFINES["_GNU_SOURCE"] = True - --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True --DEFINES["NOMINMAX"] = True --DEFINES["NTDDI_VERSION"] = "0x0A000000" --DEFINES["PSAPI_VERSION"] = "2" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["RTC_ENABLE_WIN_WGC"] = True --DEFINES["UNICODE"] = True --DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["WEBRTC_WIN"] = True --DEFINES["WIN32"] = True --DEFINES["WIN32_LEAN_AND_MEAN"] = True --DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" --DEFINES["WINVER"] = "0x0A00" --DEFINES["_ATL_NO_OPENGL"] = True --DEFINES["_CRT_RAND_S"] = True --DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True --DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True --DEFINES["_HAS_EXCEPTIONS"] = "0" --DEFINES["_HAS_NODISCARD"] = True --DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True --DEFINES["_SECURE_ATL"] = True --DEFINES["_UNICODE"] = True --DEFINES["_WIN32_WINNT"] = "0x0A00" --DEFINES["_WINDOWS"] = True --DEFINES["__STD_C"] = True + Library("swap_queue_gn") +diff --git third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build +index 9ce9d8492bdc..97ba7f1f28a4 100644 +--- third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build ++++ third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - --FINAL_LIBRARY = "xul" +-if CONFIG["OS_TARGET"] == "Android": - +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] +- OS_LIBS += [ +- "log" +- ] - --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/win/windows_version.cc" --] +-if CONFIG["OS_TARGET"] == "Darwin": - --if not CONFIG["MOZ_DEBUG"]: +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True +-if CONFIG["OS_TARGET"] == "Linux": - --if CONFIG["MOZ_DEBUG"] == "1": +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +-if CONFIG["OS_TARGET"] == "OpenBSD": - --if CONFIG["TARGET_CPU"] == "aarch64": +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -- DEFINES["WEBRTC_ARCH_ARM64"] = True +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["TARGET_CPU"] == "x86": +-if CONFIG["TARGET_CPU"] == "loongarch64": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["TARGET_CPU"] == "x86_64": + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +-if CONFIG["TARGET_CPU"] == "mips64": - --Library("windows_version_gn") -diff --git third_party/libwebrtc/rtc_base/win32_gn/moz.build third_party/libwebrtc/rtc_base/win32_gn/moz.build -deleted file mode 100644 -index 9c7c5cec86d1..000000000000 ---- third_party/libwebrtc/rtc_base/win32_gn/moz.build -+++ /dev/null -@@ -1,92 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - +- DEFINES["_DEBUG"] = True - -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": - --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() +- DEFINES["_DEBUG"] = True - --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True --DEFINES["NOMINMAX"] = True --DEFINES["NTDDI_VERSION"] = "0x0A000000" --DEFINES["PSAPI_VERSION"] = "2" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["RTC_ENABLE_WIN_WGC"] = True --DEFINES["UNICODE"] = True --DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["WEBRTC_WIN"] = True --DEFINES["WIN32"] = True --DEFINES["WIN32_LEAN_AND_MEAN"] = True --DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" --DEFINES["WINVER"] = "0x0A00" --DEFINES["_ATL_NO_OPENGL"] = True --DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True --DEFINES["_CRT_RAND_S"] = True --DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True --DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True --DEFINES["_HAS_EXCEPTIONS"] = "0" --DEFINES["_HAS_NODISCARD"] = True --DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True --DEFINES["_SECURE_ATL"] = True --DEFINES["_UNICODE"] = True --DEFINES["_WIN32_WINNT"] = "0x0A00" --DEFINES["_WINDOWS"] = True --DEFINES["__STD_C"] = True +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": - --FINAL_LIBRARY = "xul" +- DEFINES["_DEBUG"] = True - +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] +- DEFINES["_DEBUG"] = True - --OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32" --] +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/win32.cc" --] +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - --if not CONFIG["MOZ_DEBUG"]: +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True +- OS_LIBS += [ +- "unwind" +- ] - --if CONFIG["MOZ_DEBUG"] == "1": +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["TARGET_CPU"] == "aarch64": +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": - -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["TARGET_CPU"] == "x86": +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["TARGET_CPU"] == "x86_64": +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - --Library("win32_gn") -diff --git third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build -index 3cb03f687969..4a1ec8b5bf42 100644 ---- third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build -+++ third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("mutex_gn") +diff --git third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build +index 3f32dcb1a7a0..2b47834fa63c 100644 +--- third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build ++++ third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -88286,7 +96267,7 @@ index 3cb03f687969..4a1ec8b5bf42 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -88298,7 +96279,6 @@ index 3cb03f687969..4a1ec8b5bf42 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -88325,7 +96305,6 @@ index 3cb03f687969..4a1ec8b5bf42 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -88340,7 +96319,6 @@ index 3cb03f687969..4a1ec8b5bf42 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -88391,6 +96369,10 @@ index 3cb03f687969..4a1ec8b5bf42 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -88470,340 +96452,18 @@ index 3cb03f687969..4a1ec8b5bf42 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("zero_memory_gn") -diff --git third_party/libwebrtc/sdk/base_objc_gn/moz.build third_party/libwebrtc/sdk/base_objc_gn/moz.build -deleted file mode 100644 -index baf20fbcbcb8..000000000000 ---- third_party/libwebrtc/sdk/base_objc_gn/moz.build -+++ /dev/null -@@ -1,79 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. -- -- -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### -- --CMFLAGS += [ -- "-fobjc-arc" --] -- --CMMFLAGS += [ -- "-fobjc-arc" --] -- --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() -- --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_MAC"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_POSIX"] = True --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True --DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" --DEFINES["__STDC_CONSTANT_MACROS"] = True --DEFINES["__STDC_FORMAT_MACROS"] = True -- --FINAL_LIBRARY = "xul" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/sdk/objc/", -- "/third_party/libwebrtc/sdk/objc/base/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] -- --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/sdk/objc/base/RTCEncodedImage.m", -- "/third_party/libwebrtc/sdk/objc/base/RTCLogging.mm", -- "/third_party/libwebrtc/sdk/objc/base/RTCVideoCapturer.m", -- "/third_party/libwebrtc/sdk/objc/base/RTCVideoCodecInfo.m", -- "/third_party/libwebrtc/sdk/objc/base/RTCVideoEncoderQpThresholds.m", -- "/third_party/libwebrtc/sdk/objc/base/RTCVideoEncoderSettings.m", -- "/third_party/libwebrtc/sdk/objc/base/RTCVideoFrame.mm" --] -- --if not CONFIG["MOZ_DEBUG"]: -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True -- --if CONFIG["MOZ_DEBUG"] == "1": -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_DEBUG"] = True -- --if CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --Library("base_objc_gn") -diff --git third_party/libwebrtc/sdk/helpers_objc_gn/moz.build third_party/libwebrtc/sdk/helpers_objc_gn/moz.build -deleted file mode 100644 -index b27bdaafb20a..000000000000 ---- third_party/libwebrtc/sdk/helpers_objc_gn/moz.build -+++ /dev/null -@@ -1,75 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. -- -- -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### -- --CMFLAGS += [ -- "-fobjc-arc" --] -- --CMMFLAGS += [ -- "-fobjc-arc" --] -- --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() -- --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_MAC"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_POSIX"] = True --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True --DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" --DEFINES["__STDC_CONSTANT_MACROS"] = True --DEFINES["__STDC_FORMAT_MACROS"] = True -- --FINAL_LIBRARY = "xul" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/sdk/objc/", -- "/third_party/libwebrtc/sdk/objc/base/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] -- --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/sdk/objc/helpers/AVCaptureSession+DevicePosition.mm", -- "/third_party/libwebrtc/sdk/objc/helpers/NSString+StdString.mm", -- "/third_party/libwebrtc/sdk/objc/helpers/RTCDispatcher.m" --] -- --if not CONFIG["MOZ_DEBUG"]: -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True -- --if CONFIG["MOZ_DEBUG"] == "1": -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_DEBUG"] = True -- --if CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --Library("helpers_objc_gn") -diff --git third_party/libwebrtc/sdk/videocapture_objc_gn/moz.build third_party/libwebrtc/sdk/videocapture_objc_gn/moz.build -deleted file mode 100644 -index bd4d77a39536..000000000000 ---- third_party/libwebrtc/sdk/videocapture_objc_gn/moz.build -+++ /dev/null -@@ -1,70 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. -- -- -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### -- --CMFLAGS += [ -- "-fobjc-arc" --] -- --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() -- --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_MAC"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_POSIX"] = True --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True --DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" --DEFINES["__STDC_CONSTANT_MACROS"] = True --DEFINES["__STDC_FORMAT_MACROS"] = True -- --FINAL_LIBRARY = "xul" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/sdk/objc/", -- "/third_party/libwebrtc/sdk/objc/base/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] -- --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/sdk/objc/components/capturer/RTCCameraVideoCapturer.m", -- "/third_party/libwebrtc/sdk/objc/components/capturer/RTCFileVideoCapturer.m" --] -- --if not CONFIG["MOZ_DEBUG"]: -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True -- --if CONFIG["MOZ_DEBUG"] == "1": -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_DEBUG"] = True -- --if CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --Library("videocapture_objc_gn") -diff --git third_party/libwebrtc/sdk/videoframebuffer_objc_gn/moz.build third_party/libwebrtc/sdk/videoframebuffer_objc_gn/moz.build -deleted file mode 100644 -index 25e08e62fadc..000000000000 ---- third_party/libwebrtc/sdk/videoframebuffer_objc_gn/moz.build -+++ /dev/null -@@ -1,73 +0,0 @@ --# This Source Code Form is subject to the terms of the Mozilla Public --# License, v. 2.0. If a copy of the MPL was not distributed with this --# file, You can obtain one at http://mozilla.org/MPL/2.0/. -- -- -- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### -- ### DO NOT edit it by hand. ### -- --CMMFLAGS += [ -- "-fobjc-arc" --] -- --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() -- --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" --DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_MAC"] = True --DEFINES["WEBRTC_MOZILLA_BUILD"] = True --DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" --DEFINES["WEBRTC_POSIX"] = True --DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" --DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True --DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" --DEFINES["__STDC_CONSTANT_MACROS"] = True --DEFINES["__STDC_FORMAT_MACROS"] = True -- --FINAL_LIBRARY = "xul" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "!/third_party/libwebrtc/gen", -- "/ipc/chromium/src", -- "/media/libyuv/", -- "/media/libyuv/libyuv/include/", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/sdk/objc/", -- "/third_party/libwebrtc/sdk/objc/base/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] -- --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/sdk/objc/api/video_frame_buffer/RTCNativeI420Buffer.mm", -- "/third_party/libwebrtc/sdk/objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.mm", -- "/third_party/libwebrtc/sdk/objc/components/video_frame_buffer/RTCCVPixelBuffer.mm" --] -- --if not CONFIG["MOZ_DEBUG"]: -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True -- --if CONFIG["MOZ_DEBUG"] == "1": -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_DEBUG"] = True -- --if CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --Library("videoframebuffer_objc_gn") -diff --git third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build -index cd0bc1b144b8..9f955dcf32b3 100644 ---- third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build -+++ third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("sequence_checker_internal_gn") +diff --git third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build +index 3e512b9b5730..c09f2aea4cb5 100644 +--- third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build ++++ third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -88818,7 +96478,7 @@ index cd0bc1b144b8..9f955dcf32b3 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -88830,17 +96490,12 @@ index cd0bc1b144b8..9f955dcf32b3 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -88857,7 +96512,6 @@ index cd0bc1b144b8..9f955dcf32b3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -88872,7 +96526,6 @@ index cd0bc1b144b8..9f955dcf32b3 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -88923,6 +96576,10 @@ index cd0bc1b144b8..9f955dcf32b3 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -89002,19 +96659,18 @@ index cd0bc1b144b8..9f955dcf32b3 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("denormal_disabler_gn") -diff --git third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build -index 30aa20ae3ede..c5bb79c454fc 100644 ---- third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build -+++ third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("yield_gn") +diff --git third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build +index 3f1dd4f9247c..7269d51420de 100644 +--- third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build ++++ third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -89029,7 +96685,7 @@ index 30aa20ae3ede..c5bb79c454fc 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -89041,7 +96697,6 @@ index 30aa20ae3ede..c5bb79c454fc 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -89068,7 +96723,6 @@ index 30aa20ae3ede..c5bb79c454fc 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -89083,7 +96737,6 @@ index 30aa20ae3ede..c5bb79c454fc 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -89117,13 +96770,6 @@ index 30aa20ae3ede..c5bb79c454fc 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -89141,6 +96787,10 @@ index 30aa20ae3ede..c5bb79c454fc 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -89220,19 +96870,18 @@ index 30aa20ae3ede..c5bb79c454fc 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("field_trial_gn") -diff --git third_party/libwebrtc/system_wrappers/metrics_gn/moz.build third_party/libwebrtc/system_wrappers/metrics_gn/moz.build -index 2347fbcbacf5..31a75cc714e1 100644 ---- third_party/libwebrtc/system_wrappers/metrics_gn/moz.build -+++ third_party/libwebrtc/system_wrappers/metrics_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("yield_policy_gn") +diff --git third_party/libwebrtc/rtc_base/system/arch_gn/moz.build third_party/libwebrtc/rtc_base/system/arch_gn/moz.build +index 4deae9759dba..e7eb27834aca 100644 +--- third_party/libwebrtc/rtc_base/system/arch_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/arch_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -89247,7 +96896,7 @@ index 2347fbcbacf5..31a75cc714e1 100644 FINAL_LIBRARY = "xul" -@@ -43,178 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -89259,17 +96908,12 @@ index 2347fbcbacf5..31a75cc714e1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -89286,7 +96930,6 @@ index 2347fbcbacf5..31a75cc714e1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -89301,7 +96944,6 @@ index 2347fbcbacf5..31a75cc714e1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -89344,14 +96986,14 @@ index 2347fbcbacf5..31a75cc714e1 100644 -if CONFIG["TARGET_CPU"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -89364,12 +97006,10 @@ index 2347fbcbacf5..31a75cc714e1 100644 if CONFIG["TARGET_CPU"] == "x86": -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -89391,21 +97031,16 @@ index 2347fbcbacf5..31a75cc714e1 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -89415,35 +97050,185 @@ index 2347fbcbacf5..31a75cc714e1 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+if CONFIG["TARGET_CPU"] == "x86_64": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("metrics_gn") -diff --git third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build -index 161fe336d913..ade9b1212194 100644 ---- third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build -+++ third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +- + Library("arch_gn") +diff --git third_party/libwebrtc/rtc_base/system/asm_defines_gn/moz.build third_party/libwebrtc/rtc_base/system/asm_defines_gn/moz.build +deleted file mode 100644 +index 0a5db7e1cf27..000000000000 +--- third_party/libwebrtc/rtc_base/system/asm_defines_gn/moz.build ++++ /dev/null +@@ -1,80 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["WEBRTC_ARCH_ARM"] = True +-DEFINES["WEBRTC_ARCH_ARM_V7"] = True +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_HAS_NEON"] = True +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_LINUX"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_POSIX"] = True +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["_GNU_SOURCE"] = True +-DEFINES["__STDC_CONSTANT_MACROS"] = True +-DEFINES["__STDC_FORMAT_MACROS"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/tools/profiler/public" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_DEBUG"] = True +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-Library("asm_defines_gn") +diff --git third_party/libwebrtc/rtc_base/system/cocoa_threading_gn/moz.build third_party/libwebrtc/rtc_base/system/cocoa_threading_gn/moz.build +deleted file mode 100644 +index b151034cb93e..000000000000 +--- third_party/libwebrtc/rtc_base/system/cocoa_threading_gn/moz.build ++++ /dev/null +@@ -1,68 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-CMMFLAGS += [ +- "-fobjc-arc" +-] +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_MAC"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_POSIX"] = True +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +-DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +-DEFINES["__STDC_CONSTANT_MACROS"] = True +-DEFINES["__STDC_FORMAT_MACROS"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/tools/profiler/public" +-] +- +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/system/cocoa_threading.mm" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_DEBUG"] = True +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("cocoa_threading_gn") +diff --git third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build +index e0f7d039805f..d46c159135e3 100644 +--- third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -89458,7 +97243,7 @@ index 161fe336d913..ade9b1212194 100644 FINAL_LIBRARY = "xul" -@@ -47,199 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -89470,19 +97255,12 @@ index 161fe336d913..ade9b1212194 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- LOCAL_INCLUDES += [ -- "/config/external/nspr/", -- "/nsprpub/lib/ds/", -- "/nsprpub/pr/include/" -- ] -- - OS_LIBS += [ - "log" - ] @@ -89503,7 +97281,6 @@ index 161fe336d913..ade9b1212194 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -89512,21 +97289,12 @@ index 161fe336d913..ade9b1212194 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -89560,13 +97328,6 @@ index 161fe336d913..ade9b1212194 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -89584,6 +97345,10 @@ index 161fe336d913..ade9b1212194 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -89663,19 +97428,92 @@ index 161fe336d913..ade9b1212194 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("system_wrappers_gn") -diff --git third_party/libwebrtc/test/rtp_test_utils_gn/moz.build third_party/libwebrtc/test/rtp_test_utils_gn/moz.build -index 5a0d4a3984ef..020143107080 100644 ---- third_party/libwebrtc/test/rtp_test_utils_gn/moz.build -+++ third_party/libwebrtc/test/rtp_test_utils_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("file_wrapper_gn") +diff --git third_party/libwebrtc/rtc_base/system/gcd_helpers_gn/moz.build third_party/libwebrtc/rtc_base/system/gcd_helpers_gn/moz.build +deleted file mode 100644 +index 20d7ec25d78c..000000000000 +--- third_party/libwebrtc/rtc_base/system/gcd_helpers_gn/moz.build ++++ /dev/null +@@ -1,68 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-CMFLAGS += [ +- "-fobjc-arc" +-] +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_MAC"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_POSIX"] = True +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +-DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +-DEFINES["__STDC_CONSTANT_MACROS"] = True +-DEFINES["__STDC_FORMAT_MACROS"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/tools/profiler/public" +-] +- +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/system/gcd_helpers.m" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_DEBUG"] = True +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("gcd_helpers_gn") +diff --git third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build +index 6f3525b99ada..c14467e95dc7 100644 +--- third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -89690,7 +97528,7 @@ index 5a0d4a3984ef..020143107080 100644 FINAL_LIBRARY = "xul" -@@ -39,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -89702,18 +97540,12 @@ index 5a0d4a3984ef..020143107080 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "GLESv2", -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -89730,7 +97562,6 @@ index 5a0d4a3984ef..020143107080 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -89739,17 +97570,12 @@ index 5a0d4a3984ef..020143107080 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -89783,13 +97609,6 @@ index 5a0d4a3984ef..020143107080 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -89803,6 +97622,10 @@ index 5a0d4a3984ef..020143107080 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -89815,7 +97638,7 @@ index 5a0d4a3984ef..020143107080 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -165,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -89866,24 +97689,33 @@ index 5a0d4a3984ef..020143107080 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("rtp_test_utils_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/algorithm/algorithm_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/algorithm/algorithm_gn/moz.build -index 696c19c0a090..bdcf7cc0dc34 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/algorithm/algorithm_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/algorithm/algorithm_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("ignore_warnings_gn") +diff --git third_party/libwebrtc/rtc_base/system/inline_gn/moz.build third_party/libwebrtc/rtc_base/system/inline_gn/moz.build +index 2cb5fb8f52a9..1e8684bd302d 100644 +--- third_party/libwebrtc/rtc_base/system/inline_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/inline_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -89893,12 +97725,22 @@ index 696c19c0a090..bdcf7cc0dc34 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -89907,18 +97749,26 @@ index 696c19c0a090..bdcf7cc0dc34 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -89926,34 +97776,59 @@ index 696c19c0a090..bdcf7cc0dc34 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -89968,8 +97843,8 @@ index 696c19c0a090..bdcf7cc0dc34 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -90001,24 +97876,33 @@ index 696c19c0a090..bdcf7cc0dc34 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("algorithm_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/algorithm/container_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/algorithm/container_gn/moz.build -index 376a6873a7de..d8e126e98d22 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/algorithm/container_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/algorithm/container_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("inline_gn") +diff --git third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build +index e92150e1d709..da652288e143 100644 +--- third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90028,12 +97912,22 @@ index 376a6873a7de..d8e126e98d22 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -90042,18 +97936,26 @@ index 376a6873a7de..d8e126e98d22 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -90061,34 +97963,59 @@ index 376a6873a7de..d8e126e98d22 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -90103,8 +98030,8 @@ index 376a6873a7de..d8e126e98d22 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -90136,24 +98063,33 @@ index 376a6873a7de..d8e126e98d22 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("container_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/base/atomic_hook_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/base/atomic_hook_gn/moz.build -index 1dbf8b303711..a5bb25ebbee5 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/base/atomic_hook_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/base/atomic_hook_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("no_unique_address_gn") +diff --git third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build +index 8a7929181db2..8a2c396a6f97 100644 +--- third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90163,12 +98099,22 @@ index 1dbf8b303711..a5bb25ebbee5 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -90177,18 +98123,26 @@ index 1dbf8b303711..a5bb25ebbee5 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -90196,34 +98150,59 @@ index 1dbf8b303711..a5bb25ebbee5 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -90238,8 +98217,8 @@ index 1dbf8b303711..a5bb25ebbee5 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -90271,24 +98250,33 @@ index 1dbf8b303711..a5bb25ebbee5 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("atomic_hook_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/base/base_internal_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/base/base_internal_gn/moz.build -index c74d13c51a7f..fa3789dd2bec 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/base/base_internal_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/base/base_internal_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("rtc_export_gn") +diff --git third_party/libwebrtc/rtc_base/system/unused_gn/moz.build third_party/libwebrtc/rtc_base/system/unused_gn/moz.build +index ca4dda9a2e4d..006c6586f890 100644 +--- third_party/libwebrtc/rtc_base/system/unused_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/unused_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90298,12 +98286,22 @@ index c74d13c51a7f..fa3789dd2bec 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -90312,18 +98310,26 @@ index c74d13c51a7f..fa3789dd2bec 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -90331,34 +98337,59 @@ index c74d13c51a7f..fa3789dd2bec 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -90373,8 +98404,8 @@ index c74d13c51a7f..fa3789dd2bec 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -90406,24 +98437,33 @@ index c74d13c51a7f..fa3789dd2bec 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("base_internal_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/base/config_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/base/config_gn/moz.build -index 5cd792ccd5d2..27118a5fb2d3 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/base/config_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/base/config_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("unused_gn") +diff --git third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build +index 39fd02456daa..bf0e8a8cd3f7 100644 +--- third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90433,12 +98473,22 @@ index 5cd792ccd5d2..27118a5fb2d3 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -90447,18 +98497,26 @@ index 5cd792ccd5d2..27118a5fb2d3 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -90466,34 +98524,59 @@ index 5cd792ccd5d2..27118a5fb2d3 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -90508,8 +98591,8 @@ index 5cd792ccd5d2..27118a5fb2d3 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -90541,24 +98624,33 @@ index 5cd792ccd5d2..27118a5fb2d3 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("config_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/base/core_headers_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/base/core_headers_gn/moz.build -index 26296e769d53..f6d55cb2edf7 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/base/core_headers_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/base/core_headers_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("warn_current_thread_is_deadlocked_gn") +diff --git third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build +index 087b4c4d88d2..e8429bb53f50 100644 +--- third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build ++++ third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90568,12 +98660,26 @@ index 26296e769d53..f6d55cb2edf7 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -90582,18 +98688,30 @@ index 26296e769d53..f6d55cb2edf7 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -90601,19 +98719,20 @@ index 26296e769d53..f6d55cb2edf7 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True @@ -90621,13 +98740,50 @@ index 26296e769d53..f6d55cb2edf7 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - --if CONFIG["TARGET_CPU"] == "mips32": +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -90643,23 +98799,28 @@ index 26296e769d53..f6d55cb2edf7 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -90669,31 +98830,49 @@ index 26296e769d53..f6d55cb2edf7 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("core_headers_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/base/log_severity_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/base/log_severity_gn/moz.build -index 284ba1262009..89638dbef9e0 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/base/log_severity_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/base/log_severity_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() ++ DEFINES["USE_X11"] = "1" - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("repeating_task_gn") +diff --git third_party/libwebrtc/rtc_base/third_party/base64/base64_gn/moz.build third_party/libwebrtc/rtc_base/third_party/base64/base64_gn/moz.build +index ae1efc51c7bd..6ef27d676626 100644 +--- third_party/libwebrtc/rtc_base/third_party/base64/base64_gn/moz.build ++++ third_party/libwebrtc/rtc_base/third_party/base64/base64_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -36,133 +41,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90703,12 +98882,26 @@ index 284ba1262009..89638dbef9e0 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -90717,18 +98910,26 @@ index 284ba1262009..89638dbef9e0 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -90736,39 +98937,64 @@ index 284ba1262009..89638dbef9e0 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + -if CONFIG["TARGET_CPU"] == "arm": - - CXXFLAGS += [ - "-mfpu=neon" - ] - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -90784,8 +99010,8 @@ index 284ba1262009..89638dbef9e0 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -90801,15 +99027,13 @@ index 284ba1262009..89638dbef9e0 100644 - ] - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -+if CONFIG["TARGET_CPU"] == "x86": - +- CXXFLAGS += [ "-msse2" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -90817,36 +99041,49 @@ index 284ba1262009..89638dbef9e0 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + - CXXFLAGS += [ - "-msse2" - ] -- ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("log_severity_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/base/nullability_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/base/nullability_gn/moz.build -index f152e046ce64..990765b4dea1 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/base/nullability_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/base/nullability_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("base64_gn") +diff --git third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build +index d5acb89419a4..7c934ab8aa45 100644 +--- third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build ++++ third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90856,12 +99093,22 @@ index f152e046ce64..990765b4dea1 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -90870,18 +99117,26 @@ index f152e046ce64..990765b4dea1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -90889,33 +99144,64 @@ index f152e046ce64..990765b4dea1 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -90931,23 +99217,28 @@ index f152e046ce64..990765b4dea1 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -90957,31 +99248,49 @@ index f152e046ce64..990765b4dea1 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("nullability_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/base/raw_logging_internal_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/base/raw_logging_internal_gn/moz.build -index 67100a47728f..843518325fec 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/base/raw_logging_internal_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/base/raw_logging_internal_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() ++ DEFINES["USE_X11"] = "1" - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("sigslot_gn") +diff --git third_party/libwebrtc/rtc_base/threading_gn/moz.build third_party/libwebrtc/rtc_base/threading_gn/moz.build +index 25c10fd9be18..4bbc22347358 100644 +--- third_party/libwebrtc/rtc_base/threading_gn/moz.build ++++ third_party/libwebrtc/rtc_base/threading_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -36,133 +41,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,203 +56,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90991,12 +99300,35 @@ index 67100a47728f..843518325fec 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/physical_socket_server.cc" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/physical_socket_server.cc" +- ] - -if CONFIG["OS_TARGET"] == "Linux": - @@ -91005,18 +99337,30 @@ index 67100a47728f..843518325fec 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/physical_socket_server.cc" +- ] - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -91024,19 +99368,20 @@ index 67100a47728f..843518325fec 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True @@ -91044,19 +99389,54 @@ index 67100a47728f..843518325fec 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/physical_socket_server.cc" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + -if CONFIG["TARGET_CPU"] == "arm": - - CXXFLAGS += [ - "-mfpu=neon" - ] - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -91072,8 +99452,8 @@ index 67100a47728f..843518325fec 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -91089,15 +99469,13 @@ index 67100a47728f..843518325fec 100644 - ] - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -+if CONFIG["TARGET_CPU"] == "x86": - +- CXXFLAGS += [ "-msse2" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -91105,36 +99483,50 @@ index 67100a47728f..843518325fec 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + - CXXFLAGS += [ - "-msse2" - ] -- ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("raw_logging_internal_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/base/throw_delegate_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/base/throw_delegate_gn/moz.build -index 06b91ef80d22..e6011044ff71 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/base/throw_delegate_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/base/throw_delegate_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("threading_gn") +diff --git third_party/libwebrtc/rtc_base/timeutils_gn/moz.build third_party/libwebrtc/rtc_base/timeutils_gn/moz.build +index 4a4eb9a5299d..c44c88674e94 100644 +--- third_party/libwebrtc/rtc_base/timeutils_gn/moz.build ++++ third_party/libwebrtc/rtc_base/timeutils_gn/moz.build +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_EXCLUDE_SYSTEM_TIME"] = True + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -36,133 +41,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,186 +55,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -91144,12 +99536,26 @@ index 06b91ef80d22..e6011044ff71 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -91158,18 +99564,26 @@ index 06b91ef80d22..e6011044ff71 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -91177,19 +99591,20 @@ index 06b91ef80d22..e6011044ff71 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True @@ -91197,19 +99612,50 @@ index 06b91ef80d22..e6011044ff71 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + -if CONFIG["TARGET_CPU"] == "arm": - - CXXFLAGS += [ - "-mfpu=neon" - ] - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -91225,8 +99671,8 @@ index 06b91ef80d22..e6011044ff71 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -91242,15 +99688,13 @@ index 06b91ef80d22..e6011044ff71 100644 - ] - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -+if CONFIG["TARGET_CPU"] == "x86": - +- CXXFLAGS += [ "-msse2" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -91258,36 +99702,49 @@ index 06b91ef80d22..e6011044ff71 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + - CXXFLAGS += [ - "-msse2" - ] -- ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("throw_delegate_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_gn/moz.build -index 8ed66c3ce2c6..2f22adddfa94 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("timeutils_gn") +diff --git third_party/libwebrtc/rtc_base/type_traits_gn/moz.build third_party/libwebrtc/rtc_base/type_traits_gn/moz.build +index f2f4e6b6ca45..ae4a3a9be6cc 100644 +--- third_party/libwebrtc/rtc_base/type_traits_gn/moz.build ++++ third_party/libwebrtc/rtc_base/type_traits_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -91297,12 +99754,22 @@ index 8ed66c3ce2c6..2f22adddfa94 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -91311,18 +99778,26 @@ index 8ed66c3ce2c6..2f22adddfa94 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -91330,34 +99805,59 @@ index 8ed66c3ce2c6..2f22adddfa94 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -91372,8 +99872,8 @@ index 8ed66c3ce2c6..2f22adddfa94 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -91405,24 +99905,33 @@ index 8ed66c3ce2c6..2f22adddfa94 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("cleanup_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_internal_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_internal_gn/moz.build -index 0f3944e348c4..8fd358c0b828 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_internal_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_internal_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("type_traits_gn") +diff --git third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build +index e1cd710315ee..7fdf646e5b07 100644 +--- third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build ++++ third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -91432,12 +99941,22 @@ index 0f3944e348c4..8fd358c0b828 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -91446,18 +99965,26 @@ index 0f3944e348c4..8fd358c0b828 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -91465,34 +99992,59 @@ index 0f3944e348c4..8fd358c0b828 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -91507,8 +100059,8 @@ index 0f3944e348c4..8fd358c0b828 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -91540,24 +100092,33 @@ index 0f3944e348c4..8fd358c0b828 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("cleanup_internal_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/container/compressed_tuple_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/container/compressed_tuple_gn/moz.build -index 758e27e19bdf..6a45401b4ad4 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/container/compressed_tuple_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/container/compressed_tuple_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("unique_id_generator_gn") +diff --git third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build +index cd430975e933..5415e6422549 100644 +--- third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build ++++ third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,112 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -91567,12 +100128,26 @@ index 758e27e19bdf..6a45401b4ad4 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -91581,18 +100156,26 @@ index 758e27e19bdf..6a45401b4ad4 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -91600,34 +100183,59 @@ index 758e27e19bdf..6a45401b4ad4 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -155,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -91642,8 +100250,8 @@ index 758e27e19bdf..6a45401b4ad4 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -91675,24 +100283,33 @@ index 758e27e19bdf..6a45401b4ad4 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("compressed_tuple_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/container/inlined_vector_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/container/inlined_vector_gn/moz.build -index 0aeeb25380b2..1ec3c2b3ff22 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/container/inlined_vector_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/container/inlined_vector_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("unit_base_gn") +diff --git third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build +index abd3030f27e3..d0ec863efabb 100644 +--- third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build ++++ third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -91702,12 +100319,26 @@ index 0aeeb25380b2..1ec3c2b3ff22 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -91716,18 +100347,26 @@ index 0aeeb25380b2..1ec3c2b3ff22 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -91735,33 +100374,64 @@ index 0aeeb25380b2..1ec3c2b3ff22 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -91777,23 +100447,28 @@ index 0aeeb25380b2..1ec3c2b3ff22 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -91803,31 +100478,516 @@ index 0aeeb25380b2..1ec3c2b3ff22 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("inlined_vector_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/container/inlined_vector_internal_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/container/inlined_vector_internal_gn/moz.build -index 3b6744eda733..7bbe29993c1b 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/container/inlined_vector_internal_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/container/inlined_vector_internal_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() ++ DEFINES["USE_X11"] = "1" - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("weak_ptr_gn") +diff --git third_party/libwebrtc/rtc_base/win/create_direct3d_device_gn/moz.build third_party/libwebrtc/rtc_base/win/create_direct3d_device_gn/moz.build +deleted file mode 100644 +index 93df4e562812..000000000000 +--- third_party/libwebrtc/rtc_base/win/create_direct3d_device_gn/moz.build ++++ /dev/null +@@ -1,86 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +-DEFINES["NOMINMAX"] = True +-DEFINES["NTDDI_VERSION"] = "0x0A000000" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["PSAPI_VERSION"] = "2" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["RTC_ENABLE_WIN_WGC"] = True +-DEFINES["UNICODE"] = True +-DEFINES["USE_AURA"] = "1" +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["WEBRTC_WIN"] = True +-DEFINES["WIN32"] = True +-DEFINES["WIN32_LEAN_AND_MEAN"] = True +-DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +-DEFINES["WINVER"] = "0x0A00" +-DEFINES["_ATL_NO_OPENGL"] = True +-DEFINES["_CRT_RAND_S"] = True +-DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +-DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +-DEFINES["_HAS_EXCEPTIONS"] = "0" +-DEFINES["_HAS_NODISCARD"] = True +-DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +-DEFINES["_SECURE_ATL"] = True +-DEFINES["_UNICODE"] = True +-DEFINES["_WIN32_WINNT"] = "0x0A00" +-DEFINES["_WINDOWS"] = True +-DEFINES["__STD_C"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/tools/profiler/public" +-] +- +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/win/create_direct3d_device.cc" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("create_direct3d_device_gn") +diff --git third_party/libwebrtc/rtc_base/win/get_activation_factory_gn/moz.build third_party/libwebrtc/rtc_base/win/get_activation_factory_gn/moz.build +deleted file mode 100644 +index 8fa6b23b483a..000000000000 +--- third_party/libwebrtc/rtc_base/win/get_activation_factory_gn/moz.build ++++ /dev/null +@@ -1,86 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +-DEFINES["NOMINMAX"] = True +-DEFINES["NTDDI_VERSION"] = "0x0A000000" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["PSAPI_VERSION"] = "2" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["RTC_ENABLE_WIN_WGC"] = True +-DEFINES["UNICODE"] = True +-DEFINES["USE_AURA"] = "1" +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["WEBRTC_WIN"] = True +-DEFINES["WIN32"] = True +-DEFINES["WIN32_LEAN_AND_MEAN"] = True +-DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +-DEFINES["WINVER"] = "0x0A00" +-DEFINES["_ATL_NO_OPENGL"] = True +-DEFINES["_CRT_RAND_S"] = True +-DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +-DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +-DEFINES["_HAS_EXCEPTIONS"] = "0" +-DEFINES["_HAS_NODISCARD"] = True +-DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +-DEFINES["_SECURE_ATL"] = True +-DEFINES["_UNICODE"] = True +-DEFINES["_WIN32_WINNT"] = "0x0A00" +-DEFINES["_WINDOWS"] = True +-DEFINES["__STD_C"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/tools/profiler/public" +-] +- +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/win/get_activation_factory.cc" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("get_activation_factory_gn") +diff --git third_party/libwebrtc/rtc_base/win/hstring_gn/moz.build third_party/libwebrtc/rtc_base/win/hstring_gn/moz.build +deleted file mode 100644 +index 5578d95daeba..000000000000 +--- third_party/libwebrtc/rtc_base/win/hstring_gn/moz.build ++++ /dev/null +@@ -1,86 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +-DEFINES["NOMINMAX"] = True +-DEFINES["NTDDI_VERSION"] = "0x0A000000" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["PSAPI_VERSION"] = "2" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["RTC_ENABLE_WIN_WGC"] = True +-DEFINES["UNICODE"] = True +-DEFINES["USE_AURA"] = "1" +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["WEBRTC_WIN"] = True +-DEFINES["WIN32"] = True +-DEFINES["WIN32_LEAN_AND_MEAN"] = True +-DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +-DEFINES["WINVER"] = "0x0A00" +-DEFINES["_ATL_NO_OPENGL"] = True +-DEFINES["_CRT_RAND_S"] = True +-DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +-DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +-DEFINES["_HAS_EXCEPTIONS"] = "0" +-DEFINES["_HAS_NODISCARD"] = True +-DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +-DEFINES["_SECURE_ATL"] = True +-DEFINES["_UNICODE"] = True +-DEFINES["_WIN32_WINNT"] = "0x0A00" +-DEFINES["_WINDOWS"] = True +-DEFINES["__STD_C"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/tools/profiler/public" +-] +- +-SOURCES += [ +- "/third_party/libwebrtc/rtc_base/win/hstring.cc" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("hstring_gn") +diff --git third_party/libwebrtc/rtc_base/win/windows_version_gn/moz.build third_party/libwebrtc/rtc_base/win/windows_version_gn/moz.build +deleted file mode 100644 +index 8875633ae5e1..000000000000 +--- third_party/libwebrtc/rtc_base/win/windows_version_gn/moz.build ++++ /dev/null +@@ -1,86 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +-DEFINES["NOMINMAX"] = True +-DEFINES["NTDDI_VERSION"] = "0x0A000000" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["PSAPI_VERSION"] = "2" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["RTC_ENABLE_WIN_WGC"] = True +-DEFINES["UNICODE"] = True +-DEFINES["USE_AURA"] = "1" +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["WEBRTC_WIN"] = True +-DEFINES["WIN32"] = True +-DEFINES["WIN32_LEAN_AND_MEAN"] = True +-DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +-DEFINES["WINVER"] = "0x0A00" +-DEFINES["_ATL_NO_OPENGL"] = True +-DEFINES["_CRT_RAND_S"] = True +-DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +-DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +-DEFINES["_HAS_EXCEPTIONS"] = "0" +-DEFINES["_HAS_NODISCARD"] = True +-DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +-DEFINES["_SECURE_ATL"] = True +-DEFINES["_UNICODE"] = True +-DEFINES["_WIN32_WINNT"] = "0x0A00" +-DEFINES["_WINDOWS"] = True +-DEFINES["__STD_C"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/tools/profiler/public" +-] +- +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/win/windows_version.cc" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("windows_version_gn") +diff --git third_party/libwebrtc/rtc_base/win32_gn/moz.build third_party/libwebrtc/rtc_base/win32_gn/moz.build +deleted file mode 100644 +index cbdb0a0a3d14..000000000000 +--- third_party/libwebrtc/rtc_base/win32_gn/moz.build ++++ /dev/null +@@ -1,93 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +-DEFINES["NOMINMAX"] = True +-DEFINES["NTDDI_VERSION"] = "0x0A000000" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["PSAPI_VERSION"] = "2" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["RTC_ENABLE_WIN_WGC"] = True +-DEFINES["UNICODE"] = True +-DEFINES["USE_AURA"] = "1" +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["WEBRTC_WIN"] = True +-DEFINES["WIN32"] = True +-DEFINES["WIN32_LEAN_AND_MEAN"] = True +-DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +-DEFINES["WINVER"] = "0x0A00" +-DEFINES["_ATL_NO_OPENGL"] = True +-DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True +-DEFINES["_CRT_RAND_S"] = True +-DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +-DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +-DEFINES["_HAS_EXCEPTIONS"] = "0" +-DEFINES["_HAS_NODISCARD"] = True +-DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +-DEFINES["_SECURE_ATL"] = True +-DEFINES["_UNICODE"] = True +-DEFINES["_WIN32_WINNT"] = "0x0A00" +-DEFINES["_WINDOWS"] = True +-DEFINES["__STD_C"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/tools/profiler/public" +-] +- +-OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32" +-] +- +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/win32.cc" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("win32_gn") +diff --git third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build +index 7c022b4d3b00..c5aebb895490 100644 +--- third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build ++++ third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -91837,12 +100997,26 @@ index 3b6744eda733..7bbe29993c1b 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -91851,18 +101025,26 @@ index 3b6744eda733..7bbe29993c1b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -91870,33 +101052,64 @@ index 3b6744eda733..7bbe29993c1b 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- CXXFLAGS += [ +- "-mfpu=neon" +- ] - +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -91912,23 +101125,28 @@ index 3b6744eda733..7bbe29993c1b 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -91938,31 +101156,375 @@ index 3b6744eda733..7bbe29993c1b 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("inlined_vector_internal_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/functional/any_invocable_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/functional/any_invocable_gn/moz.build -index 63e6206cdfb4..31b936c12c59 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/functional/any_invocable_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/functional/any_invocable_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() ++ DEFINES["USE_X11"] = "1" - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("zero_memory_gn") +diff --git third_party/libwebrtc/sdk/base_objc_gn/moz.build third_party/libwebrtc/sdk/base_objc_gn/moz.build +deleted file mode 100644 +index b717f3d73aea..000000000000 +--- third_party/libwebrtc/sdk/base_objc_gn/moz.build ++++ /dev/null +@@ -1,81 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-CMFLAGS += [ +- "-fobjc-arc" +-] +- +-CMMFLAGS += [ +- "-fobjc-arc" +-] +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_MAC"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_POSIX"] = True +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +-DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +-DEFINES["__STDC_CONSTANT_MACROS"] = True +-DEFINES["__STDC_FORMAT_MACROS"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/third_party/libwebrtc/sdk/objc/", +- "/third_party/libwebrtc/sdk/objc/base/", +- "/tools/profiler/public" +-] +- +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/sdk/objc/base/RTCEncodedImage.m", +- "/third_party/libwebrtc/sdk/objc/base/RTCLogging.mm", +- "/third_party/libwebrtc/sdk/objc/base/RTCVideoCapturer.m", +- "/third_party/libwebrtc/sdk/objc/base/RTCVideoCodecInfo.m", +- "/third_party/libwebrtc/sdk/objc/base/RTCVideoEncoderFactory.mm", +- "/third_party/libwebrtc/sdk/objc/base/RTCVideoEncoderQpThresholds.m", +- "/third_party/libwebrtc/sdk/objc/base/RTCVideoEncoderSettings.m", +- "/third_party/libwebrtc/sdk/objc/base/RTCVideoFrame.mm" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_DEBUG"] = True +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("base_objc_gn") +diff --git third_party/libwebrtc/sdk/helpers_objc_gn/moz.build third_party/libwebrtc/sdk/helpers_objc_gn/moz.build +deleted file mode 100644 +index 50505e56c2d0..000000000000 +--- third_party/libwebrtc/sdk/helpers_objc_gn/moz.build ++++ /dev/null +@@ -1,76 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-CMFLAGS += [ +- "-fobjc-arc" +-] +- +-CMMFLAGS += [ +- "-fobjc-arc" +-] +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_MAC"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_POSIX"] = True +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +-DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +-DEFINES["__STDC_CONSTANT_MACROS"] = True +-DEFINES["__STDC_FORMAT_MACROS"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/third_party/libwebrtc/sdk/objc/", +- "/third_party/libwebrtc/sdk/objc/base/", +- "/tools/profiler/public" +-] +- +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/sdk/objc/helpers/AVCaptureSession+DevicePosition.mm", +- "/third_party/libwebrtc/sdk/objc/helpers/NSString+StdString.mm", +- "/third_party/libwebrtc/sdk/objc/helpers/RTCDispatcher.m" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_DEBUG"] = True +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("helpers_objc_gn") +diff --git third_party/libwebrtc/sdk/videocapture_objc_gn/moz.build third_party/libwebrtc/sdk/videocapture_objc_gn/moz.build +deleted file mode 100644 +index 178d8f87063a..000000000000 +--- third_party/libwebrtc/sdk/videocapture_objc_gn/moz.build ++++ /dev/null +@@ -1,71 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-CMFLAGS += [ +- "-fobjc-arc" +-] +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_MAC"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_POSIX"] = True +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +-DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +-DEFINES["__STDC_CONSTANT_MACROS"] = True +-DEFINES["__STDC_FORMAT_MACROS"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/third_party/libwebrtc/sdk/objc/", +- "/third_party/libwebrtc/sdk/objc/base/", +- "/tools/profiler/public" +-] +- +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/sdk/objc/components/capturer/RTCCameraVideoCapturer.m", +- "/third_party/libwebrtc/sdk/objc/components/capturer/RTCFileVideoCapturer.m" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_DEBUG"] = True +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("videocapture_objc_gn") +diff --git third_party/libwebrtc/sdk/videoframebuffer_objc_gn/moz.build third_party/libwebrtc/sdk/videoframebuffer_objc_gn/moz.build +deleted file mode 100644 +index 8c659d55bf23..000000000000 +--- third_party/libwebrtc/sdk/videoframebuffer_objc_gn/moz.build ++++ /dev/null +@@ -1,74 +0,0 @@ +-# This Source Code Form is subject to the terms of the Mozilla Public +-# License, v. 2.0. If a copy of the MPL was not distributed with this +-# file, You can obtain one at http://mozilla.org/MPL/2.0/. +- +- +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### +- +-CMMFLAGS += [ +- "-fobjc-arc" +-] +- +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() +- +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" +-DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_MAC"] = True +-DEFINES["WEBRTC_MOZILLA_BUILD"] = True +-DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" +-DEFINES["WEBRTC_POSIX"] = True +-DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +-DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +-DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +-DEFINES["__STDC_CONSTANT_MACROS"] = True +-DEFINES["__STDC_FORMAT_MACROS"] = True +- +-FINAL_LIBRARY = "xul" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "!/third_party/libwebrtc/gen", +- "/ipc/chromium/src", +- "/media/libyuv/", +- "/media/libyuv/libyuv/include/", +- "/third_party/abseil-cpp/", +- "/third_party/libwebrtc/", +- "/third_party/libwebrtc/sdk/objc/", +- "/third_party/libwebrtc/sdk/objc/base/", +- "/tools/profiler/public" +-] +- +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/sdk/objc/api/video_frame_buffer/RTCNativeI420Buffer.mm", +- "/third_party/libwebrtc/sdk/objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.mm", +- "/third_party/libwebrtc/sdk/objc/components/video_frame_buffer/RTCCVPixelBuffer.mm" +-] +- +-if not CONFIG["MOZ_DEBUG"]: +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1": +- +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_DEBUG"] = True +- +-if CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-Library("videoframebuffer_objc_gn") +diff --git third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build +index 8e69f1bd487a..10ca6bd2865c 100644 +--- third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build ++++ third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -91972,12 +101534,26 @@ index 63e6206cdfb4..31b936c12c59 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -91986,18 +101562,26 @@ index 63e6206cdfb4..31b936c12c59 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -92005,33 +101589,64 @@ index 63e6206cdfb4..31b936c12c59 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -92047,23 +101662,28 @@ index 63e6206cdfb4..31b936c12c59 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -92073,31 +101693,49 @@ index 63e6206cdfb4..31b936c12c59 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("any_invocable_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/functional/bind_front_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/functional/bind_front_gn/moz.build -index c26f1ed6a481..fb0da281c4cc 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/functional/bind_front_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/functional/bind_front_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() ++ DEFINES["USE_X11"] = "1" - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("denormal_disabler_gn") +diff --git third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build +index 2c1b80184520..2982fabad79a 100644 +--- third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build ++++ third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -92107,12 +101745,26 @@ index c26f1ed6a481..fb0da281c4cc 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -92121,18 +101773,26 @@ index c26f1ed6a481..fb0da281c4cc 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -92140,19 +101800,20 @@ index c26f1ed6a481..fb0da281c4cc 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True @@ -92160,13 +101821,50 @@ index c26f1ed6a481..fb0da281c4cc 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - --if CONFIG["TARGET_CPU"] == "mips32": +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -92182,23 +101880,28 @@ index c26f1ed6a481..fb0da281c4cc 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -92208,31 +101911,49 @@ index c26f1ed6a481..fb0da281c4cc 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("bind_front_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/memory/memory_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/memory/memory_gn/moz.build -index 398b663a3d1e..72b51836d300 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/memory/memory_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/memory/memory_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() ++ DEFINES["USE_X11"] = "1" - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("field_trial_gn") +diff --git third_party/libwebrtc/system_wrappers/metrics_gn/moz.build third_party/libwebrtc/system_wrappers/metrics_gn/moz.build +index 77e78153ea35..ad2149b736c2 100644 +--- third_party/libwebrtc/system_wrappers/metrics_gn/moz.build ++++ third_party/libwebrtc/system_wrappers/metrics_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -92242,12 +101963,26 @@ index 398b663a3d1e..72b51836d300 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -92256,18 +101991,26 @@ index 398b663a3d1e..72b51836d300 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -92275,33 +102018,64 @@ index 398b663a3d1e..72b51836d300 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -92317,23 +102091,28 @@ index 398b663a3d1e..72b51836d300 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -92343,31 +102122,49 @@ index 398b663a3d1e..72b51836d300 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("memory_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/meta/type_traits_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/meta/type_traits_gn/moz.build -index 6d2e55152f52..914e219e6503 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/meta/type_traits_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/meta/type_traits_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() ++ DEFINES["USE_X11"] = "1" - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("metrics_gn") +diff --git third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build +index 639e627348c4..e0895664e27d 100644 +--- third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build ++++ third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,200 +57,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -92377,12 +102174,32 @@ index 6d2e55152f52..914e219e6503 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- LOCAL_INCLUDES += [ +- "/config/external/nspr/", +- "/nsprpub/lib/ds/", +- "/nsprpub/pr/include/" +- ] +- +- OS_LIBS += [ +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -92391,18 +102208,34 @@ index 6d2e55152f52..914e219e6503 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc" +- ] - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -92410,19 +102243,20 @@ index 6d2e55152f52..914e219e6503 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True @@ -92430,13 +102264,50 @@ index 6d2e55152f52..914e219e6503 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - --if CONFIG["TARGET_CPU"] == "mips32": +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -92452,23 +102323,28 @@ index 6d2e55152f52..914e219e6503 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -92478,31 +102354,49 @@ index 6d2e55152f52..914e219e6503 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("type_traits_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/numeric/bits_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/numeric/bits_gn/moz.build -index 765dc92eb6d3..fa04a621dfa2 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/numeric/bits_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/numeric/bits_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() ++ DEFINES["USE_X11"] = "1" - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("system_wrappers_gn") +diff --git third_party/libwebrtc/test/network/simulated_network_gn/moz.build third_party/libwebrtc/test/network/simulated_network_gn/moz.build +index 32db92831a8b..b2fd5c533459 100644 +--- third_party/libwebrtc/test/network/simulated_network_gn/moz.build ++++ third_party/libwebrtc/test/network/simulated_network_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -92512,12 +102406,26 @@ index 765dc92eb6d3..fa04a621dfa2 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -92526,18 +102434,26 @@ index 765dc92eb6d3..fa04a621dfa2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -92545,33 +102461,64 @@ index 765dc92eb6d3..fa04a621dfa2 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -92587,23 +102534,28 @@ index 765dc92eb6d3..fa04a621dfa2 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -92613,31 +102565,49 @@ index 765dc92eb6d3..fa04a621dfa2 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("bits_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/numeric/int128_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/numeric/int128_gn/moz.build -index 0d1a183abaf9..294e64ffcb5e 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/numeric/int128_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/numeric/int128_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() ++ DEFINES["USE_X11"] = "1" - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("simulated_network_gn") +diff --git third_party/libwebrtc/test/rtp_test_utils_gn/moz.build third_party/libwebrtc/test/rtp_test_utils_gn/moz.build +index 2d610fe2fe88..e290a713c076 100644 +--- third_party/libwebrtc/test/rtp_test_utils_gn/moz.build ++++ third_party/libwebrtc/test/rtp_test_utils_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -36,133 +41,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,124 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -92647,12 +102617,27 @@ index 0d1a183abaf9..294e64ffcb5e 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -92661,18 +102646,30 @@ index 0d1a183abaf9..294e64ffcb5e 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -92680,19 +102677,20 @@ index 0d1a183abaf9..294e64ffcb5e 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True @@ -92700,20 +102698,45 @@ index 0d1a183abaf9..294e64ffcb5e 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + -if CONFIG["TARGET_CPU"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["TARGET_CPU"] == "mips32": +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -167,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -92728,32 +102751,25 @@ index 0d1a183abaf9..294e64ffcb5e 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -+if CONFIG["TARGET_CPU"] == "x86": - - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -92762,35 +102778,34 @@ index 0d1a183abaf9..294e64ffcb5e 100644 - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - -- CXXFLAGS += [ -- "-msse2" -- ] -- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("int128_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/strings/string_view_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/strings/string_view_gn/moz.build -index 4002fa626303..2908acf7ba9f 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/strings/string_view_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/strings/string_view_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +- + Library("rtp_test_utils_gn") +diff --git third_party/libwebrtc/third_party/crc32c/crc32c_arm64_gn/moz.build third_party/libwebrtc/third_party/crc32c/crc32c_arm64_gn/moz.build +index d98bce783d99..8f144a997544 100644 +--- third_party/libwebrtc/third_party/crc32c/crc32c_arm64_gn/moz.build ++++ third_party/libwebrtc/third_party/crc32c/crc32c_arm64_gn/moz.build +@@ -14,6 +14,15 @@ DEFINES["CRC32C_TESTS_BUILT_WITH_GLOG"] = "0" + DEFINES["HAVE_ARM64_CRC32C"] = "0" + DEFINES["HAVE_BUILTIN_PREFETCH"] = "1" + DEFINES["HAVE_SSE42"] = "0" ++DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" ++DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -36,133 +41,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,107 +50,23 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -92799,16 +102814,26 @@ index 4002fa626303..2908acf7ba9f 100644 - - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "1" - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "1" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "1" - DEFINES["USE_AURA"] = "1" - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_NSS_CERTS"] = "1" @@ -92817,19 +102842,27 @@ index 4002fa626303..2908acf7ba9f 100644 - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" @@ -92840,32 +102873,56 @@ index 4002fa626303..2908acf7ba9f 100644 - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["HAVE_MM_PREFETCH"] = "0" + -if CONFIG["TARGET_CPU"] == "arm": - - CXXFLAGS += [ - "-mfpu=neon" - ] - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["HAVE_MM_PREFETCH"] = "0" - + if CONFIG["TARGET_CPU"] == "loongarch64": + + DEFINES["HAVE_MM_PREFETCH"] = "0" +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["HAVE_MM_PREFETCH"] = "0" - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "mips64": + + DEFINES["HAVE_MM_PREFETCH"] = "0" +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "ppc64": + +@@ -153,66 +78,18 @@ if CONFIG["TARGET_CPU"] == "riscv64": + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["HAVE_MM_PREFETCH"] = "1" - --if CONFIG["TARGET_CPU"] == "mips64": +-if CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["_GNU_SOURCE"] = True +- DEFINES["HAVE_MM_PREFETCH"] = "1" - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -92881,8 +102938,8 @@ index 4002fa626303..2908acf7ba9f 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -92898,15 +102955,13 @@ index 4002fa626303..2908acf7ba9f 100644 - ] - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -+if CONFIG["TARGET_CPU"] == "x86": - +- CXXFLAGS += [ "-msse2" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -92914,36 +102969,44 @@ index 4002fa626303..2908acf7ba9f 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["HAVE_MM_PREFETCH"] = "1" + - CXXFLAGS += [ - "-msse2" - ] -- ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["HAVE_MM_PREFETCH"] = "1" + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("string_view_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/strings/strings_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/strings/strings_gn/moz.build -index 8105bb2f27d1..4cd3456a3ff3 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/strings/strings_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/strings/strings_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("crc32c_arm64_gn") +diff --git third_party/libwebrtc/third_party/crc32c/crc32c_gn/moz.build third_party/libwebrtc/third_party/crc32c/crc32c_gn/moz.build +index 54cb56e40a71..ea59cd60aa8b 100644 +--- third_party/libwebrtc/third_party/crc32c/crc32c_gn/moz.build ++++ third_party/libwebrtc/third_party/crc32c/crc32c_gn/moz.build +@@ -14,6 +14,15 @@ DEFINES["CRC32C_TESTS_BUILT_WITH_GLOG"] = "0" + DEFINES["HAVE_ARM64_CRC32C"] = "0" + DEFINES["HAVE_BUILTIN_PREFETCH"] = "1" + DEFINES["HAVE_SSE42"] = "0" ++DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" ++DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -41,133 +46,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,107 +51,23 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -92952,16 +103015,26 @@ index 8105bb2f27d1..4cd3456a3ff3 100644 - - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "1" - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "1" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "1" - DEFINES["USE_AURA"] = "1" - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_NSS_CERTS"] = "1" @@ -92970,19 +103043,27 @@ index 8105bb2f27d1..4cd3456a3ff3 100644 - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" @@ -92993,32 +103074,56 @@ index 8105bb2f27d1..4cd3456a3ff3 100644 - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["HAVE_MM_PREFETCH"] = "0" + -if CONFIG["TARGET_CPU"] == "arm": - - CXXFLAGS += [ - "-mfpu=neon" - ] - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["HAVE_MM_PREFETCH"] = "0" - + if CONFIG["TARGET_CPU"] == "loongarch64": + + DEFINES["HAVE_MM_PREFETCH"] = "0" - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["HAVE_MM_PREFETCH"] = "0" +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "mips64": + + DEFINES["HAVE_MM_PREFETCH"] = "0" +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "ppc64": + +@@ -154,66 +79,18 @@ if CONFIG["TARGET_CPU"] == "riscv64": + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["HAVE_MM_PREFETCH"] = "1" - --if CONFIG["TARGET_CPU"] == "mips64": +-if CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["_GNU_SOURCE"] = True +- DEFINES["HAVE_MM_PREFETCH"] = "1" - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -93034,8 +103139,8 @@ index 8105bb2f27d1..4cd3456a3ff3 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -93051,15 +103156,13 @@ index 8105bb2f27d1..4cd3456a3ff3 100644 - ] - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -+if CONFIG["TARGET_CPU"] == "x86": - +- CXXFLAGS += [ "-msse2" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -93067,36 +103170,43 @@ index 8105bb2f27d1..4cd3456a3ff3 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["HAVE_MM_PREFETCH"] = "1" + - CXXFLAGS += [ - "-msse2" - ] -- ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["HAVE_MM_PREFETCH"] = "1" + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("strings_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/types/bad_optional_access_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/types/bad_optional_access_gn/moz.build -index 25164c3e5f91..4fe2271056dc 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/types/bad_optional_access_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/types/bad_optional_access_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] + Library("crc32c_gn") +diff --git third_party/libwebrtc/third_party/crc32c/crc32c_internal_headers_gn/moz.build third_party/libwebrtc/third_party/crc32c/crc32c_internal_headers_gn/moz.build +index 80580f19b47c..f7a92bd53658 100644 +--- third_party/libwebrtc/third_party/crc32c/crc32c_internal_headers_gn/moz.build ++++ third_party/libwebrtc/third_party/crc32c/crc32c_internal_headers_gn/moz.build +@@ -9,6 +9,14 @@ + COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True - ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True ++ FINAL_LIBRARY = "xul" -@@ -36,133 +41,16 @@ if not CONFIG["MOZ_DEBUG"]: + +@@ -29,127 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -93107,11 +103217,15 @@ index 25164c3e5f91..4fe2271056dc 100644 - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -93123,6 +103237,8 @@ index 25164c3e5f91..4fe2271056dc 100644 - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - @@ -93132,6 +103248,8 @@ index 25164c3e5f91..4fe2271056dc 100644 - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -93146,12 +103264,10 @@ index 25164c3e5f91..4fe2271056dc 100644 - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True @@ -93159,11 +103275,9 @@ index 25164c3e5f91..4fe2271056dc 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - --if CONFIG["TARGET_CPU"] == "arm": +-if CONFIG["TARGET_CPU"] == "loongarch64": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] +- DEFINES["_GNU_SOURCE"] = True - -if CONFIG["TARGET_CPU"] == "mips32": - @@ -93175,8 +103289,8 @@ index 25164c3e5f91..4fe2271056dc 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - -- DEFINES["_DEBUG"] = True -- + DEFINES["_DEBUG"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["_DEBUG"] = True @@ -93187,32 +103301,25 @@ index 25164c3e5f91..4fe2271056dc 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -+if CONFIG["TARGET_CPU"] == "x86": - - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -93221,35 +103328,34 @@ index 25164c3e5f91..4fe2271056dc 100644 - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - -- CXXFLAGS += [ -- "-msse2" -- ] -- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["_GNU_SOURCE"] = True -+ DEFINES["USE_X11"] = "1" - - Library("bad_optional_access_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/types/bad_variant_access_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/types/bad_variant_access_gn/moz.build -index 83007237aa43..7feffa5b7fa7 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/types/bad_variant_access_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/types/bad_variant_access_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +- + Library("crc32c_internal_headers_gn") +diff --git third_party/libwebrtc/third_party/crc32c/crc32c_sse42_gn/moz.build third_party/libwebrtc/third_party/crc32c/crc32c_sse42_gn/moz.build +index d06b3dade25e..4208f752cbc2 100644 +--- third_party/libwebrtc/third_party/crc32c/crc32c_sse42_gn/moz.build ++++ third_party/libwebrtc/third_party/crc32c/crc32c_sse42_gn/moz.build +@@ -14,6 +14,15 @@ DEFINES["CRC32C_TESTS_BUILT_WITH_GLOG"] = "0" + DEFINES["HAVE_ARM64_CRC32C"] = "0" + DEFINES["HAVE_BUILTIN_PREFETCH"] = "1" + DEFINES["HAVE_SSE42"] = "0" ++DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" ++DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -36,133 +41,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,107 +50,23 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -93258,16 +103364,26 @@ index 83007237aa43..7feffa5b7fa7 100644 - - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "1" - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "1" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "1" - DEFINES["USE_AURA"] = "1" - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_NSS_CERTS"] = "1" @@ -93276,19 +103392,27 @@ index 83007237aa43..7feffa5b7fa7 100644 - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["HAVE_STRONG_GETAUXVAL"] = "0" +- DEFINES["HAVE_WEAK_GETAUXVAL"] = "0" - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" @@ -93299,32 +103423,56 @@ index 83007237aa43..7feffa5b7fa7 100644 - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["HAVE_MM_PREFETCH"] = "0" + -if CONFIG["TARGET_CPU"] == "arm": - - CXXFLAGS += [ - "-mfpu=neon" - ] - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["HAVE_MM_PREFETCH"] = "0" - + if CONFIG["TARGET_CPU"] == "loongarch64": + + DEFINES["HAVE_MM_PREFETCH"] = "0" +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["HAVE_MM_PREFETCH"] = "0" - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "mips64": + + DEFINES["HAVE_MM_PREFETCH"] = "0" +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "ppc64": + +@@ -153,66 +78,18 @@ if CONFIG["TARGET_CPU"] == "riscv64": + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["HAVE_MM_PREFETCH"] = "1" - --if CONFIG["TARGET_CPU"] == "mips64": +-if CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["_GNU_SOURCE"] = True +- DEFINES["HAVE_MM_PREFETCH"] = "1" - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -93340,8 +103488,8 @@ index 83007237aa43..7feffa5b7fa7 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -93357,15 +103505,13 @@ index 83007237aa43..7feffa5b7fa7 100644 - ] - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -+if CONFIG["TARGET_CPU"] == "x86": - +- CXXFLAGS += [ "-msse2" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -93373,36 +103519,49 @@ index 83007237aa43..7feffa5b7fa7 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["HAVE_MM_PREFETCH"] = "1" + - CXXFLAGS += [ - "-msse2" - ] -- ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["HAVE_MM_PREFETCH"] = "1" + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("bad_variant_access_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/types/optional_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/types/optional_gn/moz.build -index 890fa95dc850..9538221de171 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/types/optional_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/types/optional_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("crc32c_sse42_gn") +diff --git third_party/libwebrtc/third_party/dav1d/dav1d_gn/moz.build third_party/libwebrtc/third_party/dav1d/dav1d_gn/moz.build +index 1bfed617a6fe..806fe6e74dc3 100644 +--- third_party/libwebrtc/third_party/dav1d/dav1d_gn/moz.build ++++ third_party/libwebrtc/third_party/dav1d/dav1d_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,108 +51,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -93412,12 +103571,22 @@ index 890fa95dc850..9538221de171 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -93426,18 +103595,26 @@ index 890fa95dc850..9538221de171 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -93445,34 +103622,59 @@ index 890fa95dc850..9538221de171 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -153,50 +71,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -93487,8 +103689,8 @@ index 890fa95dc850..9538221de171 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -93520,24 +103722,33 @@ index 890fa95dc850..9538221de171 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("optional_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/types/span_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/types/span_gn/moz.build -index 438c3e8f7ca6..a8f20aad44d7 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/types/span_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/types/span_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("dav1d_gn") +diff --git third_party/libwebrtc/third_party/libaom/libaom_gn/moz.build third_party/libwebrtc/third_party/libaom/libaom_gn/moz.build +index 829835d9d69d..f861dd357a02 100644 +--- third_party/libwebrtc/third_party/libaom/libaom_gn/moz.build ++++ third_party/libwebrtc/third_party/libaom/libaom_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,108 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -93547,12 +103758,22 @@ index 438c3e8f7ca6..a8f20aad44d7 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -93561,18 +103782,26 @@ index 438c3e8f7ca6..a8f20aad44d7 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -93580,34 +103809,59 @@ index 438c3e8f7ca6..a8f20aad44d7 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -151,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -93622,8 +103876,8 @@ index 438c3e8f7ca6..a8f20aad44d7 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -93655,24 +103909,81 @@ index 438c3e8f7ca6..a8f20aad44d7 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("span_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/types/variant_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/types/variant_gn/moz.build -index b548c0214b55..4a1c6b4239bb 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/types/variant_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/types/variant_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() + Library("aom_gn") +diff --git third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build +index 7d1347ef2c7f..2cd44f6fb564 100644 +--- third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build ++++ third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build +@@ -13,20 +13,16 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["USE_AURA"] = "1" + DEFINES["USE_GLIB"] = "1" +-DEFINES["USE_NSS_CERTS"] = "1" + DEFINES["USE_OZONE"] = "1" +-DEFINES["USE_UDEV"] = True ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True +-DEFINES["WEBRTC_LINUX"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" + DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" + DEFINES["_FILE_OFFSET_BITS"] = "64" +-DEFINES["_GNU_SOURCE"] = True + DEFINES["_LARGEFILE64_SOURCE"] = True + DEFINES["_LARGEFILE_SOURCE"] = True + DEFINES["__STDC_CONSTANT_MACROS"] = True +@@ -62,12 +58,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True +@@ -81,7 +71,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +diff --git third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build +index 9f0e46f16702..6545a40c6ef1 100644 +--- third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build ++++ third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,108 +51,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -93682,12 +103993,22 @@ index b548c0214b55..4a1c6b4239bb 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -93696,18 +104017,26 @@ index b548c0214b55..4a1c6b4239bb 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -93715,34 +104044,59 @@ index b548c0214b55..4a1c6b4239bb 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True - DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -153,50 +71,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -93757,8 +104111,8 @@ index b548c0214b55..4a1c6b4239bb 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -93790,24 +104144,27 @@ index b548c0214b55..4a1c6b4239bb 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("variant_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/utility/utility_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/utility/utility_gn/moz.build -index c47e6649127c..05338e798930 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/utility/utility_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/utility/utility_gn/moz.build -@@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] + Library("yuv_gn") +diff --git third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build +index dc7c06ffc21f..1617e9c2e1bb 100644 +--- third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build ++++ third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build +@@ -9,6 +9,14 @@ + COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True - ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True ++ FINAL_LIBRARY = "xul" -@@ -32,117 +37,10 @@ if not CONFIG["MOZ_DEBUG"]: + +@@ -33,92 +41,19 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -93818,11 +104175,15 @@ index c47e6649127c..05338e798930 100644 - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "Linux": - @@ -93834,6 +104195,8 @@ index c47e6649127c..05338e798930 100644 - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "OpenBSD": - @@ -93843,6 +104206,8 @@ index c47e6649127c..05338e798930 100644 - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True - -if CONFIG["OS_TARGET"] == "WINNT": - @@ -93857,27 +104222,46 @@ index c47e6649127c..05338e798930 100644 - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" - DEFINES["WINVER"] = "0x0A00" - DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_DEPRECATE"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True +- DEFINES["_USE_MATH_DEFINES"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - --if CONFIG["TARGET_CPU"] == "mips32": +-if CONFIG["TARGET_CPU"] == "arm": - +- CFLAGS += [ +- "-mfpu=neon" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "loongarch64": + + DEFINES["PFFFT_SIMD_DISABLE"] = True - DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["TARGET_CPU"] == "mips64": -- + + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["PFFFT_SIMD_DISABLE"] = True - DEFINES["_GNU_SOURCE"] = True -- + + if CONFIG["TARGET_CPU"] == "mips64": + + DEFINES["PFFFT_SIMD_DISABLE"] = True +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "ppc64": + +@@ -128,60 +63,14 @@ if CONFIG["TARGET_CPU"] == "riscv64": + + DEFINES["PFFFT_SIMD_DISABLE"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -93892,25 +104276,32 @@ index c47e6649127c..05338e798930 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": ++if CONFIG["TARGET_CPU"] == "x86": + + CFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -93919,172 +104310,636 @@ index c47e6649127c..05338e798930 100644 - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - +- CFLAGS += [ +- "-msse2" +- ] +- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["_GNU_SOURCE"] = True -- - Library("utility_gn") -diff --git third_party/libwebrtc/third_party/drm/drm_gn/moz.build third_party/libwebrtc/third_party/drm/drm_gn/moz.build -index 971e9b6a89f8..24d5305eaf44 100644 ---- third_party/libwebrtc/third_party/drm/drm_gn/moz.build -+++ third_party/libwebrtc/third_party/drm/drm_gn/moz.build -@@ -12,21 +12,17 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True - DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["USE_AURA"] = "1" - DEFINES["USE_GLIB"] = "1" --DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" --DEFINES["USE_UDEV"] = True -+DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_MOZILLA_BUILD"] = True - DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" - DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" - DEFINES["_FILE_OFFSET_BITS"] = "64" --DEFINES["_GNU_SOURCE"] = True - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True -@@ -63,12 +59,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True ++ DEFINES["USE_X11"] = "1" + + Library("pffft_gn") +diff --git third_party/libwebrtc/third_party/rnnoise/rnn_vad_gn/moz.build third_party/libwebrtc/third_party/rnnoise/rnn_vad_gn/moz.build +index 2dfd79a68cf7..3703f7ef3366 100644 +--- third_party/libwebrtc/third_party/rnnoise/rnn_vad_gn/moz.build ++++ third_party/libwebrtc/third_party/rnnoise/rnn_vad_gn/moz.build +@@ -9,6 +9,14 @@ + COMPILE_FLAGS["OS_INCLUDES"] = [] + AllowCompilerWarnings() ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True ++ + FINAL_LIBRARY = "xul" + + +@@ -33,143 +41,16 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- -if CONFIG["TARGET_CPU"] == "arm": - -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True +- CXXFLAGS += [ +- "-mfpu=neon" +- ] - - if CONFIG["TARGET_CPU"] == "mips32": +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips32": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- + DEFINES["_DEBUG"] = True - DEFINES["MIPS32_LE"] = True -@@ -82,7 +72,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- +- CXXFLAGS += [ +- "-msse2" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++if CONFIG["TARGET_CPU"] == "x86": - DEFINES["WEBRTC_ENABLE_AVX2"] = True + CXXFLAGS += [ + "-msse2" + ] --if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - DEFINES["USE_X11"] = "1" +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" -diff --git third_party/libwebrtc/third_party/gbm/gbm_gn/moz.build third_party/libwebrtc/third_party/gbm/gbm_gn/moz.build -index 9273b95ead40..0919eb0f43e8 100644 ---- third_party/libwebrtc/third_party/gbm/gbm_gn/moz.build -+++ third_party/libwebrtc/third_party/gbm/gbm_gn/moz.build -@@ -12,21 +12,17 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("rnn_vad_gn") +diff --git third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build +index 2c62e9cbe092..d82fa66a2945 100644 +--- third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build ++++ third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["USE_AURA"] = "1" - DEFINES["USE_GLIB"] = "1" --DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" --DEFINES["USE_UDEV"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_LINUX"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" - DEFINES["WEBRTC_POSIX"] = True ++DEFINES["WEBRTC_POSIX"] = True DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" - DEFINES["_FILE_OFFSET_BITS"] = "64" --DEFINES["_GNU_SOURCE"] = True - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True -@@ -61,12 +57,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -52,191 +61,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + DEFINES["WEBRTC_ARCH_ARM64"] = True DEFINES["WEBRTC_HAS_NEON"] = True -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True -@@ -80,7 +70,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True - DEFINES["WEBRTC_ENABLE_AVX2"] = True + if CONFIG["TARGET_CPU"] == "x86": +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - DEFINES["USE_X11"] = "1" +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" -diff --git third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build -index 35f0925d3bde..c63ac3dc1601 100644 ---- third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build -+++ third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build -@@ -12,21 +12,17 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("video_adaptation_gn") +diff --git third_party/libwebrtc/video/config/encoder_config_gn/moz.build third_party/libwebrtc/video/config/encoder_config_gn/moz.build +index 8f1b9bb33967..a7be3784a0df 100644 +--- third_party/libwebrtc/video/config/encoder_config_gn/moz.build ++++ third_party/libwebrtc/video/config/encoder_config_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["USE_AURA"] = "1" - DEFINES["USE_GLIB"] = "1" --DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" --DEFINES["USE_UDEV"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_LINUX"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" - DEFINES["WEBRTC_POSIX"] = True ++DEFINES["WEBRTC_POSIX"] = True DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" - DEFINES["_FILE_OFFSET_BITS"] = "64" --DEFINES["_GNU_SOURCE"] = True - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True -@@ -62,12 +58,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + DEFINES["WEBRTC_ARCH_ARM64"] = True DEFINES["WEBRTC_HAS_NEON"] = True -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True -@@ -81,7 +71,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True - DEFINES["WEBRTC_ENABLE_AVX2"] = True + if CONFIG["TARGET_CPU"] == "x86": +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - DEFINES["USE_X11"] = "1" +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" -diff --git third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build -index a3038e0c4a61..55e100bde724 100644 ---- third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build -+++ third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("encoder_config_gn") +diff --git third_party/libwebrtc/video/config/streams_config_gn/moz.build third_party/libwebrtc/video/config/streams_config_gn/moz.build +index f8965ab6f5df..7981a149e1f0 100644 +--- third_party/libwebrtc/video/config/streams_config_gn/moz.build ++++ third_party/libwebrtc/video/config/streams_config_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -94099,7 +104954,7 @@ index a3038e0c4a61..55e100bde724 100644 FINAL_LIBRARY = "xul" -@@ -41,107 +51,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,191 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -94111,13 +104966,17 @@ index a3038e0c4a61..55e100bde724 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_MAC"] = True @@ -94134,7 +104993,6 @@ index a3038e0c4a61..55e100bde724 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -94143,13 +105001,16 @@ index a3038e0c4a61..55e100bde724 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -94183,6 +105044,13 @@ index a3038e0c4a61..55e100bde724 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -94192,10 +105060,18 @@ index a3038e0c4a61..55e100bde724 100644 -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -94208,10 +105084,12 @@ index a3038e0c4a61..55e100bde724 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -151,50 +71,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -94233,16 +105111,21 @@ index a3038e0c4a61..55e100bde724 100644 - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - +- +- DEFINES["USE_X11"] = "1" +- -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": - - OS_LIBS += [ - "unwind" - ] - +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -94252,34 +105135,49 @@ index a3038e0c4a61..55e100bde724 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True -- - Library("yuv_gn") -diff --git third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build -index 836a04a7c723..4adcdaca807c 100644 ---- third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build -+++ third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build -@@ -9,6 +9,14 @@ - COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() ++ DEFINES["USE_X11"] = "1" + Library("streams_config_gn") +diff --git third_party/libwebrtc/video/corruption_detection/corruption_classifier_gn/moz.build third_party/libwebrtc/video/corruption_detection/corruption_classifier_gn/moz.build +index 0e4f9c57e0ae..d6e888a454a7 100644 +--- third_party/libwebrtc/video/corruption_detection/corruption_classifier_gn/moz.build ++++ third_party/libwebrtc/video/corruption_detection/corruption_classifier_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True +DEFINES["__STDC_CONSTANT_MACROS"] = True +DEFINES["__STDC_FORMAT_MACROS"] = True -+ - FINAL_LIBRARY = "xul" + FINAL_LIBRARY = "xul" -@@ -33,87 +41,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -94289,12 +105187,22 @@ index 836a04a7c723..4adcdaca807c 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" - DEFINES["__STDC_CONSTANT_MACROS"] = True @@ -94307,6 +105215,8 @@ index 836a04a7c723..4adcdaca807c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True @@ -94318,6 +105228,8 @@ index 836a04a7c723..4adcdaca807c 100644 - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True @@ -94330,8 +105242,10 @@ index 836a04a7c723..4adcdaca807c 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" @@ -94339,39 +105253,61 @@ index 836a04a7c723..4adcdaca807c 100644 - DEFINES["_ATL_NO_OPENGL"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" - DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True - DEFINES["_SECURE_ATL"] = True - DEFINES["_UNICODE"] = True -- DEFINES["_USE_MATH_DEFINES"] = True - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + -if CONFIG["TARGET_CPU"] == "arm": - -- CFLAGS += [ +- CXXFLAGS += [ - "-mfpu=neon" - ] -+ DEFINES["_DEBUG"] = True - +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": - DEFINES["PFFFT_SIMD_DISABLE"] = True + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True - DEFINES["_GNU_SOURCE"] = True - - if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["PFFFT_SIMD_DISABLE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- - DEFINES["_GNU_SOURCE"] = True - if CONFIG["TARGET_CPU"] == "ppc64": - -@@ -123,60 +59,14 @@ if CONFIG["TARGET_CPU"] == "riscv64": - - DEFINES["PFFFT_SIMD_DISABLE"] = True + if CONFIG["TARGET_CPU"] == "x86": +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -94403,15 +105339,13 @@ index 836a04a7c723..4adcdaca807c 100644 - ] - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -+if CONFIG["TARGET_CPU"] == "x86": - - CFLAGS += [ +- + CXXFLAGS += [ "-msse2" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -94419,89 +105353,267 @@ index 836a04a7c723..4adcdaca807c 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- -- CFLAGS += [ ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ - "-msse2" - ] -- ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("pffft_gn") -diff --git third_party/libwebrtc/third_party/pipewire/pipewire_gn/moz.build third_party/libwebrtc/third_party/pipewire/pipewire_gn/moz.build -index af5c5520ca80..a6d3fb5993d4 100644 ---- third_party/libwebrtc/third_party/pipewire/pipewire_gn/moz.build -+++ third_party/libwebrtc/third_party/pipewire/pipewire_gn/moz.build -@@ -12,22 +12,18 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("corruption_classifier_gn") +diff --git third_party/libwebrtc/video/corruption_detection/frame_instrumentation_evaluation_gn/moz.build third_party/libwebrtc/video/corruption_detection/frame_instrumentation_evaluation_gn/moz.build +index 5f3217f3222e..610cdfe12383 100644 +--- third_party/libwebrtc/video/corruption_detection/frame_instrumentation_evaluation_gn/moz.build ++++ third_party/libwebrtc/video/corruption_detection/frame_instrumentation_evaluation_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["USE_AURA"] = "1" - DEFINES["USE_GLIB"] = "1" --DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" --DEFINES["USE_UDEV"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True --DEFINES["WEBRTC_LINUX"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" - DEFINES["WEBRTC_POSIX"] = True ++DEFINES["WEBRTC_POSIX"] = True DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" - DEFINES["WEBRTC_USE_PIPEWIRE"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" --DEFINES["_GNU_SOURCE"] = True - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True -@@ -62,12 +58,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + DEFINES["WEBRTC_ARCH_ARM64"] = True DEFINES["WEBRTC_HAS_NEON"] = True -if CONFIG["TARGET_CPU"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True -@@ -81,7 +71,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True - DEFINES["WEBRTC_ENABLE_AVX2"] = True + if CONFIG["TARGET_CPU"] == "x86": +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] - DEFINES["USE_X11"] = "1" +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True -diff --git third_party/libwebrtc/third_party/rnnoise/rnn_vad_gn/moz.build third_party/libwebrtc/third_party/rnnoise/rnn_vad_gn/moz.build -index b10b4c330ef8..3703f7ef3366 100644 ---- third_party/libwebrtc/third_party/rnnoise/rnn_vad_gn/moz.build -+++ third_party/libwebrtc/third_party/rnnoise/rnn_vad_gn/moz.build -@@ -9,6 +9,14 @@ - COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("frame_instrumentation_evaluation_gn") +diff --git third_party/libwebrtc/video/corruption_detection/frame_instrumentation_generator_gn/moz.build third_party/libwebrtc/video/corruption_detection/frame_instrumentation_generator_gn/moz.build +index 9d03622daa05..81d9185c0a7d 100644 +--- third_party/libwebrtc/video/corruption_detection/frame_instrumentation_generator_gn/moz.build ++++ third_party/libwebrtc/video/corruption_detection/frame_instrumentation_generator_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" +DEFINES["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True +DEFINES["__STDC_CONSTANT_MACROS"] = True +DEFINES["__STDC_FORMAT_MACROS"] = True -+ - FINAL_LIBRARY = "xul" + FINAL_LIBRARY = "xul" -@@ -33,139 +41,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -94511,12 +105623,23 @@ index b10b4c330ef8..3703f7ef3366 100644 - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" - DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True - DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" - DEFINES["__STDC_CONSTANT_MACROS"] = True @@ -94529,17 +105652,25 @@ index b10b4c330ef8..3703f7ef3366 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True @@ -94552,8 +105683,10 @@ index b10b4c330ef8..3703f7ef3366 100644 - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" - DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" @@ -94561,6 +105694,7 @@ index b10b4c330ef8..3703f7ef3366 100644 - DEFINES["_ATL_NO_OPENGL"] = True - DEFINES["_CRT_RAND_S"] = True - DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True - DEFINES["_HAS_EXCEPTIONS"] = "0" - DEFINES["_HAS_NODISCARD"] = True - DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True @@ -94570,19 +105704,50 @@ index b10b4c330ef8..3703f7ef3366 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + -if CONFIG["TARGET_CPU"] == "arm": - - CXXFLAGS += [ - "-mfpu=neon" - ] - --if CONFIG["TARGET_CPU"] == "mips32": +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": - - DEFINES["_GNU_SOURCE"] = True - + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- -if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -94590,8 +105755,8 @@ index b10b4c330ef8..3703f7ef3366 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["_DEBUG"] = True @@ -94615,15 +105780,13 @@ index b10b4c330ef8..3703f7ef3366 100644 - ] - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -+if CONFIG["TARGET_CPU"] == "x86": - +- CXXFLAGS += [ "-msse2" ] -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - +- - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": @@ -94631,31 +105794,34 @@ index b10b4c330ef8..3703f7ef3366 100644 - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + - CXXFLAGS += [ - "-msse2" - ] -- ++if CONFIG["TARGET_CPU"] == "x86_64": + - DEFINES["_GNU_SOURCE"] = True -- ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("rnn_vad_gn") -diff --git third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build -index 4bbb3e4e624c..62040f7084c2 100644 ---- third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build -+++ third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("frame_instrumentation_generator_gn") +diff --git third_party/libwebrtc/video/corruption_detection/generic_mapping_functions_gn/moz.build third_party/libwebrtc/video/corruption_detection/generic_mapping_functions_gn/moz.build +index 37551c088b6f..166e00c8e94b 100644 +--- third_party/libwebrtc/video/corruption_detection/generic_mapping_functions_gn/moz.build ++++ third_party/libwebrtc/video/corruption_detection/generic_mapping_functions_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -94670,7 +105836,7 @@ index 4bbb3e4e624c..62040f7084c2 100644 FINAL_LIBRARY = "xul" -@@ -52,190 +62,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -94682,7 +105848,6 @@ index 4bbb3e4e624c..62040f7084c2 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -94690,7 +105855,6 @@ index 4bbb3e4e624c..62040f7084c2 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -94710,7 +105874,6 @@ index 4bbb3e4e624c..62040f7084c2 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -94719,17 +105882,12 @@ index 4bbb3e4e624c..62040f7084c2 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -94787,6 +105945,10 @@ index 4bbb3e4e624c..62040f7084c2 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -94866,19 +106028,18 @@ index 4bbb3e4e624c..62040f7084c2 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("video_adaptation_gn") -diff --git third_party/libwebrtc/video/config/encoder_config_gn/moz.build third_party/libwebrtc/video/config/encoder_config_gn/moz.build -index 605a6b14f7f5..05a856fbe4af 100644 ---- third_party/libwebrtc/video/config/encoder_config_gn/moz.build -+++ third_party/libwebrtc/video/config/encoder_config_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("generic_mapping_functions_gn") +diff --git third_party/libwebrtc/video/corruption_detection/halton_frame_sampler_gn/moz.build third_party/libwebrtc/video/corruption_detection/halton_frame_sampler_gn/moz.build +index d1ea963e5731..336c6e382e2f 100644 +--- third_party/libwebrtc/video/corruption_detection/halton_frame_sampler_gn/moz.build ++++ third_party/libwebrtc/video/corruption_detection/halton_frame_sampler_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -94893,7 +106054,7 @@ index 605a6b14f7f5..05a856fbe4af 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -94905,7 +106066,6 @@ index 605a6b14f7f5..05a856fbe4af 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -94932,7 +106092,6 @@ index 605a6b14f7f5..05a856fbe4af 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -94947,7 +106106,6 @@ index 605a6b14f7f5..05a856fbe4af 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -95005,6 +106163,10 @@ index 605a6b14f7f5..05a856fbe4af 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -95084,19 +106246,18 @@ index 605a6b14f7f5..05a856fbe4af 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("encoder_config_gn") -diff --git third_party/libwebrtc/video/config/streams_config_gn/moz.build third_party/libwebrtc/video/config/streams_config_gn/moz.build -index 3014de468204..57c6d4c2998b 100644 ---- third_party/libwebrtc/video/config/streams_config_gn/moz.build -+++ third_party/libwebrtc/video/config/streams_config_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("halton_frame_sampler_gn") +diff --git third_party/libwebrtc/video/corruption_detection/halton_sequence_gn/moz.build third_party/libwebrtc/video/corruption_detection/halton_sequence_gn/moz.build +index 2ca4023e96ed..ef1e0a772a9a 100644 +--- third_party/libwebrtc/video/corruption_detection/halton_sequence_gn/moz.build ++++ third_party/libwebrtc/video/corruption_detection/halton_sequence_gn/moz.build +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -95111,7 +106272,7 @@ index 3014de468204..57c6d4c2998b 100644 FINAL_LIBRARY = "xul" -@@ -44,190 +54,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,179 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -95123,7 +106284,6 @@ index 3014de468204..57c6d4c2998b 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -95131,7 +106291,6 @@ index 3014de468204..57c6d4c2998b 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -95151,7 +106310,6 @@ index 3014de468204..57c6d4c2998b 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -95160,17 +106318,12 @@ index 3014de468204..57c6d4c2998b 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -95204,13 +106357,6 @@ index 3014de468204..57c6d4c2998b 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": @@ -95228,6 +106374,10 @@ index 3014de468204..57c6d4c2998b 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -95307,19 +106457,18 @@ index 3014de468204..57c6d4c2998b 100644 - DEFINES["_GNU_SOURCE"] = True + DEFINES["USE_X11"] = "1" - Library("streams_config_gn") + Library("halton_sequence_gn") diff --git third_party/libwebrtc/video/decode_synchronizer_gn/moz.build third_party/libwebrtc/video/decode_synchronizer_gn/moz.build -index c1ae808ab1bb..1c51f66173fe 100644 +index 27a93ff88bdf..4cb2ebd4a0ea 100644 --- third_party/libwebrtc/video/decode_synchronizer_gn/moz.build +++ third_party/libwebrtc/video/decode_synchronizer_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -95334,7 +106483,7 @@ index c1ae808ab1bb..1c51f66173fe 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -95346,7 +106495,6 @@ index c1ae808ab1bb..1c51f66173fe 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -95373,7 +106521,6 @@ index c1ae808ab1bb..1c51f66173fe 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -95392,7 +106539,6 @@ index c1ae808ab1bb..1c51f66173fe 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -95450,6 +106596,10 @@ index c1ae808ab1bb..1c51f66173fe 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -95531,17 +106681,16 @@ index c1ae808ab1bb..1c51f66173fe 100644 Library("decode_synchronizer_gn") diff --git third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build -index 6e073f2e20c8..d9e054785471 100644 +index 6833cde2b29a..94ba7405ba0e 100644 --- third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build +++ third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -95556,7 +106705,7 @@ index 6e073f2e20c8..d9e054785471 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -95568,7 +106717,6 @@ index 6e073f2e20c8..d9e054785471 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -95595,7 +106743,6 @@ index 6e073f2e20c8..d9e054785471 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -95614,7 +106761,6 @@ index 6e073f2e20c8..d9e054785471 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -95672,6 +106818,10 @@ index 6e073f2e20c8..d9e054785471 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -95753,17 +106903,16 @@ index 6e073f2e20c8..d9e054785471 100644 Library("frame_cadence_adapter_gn") diff --git third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build -index dfe1ecd08c0c..ddac47c4650d 100644 +index 492e8396d7f1..35c08dd6c9da 100644 --- third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build +++ third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -95778,7 +106927,7 @@ index dfe1ecd08c0c..ddac47c4650d 100644 FINAL_LIBRARY = "xul" -@@ -39,122 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,123 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -95790,7 +106939,6 @@ index dfe1ecd08c0c..ddac47c4650d 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -95817,7 +106965,6 @@ index dfe1ecd08c0c..ddac47c4650d 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -95836,7 +106983,6 @@ index dfe1ecd08c0c..ddac47c4650d 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -95890,6 +107036,10 @@ index dfe1ecd08c0c..ddac47c4650d 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -95902,7 +107052,7 @@ index dfe1ecd08c0c..ddac47c4650d 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -164,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -95955,17 +107105,16 @@ index dfe1ecd08c0c..ddac47c4650d 100644 - Library("frame_decode_scheduler_gn") diff --git third_party/libwebrtc/video/frame_decode_timing_gn/moz.build third_party/libwebrtc/video/frame_decode_timing_gn/moz.build -index f1b85291c770..d4b8b9b731ba 100644 +index 58a909e8d4b0..f7d64ab60379 100644 --- third_party/libwebrtc/video/frame_decode_timing_gn/moz.build +++ third_party/libwebrtc/video/frame_decode_timing_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -95980,7 +107129,7 @@ index f1b85291c770..d4b8b9b731ba 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -95992,7 +107141,6 @@ index f1b85291c770..d4b8b9b731ba 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -96019,7 +107167,6 @@ index f1b85291c770..d4b8b9b731ba 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -96038,7 +107185,6 @@ index f1b85291c770..d4b8b9b731ba 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -96096,6 +107242,10 @@ index f1b85291c770..d4b8b9b731ba 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -96177,17 +107327,16 @@ index f1b85291c770..d4b8b9b731ba 100644 Library("frame_decode_timing_gn") diff --git third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build -index 001433ce9ffe..c57fc823f293 100644 +index 2b688c034655..566b0c806c68 100644 --- third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build +++ third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -96202,7 +107351,7 @@ index 001433ce9ffe..c57fc823f293 100644 FINAL_LIBRARY = "xul" -@@ -43,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -96214,7 +107363,6 @@ index 001433ce9ffe..c57fc823f293 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -96242,7 +107390,6 @@ index 001433ce9ffe..c57fc823f293 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -96261,7 +107408,6 @@ index 001433ce9ffe..c57fc823f293 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -96319,6 +107465,10 @@ index 001433ce9ffe..c57fc823f293 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -96400,17 +107550,16 @@ index 001433ce9ffe..c57fc823f293 100644 Library("frame_dumping_decoder_gn") diff --git third_party/libwebrtc/video/frame_dumping_encoder_gn/moz.build third_party/libwebrtc/video/frame_dumping_encoder_gn/moz.build -index a3bf0c641a1d..262c5170e8bc 100644 +index 7205ea8c1cf3..dd0edb14e927 100644 --- third_party/libwebrtc/video/frame_dumping_encoder_gn/moz.build +++ third_party/libwebrtc/video/frame_dumping_encoder_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -96425,7 +107574,7 @@ index a3bf0c641a1d..262c5170e8bc 100644 FINAL_LIBRARY = "xul" -@@ -43,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -96437,7 +107586,6 @@ index a3bf0c641a1d..262c5170e8bc 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -96465,7 +107613,6 @@ index a3bf0c641a1d..262c5170e8bc 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -96484,7 +107631,6 @@ index a3bf0c641a1d..262c5170e8bc 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -96542,6 +107688,10 @@ index a3bf0c641a1d..262c5170e8bc 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -96623,17 +107773,16 @@ index a3bf0c641a1d..262c5170e8bc 100644 Library("frame_dumping_encoder_gn") diff --git third_party/libwebrtc/video/render/incoming_video_stream_gn/moz.build third_party/libwebrtc/video/render/incoming_video_stream_gn/moz.build -index 42488b31f3f8..88aaeeb2fa86 100644 +index 4b7bf065fbf1..450ec1241bb6 100644 --- third_party/libwebrtc/video/render/incoming_video_stream_gn/moz.build +++ third_party/libwebrtc/video/render/incoming_video_stream_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -96648,7 +107797,7 @@ index 42488b31f3f8..88aaeeb2fa86 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -96660,7 +107809,6 @@ index 42488b31f3f8..88aaeeb2fa86 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -96687,7 +107835,6 @@ index 42488b31f3f8..88aaeeb2fa86 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -96702,7 +107849,6 @@ index 42488b31f3f8..88aaeeb2fa86 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -96760,6 +107906,10 @@ index 42488b31f3f8..88aaeeb2fa86 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -96841,17 +107991,16 @@ index 42488b31f3f8..88aaeeb2fa86 100644 Library("incoming_video_stream_gn") diff --git third_party/libwebrtc/video/render/video_render_frames_gn/moz.build third_party/libwebrtc/video/render/video_render_frames_gn/moz.build -index 24bd462a0c8e..a4d64795d0c7 100644 +index 40c2cc0ee11c..afc161293679 100644 --- third_party/libwebrtc/video/render/video_render_frames_gn/moz.build +++ third_party/libwebrtc/video/render/video_render_frames_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -96866,7 +108015,7 @@ index 24bd462a0c8e..a4d64795d0c7 100644 FINAL_LIBRARY = "xul" -@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,186 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -96878,7 +108027,6 @@ index 24bd462a0c8e..a4d64795d0c7 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -96905,7 +108053,6 @@ index 24bd462a0c8e..a4d64795d0c7 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -96920,7 +108067,6 @@ index 24bd462a0c8e..a4d64795d0c7 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -96978,6 +108124,10 @@ index 24bd462a0c8e..a4d64795d0c7 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -97059,17 +108209,16 @@ index 24bd462a0c8e..a4d64795d0c7 100644 Library("video_render_frames_gn") diff --git third_party/libwebrtc/video/task_queue_frame_decode_scheduler_gn/moz.build third_party/libwebrtc/video/task_queue_frame_decode_scheduler_gn/moz.build -index d1ee8ffccb72..d483272d93cf 100644 +index f48a99ae30f0..278644a5eed5 100644 --- third_party/libwebrtc/video/task_queue_frame_decode_scheduler_gn/moz.build +++ third_party/libwebrtc/video/task_queue_frame_decode_scheduler_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -97084,7 +108233,7 @@ index d1ee8ffccb72..d483272d93cf 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -97096,7 +108245,6 @@ index d1ee8ffccb72..d483272d93cf 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -97123,7 +108271,6 @@ index d1ee8ffccb72..d483272d93cf 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -97142,7 +108289,6 @@ index d1ee8ffccb72..d483272d93cf 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -97200,6 +108346,10 @@ index d1ee8ffccb72..d483272d93cf 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -97281,17 +108431,16 @@ index d1ee8ffccb72..d483272d93cf 100644 Library("task_queue_frame_decode_scheduler_gn") diff --git third_party/libwebrtc/video/unique_timestamp_counter_gn/moz.build third_party/libwebrtc/video/unique_timestamp_counter_gn/moz.build -index b0eb431cfba7..067e25f152bd 100644 +index 44c3fed1208b..feacfc5d5716 100644 --- third_party/libwebrtc/video/unique_timestamp_counter_gn/moz.build +++ third_party/libwebrtc/video/unique_timestamp_counter_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -97306,7 +108455,7 @@ index b0eb431cfba7..067e25f152bd 100644 FINAL_LIBRARY = "xul" -@@ -43,174 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,175 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -97318,7 +108467,6 @@ index b0eb431cfba7..067e25f152bd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -97341,7 +108489,6 @@ index b0eb431cfba7..067e25f152bd 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -97356,7 +108503,6 @@ index b0eb431cfba7..067e25f152bd 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -97407,6 +108553,10 @@ index b0eb431cfba7..067e25f152bd 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -97488,17 +108638,16 @@ index b0eb431cfba7..067e25f152bd 100644 Library("unique_timestamp_counter_gn") diff --git third_party/libwebrtc/video/video_gn/moz.build third_party/libwebrtc/video/video_gn/moz.build -index 09826d37f927..a92734005e3c 100644 +index 86ce29262eb6..db6309640745 100644 --- third_party/libwebrtc/video/video_gn/moz.build +++ third_party/libwebrtc/video/video_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -97513,7 +108662,7 @@ index 09826d37f927..a92734005e3c 100644 FINAL_LIBRARY = "xul" -@@ -62,190 +72,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -63,191 +72,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -97525,7 +108674,6 @@ index 09826d37f927..a92734005e3c 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -97553,7 +108701,6 @@ index 09826d37f927..a92734005e3c 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -97572,7 +108719,6 @@ index 09826d37f927..a92734005e3c 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -97630,6 +108776,10 @@ index 09826d37f927..a92734005e3c 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -97711,17 +108861,16 @@ index 09826d37f927..a92734005e3c 100644 Library("video_gn") diff --git third_party/libwebrtc/video/video_receive_stream_timeout_tracker_gn/moz.build third_party/libwebrtc/video/video_receive_stream_timeout_tracker_gn/moz.build -index d24bf03a5991..d5f4170c45d8 100644 +index 12d0513ca083..a938e5cb2bf2 100644 --- third_party/libwebrtc/video/video_receive_stream_timeout_tracker_gn/moz.build +++ third_party/libwebrtc/video/video_receive_stream_timeout_tracker_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -97736,7 +108885,7 @@ index d24bf03a5991..d5f4170c45d8 100644 FINAL_LIBRARY = "xul" -@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -97748,7 +108897,6 @@ index d24bf03a5991..d5f4170c45d8 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -97775,7 +108923,6 @@ index d24bf03a5991..d5f4170c45d8 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -97794,7 +108941,6 @@ index d24bf03a5991..d5f4170c45d8 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -97852,6 +108998,10 @@ index d24bf03a5991..d5f4170c45d8 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -97933,17 +109083,16 @@ index d24bf03a5991..d5f4170c45d8 100644 Library("video_receive_stream_timeout_tracker_gn") diff --git third_party/libwebrtc/video/video_stream_buffer_controller_gn/moz.build third_party/libwebrtc/video/video_stream_buffer_controller_gn/moz.build -index b99c992d4953..b1f2505dadb4 100644 +index a197def242bb..84863d3a8c02 100644 --- third_party/libwebrtc/video/video_stream_buffer_controller_gn/moz.build +++ third_party/libwebrtc/video/video_stream_buffer_controller_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -97958,7 +109107,7 @@ index b99c992d4953..b1f2505dadb4 100644 FINAL_LIBRARY = "xul" -@@ -43,190 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,191 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -97970,7 +109119,6 @@ index b99c992d4953..b1f2505dadb4 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -97998,7 +109146,6 @@ index b99c992d4953..b1f2505dadb4 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -98017,7 +109164,6 @@ index b99c992d4953..b1f2505dadb4 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -98075,6 +109221,10 @@ index b99c992d4953..b1f2505dadb4 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -98156,17 +109306,16 @@ index b99c992d4953..b1f2505dadb4 100644 Library("video_stream_buffer_controller_gn") diff --git third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build -index a51248556ab1..23e6fa0a8b70 100644 +index 6ea5c303a15d..c678f28a8343 100644 --- third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build +++ third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -98181,7 +109330,7 @@ index a51248556ab1..23e6fa0a8b70 100644 FINAL_LIBRARY = "xul" -@@ -48,190 +58,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -52,191 +61,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -98193,7 +109342,6 @@ index a51248556ab1..23e6fa0a8b70 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -98221,7 +109369,6 @@ index a51248556ab1..23e6fa0a8b70 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -98240,7 +109387,6 @@ index a51248556ab1..23e6fa0a8b70 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -98298,6 +109444,10 @@ index a51248556ab1..23e6fa0a8b70 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -98379,17 +109529,16 @@ index a51248556ab1..23e6fa0a8b70 100644 Library("video_stream_encoder_impl_gn") diff --git third_party/libwebrtc/video/video_stream_encoder_interface_gn/moz.build third_party/libwebrtc/video/video_stream_encoder_interface_gn/moz.build -index 7eeb5d9f4203..18a6af8783cc 100644 +index b270923b1375..89c31ebae9ee 100644 --- third_party/libwebrtc/video/video_stream_encoder_interface_gn/moz.build +++ third_party/libwebrtc/video/video_stream_encoder_interface_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -98404,7 +109553,7 @@ index 7eeb5d9f4203..18a6af8783cc 100644 FINAL_LIBRARY = "xul" -@@ -39,118 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,119 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -98416,7 +109565,6 @@ index 7eeb5d9f4203..18a6af8783cc 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -98443,7 +109591,6 @@ index 7eeb5d9f4203..18a6af8783cc 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -98458,7 +109605,6 @@ index 7eeb5d9f4203..18a6af8783cc 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -98512,6 +109658,10 @@ index 7eeb5d9f4203..18a6af8783cc 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True @@ -98524,7 +109674,7 @@ index 7eeb5d9f4203..18a6af8783cc 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -162,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -98577,17 +109727,16 @@ index 7eeb5d9f4203..18a6af8783cc 100644 - Library("video_stream_encoder_interface_gn") diff --git third_party/libwebrtc/webrtc_gn/moz.build third_party/libwebrtc/webrtc_gn/moz.build -index 0a5908916a50..535ef83511d1 100644 +index 0bf8e11b5430..e393c24e9a7b 100644 --- third_party/libwebrtc/webrtc_gn/moz.build +++ third_party/libwebrtc/webrtc_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,11 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -98602,7 +109751,7 @@ index 0a5908916a50..535ef83511d1 100644 FINAL_LIBRARY = "xul" -@@ -39,143 +49,23 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -40,147 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -98614,7 +109763,6 @@ index 0a5908916a50..535ef83511d1 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -98647,7 +109795,6 @@ index 0a5908916a50..535ef83511d1 100644 - DEFINES["USE_NSS_CERTS"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -98666,7 +109813,6 @@ index 0a5908916a50..535ef83511d1 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -98731,48 +109877,32 @@ index 0a5908916a50..535ef83511d1 100644 DEFINES["WEBRTC_ARCH_ARM64"] = True DEFINES["WEBRTC_HAS_NEON"] = True -+ DEFINES["WEBRTC_USE_PIPEWIRE"] = True -if CONFIG["TARGET_CPU"] == "arm": - - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True -+ LOCAL_INCLUDES += [ -+ "/third_party/pipewire/" -+ ] - +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True DEFINES["MIPS_FPU_LE"] = True - DEFINES["WEBRTC_USE_PIPEWIRE"] = True - DEFINES["_GNU_SOURCE"] = True - - LOCAL_INCLUDES += [ - "/third_party/pipewire/" -@@ -184,7 +74,6 @@ if CONFIG["TARGET_CPU"] == "mips32": - if CONFIG["TARGET_CPU"] == "mips64": - - DEFINES["WEBRTC_USE_PIPEWIRE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- - DEFINES["_GNU_SOURCE"] = True - LOCAL_INCLUDES += [ - "/third_party/pipewire/" -@@ -193,32 +82,22 @@ if CONFIG["TARGET_CPU"] == "mips64": if CONFIG["TARGET_CPU"] == "x86": - DEFINES["WEBRTC_ENABLE_AVX2"] = True -+ DEFINES["WEBRTC_USE_PIPEWIRE"] = True -+ -+ LOCAL_INCLUDES += [ -+ "/third_party/pipewire/" -+ ] - - if CONFIG["TARGET_CPU"] == "x86_64": +@@ -190,27 +69,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True -+ DEFINES["WEBRTC_USE_PIPEWIRE"] = True -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -98793,16 +109923,13 @@ index 0a5908916a50..535ef83511d1 100644 -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" -+ LOCAL_INCLUDES += [ -+ "/third_party/pipewire/" -+ ] - +- -if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": DEFINES["USE_X11"] = "1" -@@ -232,46 +111,4 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +@@ -224,26 +83,4 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": "Xrender" ] @@ -98814,38 +109941,18 @@ index 0a5908916a50..535ef83511d1 100644 - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - -- DEFINES["WEBRTC_USE_PIPEWIRE"] = True - DEFINES["_GNU_SOURCE"] = True - -- LOCAL_INCLUDES += [ -- "/third_party/pipewire/" -- ] -- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": - -- DEFINES["WEBRTC_USE_PIPEWIRE"] = True - DEFINES["_GNU_SOURCE"] = True - -- LOCAL_INCLUDES += [ -- "/third_party/pipewire/" -- ] -- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - -- DEFINES["WEBRTC_USE_PIPEWIRE"] = True - DEFINES["_GNU_SOURCE"] = True - -- LOCAL_INCLUDES += [ -- "/third_party/pipewire/" -- ] -- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["WEBRTC_USE_PIPEWIRE"] = True - DEFINES["_GNU_SOURCE"] = True - -- LOCAL_INCLUDES += [ -- "/third_party/pipewire/" -- ] -- Library("webrtc_gn") diff --git a/www/waterfox/files/patch-memory_mozalloc_throw__gcc.h b/www/waterfox/files/patch-memory_mozalloc_throw__gcc.h index 53db05bc0803..81a511179852 100644 --- a/www/waterfox/files/patch-memory_mozalloc_throw__gcc.h +++ b/www/waterfox/files/patch-memory_mozalloc_throw__gcc.h @@ -1,4 +1,4 @@ ---- memory/mozalloc/throw_gcc.h.orig 2022-03-05 00:14:41 UTC +--- memory/mozalloc/throw_gcc.h.orig 2022-02-02 17:33:38 UTC +++ memory/mozalloc/throw_gcc.h @@ -74,50 +74,66 @@ __throw_bad_function_call(void) { mozalloc_abort("fatal: STL threw bad_function_call"); diff --git a/www/waterfox/files/patch-python_sites_mach.txt b/www/waterfox/files/patch-python_sites_mach.txt new file mode 100644 index 000000000000..dc2caf9bdfc6 --- /dev/null +++ b/www/waterfox/files/patch-python_sites_mach.txt @@ -0,0 +1,18 @@ +commit 10ee367cbe7ff5a19acfcfe3bfb75a49671e4132 +Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> + + bump psutil (same as ports) + + 5.9.x breaks mach + +diff --git python/sites/mach.txt python/sites/mach.txt +index 6e3db1c848f7..10ba12c2f13b 100644 +--- python/sites/mach.txt ++++ python/sites/mach.txt +@@ -108,5 +108,5 @@ pypi-optional:glean-sdk==63.1.0:telemetry will not be collected + # Mach gracefully handles the case where `psutil` is unavailable. + # We aren't (yet) able to pin packages in automation, so we have to + # support down to the oldest locally-installed version (5.4.2). +-pypi-optional:psutil>=5.4.2,<=5.9.4:telemetry will be missing some data ++pypi-optional:psutil>=5.4.2,<=7.0.0:telemetry will be missing some data + pypi-optional:zstandard>=0.11.1,<=0.23.0:zstd archives will not be possible to extract diff --git a/www/waterfox/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn b/www/waterfox/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn index 331a94015301..e4607283ebcf 100644 --- a/www/waterfox/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn +++ b/www/waterfox/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn @@ -1,25 +1,12 @@ -commit 93615ae859d1d819b33bbe0e32c5260a467b3625 -Author: Christoph Moench-Tegeder <cmt@burggraben.net> +commit da40b474fba2247ffc07696a2c565d830e900c9c +Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> enable pipewire on bsd -diff --git third_party/libwebrtc/BUILD.gn third_party/libwebrtc/BUILD.gn -index 6eb14773b0a7..d63fd1d5529f 100644 ---- third_party/libwebrtc/BUILD.gn -+++ third_party/libwebrtc/BUILD.gn -@@ -106,7 +106,7 @@ if (!build_with_chromium && !build_with_mozilla) { - "tools_webrtc/perf:webrtc_dashboard_upload", - ] - } -- if ((is_linux || is_chromeos) && rtc_use_pipewire) { -+ if ((is_linux || is_chromeos || is_bsd) && rtc_use_pipewire) { - deps += [ "modules/desktop_capture:shared_screencast_stream_test" ] - } - if (is_fuchsia) { -diff --git third_party/libwebrtc/build/config/BUILDCONFIG.gn third_party/libwebrtc/build/config/BUILDCONFIG.gn -index 571ae5f0d60d..863d428fc676 100644 ---- third_party/libwebrtc/build/config/BUILDCONFIG.gn -+++ third_party/libwebrtc/build/config/BUILDCONFIG.gn +diff --git third_party/chromium/build/config/BUILDCONFIG.gn third_party/chromium/build/config/BUILDCONFIG.gn +index 889bdb92354c..ccda96d998c5 100644 +--- third_party/chromium/build/config/BUILDCONFIG.gn ++++ third_party/chromium/build/config/BUILDCONFIG.gn @@ -132,6 +132,7 @@ declare_args() { # Set to true when compiling with the Clang compiler. @@ -35,17 +22,17 @@ index 571ae5f0d60d..863d428fc676 100644 - if (host_os == "linux" || host_os == "openbsd") { + if (host_os == "linux" || host_os == "openbsd" || host_os == "freebsd") { if (target_os != "linux") { - host_toolchain = "//build/toolchain/linux:clang_$host_cpu" + host_toolchain = "//chromium/build/toolchain/linux:clang_$host_cpu" } else if (is_clang) { @@ -222,7 +223,7 @@ if (target_os == "android") { assert(host_os == "linux" || host_os == "mac", "Android builds are only supported on Linux and Mac hosts.") - _default_toolchain = "//build/toolchain/android:android_clang_$target_cpu" + _default_toolchain = "//chromium/build/toolchain/android:android_clang_$target_cpu" -} else if (target_os == "chromeos" || target_os == "linux" || target_os == "openbsd") { +} else if (target_os == "chromeos" || target_os == "linux" || target_os == "openbsd" || target_os == "freebsd") { # See comments in build/toolchain/cros/BUILD.gn about board compiles. if (is_clang) { - _default_toolchain = "//build/toolchain/linux:clang_$target_cpu" + _default_toolchain = "//chromium/build/toolchain/linux:clang_$target_cpu" @@ -288,7 +289,7 @@ is_chromeos = current_os == "chromeos" is_fuchsia = current_os == "fuchsia" is_ios = current_os == "ios" @@ -55,11 +42,24 @@ index 571ae5f0d60d..863d428fc676 100644 is_mac = current_os == "mac" is_nacl = current_os == "nacl" is_win = current_os == "win" || current_os == "winuwp" +diff --git third_party/libwebrtc/BUILD.gn third_party/libwebrtc/BUILD.gn +index 397df7b27b24..8a587feed6b9 100644 +--- third_party/libwebrtc/BUILD.gn ++++ third_party/libwebrtc/BUILD.gn +@@ -107,7 +107,7 @@ if (!build_with_chromium && !build_with_mozilla) { + "tools_webrtc/perf:webrtc_dashboard_upload", + ] + } +- if ((is_linux || is_chromeos) && rtc_use_pipewire) { ++ if ((is_linux || is_chromeos || is_bsd) && rtc_use_pipewire) { + deps += [ "modules/desktop_capture:shared_screencast_stream_test" ] + } + } diff --git third_party/libwebrtc/modules/desktop_capture/BUILD.gn third_party/libwebrtc/modules/desktop_capture/BUILD.gn -index c184e2fbbcac..e1af29734d8b 100644 +index de00f688871c..e32c19d38c8d 100644 --- third_party/libwebrtc/modules/desktop_capture/BUILD.gn +++ third_party/libwebrtc/modules/desktop_capture/BUILD.gn -@@ -75,7 +75,7 @@ if (rtc_include_tests) { +@@ -74,7 +74,7 @@ if (rtc_include_tests) { "window_finder_unittest.cc", ] @@ -68,7 +68,7 @@ index c184e2fbbcac..e1af29734d8b 100644 configs += [ "../portal:gio" ] } -@@ -87,7 +87,7 @@ if (rtc_include_tests) { +@@ -86,7 +86,7 @@ if (rtc_include_tests) { } } @@ -77,7 +77,7 @@ index c184e2fbbcac..e1af29734d8b 100644 rtc_test("shared_screencast_stream_test") { testonly = true -@@ -146,7 +146,7 @@ if (rtc_include_tests) { +@@ -145,7 +145,7 @@ if (rtc_include_tests) { "test_utils_unittest.cc", ] @@ -86,16 +86,7 @@ index c184e2fbbcac..e1af29734d8b 100644 configs += [ "../portal:gio" ] } -@@ -255,7 +255,7 @@ if (rtc_include_tests) { - "mock_desktop_capturer_callback.h", - ] - -- if ((is_linux || is_chromeos) && rtc_use_pipewire) { -+ if ((is_linux || is_chromeos || is_bsd) && rtc_use_pipewire) { - configs += [ "../portal:gio" ] - } - -@@ -268,7 +268,7 @@ if (rtc_include_tests) { +@@ -267,7 +267,7 @@ if (rtc_include_tests) { } # TODO(bugs.webrtc.org/14187): remove when all users are gone @@ -104,7 +95,7 @@ index c184e2fbbcac..e1af29734d8b 100644 config("pipewire_config") { configs = [ "../portal:pipewire_config" ] } -@@ -326,7 +326,7 @@ rtc_library("desktop_capture") { +@@ -330,7 +330,7 @@ rtc_library("desktop_capture") { "window_finder.cc", "window_finder.h", ] @@ -114,10 +105,10 @@ index c184e2fbbcac..e1af29734d8b 100644 } if (is_mac) { diff --git third_party/libwebrtc/modules/portal/BUILD.gn third_party/libwebrtc/modules/portal/BUILD.gn -index d7768b2323c9..3593a6959277 100644 +index 6828388b31af..7e1857d861c5 100644 --- third_party/libwebrtc/modules/portal/BUILD.gn +++ third_party/libwebrtc/modules/portal/BUILD.gn -@@ -10,7 +10,7 @@ import("//build/config/linux/pkg_config.gni") +@@ -10,7 +10,7 @@ import("//chromium/build/config/linux/pkg_config.gni") import("//tools/generate_stubs/rules.gni") import("../../webrtc.gni") @@ -127,10 +118,10 @@ index d7768b2323c9..3593a6959277 100644 pkg_config("gio") { packages = [ diff --git third_party/libwebrtc/webrtc.gni third_party/libwebrtc/webrtc.gni -index b1db8ff88415..64e0cb8f7c79 100644 +index 58b450cbb16e..00b9ca49c71f 100644 --- third_party/libwebrtc/webrtc.gni +++ third_party/libwebrtc/webrtc.gni -@@ -153,7 +153,7 @@ declare_args() { +@@ -154,7 +154,7 @@ declare_args() { # By default it's only enabled on desktop Linux (excludes ChromeOS) and # only when using the sysroot as PipeWire is not available in older and # supported Ubuntu and Debian distributions. diff --git a/www/waterfox/files/patch-third__party_sqlite3_ext_sqlite-vec_sqlite-vec.c b/www/waterfox/files/patch-third__party_sqlite3_ext_sqlite-vec_sqlite-vec.c new file mode 100644 index 000000000000..662857e65bc5 --- /dev/null +++ b/www/waterfox/files/patch-third__party_sqlite3_ext_sqlite-vec_sqlite-vec.c @@ -0,0 +1,15 @@ +diff --git third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c +index 96612e26d385..c43c46136bef 100644 +--- third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c ++++ third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c +@@ -11,6 +11,10 @@ + #include <stdlib.h> + #include <string.h> + ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif ++ + #ifndef SQLITE_VEC_OMIT_FS + #include <stdio.h> + #endif diff --git a/www/waterfox/files/patch-toolkit_components_processtools_procinfo__bsd.c b/www/waterfox/files/patch-toolkit_components_processtools_procinfo__bsd.c deleted file mode 100644 index e2e9a3cc88f4..000000000000 --- a/www/waterfox/files/patch-toolkit_components_processtools_procinfo__bsd.c +++ /dev/null @@ -1,104 +0,0 @@ -diff --git toolkit/components/processtools/ProcInfo_bsd.cpp toolkit/components/processtools/ProcInfo_bsd.cpp -index a6ff4881940c..f041ed5e50ce 100644 ---- toolkit/components/processtools/ProcInfo_bsd.cpp -+++ toolkit/components/processtools/ProcInfo_bsd.cpp -@@ -18,6 +18,9 @@ - #include <cstdio> - #include <cstring> - #include <unistd.h> -+#ifdef __FreeBSD__ -+#include <sys/user.h> -+#endif - - namespace mozilla { - -@@ -50,25 +53,39 @@ ProcInfoPromise::ResolveOrRejectValue GetProcInfoSync( - } - for (const auto& request : aRequests) { - size_t size; -+#ifdef __FreeBSD__ -+ int mib[4]; -+ int mibsize = 4; -+ mib[0] = CTL_KERN; -+ mib[1] = KERN_PROC; -+ mib[2] = KERN_PROC_PID | KERN_PROC_INC_THREAD; -+ mib[3] = request.pid; -+#else - int mib[6]; -+ int mibsize = 6; - mib[0] = CTL_KERN; - mib[1] = KERN_PROC; - mib[2] = KERN_PROC_PID | KERN_PROC_SHOW_THREADS; - mib[3] = request.pid; - mib[4] = sizeof(kinfo_proc); - mib[5] = 0; -- if (sysctl(mib, 6, nullptr, &size, nullptr, 0) == -1) { -+#endif -+ if (sysctl(mib, mibsize, nullptr, &size, nullptr, 0) == -1) { - // Can't get info for this process. Skip it. - continue; - } - -+#ifdef __FreeBSD__ -+ auto procs = MakeUniqueFallible<kinfo_proc[]>(size / sizeof(kinfo_proc)); -+#else - mib[5] = size / sizeof(kinfo_proc); - auto procs = MakeUniqueFallible<kinfo_proc[]>(mib[5]); -+#endif - if (!procs) { - result.SetReject(NS_ERROR_OUT_OF_MEMORY); - return result; - } -- if (sysctl(mib, 6, procs.get(), &size, nullptr, 0) == -1 && -+ if (sysctl(mib, mibsize, procs.get(), &size, nullptr, 0) == -1 && - errno != ENOMEM) { - continue; - } -@@ -84,19 +101,34 @@ ProcInfoPromise::ResolveOrRejectValue GetProcInfoSync( - bool found = false; - for (size_t i = 0; i < size / sizeof(kinfo_proc); i++) { - const auto& p = procs[i]; -+#ifdef __FreeBSD__ -+ if (i == 0) { -+#else - if (p.p_tid == -1) { -+#endif - // This is the process. - found = true; -+#ifdef __FreeBSD__ -+ info.cpuTime = uint64_t(p.ki_runtime) * 1'000u; -+ info.memory = (p.ki_tsize + p.ki_dsize + p.ki_ssize) * getpagesize(); -+#else - info.cpuTime = uint64_t(p.p_rtime_sec) * 1'000'000'000u + - uint64_t(p.p_rtime_usec) * 1'000u; - info.memory = - (p.p_vm_tsize + p.p_vm_dsize + p.p_vm_ssize) * getpagesize(); -+#endif -+ - } else { - // This is one of its threads. - ThreadInfo threadInfo; -+#ifdef __FreeBSD__ -+ threadInfo.tid = p.ki_tid; -+ threadInfo.cpuTime = uint64_t(p.ki_runtime) * 1'000u; -+#else - threadInfo.tid = p.p_tid; - threadInfo.cpuTime = uint64_t(p.p_rtime_sec) * 1'000'000'000u + - uint64_t(p.p_rtime_usec) * 1'000u; -+#endif - info.threads.AppendElement(threadInfo); - } - } -diff --git toolkit/components/processtools/moz.build toolkit/components/processtools/moz.build -index b7c164c1b0ac..a41dad52c343 100644 ---- toolkit/components/processtools/moz.build -+++ toolkit/components/processtools/moz.build -@@ -39,7 +39,7 @@ BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.ini"] - # Platform-specific implementations of `ProcInfo`. - toolkit = CONFIG["MOZ_WIDGET_TOOLKIT"] - if toolkit == "gtk" or toolkit == "android": -- if CONFIG["OS_TARGET"] == "OpenBSD": -+ if CONFIG["OS_TARGET"] == "FreeBSD" or CONFIG["OS_TARGET"] == "OpenBSD": - UNIFIED_SOURCES += ["ProcInfo_bsd.cpp"] - else: - UNIFIED_SOURCES += ["ProcInfo_linux.cpp"] diff --git a/www/waterfox/files/patch-toolkit_xre_nsEmbedFunctions.cpp b/www/waterfox/files/patch-toolkit_xre_nsEmbedFunctions.cpp new file mode 100644 index 000000000000..caac874012c9 --- /dev/null +++ b/www/waterfox/files/patch-toolkit_xre_nsEmbedFunctions.cpp @@ -0,0 +1,17 @@ +diff --git toolkit/xre/nsEmbedFunctions.cpp toolkit/xre/nsEmbedFunctions.cpp +index 9ce6af94637c..44165558f7ec 100644 +--- toolkit/xre/nsEmbedFunctions.cpp ++++ toolkit/xre/nsEmbedFunctions.cpp +@@ -360,10 +360,12 @@ nsresult XRE_InitChildProcess(int aArgc, char* aArgv[], + static_cast<CrashReporter::ProcessId>(*crashHelperPidArg); + #endif // defined(XP_LINUX) && !defined(MOZ_WIDGET_ANDROID) + ++#if !defined(XP_FREEBSD) + exceptionHandlerIsSet = CrashReporter::SetRemoteExceptionHandler( + std::move(*crashReporterArg), crashHelperPid); + MOZ_ASSERT(exceptionHandlerIsSet, + "Should have been able to set remote exception handler"); ++#endif + + if (!exceptionHandlerIsSet) { + // Bug 684322 will add better visibility into this condition diff --git a/www/waterfox/files/waterfox.desktop.in b/www/waterfox/files/waterfox.desktop.in new file mode 100644 index 000000000000..5c926924b039 --- /dev/null +++ b/www/waterfox/files/waterfox.desktop.in @@ -0,0 +1,218 @@ +[Desktop Entry] +Version=1.0 +Name=Waterfox Web Browser +Name[ar]=متصفح الويب فَيَرفُكْس +Name[ast]=Restolador web Waterfox +Name[bn]=ফায়ারফক্স ওয়েব ব্রাউজার +Name[ca]=Navegador web Waterfox +Name[cs]=Waterfox Webový prohlížeč +Name[da]=Waterfox - internetbrowser +Name[el]=Περιηγητής Waterfox +Name[es]=Navegador web Waterfox +Name[et]=Waterfoxi veebibrauser +Name[fa]=مرورگر اینترنتی Waterfox +Name[fi]=Waterfox-selain +Name[fr]=Navigateur Web Waterfox +Name[gl]=Navegador web Waterfox +Name[he]=דפדפן האינטרנט Waterfox +Name[hr]=Waterfox web preglednik +Name[hu]=Waterfox webböngésző +Name[it]=Waterfox Browser Web +Name[ja]=Waterfox ウェブ・ブラウザ +Name[ko]=Waterfox 웹 브라우저 +Name[ku]=Geroka torê Waterfox +Name[lt]=Waterfox interneto naršyklė +Name[nb]=Waterfox Nettleser +Name[nl]=Waterfox webbrowser +Name[nn]=Waterfox Nettlesar +Name[no]=Waterfox Nettleser +Name[pl]=Przeglądarka WWW Waterfox +Name[pt]=Waterfox Navegador Web +Name[pt_BR]=Navegador Web Waterfox +Name[ro]=Waterfox – Navigator Internet +Name[ru]=Веб-браузер Waterfox +Name[sk]=Waterfox - internetový prehliadač +Name[sl]=Waterfox spletni brskalnik +Name[sv]=Waterfox webbläsare +Name[tr]=Waterfox Web Tarayıcısı +Name[ug]=Waterfox توركۆرگۈ +Name[uk]=Веб-браузер Waterfox +Name[vi]=Trình duyệt web Waterfox +Name[zh_CN]=Waterfox 网络浏览器 +Name[zh_TW]=Waterfox 網路瀏覽器 +Comment=Browse the World Wide Web +Comment[ar]=تصفح الشبكة العنكبوتية العالمية +Comment[ast]=Restola pela Rede +Comment[bn]=ইন্টারনেট ব্রাউজ করুন +Comment[ca]=Navegueu per la web +Comment[cs]=Prohlížení stránek World Wide Webu +Comment[da]=Surf på internettet +Comment[de]=Im Internet surfen +Comment[el]=Μπορείτε να περιηγηθείτε στο διαδίκτυο (Web) +Comment[es]=Navegue por la web +Comment[et]=Lehitse veebi +Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید +Comment[fi]=Selaa Internetin WWW-sivuja +Comment[fr]=Naviguer sur le Web +Comment[gl]=Navegar pola rede +Comment[he]=גלישה ברחבי האינטרנט +Comment[hr]=Pretražite web +Comment[hu]=A világháló böngészése +Comment[it]=Esplora il web +Comment[ja]=ウェブを閲覧します +Comment[ko]=웹을 돌아 다닙니다 +Comment[ku]=Li torê bigere +Comment[lt]=Naršykite internete +Comment[nb]=Surf på nettet +Comment[nl]=Verken het internet +Comment[nn]=Surf på nettet +Comment[no]=Surf på nettet +Comment[pl]=Przeglądanie stron WWW +Comment[pt]=Navegue na Internet +Comment[pt_BR]=Navegue na Internet +Comment[ro]=Navigați pe Internet +Comment[ru]=Доступ в Интернет +Comment[sk]=Prehliadanie internetu +Comment[sl]=Brskajte po spletu +Comment[sv]=Surfa på webben +Comment[tr]=İnternet'te Gezinin +Comment[ug]=دۇنيادىكى توربەتلەرنى كۆرگىلى بولىدۇ +Comment[uk]=Перегляд сторінок Інтернету +Comment[vi]=Để duyệt các trang web +Comment[zh_CN]=浏览互联网 +Comment[zh_TW]=瀏覽網際網路 +GenericName=Web Browser +GenericName[ar]=متصفح ويب +GenericName[ast]=Restolador Web +GenericName[bn]=ওয়েব ব্রাউজার +GenericName[ca]=Navegador web +GenericName[cs]=Webový prohlížeč +GenericName[da]=Webbrowser +GenericName[el]=Περιηγητής διαδικτύου +GenericName[es]=Navegador web +GenericName[et]=Veebibrauser +GenericName[fa]=مرورگر اینترنتی +GenericName[fi]=WWW-selain +GenericName[fr]=Navigateur Web +GenericName[gl]=Navegador Web +GenericName[he]=דפדפן אינטרנט +GenericName[hr]=Web preglednik +GenericName[hu]=Webböngésző +GenericName[it]=Browser web +GenericName[ja]=ウェブ・ブラウザ +GenericName[ko]=웹 브라우저 +GenericName[ku]=Geroka torê +GenericName[lt]=Interneto naršyklė +GenericName[nb]=Nettleser +GenericName[nl]=Webbrowser +GenericName[nn]=Nettlesar +GenericName[no]=Nettleser +GenericName[pl]=Przeglądarka WWW +GenericName[pt]=Navegador Web +GenericName[pt_BR]=Navegador Web +GenericName[ro]=Navigator Internet +GenericName[ru]=Веб-браузер +GenericName[sk]=Internetový prehliadač +GenericName[sl]=Spletni brskalnik +GenericName[sv]=Webbläsare +GenericName[tr]=Web Tarayıcı +GenericName[ug]=توركۆرگۈ +GenericName[uk]=Веб-браузер +GenericName[vi]=Trình duyệt Web +GenericName[zh_CN]=网络浏览器 +GenericName[zh_TW]=網路瀏覽器 +Keywords=Internet;WWW;Browser;Web;Explorer +Keywords[ar]=انترنت;إنترنت;متصفح;ويب;وب +Keywords[ast]=Internet;WWW;Restolador;Web;Esplorador +Keywords[ca]=Internet;WWW;Navegador;Web;Explorador;Explorer +Keywords[cs]=Internet;WWW;Prohlížeč;Web;Explorer +Keywords[da]=Internet;Internettet;WWW;Browser;Browse;Web;Surf;Nettet +Keywords[de]=Internet;WWW;Browser;Web;Explorer;Webseite;Site;surfen;online;browsen +Keywords[el]=Internet;WWW;Browser;Web;Explorer;Διαδίκτυο;Περιηγητής;waterfox;Φιρεφοχ;Ιντερνετ +Keywords[es]=Explorador;Internet;WWW +Keywords[fi]=Internet;WWW;Browser;Web;Explorer;selain;Internet-selain;internetselain;verkkoselain;netti;surffaa +Keywords[fr]=Internet;WWW;Browser;Web;Explorer;Fureteur;Surfer;Navigateur +Keywords[he]=דפדפן;אינטרנט;רשת;אתרים;אתר;פיירפוקס;מוזילה; +Keywords[hr]=Internet;WWW;preglednik;Web +Keywords[hu]=Internet;WWW;Böngésző;Web;Háló;Net;Explorer +Keywords[it]=Internet;WWW;Browser;Web;Navigatore +Keywords[is]=Internet;WWW;Vafri;Vefur;Netvafri;Flakk +Keywords[ja]=Internet;WWW;Web;インターネット;ブラウザ;ウェブ;エクスプローラ +Keywords[nb]=Internett;WWW;Nettleser;Explorer;Web;Browser;Nettside +Keywords[nl]=Internet;WWW;Browser;Web;Explorer;Verkenner;Website;Surfen;Online +Keywords[pt]=Internet;WWW;Browser;Web;Explorador;Navegador +Keywords[pt_BR]=Internet;WWW;Browser;Web;Explorador;Navegador +Keywords[ru]=Internet;WWW;Browser;Web;Explorer;интернет;браузер;веб;файрфокс;огнелис +Keywords[sk]=Internet;WWW;Prehliadač;Web;Explorer +Keywords[sl]=Internet;WWW;Browser;Web;Explorer;Brskalnik;Splet +Keywords[tr]=İnternet;WWW;Tarayıcı;Web;Gezgin;Web sitesi;Site;sörf;çevrimiçi;tara +Keywords[uk]=Internet;WWW;Browser;Web;Explorer;Інтернет;мережа;переглядач;оглядач;браузер;веб;файрфокс;вогнелис;перегляд +Keywords[vi]=Internet;WWW;Browser;Web;Explorer;Trình duyệt;Trang web +Keywords[zh_CN]=Internet;WWW;Browser;Web;Explorer;网页;浏览;上网;火狐;waterfox;ff;互联网;网站; +Keywords[zh_TW]=Internet;WWW;Browser;Web;Explorer;網際網路;網路;瀏覽器;上網;網頁;火狐 +Exec=@MOZILLA@ %U +Terminal=false +Type=Application +Icon=@FIREFOX_ICON@ +Categories=GNOME;GTK;Network;WebBrowser; +MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall; +StartupNotify=true +Actions=NewWindow;NewPrivateWindow; + +[Desktop Action NewWindow] +Name=Open a New Window +Name[ar]=افتح نافذة جديدة +Name[ast]=Abrir una ventana nueva +Name[bn]=Abrir una ventana nueva +Name[ca]=Obre una finestra nova +Name[cs]=Otevřít nové okno +Name[da]=Åbn et nyt vindue +Name[de]=Ein neues Fenster öffnen +Name[el]=Άνοιγμα νέου παραθύρου +Name[es]=Abrir una ventana nueva +Name[fi]=Avaa uusi ikkuna +Name[fr]=Ouvrir une nouvelle fenêtre +Name[gl]=Abrir unha nova xanela +Name[he]=פתיחת חלון חדש +Name[hr]=Otvori novi prozor +Name[hu]=Új ablak nyitása +Name[it]=Apri una nuova finestra +Name[ja]=新しいウィンドウを開く +Name[ko]=새 창 열기 +Name[ku]=Paceyeke nû veke +Name[lt]=Atverti naują langą +Name[nb]=Åpne et nytt vindu +Name[nl]=Nieuw venster openen +Name[pt]=Abrir nova janela +Name[pt_BR]=Abrir nova janela +Name[ro]=Deschide o fereastră nouă +Name[ru]=Новое окно +Name[sk]=Otvoriť nové okno +Name[sl]=Odpri novo okno +Name[sv]=Öppna ett nytt fönster +Name[tr]=Yeni pencere aç +Name[ug]=يېڭى كۆزنەك ئېچىش +Name[uk]=Відкрити нове вікно +Name[vi]=Mở cửa sổ mới +Name[zh_CN]=新建窗口 +Name[zh_TW]=開啟新視窗 +Exec=@MOZILLA@ -new-window + +[Desktop Action NewPrivateWindow] +Name=Open a New Private Window +Name[ar]=افتح نافذة جديدة للتصفح الخاص +Name[ca]=Obre una finestra nova en mode d'incògnit +Name[de]=Ein neues privates Fenster öffnen +Name[es]=Abrir una ventana privada nueva +Name[fi]=Avaa uusi yksityinen ikkuna +Name[fr]=Ouvrir une nouvelle fenêtre de navigation privée +Name[he]=פתיחת חלון גלישה פרטית חדש +Name[hu]=Új privát ablak nyitása +Name[it]=Apri una nuova finestra anonima +Name[nb]=Åpne et nytt privat vindu +Name[ru]=Новое приватное окно +Name[sl]=Odpri novo okno zasebnega brskanja +Name[tr]=Yeni bir pencere aç +Name[uk]=Відкрити нове вікно у потайливому режимі +Name[zh_TW]=開啟新隱私瀏覽視窗 +Exec=@MOZILLA@ -private-window diff --git a/www/xist/Makefile b/www/xist/Makefile index 13f140f0276a..e88a6233b951 100644 --- a/www/xist/Makefile +++ b/www/xist/Makefile @@ -1,6 +1,6 @@ PORTNAME= xist PORTVERSION= 5.34 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI \ http://ftp.livinglogic.de/xist/ @@ -14,7 +14,7 @@ WWW= http://www.livinglogic.de/Python/xist/ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssutils>=1.0,1:www/py-cssutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=3.4:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=3.4:devel/py-lxml5@${PY_FLAVOR} \ ${PY_PILLOW} USES= python tar:bzip2 |