diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 49ba0f4b914f..9ff04ead7cd4 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,13 +1,12 @@ PORTNAME= libarchive -DISTVERSION= 3.6.1 -PORTREVISION= 1 +DISTVERSION= 3.6.2 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ https://libarchive.org/downloads/ PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ -PATCHFILES= bff38efe8c110469c5080d387bec62a6ca15b1a5.patch:-p1 +PATCHFILES= 1f35c466aaa9444335a1b854b0b7223b0d2346c2.patch:-p1 MAINTAINER= glewis@FreeBSD.org COMMENT= Library to create and read several streaming archive formats @@ -27,7 +26,8 @@ OPTIONS_RADIO_CRYPTO= OPENSSL MBEDTLS NETTLE CRYPTO_DESC= Crypto and hashing support NETTLE_DESC= Crypto support via Nettle -USES= cpe iconv libtool localbase:ldflags pathfix tar:xz +USES= autoreconf cpe iconv libtool localbase:ldflags pathfix \ + pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -117,4 +117,12 @@ CONFIGURE_ENV+= ac_cv_header_localcharset_h=no \ ac_cv_lib_charset_locale_charset=no .endif +# Prior to 1301508 we didn't ship openssl.pc which libarchive now excepts +# so we need to use the old approach on older versions of FreeBSD +# which is not to define Requires.private in libarchive.pc + +.if ${PORT_OPTIONS:MOPENSSL} && ${OPSYS} == FreeBSD && ${OSVERSION} < 1301508 +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-pkgconfig-compat +.endif + .include diff --git a/archivers/libarchive/distinfo b/archivers/libarchive/distinfo index 2abdb88e3519..1b971ca6d177 100644 --- a/archivers/libarchive/distinfo +++ b/archivers/libarchive/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1670315616 -SHA256 (libarchive-3.6.1.tar.xz) = 5a411aceb978f43e626f0c2d1812ddd8807b645ed892453acabd532376c148e6 -SIZE (libarchive-3.6.1.tar.xz) = 5241148 -SHA256 (bff38efe8c110469c5080d387bec62a6ca15b1a5.patch) = 4f93c5a102cce1fc672d59888471017b545704bfa9d762c630e84b28215162e7 -SIZE (bff38efe8c110469c5080d387bec62a6ca15b1a5.patch) = 1124 +TIMESTAMP = 1672469724 +SHA256 (libarchive-3.6.2.tar.xz) = 9e2c1b80d5fbe59b61308fdfab6c79b5021d7ff4ff2489fb12daf0a96a83551d +SIZE (libarchive-3.6.2.tar.xz) = 5213196 +SHA256 (1f35c466aaa9444335a1b854b0b7223b0d2346c2.patch) = 6db4da971fb4d5b3974bfec4c75a4d920a98b1b3bc9a9ccc381055a02205a272 +SIZE (1f35c466aaa9444335a1b854b0b7223b0d2346c2.patch) = 1329 diff --git a/archivers/libarchive/files/extra-patch-pkgconfig-compat b/archivers/libarchive/files/extra-patch-pkgconfig-compat new file mode 100644 index 000000000000..f51609d6d0e9 --- /dev/null +++ b/archivers/libarchive/files/extra-patch-pkgconfig-compat @@ -0,0 +1,7 @@ +--- build/pkgconfig/libarchive.pc.in.orig 2022-12-09 13:38:31 UTC ++++ build/pkgconfig/libarchive.pc.in +@@ -10,4 +10,3 @@ Cflags: -I${includedir} + Cflags.private: -DLIBARCHIVE_STATIC + Libs: -L${libdir} -larchive + Libs.private: @LIBS@ +-Requires.private: @LIBSREQUIRED@ diff --git a/astro/josm/Makefile b/astro/josm/Makefile index bd4e2c529e73..d622556f3ded 100644 --- a/astro/josm/Makefile +++ b/astro/josm/Makefile @@ -1,5 +1,5 @@ PORTNAME= josm -PORTVERSION= 18583 +PORTVERSION= 18622 CATEGORIES= astro java MASTER_SITES= https://josm.openstreetmap.de/download/ DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION}.jar diff --git a/astro/josm/distinfo b/astro/josm/distinfo index 20fd960c726b..12ab3cf906c3 100644 --- a/astro/josm/distinfo +++ b/astro/josm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667500070 -SHA256 (josm-snapshot-18583.jar) = e92e84ee78130815dbd1ea4f7d8c48b302ef7e6f6bd90974c203acfcfc699883 -SIZE (josm-snapshot-18583.jar) = 16269996 +TIMESTAMP = 1673265731 +SHA256 (josm-snapshot-18622.jar) = 02d57b2e3fb3d46382125f3151aba661c37ce3ca4cb0b21f3069815ef79de965 +SIZE (josm-snapshot-18622.jar) = 16311954 diff --git a/astro/routino/Makefile b/astro/routino/Makefile index 35e50bd9e8ce..6c8b4bb7e192 100644 --- a/astro/routino/Makefile +++ b/astro/routino/Makefile @@ -15,16 +15,11 @@ USE_LDCONFIG= yes CONFLICTS_INSTALL= jabberd # bin/router -.include - post-patch: ${REINPLACE_CMD} 's|doc/routino|share/doc/routino|' \ ${WRKSRC}/Makefile.conf ${REINPLACE_CMD} 's|gcc|${CC}|' \ ${WRKSRC}/Makefile.conf -.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42 - ${REINPLACE_CMD} -e '/pragma/d' ${WRKSRC}/src/xmlparse.c -.endif post-install: ${MKDIR} ${STAGEDIR}${WWWDIR} @@ -40,4 +35,4 @@ post-install: ${LN} -sf lib${f:R:R} ${STAGEDIR}${PREFIX}/lib/lib${f:R:R:R} .endfor -.include +.include diff --git a/audio/bespokesynth/Makefile b/audio/bespokesynth/Makefile index 827484519be0..f551da43008f 100644 --- a/audio/bespokesynth/Makefile +++ b/audio/bespokesynth/Makefile @@ -10,6 +10,8 @@ WWW= https://www.bespokesynth.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= incompatible with the latest JUCE (juce-7.0.3), see https://github.com/BespokeSynth/BespokeSynth/issues/1047 + BUILD_DEPENDS= juce>0:devel/juce \ pybind11>0:devel/pybind11 LIB_DEPENDS= libasound.so:audio/alsa-lib \ diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile index 71ca769c9b7a..5f4905d38c92 100644 --- a/audio/libopenmpt/Makefile +++ b/audio/libopenmpt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libopenmpt -PORTVERSION= 0.6.6 +DISTVERSION= 0.6.7 DISTVERSIONSUFFIX= +release.autotools CATEGORIES= audio MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \ @@ -12,32 +12,42 @@ WWW= https://lib.openmpt.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang cpe gmake libtool pkgconfig +LIB_DEPENDS= libmpg123.so:audio/mpg123 \ + libvorbis.so:audio/libvorbis + +USES= compiler:c++17-lang cpe gmake libtool pathfix pkgconfig CPE_VENDOR= openmpt USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-doxygen-doc \ + --with-mpg123 \ + --with-vorbis \ + --with-vorbisfile \ + --without-portaudiocpp + +TEST_TARGET= check -CONFIGURE_ARGS+= --without-portaudiocpp +OPTIONS_DEFINE= DOCS EXAMPLES OPENMPT123 PULSEAUDIO +OPTIONS_DEFAULT= OPENMPT123 +OPTIONS_SUB= yes -OPTIONS_DEFINE= DOCS EXAMPLES FLAC MPG123 OGG PORTAUDIO PULSEAUDIO \ - SNDFILE VORBIS -OPTIONS_DEFAULT= FLAC MPG123 OGG PORTAUDIO SNDFILE VORBIS +OPENMPT123_DESC= Enable command line player +PULSEAUDIO_DESC= Enable PulseAudio support for openmpt123 -FLAC_LIB_DEPENDS= libFLAC.so:audio/flac -FLAC_CONFIGURE_WITH= flac -MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 -MPG123_CONFIGURE_WITH= mpg123 -OGG_LIB_DEPENDS= libogg.so:audio/libogg -OGG_CONFIGURE_WITH= ogg -PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio -PORTAUDIO_CONFIGURE_WITH= portaudio +OPENMPT123_LIB_DEPENDS= libFLAC.so:audio/flac \ + libportaudio.so:audio/portaudio \ + libsndfile.so:audio/libsndfile +OPENMPT123_CONFIGURE_OFF= --disable-openmpt123 +OPENMPT123_CONFIGURE_WITH= flac portaudio sndfile + +PULSEAUDIO_IMPLIES= OPENMPT123 PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH= pulseaudio -SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile -SNDFILE_CONFIGURE_WITH= sndfile -VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis -VORBIS_CONFIGURE_WITH= vorbis vorbisfile + +pre-configure: + @${REINPLACE_CMD} -e 's/+release.autotools//' \ + ${PATCH_WRKSRC}/configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenmpt.so.* diff --git a/audio/libopenmpt/distinfo b/audio/libopenmpt/distinfo index bf9398b2b411..080e90487c9c 100644 --- a/audio/libopenmpt/distinfo +++ b/audio/libopenmpt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664212817 -SHA256 (libopenmpt-0.6.6+release.autotools.tar.gz) = 6ddb9e26a430620944891796fefb1bbb38bd9148f6cfc558810c0d3f269876c7 -SIZE (libopenmpt-0.6.6+release.autotools.tar.gz) = 1554516 +TIMESTAMP = 1673247806 +SHA256 (libopenmpt-0.6.7+release.autotools.tar.gz) = 2174ac0f5a148ba684db768a47edf783eff9084fbca5fef6c997501643100163 +SIZE (libopenmpt-0.6.7+release.autotools.tar.gz) = 1556248 diff --git a/audio/libopenmpt/pkg-plist b/audio/libopenmpt/pkg-plist index 474c10f16980..c12dc983e813 100644 --- a/audio/libopenmpt/pkg-plist +++ b/audio/libopenmpt/pkg-plist @@ -1,4 +1,4 @@ -bin/openmpt123 +%%OPENMPT123%%bin/openmpt123 include/libopenmpt/libopenmpt.h include/libopenmpt/libopenmpt.hpp include/libopenmpt/libopenmpt_config.h @@ -13,7 +13,7 @@ lib/libopenmpt.so lib/libopenmpt.so.0 lib/libopenmpt.so.0.3.3 libdata/pkgconfig/libopenmpt.pc -man/man1/openmpt123.1.gz +%%OPENMPT123%%man/man1/openmpt123.1.gz %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libopenmpt_example_c.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libopenmpt_example_c_mem.c diff --git a/audio/py-pyradio/Makefile b/audio/py-pyradio/Makefile index 9d82a06aedab..74cf528d8f69 100644 --- a/audio/py-pyradio/Makefile +++ b/audio/py-pyradio/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyradio -DISTVERSION= 0.8.9.32 +DISTVERSION= 0.8.9.34 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -40,7 +40,8 @@ MPV_DESC= Mpv media player support VLC_DESC= VLC media player support DOCS_PLIST_FILES= man/man1/pyradio.1.gz \ - man/man1/pyradio_rb.1.gz + man/man1/pyradio_rb.1.gz \ + man/man1/pyradio_server.1.gz MPLAYER_RUN_DEPENDS+= mplayer:multimedia/mplayer MPV_RUN_DEPENDS+= mpv:multimedia/mpv VLC_RUN_DEPENDS+= vlc:multimedia/vlc diff --git a/audio/py-pyradio/distinfo b/audio/py-pyradio/distinfo index c77e29f2bf02..8ebb6de6bbdf 100644 --- a/audio/py-pyradio/distinfo +++ b/audio/py-pyradio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670604676 -SHA256 (coderholic-pyradio-0.8.9.32_GH0.tar.gz) = d86f13849151aa9ea5d40310cfb827a3bd7138e8809affa9a0442fbc427b5df6 -SIZE (coderholic-pyradio-0.8.9.32_GH0.tar.gz) = 635875 +TIMESTAMP = 1673366338 +SHA256 (coderholic-pyradio-0.8.9.34_GH0.tar.gz) = e2868f7240d702eecb814dc6b44ec36dbf829304a5c7d2527a3bd75f195a2c90 +SIZE (coderholic-pyradio-0.8.9.34_GH0.tar.gz) = 661455 diff --git a/audio/supercollider/Makefile b/audio/supercollider/Makefile index 207e210e3dfd..3a9a120ac339 100644 --- a/audio/supercollider/Makefile +++ b/audio/supercollider/Makefile @@ -1,10 +1,13 @@ PORTNAME= supercollider DISTVERSION= 3.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/supercollider/supercollider/releases/download/Version-${PORTVERSION}/ DISTNAME= SuperCollider-${PORTVERSION}-Source +PATCH_SITES= https://github.com/supercollider/supercollider/commit/ +PATCHFILES= b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e.patch:-p1 + MAINTAINER= ports@nicandneal.net COMMENT= Programming language for real time audio synthesis WWW= https://supercollider.github.io diff --git a/audio/supercollider/distinfo b/audio/supercollider/distinfo index 0b6551a1b479..3ea8c06ddd5a 100644 --- a/audio/supercollider/distinfo +++ b/audio/supercollider/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1619062594 +TIMESTAMP = 1672258513 SHA256 (SuperCollider-3.11.2-Source.tar.bz2) = c22c32c6bc482671d4fb8f51672df712d97a6a6277235c4da2312910303a0506 SIZE (SuperCollider-3.11.2-Source.tar.bz2) = 18130954 +SHA256 (b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e.patch) = 49d15a62a467143412850595c11a910e70e5ff1e20d7d0608940f8ffa9ce586f +SIZE (b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e.patch) = 9133 diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile index 1a44d2bb0695..486c296dcaa9 100644 --- a/biology/hyphy/Makefile +++ b/biology/hyphy/Makefile @@ -1,5 +1,5 @@ PORTNAME= hyphy -DISTVERSION= 2.5.43 +DISTVERSION= 2.5.46hf1 CATEGORIES= biology MAINTAINER= jrm@FreeBSD.org @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le LIB_DEPENDS= libcurl.so:ftp/curl +TEST_DEPENDS= bash:shells/bash USES= cmake:insource,testing localbase:ldflags # tests fail in outsource build, see https://github.com/veg/hyphy/issues/1528 @@ -23,6 +24,6 @@ AVX_DESC= Advanced vector extensions support AVX_CMAKE_OFF= -DNOAVX:BOOL=ON -# 2 tests fail, see https://github.com/veg/hyphy/issues/1529 +# All tests pass as of DISTVERSION=2.5.46hf1 .include diff --git a/biology/hyphy/distinfo b/biology/hyphy/distinfo index 11533428b33d..7ae2966503aa 100644 --- a/biology/hyphy/distinfo +++ b/biology/hyphy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672008666 -SHA256 (veg-hyphy-2.5.43_GH0.tar.gz) = 9328916267811a95dbbff94b51066dfc481f8d49ae0cf4d58e8384c58afbea50 -SIZE (veg-hyphy-2.5.43_GH0.tar.gz) = 5634198 +TIMESTAMP = 1673313088 +SHA256 (veg-hyphy-2.5.46hf1_GH0.tar.gz) = ec2f9e737741ce6811b7607b613b3c4be71e4ac57d0b516f0cb5174d8727be27 +SIZE (veg-hyphy-2.5.46hf1_GH0.tar.gz) = 5645952 diff --git a/biology/hyphy/files/patch-src_core_matrix.cpp b/biology/hyphy/files/patch-src_core_matrix.cpp deleted file mode 100644 index a4a280d2d94c..000000000000 --- a/biology/hyphy/files/patch-src_core_matrix.cpp +++ /dev/null @@ -1,50 +0,0 @@ ---- src/core/matrix.cpp.orig 2022-04-24 18:04:11 UTC -+++ src/core/matrix.cpp -@@ -3405,7 +3405,6 @@ void _Matrix::AddMatrix (_Matrix& storage, _Matrix - #pragma GCC unroll 4 - #pragma clang loop vectorize(enable) - #pragma clang loop interleave(enable) -- #pragma clang loop unroll(enable) - #pragma GCC ivdep - #pragma ivdep - for (long idx = 0; idx < upto; idx+=16) { -@@ -3909,7 +3908,6 @@ void _Matrix::Multiply (_Matrix& storage, _Matrix - #pragma GCC unroll 4 - #pragma clang loop vectorize(enable) - #pragma clang loop interleave(enable) -- #pragma clang loop unroll(enable) - for (long k = 0; k < vDim; k+=4) { - __m256d D4, B4; - DO_GROUP_OP (D4, B4, k); -@@ -3960,7 +3958,6 @@ void _Matrix::Multiply (_Matrix& storage, _Matrix - #pragma GCC unroll 4 - #pragma clang loop vectorize(enable) - #pragma clang loop interleave(enable) -- #pragma clang loop unroll(enable) - for (long k = 0; k < vDim; k+=2) { - __m128d D4, B4; - DO_GROUP_OP1 (D4, B4, k); -@@ -4177,7 +4174,6 @@ void _Matrix::Multiply (_Matrix& storage, _Matrix - #pragma GCC unroll 4 - #pragma clang loop vectorize(enable) - #pragma clang loop interleave(enable) -- #pragma clang loop unroll(enable) - for (long k = 0; k < dimm4; k+=4) { - __m256d D4, B4; - DO_GROUP_OP (D4, B4, k); -@@ -4285,7 +4281,6 @@ void _Matrix::Multiply (_Matrix& storage, _Matrix - #pragma GCC unroll 4 - #pragma clang loop vectorize(enable) - #pragma clang loop interleave(enable) -- #pragma clang loop unroll(enable) - for (long k = 0; k < dimm4; k+=2) { - __m128d D4, B4; - DO_GROUP_OP1 (D4, B4, k); -@@ -4455,7 +4450,6 @@ void _Matrix::Multiply (_Matrix& storage, _Matrix - #pragma GCC unroll 8 - #pragma clang loop vectorize(enable) - #pragma clang loop interleave(enable) -- #pragma clang loop unroll(enable) - for (long k = 0, column = j*hDim; k < vDim; k++, column ++) { - resCell += row[k] * secondArg.theData [column]; - } diff --git a/cad/ngspice_rework/pkg-plist-shlib b/cad/ngspice_rework/pkg-plist-shlib index a5a08d359fcb..2af468ad0500 100644 --- a/cad/ngspice_rework/pkg-plist-shlib +++ b/cad/ngspice_rework/pkg-plist-shlib @@ -1,7 +1,7 @@ libdata/pkgconfig/ngspice.pc lib/libngspice.so lib/libngspice.so.0 -lib/libngspice.so.0.0.4 +lib/libngspice.so.0.0.5 lib/ngspice/analog.cm lib/ngspice/digital.cm lib/ngspice/spice2poly.cm diff --git a/cad/veryl/Makefile b/cad/veryl/Makefile index 74cf612b6de1..4714b87b5342 100644 --- a/cad/veryl/Makefile +++ b/cad/veryl/Makefile @@ -1,7 +1,6 @@ PORTNAME= veryl DISTVERSIONPREFIX= veryl-v -DISTVERSION= 0.1.3 -PORTREVISION= 1 +DISTVERSION= 0.1.8 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org @@ -25,11 +24,12 @@ CARGO_CRATES= addr2line-0.19.0 \ ahash-0.7.6 \ aho-corasick-0.7.20 \ anes-0.1.6 \ - async-trait-0.1.60 \ + async-trait-0.1.61 \ atty-0.2.14 \ auto_impl-0.5.0 \ autocfg-1.1.0 \ backtrace-0.3.67 \ + bimap-0.6.2 \ bitflags-1.3.2 \ bumpalo-3.11.1 \ bytes-1.3.0 \ @@ -44,7 +44,7 @@ CARGO_CRATES= addr2line-0.19.0 \ clap_derive-4.0.21 \ clap_lex-0.2.4 \ clap_lex-0.3.0 \ - console-0.15.2 \ + console-0.15.4 \ criterion-0.4.0 \ criterion-plot-0.5.0 \ crossbeam-channel-0.5.6 \ @@ -77,6 +77,7 @@ CARGO_CRATES= addr2line-0.19.0 \ futures-util-0.3.25 \ getrandom-0.2.8 \ gimli-0.27.0 \ + glob-0.3.1 \ half-1.8.2 \ hashbrown-0.12.3 \ heck-0.4.0 \ @@ -109,8 +110,8 @@ CARGO_CRATES= addr2line-0.19.0 \ mio-0.8.5 \ num-traits-0.2.15 \ num_cpus-1.15.0 \ - object-0.30.0 \ - once_cell-1.16.0 \ + object-0.30.1 \ + once_cell-1.17.0 \ oorandom-11.1.3 \ os_str_bytes-6.4.1 \ owo-colors-3.5.0 \ @@ -139,17 +140,17 @@ CARGO_CRATES= addr2line-0.19.0 \ rayon-1.6.1 \ rayon-core-1.10.1 \ redox_syscall-0.2.16 \ - regex-1.7.0 \ + regex-1.7.1 \ regex-syntax-0.6.28 \ - ropey-1.5.0 \ + ropey-1.5.1 \ rustc-demangle-0.1.21 \ - rustix-0.36.5 \ + rustix-0.36.6 \ ryu-1.0.12 \ same-file-1.0.6 \ scopeguard-1.1.0 \ semver-1.0.16 \ - serde-1.0.151 \ - serde_derive-1.0.151 \ + serde-1.0.152 \ + serde_derive-1.0.152 \ serde_json-1.0.91 \ serde_repr-0.1.10 \ signal-hook-registry-1.4.0 \ @@ -174,7 +175,7 @@ CARGO_CRATES= addr2line-0.19.0 \ tinytemplate-1.2.1 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.0 \ - tokio-1.23.0 \ + tokio-1.24.1 \ tokio-macros-1.8.2 \ tokio-util-0.7.4 \ toml-0.5.10 \ diff --git a/cad/veryl/distinfo b/cad/veryl/distinfo index 035912e98abb..85536ab11d7c 100644 --- a/cad/veryl/distinfo +++ b/cad/veryl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1672967752 +TIMESTAMP = 1673332160 SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97 SIZE (rust/crates/addr2line-0.19.0.crate) = 33210 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -9,8 +9,8 @@ SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5 SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440 SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 SIZE (rust/crates/anes-0.1.6.crate) = 23857 -SHA256 (rust/crates/async-trait-0.1.60.crate) = 677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3 -SIZE (rust/crates/async-trait-0.1.60.crate) = 27374 +SHA256 (rust/crates/async-trait-0.1.61.crate) = 705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282 +SIZE (rust/crates/async-trait-0.1.61.crate) = 27660 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 SHA256 (rust/crates/auto_impl-0.5.0.crate) = 7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4 @@ -19,6 +19,8 @@ SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36 SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/backtrace-0.3.67.crate) = 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca SIZE (rust/crates/backtrace-0.3.67.crate) = 78564 +SHA256 (rust/crates/bimap-0.6.2.crate) = bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b +SIZE (rust/crates/bimap-0.6.2.crate) = 26502 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/bumpalo-3.11.1.crate) = 572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba @@ -47,8 +49,8 @@ SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27 SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652 SHA256 (rust/crates/clap_lex-0.3.0.crate) = 0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8 SIZE (rust/crates/clap_lex-0.3.0.crate) = 9671 -SHA256 (rust/crates/console-0.15.2.crate) = c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c -SIZE (rust/crates/console-0.15.2.crate) = 31576 +SHA256 (rust/crates/console-0.15.4.crate) = c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a +SIZE (rust/crates/console-0.15.4.crate) = 34237 SHA256 (rust/crates/criterion-0.4.0.crate) = e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb SIZE (rust/crates/criterion-0.4.0.crate) = 108978 SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 @@ -113,6 +115,8 @@ SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af SIZE (rust/crates/getrandom-0.2.8.crate) = 30553 SHA256 (rust/crates/gimli-0.27.0.crate) = dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793 SIZE (rust/crates/gimli-0.27.0.crate) = 720457 +SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b +SIZE (rust/crates/glob-0.3.1.crate) = 18880 SHA256 (rust/crates/half-1.8.2.crate) = eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7 SIZE (rust/crates/half-1.8.2.crate) = 41874 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 @@ -177,10 +181,10 @@ SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 SHA256 (rust/crates/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680 -SHA256 (rust/crates/object-0.30.0.crate) = 239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb -SIZE (rust/crates/object-0.30.0.crate) = 257728 -SHA256 (rust/crates/once_cell-1.16.0.crate) = 86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860 -SIZE (rust/crates/once_cell-1.16.0.crate) = 32120 +SHA256 (rust/crates/object-0.30.1.crate) = 8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a +SIZE (rust/crates/object-0.30.1.crate) = 258223 +SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66 +SIZE (rust/crates/once_cell-1.17.0.crate) = 32736 SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 SHA256 (rust/crates/os_str_bytes-6.4.1.crate) = 9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee @@ -237,16 +241,16 @@ SHA256 (rust/crates/rayon-core-1.10.1.crate) = cac410af5d00ab6884528b4ab69d1e8e1 SIZE (rust/crates/rayon-core-1.10.1.crate) = 70008 SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 -SHA256 (rust/crates/regex-1.7.0.crate) = e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a -SIZE (rust/crates/regex-1.7.0.crate) = 239421 +SHA256 (rust/crates/regex-1.7.1.crate) = 48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733 +SIZE (rust/crates/regex-1.7.1.crate) = 239648 SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848 SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288 -SHA256 (rust/crates/ropey-1.5.0.crate) = bbd22239fafefc42138ca5da064f3c17726a80d2379d817a3521240e78dd0064 -SIZE (rust/crates/ropey-1.5.0.crate) = 106401 +SHA256 (rust/crates/ropey-1.5.1.crate) = a4f832915525613e83f275694cb8c184f5df13ca26a9ef0ea6ce736921964c8e +SIZE (rust/crates/ropey-1.5.1.crate) = 118096 SHA256 (rust/crates/rustc-demangle-0.1.21.crate) = 7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342 SIZE (rust/crates/rustc-demangle-0.1.21.crate) = 27920 -SHA256 (rust/crates/rustix-0.36.5.crate) = a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588 -SIZE (rust/crates/rustix-0.36.5.crate) = 287459 +SHA256 (rust/crates/rustix-0.36.6.crate) = 4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549 +SIZE (rust/crates/rustix-0.36.6.crate) = 288718 SHA256 (rust/crates/ryu-1.0.12.crate) = 7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde SIZE (rust/crates/ryu-1.0.12.crate) = 47070 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 @@ -255,10 +259,10 @@ SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab1 SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 SHA256 (rust/crates/semver-1.0.16.crate) = 58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a SIZE (rust/crates/semver-1.0.16.crate) = 29850 -SHA256 (rust/crates/serde-1.0.151.crate) = 97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0 -SIZE (rust/crates/serde-1.0.151.crate) = 76931 -SHA256 (rust/crates/serde_derive-1.0.151.crate) = 255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8 -SIZE (rust/crates/serde_derive-1.0.151.crate) = 55587 +SHA256 (rust/crates/serde-1.0.152.crate) = bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb +SIZE (rust/crates/serde-1.0.152.crate) = 77091 +SHA256 (rust/crates/serde_derive-1.0.152.crate) = af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e +SIZE (rust/crates/serde_derive-1.0.152.crate) = 55586 SHA256 (rust/crates/serde_json-1.0.91.crate) = 877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883 SIZE (rust/crates/serde_json-1.0.91.crate) = 144654 SHA256 (rust/crates/serde_repr-0.1.10.crate) = 9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e @@ -307,8 +311,8 @@ SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a465126 SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 -SHA256 (rust/crates/tokio-1.23.0.crate) = eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46 -SIZE (rust/crates/tokio-1.23.0.crate) = 621207 +SHA256 (rust/crates/tokio-1.24.1.crate) = 1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae +SIZE (rust/crates/tokio-1.24.1.crate) = 625490 SHA256 (rust/crates/tokio-macros-1.8.2.crate) = d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8 SIZE (rust/crates/tokio-macros-1.8.2.crate) = 10071 SHA256 (rust/crates/tokio-util-0.7.4.crate) = 0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740 @@ -387,5 +391,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.42.0.crate) = f40009d85759725a34da6d89 SIZE (rust/crates/windows_x86_64_msvc-0.42.0.crate) = 659377 SHA256 (rust/crates/xml_writer-0.4.0.crate) = 3a74a847d8392999f89e9668c4dd46283b91fd6fc1f34aa5ecf4ceaf8fa3258e SIZE (rust/crates/xml_writer-0.4.0.crate) = 3872 -SHA256 (dalance-veryl-veryl-v0.1.3_GH0.tar.gz) = b6ab8209200c48c3ed0a5680a17d590be4297cf901f2e2744d97add2546c5c80 -SIZE (dalance-veryl-veryl-v0.1.3_GH0.tar.gz) = 184435 +SHA256 (dalance-veryl-veryl-v0.1.8_GH0.tar.gz) = 85bd75711773510a6597dd2df800265e70032b207806bcf7b44b8c238e7c8080 +SIZE (dalance-veryl-veryl-v0.1.8_GH0.tar.gz) = 279386 diff --git a/comms/hidapi/Makefile b/comms/hidapi/Makefile index 07853359c65b..14a2165f1035 100644 --- a/comms/hidapi/Makefile +++ b/comms/hidapi/Makefile @@ -1,9 +1,9 @@ PORTNAME= hidapi DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 0.12.0 +DISTVERSION= 0.13.1 CATEGORIES= comms -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sstallion@gmail.com COMMENT= Library to access USB HID-class devices WWW= https://github.com/libusb/hidapi diff --git a/comms/hidapi/distinfo b/comms/hidapi/distinfo index f2dd43937edf..3120d1e1c076 100644 --- a/comms/hidapi/distinfo +++ b/comms/hidapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653592621 -SHA256 (libusb-hidapi-hidapi-0.12.0_GH0.tar.gz) = 28ec1451f0527ad40c1a4c92547966ffef96813528c8b184a665f03ecbb508bc -SIZE (libusb-hidapi-hidapi-0.12.0_GH0.tar.gz) = 238751 +TIMESTAMP = 1673359967 +SHA256 (libusb-hidapi-hidapi-0.13.1_GH0.tar.gz) = 476a2c9a4dc7d1fc97dd223b84338dbea3809a84caea2dcd887d9778725490e3 +SIZE (libusb-hidapi-hidapi-0.13.1_GH0.tar.gz) = 244666 diff --git a/databases/php80-pdo_firebird/Makefile b/databases/php80-pdo_firebird/Makefile index 7b9e354ed3fb..5935044cecbe 100644 --- a/databases/php80-pdo_firebird/Makefile +++ b/databases/php80-pdo_firebird/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/databases/php81-pdo_firebird/Makefile b/databases/php81-pdo_firebird/Makefile index db72b9faa32c..3d8a88b9eb21 100644 --- a/databases/php81-pdo_firebird/Makefile +++ b/databases/php81-pdo_firebird/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/databases/php82-pdo_firebird/Makefile b/databases/php82-pdo_firebird/Makefile index 268b9aa13228..86766d322feb 100644 --- a/databases/php82-pdo_firebird/Makefile +++ b/databases/php82-pdo_firebird/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/deskutils/kodaskanna/Makefile b/deskutils/kodaskanna/Makefile index 7ac0951748bc..11db8dff00c5 100644 --- a/deskutils/kodaskanna/Makefile +++ b/deskutils/kodaskanna/Makefile @@ -4,6 +4,9 @@ PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= KDE/unstable/${PORTNAME}/${DISTVERSION}/src +PATCH_SITES= https://invent.kde.org/graphics/kodaskanna/-/commit/ +PATCHFILES= 1656f7e66aec20ecd4a66f041bd7fc1850721e08.diff:-p1 + MAINTAINER= adridg@FreeBSD.org COMMENT= Barcode and QR-code scanner WWW= https://invent.kde.org/graphics/kodaskanna @@ -11,7 +14,7 @@ WWW= https://invent.kde.org/graphics/kodaskanna LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt -LIB_DEPENDS= libZXing.so.1:textproc/zxing-cpp +LIB_DEPENDS= libZXing.so:textproc/zxing-cpp USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz xorg USE_GL= gl diff --git a/deskutils/kodaskanna/distinfo b/deskutils/kodaskanna/distinfo index 7067c1949065..67b6e541e78d 100644 --- a/deskutils/kodaskanna/distinfo +++ b/deskutils/kodaskanna/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1643278462 +TIMESTAMP = 1673343046 SHA256 (kodaskanna-0.1.0.tar.xz) = 2860cfdae922a29749421f3b4e3281ef88fc5713002345bc725082fb47cd627f SIZE (kodaskanna-0.1.0.tar.xz) = 40656 +SHA256 (1656f7e66aec20ecd4a66f041bd7fc1850721e08.diff) = 198a2f22fd574bb6a9e4b02406d04847921caacf9c709f974f1e9025438940a5 +SIZE (1656f7e66aec20ecd4a66f041bd7fc1850721e08.diff) = 463 diff --git a/deskutils/kodaskanna/files/patch-src_core_scanimagerunner.cpp b/deskutils/kodaskanna/files/patch-src_core_scanimagerunner.cpp new file mode 100644 index 000000000000..8d3133a58c2d --- /dev/null +++ b/deskutils/kodaskanna/files/patch-src_core_scanimagerunner.cpp @@ -0,0 +1,27 @@ +--- src/core/scanimagerunner.cpp.orig 2022-01-24 22:35:35 UTC ++++ src/core/scanimagerunner.cpp +@@ -10,6 +10,9 @@ + #include "scanresult.hpp" + #include "scanresult_p.hpp" + // ZXing ++#include ++#define ZXING_VERSION \ ++ QT_VERSION_CHECK(ZXING_VERSION_MAJOR, ZXING_VERSION_MINOR, ZXING_VERSION_PATCH) + #include + + namespace Kodaskanna +@@ -63,8 +66,13 @@ void ScanImageRunner::run() + + resultData->isSuccess = result.isValid(); + if (resultData->isSuccess) { +- resultData->text = QString::fromStdWString(result.text()); ++#if ZXING_VERSION < QT_VERSION_CHECK(2, 0, 0) ++ resultData->text = QString::fromStdWString(result.text()); + resultData->bytes = QByteArray(reinterpret_cast(result.rawBytes().data()), result.rawBytes().size()); ++#else ++ resultData->text = QString::fromStdString(result.text()); ++ resultData->bytes = QByteArray(reinterpret_cast(result.bytes().data()), result.bytes().size()); ++#endif + } + + Q_EMIT scanFinished(scanResult); diff --git a/devel/Makefile b/devel/Makefile index 7c4ac1a32906..df033504ccb6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -706,6 +706,7 @@ SUBDIR += fstrm SUBDIR += ftjam SUBDIR += ftnchek + SUBDIR += ftxui SUBDIR += fuel SUBDIR += functionalplus SUBDIR += fungw @@ -5762,6 +5763,7 @@ SUBDIR += readline SUBDIR += rebar SUBDIR += rebar3 + SUBDIR += recycle SUBDIR += redasm SUBDIR += redo SUBDIR += regexx @@ -7241,6 +7243,7 @@ SUBDIR += rust-analyzer SUBDIR += rust-bindgen SUBDIR += rust-cbindgen + SUBDIR += rustc-demangle SUBDIR += rvi SUBDIR += rvm SUBDIR += sabre diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile index 8fbe5718f993..88851111a747 100644 --- a/devel/arcanist-lib/Makefile +++ b/devel/arcanist-lib/Makefile @@ -1,6 +1,6 @@ PORTNAME?= arcanist PORTVERSION?= 20220518 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= devel PKGNAMESUFFIX= ${SLAVE_PKGNAMESUFFIX}${PHP_PKGNAMESUFFIX} diff --git a/devel/arcanist-lib/files/patch-src_workflow_ArcanistDiffWorkflow.php b/devel/arcanist-lib/files/patch-src_workflow_ArcanistDiffWorkflow.php new file mode 100644 index 000000000000..f132ed21d524 --- /dev/null +++ b/devel/arcanist-lib/files/patch-src_workflow_ArcanistDiffWorkflow.php @@ -0,0 +1,11 @@ +--- src/workflow/ArcanistDiffWorkflow.php.orig 2023-01-09 21:24:25 UTC ++++ src/workflow/ArcanistDiffWorkflow.php +@@ -2361,7 +2361,7 @@ EOTEXT + + // If we track an upstream branch either directly or indirectly, use that. + $branch = $api->getBranchName(); +- if (strlen($branch)) { ++ if (strlen($branch ?? '')) { + $upstream_path = $api->getPathToUpstream($branch); + $remote_branch = $upstream_path->getRemoteBranchName(); + if ($remote_branch !== null) { diff --git a/devel/avrdude/Makefile b/devel/avrdude/Makefile index 7e6ea7d47325..d98caaa46aee 100644 --- a/devel/avrdude/Makefile +++ b/devel/avrdude/Makefile @@ -1,6 +1,6 @@ PORTNAME= avrdude -PORTVERSION= 7.0 -PORTREVISION= 3 +PORTVERSION= 7.1 +#PORTREVISION= 0 CATEGORIES= devel MAINTAINER= joerg@FreeBSD.org @@ -10,7 +10,6 @@ WWW= https://www.nongnu.org/avrdude/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes USES= libtool localbase readline cmake USE_GITHUB= yes GH_ACCOUNT= avrdudes @@ -22,7 +21,7 @@ OPTIONS_DEFAULT= FTDI FTDI_DESC= libftdi support FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1 PARPORT_DESC= support for parallel-port programmers -PARPORT_CONFIGURE_ENABLE= parport +PARPORT_CMAKE_ON= -DHAVE_PARPORT=1 # man page currently not handled by CMake # https://github.com/avrdudes/avrdude/issues/947 diff --git a/devel/avrdude/distinfo b/devel/avrdude/distinfo index 87de5cb3a4c7..d6c99c0a5e41 100644 --- a/devel/avrdude/distinfo +++ b/devel/avrdude/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652012102 -SHA256 (avrdudes-avrdude-7.0-v7.0_GH0.tar.gz) = 5de0f7f51c3ebffcd2bfecd6a0544bd468c55400e09f7d7533a1cd67ddc63a95 -SIZE (avrdudes-avrdude-7.0-v7.0_GH0.tar.gz) = 2354082 +TIMESTAMP = 1673299439 +SHA256 (avrdudes-avrdude-7.1-v7.1_GH0.tar.gz) = 016a5c95746fadc169cfb3009f6aa306ccdea2ff279fdb6fddcbe7526d84e5eb +SIZE (avrdudes-avrdude-7.1-v7.1_GH0.tar.gz) = 2496230 diff --git a/devel/avrdude/files/patch-src_jtagmkII.c b/devel/avrdude/files/patch-src_jtagmkII.c deleted file mode 100644 index 17ca7c9a968e..000000000000 --- a/devel/avrdude/files/patch-src_jtagmkII.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/jtagmkII.c.orig 2022-05-07 20:39:47 UTC -+++ src/jtagmkII.c -@@ -1840,8 +1840,8 @@ void jtagmkII_close(PROGRAMMER * pgm) - - avrdude_message(MSG_NOTICE2, "%s: jtagmkII_close()\n", progname); - -- if (pgm->flag & PGM_FL_IS_PDI) { -- /* When in PDI mode, restart target. */ -+ if (pgm->flag & (PGM_FL_IS_PDI|PGM_FL_IS_JTAG)) { -+ /* When in PDI or JTAG mode, restart target. */ - buf[0] = CMND_GO; - avrdude_message(MSG_NOTICE2, "%s: jtagmkII_close(): Sending GO command: ", - progname); diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile index 039b7be03fc8..6c7cc74a3cce 100644 --- a/devel/cdecl/Makefile +++ b/devel/cdecl/Makefile @@ -1,5 +1,5 @@ PORTNAME= cdecl -PORTVERSION= 13.0 +PORTVERSION= 13.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo index 7a84e905dd06..46ff9c2212d9 100644 --- a/devel/cdecl/distinfo +++ b/devel/cdecl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667312169 -SHA256 (paul-j-lucas-cdecl-cdecl-13.0_GH0.tar.gz) = 53a70c59ef1bfa39f890d5bd788698e49a6c007f43ffdc05da8c0b4d99a5c1a2 -SIZE (paul-j-lucas-cdecl-cdecl-13.0_GH0.tar.gz) = 806096 +TIMESTAMP = 1673295671 +SHA256 (paul-j-lucas-cdecl-cdecl-13.1_GH0.tar.gz) = 323696db4a1b438b68a5acebb148e9e6274c5cb98f23e923fa271620bee1aed1 +SIZE (paul-j-lucas-cdecl-cdecl-13.1_GH0.tar.gz) = 788168 diff --git a/devel/critcl/Makefile b/devel/critcl/Makefile index d41c00ad073c..fc6e497f9e93 100644 --- a/devel/critcl/Makefile +++ b/devel/critcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= critcl -PORTVERSION= 3.1.18.1 -PORTREVISION= 1 +PORTVERSION= 3.2 +PORTREVISION= 0 CATEGORIES= devel MAINTAINER= tcltk@FreeBSD.org @@ -17,13 +17,13 @@ BROKEN_riscv64= fails to package: callback.so: no such file or directory RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \ ${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib -USES+= tcl +USES+= tcl:86+ USE_GITHUB= yes GH_ACCOUNT= andreas-kupries TEST_TARGET= test -PLIST_SUB+= VER=${PORTVERSION:R} \ +PLIST_SUB+= VER=${PORTVERSION} \ ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/:S/mips64/mips/:C/powerpc64.*/powerpc/} PORTDOCS= * @@ -36,7 +36,7 @@ post-patch: ${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/lib/critcl/Config do-install: - (cd ${WRKSRC} && ${TCLSH} build.tcl install ${STAGEDIR}${PREFIX}/lib) + (cd ${WRKSRC} && ${TCLSH} build.tcl install --prefix ${PREFIX} --exec-prefix ${PREFIX} --dest-dir ${STAGEDIR}) ${INSTALL_MAN} ${WRKSRC}/embedded/man/files/critcl_*.n \ ${STAGEDIR}${MANPREFIX}/man/mann/ diff --git a/devel/critcl/distinfo b/devel/critcl/distinfo index a19682cb7e35..2a0becb1a430 100644 --- a/devel/critcl/distinfo +++ b/devel/critcl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1582104560 -SHA256 (andreas-kupries-critcl-3.1.18.1_GH0.tar.gz) = 51bc4b099ecf59ba3bada874fc8e1611279dfd30ad4d4074257084763c49fd86 -SIZE (andreas-kupries-critcl-3.1.18.1_GH0.tar.gz) = 1825576 +TIMESTAMP = 1673261741 +SHA256 (andreas-kupries-critcl-3.2_GH0.tar.gz) = 20061944e28dda4ab2098b8f77682cab77973f8961f6fa60b95bcc09a546789e +SIZE (andreas-kupries-critcl-3.2_GH0.tar.gz) = 1628898 diff --git a/devel/critcl/files/patch-lib_critcl_critcl.tcl b/devel/critcl/files/patch-lib_critcl_critcl.tcl deleted file mode 100644 index 18ff9f5ac859..000000000000 --- a/devel/critcl/files/patch-lib_critcl_critcl.tcl +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/critcl/critcl.tcl.orig 2020-04-29 08:46:32 UTC -+++ lib/critcl/critcl.tcl -@@ -2754,7 +2754,7 @@ proc ::critcl::setconfig {targetconfig} { - # as well. - - set v::targetplatform $targetconfig -- foreach p {gcc cc_r xlc xlc_r cc cl} { -+ foreach p {gcc cc_r xlc xlc_r cc cl clang([[:digit:]])*} { - if {[regsub -- "-$p\$" $v::targetplatform {} v::targetplatform]} break - } - diff --git a/devel/critcl/pkg-plist b/devel/critcl/pkg-plist index 1b697bc3e503..8b637488db63 100644 --- a/devel/critcl/pkg-plist +++ b/devel/critcl/pkg-plist @@ -13,29 +13,29 @@ lib/critcl-app%%VER%%/tea/configure.in lib/critcl-app%%VER%%/tea/tclconfig/README.txt lib/critcl-app%%VER%%/tea/tclconfig/install-sh lib/critcl-app%%VER%%/tea/tclconfig/tcl.m4 -lib/critcl-bitmap1.0.1/bitmap.tcl -lib/critcl-bitmap1.0.1/pkgIndex.tcl -lib/critcl-class1.1.1/class.h -lib/critcl-class1.1.1/class.tcl -lib/critcl-class1.1.1/pkgIndex.tcl -lib/critcl-cutil0.2/allocs/critcl_alloc.h -lib/critcl-cutil0.2/asserts/critcl_assert.h -lib/critcl-cutil0.2/cutil.tcl -lib/critcl-cutil0.2/pkgIndex.tcl -lib/critcl-cutil0.2/trace/critcl_trace.h -lib/critcl-cutil0.2/trace/trace.c -lib/critcl-emap1.2/emap.tcl -lib/critcl-emap1.2/pkgIndex.tcl -lib/critcl-enum1.1/enum.tcl -lib/critcl-enum1.1/pkgIndex.tcl -lib/critcl-iassoc1.1/iassoc.tcl -lib/critcl-iassoc1.1/pkgIndex.tcl -lib/critcl-literals1.3/literals.tcl -lib/critcl-literals1.3/pkgIndex.tcl -lib/critcl-platform1.0.15/pkgIndex.tcl -lib/critcl-platform1.0.15/platform.tcl -lib/critcl-util1.1/pkgIndex.tcl -lib/critcl-util1.1/util.tcl +lib/critcl-bitmap1.1/bitmap.tcl +lib/critcl-bitmap1.1/pkgIndex.tcl +lib/critcl-class1.2/class.h +lib/critcl-class1.2/class.tcl +lib/critcl-class1.2/pkgIndex.tcl +lib/critcl-cutil0.3/allocs/critcl_alloc.h +lib/critcl-cutil0.3/asserts/critcl_assert.h +lib/critcl-cutil0.3/cutil.tcl +lib/critcl-cutil0.3/pkgIndex.tcl +lib/critcl-cutil0.3/trace/critcl_trace.h +lib/critcl-cutil0.3/trace/trace.c +lib/critcl-emap1.3/emap.tcl +lib/critcl-emap1.3/pkgIndex.tcl +lib/critcl-enum1.2/enum.tcl +lib/critcl-enum1.2/pkgIndex.tcl +lib/critcl-iassoc1.2/iassoc.tcl +lib/critcl-iassoc1.2/pkgIndex.tcl +lib/critcl-literals1.4/literals.tcl +lib/critcl-literals1.4/pkgIndex.tcl +lib/critcl-platform1.1/pkgIndex.tcl +lib/critcl-platform1.1/platform.tcl +lib/critcl-util1.2/pkgIndex.tcl +lib/critcl-util1.2/util.tcl lib/critcl%%VER%%/Config lib/critcl%%VER%%/Config.bak lib/critcl%%VER%%/Config.orig @@ -99,57 +99,53 @@ lib/critcl%%VER%%/critcl_c/tkstubs.c lib/critcl%%VER%%/critcl_c/tkstubs_noconst.c lib/critcl%%VER%%/license.terms lib/critcl%%VER%%/pkgIndex.tcl -lib/critcl_callback1/critcl-rt.tcl -lib/critcl_callback1/freebsd-%%ARCH%%/callback.so -lib/critcl_callback1/license.terms -lib/critcl_callback1/pkgIndex.tcl -lib/critcl_callback1/teapot.txt +lib/critcl_callback1.1/critcl-rt.tcl +lib/critcl_callback1.1/freebsd-%%ARCH%%/callback.so +lib/critcl_callback1.1/license.terms +lib/critcl_callback1.1/pkgIndex.tcl +lib/critcl_callback1.1/teapot.txt lib/critcl_md5c0.12/critcl-rt.tcl lib/critcl_md5c0.12/freebsd-%%ARCH%%/md5c.so lib/critcl_md5c0.12/license.terms lib/critcl_md5c0.12/pkgIndex.tcl lib/critcl_md5c0.12/teapot.txt -lib/dict841/dict.tcl -lib/dict841/pkgIndex.tcl -lib/lassign841.0.1/lassign.tcl -lib/lassign841.0.1/pkgIndex.tcl -lib/lmap841/lmap.tcl -lib/lmap841/pkgIndex.tcl -lib/stubs_container1/container.tcl -lib/stubs_container1/pkgIndex.tcl -lib/stubs_gen_decl1/gen_decl.tcl -lib/stubs_gen_decl1/pkgIndex.tcl -lib/stubs_gen_header1/gen_header.tcl -lib/stubs_gen_header1/pkgIndex.tcl -lib/stubs_gen_init1/gen_init.tcl -lib/stubs_gen_init1/pkgIndex.tcl -lib/stubs_gen_lib1/gen_lib.tcl -lib/stubs_gen_lib1/pkgIndex.tcl -lib/stubs_gen_macro1/gen_macro.tcl -lib/stubs_gen_macro1/pkgIndex.tcl -lib/stubs_gen_slot1/gen_slot.tcl -lib/stubs_gen_slot1/pkgIndex.tcl -lib/stubs_genframe1/genframe.tcl -lib/stubs_genframe1/pkgIndex.tcl -lib/stubs_reader1/pkgIndex.tcl -lib/stubs_reader1/reader.tcl -lib/stubs_writer1/pkgIndex.tcl -lib/stubs_writer1/writer.tcl -man/mann/critcl_app.n.gz -man/mann/critcl_apppkg.n.gz +lib/stubs_container1.1/container.tcl +lib/stubs_container1.1/pkgIndex.tcl +lib/stubs_gen_decl1.1/gen_decl.tcl +lib/stubs_gen_decl1.1/pkgIndex.tcl +lib/stubs_gen_header1.1/gen_header.tcl +lib/stubs_gen_header1.1/pkgIndex.tcl +lib/stubs_gen_init1.1/gen_init.tcl +lib/stubs_gen_init1.1/pkgIndex.tcl +lib/stubs_gen_lib1.1/gen_lib.tcl +lib/stubs_gen_lib1.1/pkgIndex.tcl +lib/stubs_gen_macro1.1/gen_macro.tcl +lib/stubs_gen_macro1.1/pkgIndex.tcl +lib/stubs_gen_slot1.1/gen_slot.tcl +lib/stubs_gen_slot1.1/pkgIndex.tcl +lib/stubs_genframe1.1/genframe.tcl +lib/stubs_genframe1.1/pkgIndex.tcl +lib/stubs_reader1.1/pkgIndex.tcl +lib/stubs_reader1.1/reader.tcl +lib/stubs_writer1.1/pkgIndex.tcl +lib/stubs_writer1.1/writer.tcl +man/mann/critcl_application.n.gz +man/mann/critcl_application_package.n.gz man/mann/critcl_bitmap.n.gz +man/mann/critcl_build.n.gz man/mann/critcl_callback.n.gz +man/mann/critcl_changes.n.gz man/mann/critcl_class.n.gz man/mann/critcl_cproc.n.gz man/mann/critcl_cutil.n.gz man/mann/critcl_devguide.n.gz man/mann/critcl_emap.n.gz man/mann/critcl_enum.n.gz +man/mann/critcl_howto_install.n.gz +man/mann/critcl_howto_sources.n.gz +man/mann/critcl_howto_use.n.gz man/mann/critcl_iassoc.n.gz -man/mann/critcl_installer.n.gz -man/mann/critcl_introduction.n.gz +man/mann/critcl_license.n.gz man/mann/critcl_literals.n.gz -man/mann/critcl_pkg.n.gz -man/mann/critcl_sources.n.gz -man/mann/critcl_usingit.n.gz +man/mann/critcl_package.n.gz man/mann/critcl_util.n.gz diff --git a/devel/fatal/Makefile b/devel/fatal/Makefile index c5a49c7d8a2b..d9b8462970ff 100644 --- a/devel/fatal/Makefile +++ b/devel/fatal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fatal DISTVERSIONPREFIX= v -DISTVERSION= 2023.01.02.00 +DISTVERSION= 2023.01.09.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fatal/distinfo b/devel/fatal/distinfo index cec3bc1b2d06..ed3f5f644d5a 100644 --- a/devel/fatal/distinfo +++ b/devel/fatal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672685887 -SHA256 (facebook-fatal-v2023.01.02.00_GH0.tar.gz) = 2668b5777776f5945086682e600975b7e5733d02698ca8dd4fc0bee793de0333 -SIZE (facebook-fatal-v2023.01.02.00_GH0.tar.gz) = 659041 +TIMESTAMP = 1673298700 +SHA256 (facebook-fatal-v2023.01.09.00_GH0.tar.gz) = ca67b413ee59ec2d2c5d231df616084cb19743300ff8d7a714a014cfc451ecad +SIZE (facebook-fatal-v2023.01.09.00_GH0.tar.gz) = 659047 diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index ee7b071dd513..0b7b0706ee51 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2023.01.02.00 +DISTVERSION= 2023.01.09.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= range-v3>0:devel/range-v3 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libbzip2.so:misc/vxl \ libdouble-conversion.so:devel/double-conversion \ libevent.so:devel/libevent \ libfizz.so:security/fizz \ diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index d6f69b444621..d3ebf379874d 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672685885 -SHA256 (facebook-fbthrift-v2023.01.02.00_GH0.tar.gz) = fa8df52262268e97cbc349b18ad686bec2ecb56ceb3774e2475f947adea41178 -SIZE (facebook-fbthrift-v2023.01.02.00_GH0.tar.gz) = 13030336 +TIMESTAMP = 1673298697 +SHA256 (facebook-fbthrift-v2023.01.09.00_GH0.tar.gz) = 61664fbf5e886186c097f10b8dae12b643d392ed89c56f099ea38f8083c807b5 +SIZE (facebook-fbthrift-v2023.01.09.00_GH0.tar.gz) = 13018162 diff --git a/devel/fbthrift/pkg-plist b/devel/fbthrift/pkg-plist index fdefaadeea51..4517fdb3ac3e 100644 --- a/devel/fbthrift/pkg-plist +++ b/devel/fbthrift/pkg-plist @@ -241,6 +241,7 @@ include/thrift/lib/cpp2/async/RetryingRequestChannel.h include/thrift/lib/cpp2/async/RocketClientChannel.h include/thrift/lib/cpp2/async/RpcOptions.h include/thrift/lib/cpp2/async/RpcTypes.h +include/thrift/lib/cpp2/async/SchemaV1.h include/thrift/lib/cpp2/async/ServerChannel.h include/thrift/lib/cpp2/async/ServerGeneratorStream-inl.h include/thrift/lib/cpp2/async/ServerGeneratorStream.h diff --git a/devel/folly/Makefile b/devel/folly/Makefile index ad7cc2abe43e..235bb79a02c1 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,6 +1,6 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2023.01.02.00 +DISTVERSION= 2023.01.09.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/distinfo b/devel/folly/distinfo index 431f07a0b06e..d22843c5a13f 100644 --- a/devel/folly/distinfo +++ b/devel/folly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672685879 -SHA256 (facebook-folly-v2023.01.02.00_GH0.tar.gz) = 3d9798dae415ac2beb437f7a1054dcf4e3de9f2c100bb55a486a147a8978bf74 -SIZE (facebook-folly-v2023.01.02.00_GH0.tar.gz) = 3766184 +TIMESTAMP = 1673298690 +SHA256 (facebook-folly-v2023.01.09.00_GH0.tar.gz) = 3c3237f14f38fda2b24a495b73c9ae8fd29c54d1ba7ee3636471dc9dc32f638f +SIZE (facebook-folly-v2023.01.09.00_GH0.tar.gz) = 3777908 diff --git a/devel/folly/pkg-plist b/devel/folly/pkg-plist index 6fa0c33a6adf..b91f9d12abf6 100644 --- a/devel/folly/pkg-plist +++ b/devel/folly/pkg-plist @@ -390,6 +390,7 @@ include/folly/experimental/io/AsyncIoUringSocketFactory.h include/folly/experimental/io/FsUtil.h include/folly/experimental/io/HugePages.h include/folly/experimental/io/IoUring.h +include/folly/experimental/io/IoUringBase.h include/folly/experimental/io/IoUringBackend.h include/folly/experimental/io/IoUringEvent.h include/folly/experimental/io/IoUringEventBaseLocal.h @@ -464,6 +465,7 @@ include/folly/fibers/TimedMutex.h include/folly/fibers/WhenN-inl.h include/folly/fibers/WhenN.h include/folly/fibers/async/Async.h +include/folly/fibers/async/AsyncStack.h include/folly/fibers/async/Baton.h include/folly/fibers/async/Collect-inl.h include/folly/fibers/async/Collect.h diff --git a/devel/ftxui/Makefile b/devel/ftxui/Makefile new file mode 100644 index 000000000000..f3583b07b65e --- /dev/null +++ b/devel/ftxui/Makefile @@ -0,0 +1,27 @@ +PORTNAME= ftxui +DISTVERSIONPREFIX= v +DISTVERSION= 3.0.0-69 +DISTVERSIONSUFFIX= -g90dfcee +CATEGORIES= devel science + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ Functional Terminal User Interface library +WWW= https://github.com/ArthurSonzogni/FTXUI + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:testing compiler:c++17-lang +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= ArthurSonzogni +GH_PROJECT= FTXUI + +CMAKE_OFF= FTXUI_BUILD_DOCS FTXUI_BUILD_EXAMPLES FTXUI_BUILD_TESTS +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_TESTING_ON= FTXUI_BUILD_TESTS + +# tests fail to build, see https://github.com/ArthurSonzogni/FTXUI/issues/551 + +.include diff --git a/devel/ftxui/distinfo b/devel/ftxui/distinfo new file mode 100644 index 000000000000..50c875a867aa --- /dev/null +++ b/devel/ftxui/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1673338251 +SHA256 (ArthurSonzogni-FTXUI-v3.0.0-69-g90dfcee_GH0.tar.gz) = e52a5217715dd13df1be7638be5820f3429813ab9ef07c7440297ab7d9ab3f37 +SIZE (ArthurSonzogni-FTXUI-v3.0.0-69-g90dfcee_GH0.tar.gz) = 1147107 diff --git a/devel/ftxui/pkg-descr b/devel/ftxui/pkg-descr new file mode 100644 index 000000000000..76144e997aec --- /dev/null +++ b/devel/ftxui/pkg-descr @@ -0,0 +1,15 @@ +FTXUI is a simple C++ library for terminal based user interfaces. + +Feature: +* Functional style. Inspired by [1] and React +* Simple and elegant syntax (in my opinion) +* Keyboard & mouse navigation. +* Support for UTF8 and fullwidth chars +* Support for animations. Demo 1, Demo 2 +* Support for drawing. Demo +* No dependencies +* Cross platform: Linux/MacOS (main target), WebAssembly, Windows +* Learn by examples, and tutorials +* Multiple packages: CMake FetchContent (preferred), vcpkg, pkgbuild, conan. +* Good practises: documentation, tests, fuzzers, performance tests, automated + CI, automated packaging, etc diff --git a/devel/ftxui/pkg-plist b/devel/ftxui/pkg-plist new file mode 100644 index 000000000000..1b8c0a77abed --- /dev/null +++ b/devel/ftxui/pkg-plist @@ -0,0 +1,37 @@ +include/ftxui/component/animation.hpp +include/ftxui/component/captured_mouse.hpp +include/ftxui/component/component.hpp +include/ftxui/component/component_base.hpp +include/ftxui/component/component_options.hpp +include/ftxui/component/event.hpp +include/ftxui/component/loop.hpp +include/ftxui/component/mouse.hpp +include/ftxui/component/receiver.hpp +include/ftxui/component/screen_interactive.hpp +include/ftxui/component/task.hpp +include/ftxui/dom/canvas.hpp +include/ftxui/dom/deprecated.hpp +include/ftxui/dom/elements.hpp +include/ftxui/dom/flexbox_config.hpp +include/ftxui/dom/node.hpp +include/ftxui/dom/requirement.hpp +include/ftxui/dom/table.hpp +include/ftxui/dom/take_any_args.hpp +include/ftxui/screen/box.hpp +include/ftxui/screen/color.hpp +include/ftxui/screen/color_info.hpp +include/ftxui/screen/deprecated.hpp +include/ftxui/screen/screen.hpp +include/ftxui/screen/string.hpp +include/ftxui/screen/terminal.hpp +include/ftxui/util/autoreset.hpp +include/ftxui/util/ref.hpp +lib/cmake/ftxui/ftxui-config-version-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/ftxui/ftxui-config-version.cmake +lib/cmake/ftxui/ftxui-config.cmake +lib/libftxui-component.so +lib/libftxui-component.so.3.0.0 +lib/libftxui-dom.so +lib/libftxui-dom.so.3.0.0 +lib/libftxui-screen.so +lib/libftxui-screen.so.3.0.0 diff --git a/devel/git-cliff/Makefile b/devel/git-cliff/Makefile index 53361fab7bdf..9b2e790c75db 100644 --- a/devel/git-cliff/Makefile +++ b/devel/git-cliff/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-cliff DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0 +DISTVERSION= 1.1.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -40,7 +40,7 @@ CARGO_CRATES= adler-1.0.2 \ clap_lex-0.2.4 \ clap_mangen-0.1.11 \ codespan-reporting-0.11.1 \ - config-0.13.2 \ + config-0.13.3 \ core-foundation-sys-0.8.3 \ cpufeatures-0.2.5 \ crc32fast-1.3.2 \ @@ -67,7 +67,7 @@ CARGO_CRATES= adler-1.0.2 \ form_urlencoded-1.1.0 \ generic-array-0.14.6 \ getrandom-0.2.8 \ - git-conventional-0.12.0 \ + git-conventional-0.12.1 \ git2-0.15.0 \ glob-0.3.0 \ globset-0.4.9 \ @@ -86,8 +86,8 @@ CARGO_CRATES= adler-1.0.2 \ itoa-1.0.4 \ jobserver-0.1.25 \ js-sys-0.3.60 \ - lazy-regex-2.3.1 \ - lazy-regex-proc_macros-2.3.1 \ + lazy-regex-2.4.1 \ + lazy-regex-proc_macros-2.4.1 \ lazy_static-1.4.0 \ libc-0.2.137 \ libgit2-sys-0.14.0+1.5.0 \ @@ -102,7 +102,7 @@ CARGO_CRATES= adler-1.0.2 \ nom-7.1.1 \ num-integer-0.1.45 \ num-traits-0.2.15 \ - once_cell-1.16.0 \ + once_cell-1.17.0 \ os_str_bytes-6.4.0 \ output_vt100-0.1.3 \ parse-zoneinfo-0.3.0 \ @@ -144,9 +144,9 @@ CARGO_CRATES= adler-1.0.2 \ scratch-1.0.2 \ sct-0.7.0 \ semver-1.0.14 \ - serde-1.0.147 \ - serde_derive-1.0.147 \ - serde_json-1.0.88 \ + serde-1.0.152 \ + serde_derive-1.0.152 \ + serde_json-1.0.91 \ serde_regex-1.1.0 \ sha1-0.10.5 \ sha2-0.10.6 \ @@ -154,17 +154,17 @@ CARGO_CRATES= adler-1.0.2 \ slug-0.1.4 \ spin-0.5.2 \ strsim-0.10.0 \ - syn-1.0.103 \ + syn-1.0.107 \ tera-1.17.1 \ termcolor-1.1.3 \ terminal_size-0.2.2 \ textwrap-0.16.0 \ - thiserror-1.0.37 \ - thiserror-impl-1.0.37 \ + thiserror-1.0.38 \ + thiserror-impl-1.0.38 \ thread_local-1.1.4 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.0 \ - toml-0.5.9 \ + toml-0.5.10 \ typenum-1.15.0 \ ucd-trie-0.1.5 \ uncased-0.9.7 \ @@ -180,7 +180,7 @@ CARGO_CRATES= adler-1.0.2 \ unicode-normalization-0.1.22 \ unicode-width-0.1.10 \ untrusted-0.7.1 \ - update-informer-0.5.0 \ + update-informer-0.6.0 \ ureq-2.5.0 \ url-2.3.1 \ vcpkg-0.2.15 \ diff --git a/devel/git-cliff/distinfo b/devel/git-cliff/distinfo index 00808480b555..c8d649bde1d9 100644 --- a/devel/git-cliff/distinfo +++ b/devel/git-cliff/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1673177269 +TIMESTAMP = 1673315107 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/aho-corasick-0.7.19.crate) = b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e @@ -45,8 +45,8 @@ SHA256 (rust/crates/clap_mangen-0.1.11.crate) = 105180c05a72388d5f5e4e4f6c79eecb SIZE (rust/crates/clap_mangen-0.1.11.crate) = 13993 SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 -SHA256 (rust/crates/config-0.13.2.crate) = 11f1667b8320afa80d69d8bbe40830df2c8a06003d86f73d8e003b2c48df416d -SIZE (rust/crates/config-0.13.2.crate) = 65937 +SHA256 (rust/crates/config-0.13.3.crate) = d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7 +SIZE (rust/crates/config-0.13.3.crate) = 67180 SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519 SHA256 (rust/crates/cpufeatures-0.2.5.crate) = 28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320 @@ -99,8 +99,8 @@ SHA256 (rust/crates/generic-array-0.14.6.crate) = bff49e947297f3312447abdca79f45 SIZE (rust/crates/generic-array-0.14.6.crate) = 15889 SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31 SIZE (rust/crates/getrandom-0.2.8.crate) = 30553 -SHA256 (rust/crates/git-conventional-0.12.0.crate) = 46fafd6f99ae00698345d947293759d48d487f3ce8bdd3a686b097fa7a0ce9a0 -SIZE (rust/crates/git-conventional-0.12.0.crate) = 14839 +SHA256 (rust/crates/git-conventional-0.12.1.crate) = c2033e90bdceee1540826d126c95461a90b9411624f110feab6fcd5149790231 +SIZE (rust/crates/git-conventional-0.12.1.crate) = 15266 SHA256 (rust/crates/git2-0.15.0.crate) = 2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1 SIZE (rust/crates/git2-0.15.0.crate) = 198983 SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 @@ -137,10 +137,10 @@ SHA256 (rust/crates/jobserver-0.1.25.crate) = 068b1ee6743e4d11fb9c6a1e6064b3693a SIZE (rust/crates/jobserver-0.1.25.crate) = 21888 SHA256 (rust/crates/js-sys-0.3.60.crate) = 49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47 SIZE (rust/crates/js-sys-0.3.60.crate) = 79257 -SHA256 (rust/crates/lazy-regex-2.3.1.crate) = ae9656bf98b413727b974a451039bc00ce546c3de9440cb4a7b65222b71e17cc -SIZE (rust/crates/lazy-regex-2.3.1.crate) = 4484 -SHA256 (rust/crates/lazy-regex-proc_macros-2.3.1.crate) = da3c3042a5f73640f091fda4175798f2b51c2107deeab18e3017873a4772dd36 -SIZE (rust/crates/lazy-regex-proc_macros-2.3.1.crate) = 3969 +SHA256 (rust/crates/lazy-regex-2.4.1.crate) = a505da2f89befd87ab425d252795f0f285e100b43e7d22d29528df3d9a576793 +SIZE (rust/crates/lazy-regex-2.4.1.crate) = 4645 +SHA256 (rust/crates/lazy-regex-proc_macros-2.4.1.crate) = 8edfc11b8f56ce85e207e62ea21557cfa09bb24a8f6b04ae181b086ff8611c22 +SIZE (rust/crates/lazy-regex-proc_macros-2.4.1.crate) = 3967 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/libc-0.2.137.crate) = fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89 @@ -169,8 +169,8 @@ SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2 SIZE (rust/crates/num-integer-0.1.45.crate) = 22529 SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 -SHA256 (rust/crates/once_cell-1.16.0.crate) = 86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860 -SIZE (rust/crates/once_cell-1.16.0.crate) = 32120 +SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66 +SIZE (rust/crates/once_cell-1.17.0.crate) = 32736 SHA256 (rust/crates/os_str_bytes-6.4.0.crate) = 7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e SIZE (rust/crates/os_str_bytes-6.4.0.crate) = 23104 SHA256 (rust/crates/output_vt100-0.1.3.crate) = 628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66 @@ -253,12 +253,12 @@ SHA256 (rust/crates/sct-0.7.0.crate) = d53dcdb7c9f8158937a7981b48accfd39a43af418 SIZE (rust/crates/sct-0.7.0.crate) = 27502 SHA256 (rust/crates/semver-1.0.14.crate) = e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4 SIZE (rust/crates/semver-1.0.14.crate) = 29813 -SHA256 (rust/crates/serde-1.0.147.crate) = d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965 -SIZE (rust/crates/serde-1.0.147.crate) = 76697 -SHA256 (rust/crates/serde_derive-1.0.147.crate) = 4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852 -SIZE (rust/crates/serde_derive-1.0.147.crate) = 54861 -SHA256 (rust/crates/serde_json-1.0.88.crate) = 8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7 -SIZE (rust/crates/serde_json-1.0.88.crate) = 144528 +SHA256 (rust/crates/serde-1.0.152.crate) = bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb +SIZE (rust/crates/serde-1.0.152.crate) = 77091 +SHA256 (rust/crates/serde_derive-1.0.152.crate) = af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e +SIZE (rust/crates/serde_derive-1.0.152.crate) = 55586 +SHA256 (rust/crates/serde_json-1.0.91.crate) = 877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883 +SIZE (rust/crates/serde_json-1.0.91.crate) = 144654 SHA256 (rust/crates/serde_regex-1.1.0.crate) = a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf SIZE (rust/crates/serde_regex-1.1.0.crate) = 9710 SHA256 (rust/crates/sha1-0.10.5.crate) = f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3 @@ -273,8 +273,8 @@ SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613 SIZE (rust/crates/spin-0.5.2.crate) = 12004 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/syn-1.0.103.crate) = a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d -SIZE (rust/crates/syn-1.0.103.crate) = 236495 +SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5 +SIZE (rust/crates/syn-1.0.107.crate) = 237539 SHA256 (rust/crates/tera-1.17.1.crate) = 3df578c295f9ec044ff1c829daf31bb7581d5b3c2a7a3d87419afe1f2531438c SIZE (rust/crates/tera-1.17.1.crate) = 98201 SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 @@ -283,18 +283,18 @@ SHA256 (rust/crates/terminal_size-0.2.2.crate) = 40ca90c434fd12083d1a6bdcbe9f92a SIZE (rust/crates/terminal_size-0.2.2.crate) = 10146 SHA256 (rust/crates/textwrap-0.16.0.crate) = 222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d SIZE (rust/crates/textwrap-0.16.0.crate) = 53722 -SHA256 (rust/crates/thiserror-1.0.37.crate) = 10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e -SIZE (rust/crates/thiserror-1.0.37.crate) = 18752 -SHA256 (rust/crates/thiserror-impl-1.0.37.crate) = 982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb -SIZE (rust/crates/thiserror-impl-1.0.37.crate) = 15428 +SHA256 (rust/crates/thiserror-1.0.38.crate) = 6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0 +SIZE (rust/crates/thiserror-1.0.38.crate) = 18947 +SHA256 (rust/crates/thiserror-impl-1.0.38.crate) = 1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f +SIZE (rust/crates/thiserror-impl-1.0.38.crate) = 15429 SHA256 (rust/crates/thread_local-1.1.4.crate) = 5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180 SIZE (rust/crates/thread_local-1.1.4.crate) = 13106 SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 -SHA256 (rust/crates/toml-0.5.9.crate) = 8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7 -SIZE (rust/crates/toml-0.5.9.crate) = 55667 +SHA256 (rust/crates/toml-0.5.10.crate) = 1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f +SIZE (rust/crates/toml-0.5.10.crate) = 55193 SHA256 (rust/crates/typenum-1.15.0.crate) = dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987 SIZE (rust/crates/typenum-1.15.0.crate) = 40741 SHA256 (rust/crates/ucd-trie-0.1.5.crate) = 9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81 @@ -325,8 +325,8 @@ SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dab SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a SIZE (rust/crates/untrusted-0.7.1.crate) = 7924 -SHA256 (rust/crates/update-informer-0.5.0.crate) = f154aee470c0882ea0f3b1cc2a46c5f4d24f282655f7b0cec065614fe24c447f -SIZE (rust/crates/update-informer-0.5.0.crate) = 18510 +SHA256 (rust/crates/update-informer-0.6.0.crate) = 152ff185ca29f7f487c51ca785b0f1d85970c4581f4cdd12ed499227890200f5 +SIZE (rust/crates/update-informer-0.6.0.crate) = 15160 SHA256 (rust/crates/ureq-2.5.0.crate) = b97acb4c28a254fd7a4aeec976c46a7fa404eac4d7c134b30c75144846d7cb8f SIZE (rust/crates/ureq-2.5.0.crate) = 98026 SHA256 (rust/crates/url-2.3.1.crate) = 0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643 @@ -383,5 +383,5 @@ SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 -SHA256 (orhun-git-cliff-v1.0.0_GH0.tar.gz) = 57321d1b1787f601b76347bcc981fbaf7d6a923a6fc1191a5360b6d72079186d -SIZE (orhun-git-cliff-v1.0.0_GH0.tar.gz) = 73952 +SHA256 (orhun-git-cliff-v1.1.0_GH0.tar.gz) = 6a59923f76a636094c7ae6849dcac444e815af4c876745ae251a499e99b58acb +SIZE (orhun-git-cliff-v1.1.0_GH0.tar.gz) = 74660 diff --git a/devel/gitoxide/Makefile b/devel/gitoxide/Makefile index 95f63df77645..45d41194d281 100644 --- a/devel/gitoxide/Makefile +++ b/devel/gitoxide/Makefile @@ -1,7 +1,6 @@ PORTNAME= gitoxide -DISTVERSIONPREFIX= v -DISTVERSION= 0.20.0 -PORTREVISION= 1 +DISTVERSIONPREFIX= git-repository-v +DISTVERSION= 0.32.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -25,8 +24,8 @@ CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.20 \ anes-0.1.6 \ ansi_term-0.12.1 \ - anyhow-1.0.66 \ - arc-swap-1.5.1 \ + anyhow-1.0.68 \ + arc-swap-1.6.0 \ arrayvec-0.7.2 \ async-attributes-1.1.2 \ async-channel-1.8.0 \ @@ -37,7 +36,7 @@ CARGO_CRATES= adler-1.0.2 \ async-net-1.7.0 \ async-std-1.12.0 \ async-task-4.3.0 \ - async-trait-0.1.59 \ + async-trait-0.1.60 \ atoi-2.0.0 \ atomic-waker-1.0.0 \ atty-0.2.14 \ @@ -46,7 +45,7 @@ CARGO_CRATES= adler-1.0.2 \ bitflags-1.3.2 \ block-buffer-0.10.3 \ blocking-1.3.0 \ - bstr-1.0.1 \ + bstr-1.1.0 \ btoi-0.4.2 \ bumpalo-3.11.1 \ bytecount-0.6.3 \ @@ -59,7 +58,7 @@ CARGO_CRATES= adler-1.0.2 \ cassowary-0.3.0 \ cast-0.3.0 \ castaway-0.2.2 \ - cc-1.0.77 \ + cc-1.0.78 \ cfg-if-1.0.0 \ ciborium-0.2.0 \ ciborium-io-0.2.0 \ @@ -73,7 +72,7 @@ CARGO_CRATES= adler-1.0.2 \ compact_str-0.6.1 \ concurrent-queue-2.0.0 \ conpty-0.3.0 \ - console-0.15.2 \ + console-0.15.3 \ core-foundation-0.9.3 \ core-foundation-sys-0.8.3 \ cpufeatures-0.2.5 \ @@ -104,7 +103,7 @@ CARGO_CRATES= adler-1.0.2 \ dirs-4.0.0 \ dirs-sys-0.3.7 \ doc-comment-0.3.3 \ - document-features-0.2.6 \ + document-features-0.2.7 \ either-1.8.0 \ encode_unicode-0.3.6 \ encoding_rs-0.8.31 \ @@ -136,7 +135,7 @@ CARGO_CRATES= adler-1.0.2 \ generic-array-0.14.6 \ getopts-0.2.21 \ getrandom-0.2.8 \ - git-conventional-0.12.0 \ + git-conventional-0.12.1 \ git2-0.15.0 \ gloo-timers-0.2.5 \ h2-0.3.15 \ @@ -168,21 +167,21 @@ CARGO_CRATES= adler-1.0.2 \ io-lifetimes-1.0.3 \ ipconfig-0.3.1 \ ipnet-2.7.0 \ - is-terminal-0.4.1 \ + is-terminal-0.4.2 \ is_ci-1.1.1 \ itertools-0.10.5 \ - itoa-1.0.4 \ + itoa-1.0.5 \ jobserver-0.1.25 \ js-sys-0.3.60 \ jwalk-0.8.1 \ kv-log-macro-1.0.7 \ lazy_static-1.4.0 \ - libc-0.2.138 \ + libc-0.2.139 \ libgit2-sys-0.14.0+1.5.0 \ libz-ng-sys-1.1.8 \ libz-sys-1.1.8 \ linked-hash-map-0.5.6 \ - linux-raw-sys-0.1.3 \ + linux-raw-sys-0.1.4 \ litrs-0.2.3 \ lock_api-0.4.9 \ log-0.4.17 \ @@ -207,14 +206,14 @@ CARGO_CRATES= adler-1.0.2 \ nix-0.26.1 \ nom-7.1.1 \ num-traits-0.2.15 \ - num_cpus-1.14.0 \ + num_cpus-1.15.0 \ num_threads-0.1.6 \ - once_cell-1.16.0 \ + once_cell-1.17.0 \ oorandom-11.1.3 \ - openssl-0.10.44 \ + openssl-0.10.45 \ openssl-macros-0.1.0 \ openssl-probe-0.1.5 \ - openssl-sys-0.9.79 \ + openssl-sys-0.9.80 \ os_str_bytes-6.4.1 \ output_vt100-0.1.3 \ owo-colors-3.5.0 \ @@ -236,13 +235,13 @@ CARGO_CRATES= adler-1.0.2 \ pretty_assertions-1.3.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.47 \ - prodash-22.1.0 \ + proc-macro2-1.0.49 \ + prodash-23.0.0 \ ptyprocess-0.3.0 \ pulldown-cmark-0.9.2 \ quick-error-1.2.3 \ quick-error-2.0.1 \ - quote-1.0.21 \ + quote-1.0.23 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -258,21 +257,21 @@ CARGO_CRATES= adler-1.0.2 \ resolv-conf-0.7.0 \ ring-0.16.20 \ rustc-hash-1.1.0 \ - rustix-0.36.5 \ + rustix-0.36.6 \ rustls-0.20.7 \ rustls-pemfile-1.0.1 \ - rustversion-1.0.9 \ - ryu-1.0.11 \ + rustversion-1.0.11 \ + ryu-1.0.12 \ same-file-1.0.6 \ schannel-0.1.20 \ scopeguard-1.1.0 \ sct-0.7.0 \ security-framework-2.7.0 \ security-framework-sys-2.6.1 \ - semver-1.0.14 \ - serde-1.0.150 \ - serde_derive-1.0.150 \ - serde_json-1.0.89 \ + semver-1.0.16 \ + serde-1.0.152 \ + serde_derive-1.0.152 \ + serde_json-1.0.91 \ serde_urlencoded-0.7.1 \ serial_test-0.9.0 \ serial_test_derive-0.9.0 \ @@ -291,15 +290,14 @@ CARGO_CRATES= adler-1.0.2 \ static_assertions-1.1.0 \ strsim-0.10.0 \ symlink-0.1.0 \ - syn-1.0.105 \ + syn-1.0.107 \ tabled-0.8.0 \ tar-0.4.38 \ tempfile-3.3.0 \ termcolor-1.1.3 \ - terminal_size-0.1.17 \ textwrap-0.16.0 \ - thiserror-1.0.37 \ - thiserror-impl-1.0.37 \ + thiserror-1.0.38 \ + thiserror-impl-1.0.38 \ time-0.3.17 \ time-core-0.1.0 \ time-macros-0.2.6 \ @@ -310,7 +308,7 @@ CARGO_CRATES= adler-1.0.2 \ tokio-native-tls-0.3.0 \ tokio-rustls-0.23.4 \ tokio-util-0.7.4 \ - toml-0.5.9 \ + toml-0.5.10 \ toml_edit-0.14.4 \ tower-service-0.3.2 \ tracing-0.1.37 \ @@ -326,7 +324,7 @@ CARGO_CRATES= adler-1.0.2 \ unicase-2.6.0 \ unicode-bidi-0.3.8 \ unicode-bom-1.1.4 \ - unicode-ident-1.0.5 \ + unicode-ident-1.0.6 \ unicode-normalization-0.1.22 \ unicode-segmentation-1.10.0 \ unicode-width-0.1.10 \ diff --git a/devel/gitoxide/distinfo b/devel/gitoxide/distinfo index 340ca300c67b..9c5be186e504 100644 --- a/devel/gitoxide/distinfo +++ b/devel/gitoxide/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1673002592 +TIMESTAMP = 1673332790 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/ahash-0.8.2.crate) = bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107 @@ -9,10 +9,10 @@ SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd SIZE (rust/crates/anes-0.1.6.crate) = 23857 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 -SHA256 (rust/crates/anyhow-1.0.66.crate) = 216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6 -SIZE (rust/crates/anyhow-1.0.66.crate) = 43770 -SHA256 (rust/crates/arc-swap-1.5.1.crate) = 983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164 -SIZE (rust/crates/arc-swap-1.5.1.crate) = 66157 +SHA256 (rust/crates/anyhow-1.0.68.crate) = 2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61 +SIZE (rust/crates/anyhow-1.0.68.crate) = 43882 +SHA256 (rust/crates/arc-swap-1.6.0.crate) = bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6 +SIZE (rust/crates/arc-swap-1.6.0.crate) = 67342 SHA256 (rust/crates/arrayvec-0.7.2.crate) = 8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6 SIZE (rust/crates/arrayvec-0.7.2.crate) = 29341 SHA256 (rust/crates/async-attributes-1.1.2.crate) = a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5 @@ -33,8 +33,8 @@ SHA256 (rust/crates/async-std-1.12.0.crate) = 62565bb4402e926b29953c785397c6dc03 SIZE (rust/crates/async-std-1.12.0.crate) = 215080 SHA256 (rust/crates/async-task-4.3.0.crate) = 7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524 SIZE (rust/crates/async-task-4.3.0.crate) = 29544 -SHA256 (rust/crates/async-trait-0.1.59.crate) = 31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364 -SIZE (rust/crates/async-trait-0.1.59.crate) = 27349 +SHA256 (rust/crates/async-trait-0.1.60.crate) = 677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3 +SIZE (rust/crates/async-trait-0.1.60.crate) = 27374 SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 SIZE (rust/crates/atoi-2.0.0.crate) = 7785 SHA256 (rust/crates/atomic-waker-1.0.0.crate) = 065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a @@ -51,8 +51,8 @@ SHA256 (rust/crates/block-buffer-0.10.3.crate) = 69cce20737498f97b993470a6e536b8 SIZE (rust/crates/block-buffer-0.10.3.crate) = 10465 SHA256 (rust/crates/blocking-1.3.0.crate) = 3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8 SIZE (rust/crates/blocking-1.3.0.crate) = 18687 -SHA256 (rust/crates/bstr-1.0.1.crate) = fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd -SIZE (rust/crates/bstr-1.0.1.crate) = 340636 +SHA256 (rust/crates/bstr-1.1.0.crate) = b45ea9b00a7b3f2988e9a65ad3917e62123c38dba709b666506207be96d1790b +SIZE (rust/crates/bstr-1.1.0.crate) = 340878 SHA256 (rust/crates/btoi-0.4.2.crate) = 97c0869a9faa81f8bbf8102371105d6d0a7b79167a04c340b04ab16892246a11 SIZE (rust/crates/btoi-0.4.2.crate) = 9580 SHA256 (rust/crates/bumpalo-3.11.1.crate) = 572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba @@ -77,8 +77,8 @@ SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2 SIZE (rust/crates/cast-0.3.0.crate) = 11452 SHA256 (rust/crates/castaway-0.2.2.crate) = 8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc SIZE (rust/crates/castaway-0.2.2.crate) = 11091 -SHA256 (rust/crates/cc-1.0.77.crate) = e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4 -SIZE (rust/crates/cc-1.0.77.crate) = 60723 +SHA256 (rust/crates/cc-1.0.78.crate) = a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d +SIZE (rust/crates/cc-1.0.78.crate) = 61375 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/ciborium-0.2.0.crate) = b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f @@ -105,8 +105,8 @@ SHA256 (rust/crates/concurrent-queue-2.0.0.crate) = bd7bef69dc86e3c610e4e7aed410 SIZE (rust/crates/concurrent-queue-2.0.0.crate) = 19465 SHA256 (rust/crates/conpty-0.3.0.crate) = 977baae4026273d7f9bb69a0a8eb4aed7ab9dac98799f742dce09173a9734754 SIZE (rust/crates/conpty-0.3.0.crate) = 13168 -SHA256 (rust/crates/console-0.15.2.crate) = c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c -SIZE (rust/crates/console-0.15.2.crate) = 31576 +SHA256 (rust/crates/console-0.15.3.crate) = 5556015fe3aad8b968e5d4124980fbe2f6aaee7aeec6b749de1faaa2ca5d0a4c +SIZE (rust/crates/console-0.15.3.crate) = 34188 SHA256 (rust/crates/core-foundation-0.9.3.crate) = 194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146 SIZE (rust/crates/core-foundation-0.9.3.crate) = 27059 SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc @@ -167,8 +167,8 @@ SHA256 (rust/crates/dirs-sys-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d4 SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597 SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 -SHA256 (rust/crates/document-features-0.2.6.crate) = c3267e1ade4f1f6ddd35fed44a04b6514e244ffeda90c6a14a9ee30f9c9fd7a1 -SIZE (rust/crates/document-features-0.2.6.crate) = 12869 +SHA256 (rust/crates/document-features-0.2.7.crate) = e493c573fce17f00dcab13b6ac057994f3ce17d1af4dc39bfd482b83c6eb6157 +SIZE (rust/crates/document-features-0.2.7.crate) = 12872 SHA256 (rust/crates/either-1.8.0.crate) = 90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797 SIZE (rust/crates/either-1.8.0.crate) = 15992 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f @@ -231,8 +231,8 @@ SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce8 SIZE (rust/crates/getopts-0.2.21.crate) = 18457 SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31 SIZE (rust/crates/getrandom-0.2.8.crate) = 30553 -SHA256 (rust/crates/git-conventional-0.12.0.crate) = 46fafd6f99ae00698345d947293759d48d487f3ce8bdd3a686b097fa7a0ce9a0 -SIZE (rust/crates/git-conventional-0.12.0.crate) = 14839 +SHA256 (rust/crates/git-conventional-0.12.1.crate) = c2033e90bdceee1540826d126c95461a90b9411624f110feab6fcd5149790231 +SIZE (rust/crates/git-conventional-0.12.1.crate) = 15266 SHA256 (rust/crates/git2-0.15.0.crate) = 2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1 SIZE (rust/crates/git2-0.15.0.crate) = 198983 SHA256 (rust/crates/gloo-timers-0.2.5.crate) = 98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b @@ -295,14 +295,14 @@ SHA256 (rust/crates/ipconfig-0.3.1.crate) = bd302af1b90f2463a98fa5ad469fc212c8e3 SIZE (rust/crates/ipconfig-0.3.1.crate) = 23904 SHA256 (rust/crates/ipnet-2.7.0.crate) = 11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e SIZE (rust/crates/ipnet-2.7.0.crate) = 26918 -SHA256 (rust/crates/is-terminal-0.4.1.crate) = 927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330 -SIZE (rust/crates/is-terminal-0.4.1.crate) = 6892 +SHA256 (rust/crates/is-terminal-0.4.2.crate) = 28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189 +SIZE (rust/crates/is-terminal-0.4.2.crate) = 7577 SHA256 (rust/crates/is_ci-1.1.1.crate) = 616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb SIZE (rust/crates/is_ci-1.1.1.crate) = 4143 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 -SHA256 (rust/crates/itoa-1.0.4.crate) = 4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc -SIZE (rust/crates/itoa-1.0.4.crate) = 10601 +SHA256 (rust/crates/itoa-1.0.5.crate) = fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440 +SIZE (rust/crates/itoa-1.0.5.crate) = 10622 SHA256 (rust/crates/jobserver-0.1.25.crate) = 068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b SIZE (rust/crates/jobserver-0.1.25.crate) = 21888 SHA256 (rust/crates/js-sys-0.3.60.crate) = 49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47 @@ -313,8 +313,8 @@ SHA256 (rust/crates/kv-log-macro-1.0.7.crate) = 0de8b303297635ad57c9f5059fd9cee7 SIZE (rust/crates/kv-log-macro-1.0.7.crate) = 16842 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.138.crate) = db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8 -SIZE (rust/crates/libc-0.2.138.crate) = 609081 +SHA256 (rust/crates/libc-0.2.139.crate) = 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79 +SIZE (rust/crates/libc-0.2.139.crate) = 638983 SHA256 (rust/crates/libgit2-sys-0.14.0+1.5.0.crate) = 47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b SIZE (rust/crates/libgit2-sys-0.14.0+1.5.0.crate) = 1740370 SHA256 (rust/crates/libz-ng-sys-1.1.8.crate) = 4399ae96a9966bf581e726de86969f803a81b7ce795fcd5480e640589457e0f2 @@ -323,8 +323,8 @@ SHA256 (rust/crates/libz-sys-1.1.8.crate) = 9702761c3935f8cc2f101793272e202c72b9 SIZE (rust/crates/libz-sys-1.1.8.crate) = 2481844 SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 -SHA256 (rust/crates/linux-raw-sys-0.1.3.crate) = 8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f -SIZE (rust/crates/linux-raw-sys-0.1.3.crate) = 878488 +SHA256 (rust/crates/linux-raw-sys-0.1.4.crate) = f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4 +SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981 SHA256 (rust/crates/litrs-0.2.3.crate) = f9275e0933cf8bb20f008924c0cb07a0692fe54d8064996520bf998de9eb79aa SIZE (rust/crates/litrs-0.2.3.crate) = 36636 SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df @@ -373,22 +373,22 @@ SHA256 (rust/crates/nom-7.1.1.crate) = a8903e5a29a317527874d0402f867152a3d21c908 SIZE (rust/crates/nom-7.1.1.crate) = 115818 SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 -SHA256 (rust/crates/num_cpus-1.14.0.crate) = f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5 -SIZE (rust/crates/num_cpus-1.14.0.crate) = 15673 +SHA256 (rust/crates/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b +SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680 SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44 SIZE (rust/crates/num_threads-0.1.6.crate) = 7334 -SHA256 (rust/crates/once_cell-1.16.0.crate) = 86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860 -SIZE (rust/crates/once_cell-1.16.0.crate) = 32120 +SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66 +SIZE (rust/crates/once_cell-1.17.0.crate) = 32736 SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 -SHA256 (rust/crates/openssl-0.10.44.crate) = 29d971fd5722fec23977260f6e81aa67d2f22cadbdc2aa049f1022d9a3be1566 -SIZE (rust/crates/openssl-0.10.44.crate) = 234682 +SHA256 (rust/crates/openssl-0.10.45.crate) = b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1 +SIZE (rust/crates/openssl-0.10.45.crate) = 234763 SHA256 (rust/crates/openssl-macros-0.1.0.crate) = b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c SIZE (rust/crates/openssl-macros-0.1.0.crate) = 5566 SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 -SHA256 (rust/crates/openssl-sys-0.9.79.crate) = 5454462c0eced1e97f2ec09036abc8da362e66802f66fd20f86854d9d8cbcbc4 -SIZE (rust/crates/openssl-sys-0.9.79.crate) = 61400 +SHA256 (rust/crates/openssl-sys-0.9.80.crate) = 23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7 +SIZE (rust/crates/openssl-sys-0.9.80.crate) = 61687 SHA256 (rust/crates/os_str_bytes-6.4.1.crate) = 9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee SIZE (rust/crates/os_str_bytes-6.4.1.crate) = 23101 SHA256 (rust/crates/output_vt100-0.1.3.crate) = 628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66 @@ -431,10 +431,10 @@ SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08c SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 -SHA256 (rust/crates/proc-macro2-1.0.47.crate) = 5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725 -SIZE (rust/crates/proc-macro2-1.0.47.crate) = 41955 -SHA256 (rust/crates/prodash-22.1.0.crate) = 38e2b91fcc982d0d8ae5e9d477561c73e09c24c5c19bac4858e202f6f065a13e -SIZE (rust/crates/prodash-22.1.0.crate) = 82853 +SHA256 (rust/crates/proc-macro2-1.0.49.crate) = 57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5 +SIZE (rust/crates/proc-macro2-1.0.49.crate) = 41977 +SHA256 (rust/crates/prodash-23.0.0.crate) = 5d8c414345b4a98cbcd0e8d8829c8f54b47a7ed4fb771c45b7c5c6c0ae23dc4c +SIZE (rust/crates/prodash-23.0.0.crate) = 83490 SHA256 (rust/crates/ptyprocess-0.3.0.crate) = 69c28fcebfd842bfe19d69409fc321230ea8c1bebe31f274906485c761ce1917 SIZE (rust/crates/ptyprocess-0.3.0.crate) = 12807 SHA256 (rust/crates/pulldown-cmark-0.9.2.crate) = 2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63 @@ -443,8 +443,8 @@ SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289d SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 -SHA256 (rust/crates/quote-1.0.21.crate) = bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179 -SIZE (rust/crates/quote-1.0.21.crate) = 28030 +SHA256 (rust/crates/quote-1.0.23.crate) = 8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b +SIZE (rust/crates/quote-1.0.23.crate) = 28058 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 @@ -475,16 +475,16 @@ SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d SIZE (rust/crates/ring-0.16.20.crate) = 5082615 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 -SHA256 (rust/crates/rustix-0.36.5.crate) = a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588 -SIZE (rust/crates/rustix-0.36.5.crate) = 287459 +SHA256 (rust/crates/rustix-0.36.6.crate) = 4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549 +SIZE (rust/crates/rustix-0.36.6.crate) = 288718 SHA256 (rust/crates/rustls-0.20.7.crate) = 539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c SIZE (rust/crates/rustls-0.20.7.crate) = 268469 SHA256 (rust/crates/rustls-pemfile-1.0.1.crate) = 0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55 SIZE (rust/crates/rustls-pemfile-1.0.1.crate) = 19171 -SHA256 (rust/crates/rustversion-1.0.9.crate) = 97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8 -SIZE (rust/crates/rustversion-1.0.9.crate) = 17425 -SHA256 (rust/crates/ryu-1.0.11.crate) = 4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09 -SIZE (rust/crates/ryu-1.0.11.crate) = 47007 +SHA256 (rust/crates/rustversion-1.0.11.crate) = 5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70 +SIZE (rust/crates/rustversion-1.0.11.crate) = 17485 +SHA256 (rust/crates/ryu-1.0.12.crate) = 7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde +SIZE (rust/crates/ryu-1.0.12.crate) = 47070 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/schannel-0.1.20.crate) = 88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2 @@ -497,14 +497,14 @@ SHA256 (rust/crates/security-framework-2.7.0.crate) = 2bc1bb97804af6631813c55739 SIZE (rust/crates/security-framework-2.7.0.crate) = 72601 SHA256 (rust/crates/security-framework-sys-2.6.1.crate) = 0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556 SIZE (rust/crates/security-framework-sys-2.6.1.crate) = 17717 -SHA256 (rust/crates/semver-1.0.14.crate) = e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4 -SIZE (rust/crates/semver-1.0.14.crate) = 29813 -SHA256 (rust/crates/serde-1.0.150.crate) = e326c9ec8042f1b5da33252c8a37e9ffbd2c9bef0155215b6e6c80c790e05f91 -SIZE (rust/crates/serde-1.0.150.crate) = 76864 -SHA256 (rust/crates/serde_derive-1.0.150.crate) = 42a3df25b0713732468deadad63ab9da1f1fd75a48a15024b50363f128db627e -SIZE (rust/crates/serde_derive-1.0.150.crate) = 55565 -SHA256 (rust/crates/serde_json-1.0.89.crate) = 020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db -SIZE (rust/crates/serde_json-1.0.89.crate) = 144638 +SHA256 (rust/crates/semver-1.0.16.crate) = 58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a +SIZE (rust/crates/semver-1.0.16.crate) = 29850 +SHA256 (rust/crates/serde-1.0.152.crate) = bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb +SIZE (rust/crates/serde-1.0.152.crate) = 77091 +SHA256 (rust/crates/serde_derive-1.0.152.crate) = af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e +SIZE (rust/crates/serde_derive-1.0.152.crate) = 55586 +SHA256 (rust/crates/serde_json-1.0.91.crate) = 877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883 +SIZE (rust/crates/serde_json-1.0.91.crate) = 144654 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 SHA256 (rust/crates/serial_test-0.9.0.crate) = 92761393ee4dc3ff8f4af487bd58f4307c9329bbedea02cac0089ad9c411e153 @@ -541,8 +541,8 @@ SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f0 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 SHA256 (rust/crates/symlink-0.1.0.crate) = a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a SIZE (rust/crates/symlink-0.1.0.crate) = 11943 -SHA256 (rust/crates/syn-1.0.105.crate) = 60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908 -SIZE (rust/crates/syn-1.0.105.crate) = 237549 +SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5 +SIZE (rust/crates/syn-1.0.107.crate) = 237539 SHA256 (rust/crates/tabled-0.8.0.crate) = e5b2f8c37d26d87d2252187b0a45ea3cbf42baca10377c7e7eaaa2800fa9bf97 SIZE (rust/crates/tabled-0.8.0.crate) = 111125 SHA256 (rust/crates/tar-0.4.38.crate) = 4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6 @@ -551,14 +551,12 @@ SHA256 (rust/crates/tempfile-3.3.0.crate) = 5cdb1ef4eaeeaddc8fbd371e5017057064af SIZE (rust/crates/tempfile-3.3.0.crate) = 27578 SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 SIZE (rust/crates/termcolor-1.1.3.crate) = 17242 -SHA256 (rust/crates/terminal_size-0.1.17.crate) = 633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df -SIZE (rust/crates/terminal_size-0.1.17.crate) = 9141 SHA256 (rust/crates/textwrap-0.16.0.crate) = 222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d SIZE (rust/crates/textwrap-0.16.0.crate) = 53722 -SHA256 (rust/crates/thiserror-1.0.37.crate) = 10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e -SIZE (rust/crates/thiserror-1.0.37.crate) = 18752 -SHA256 (rust/crates/thiserror-impl-1.0.37.crate) = 982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb -SIZE (rust/crates/thiserror-impl-1.0.37.crate) = 15428 +SHA256 (rust/crates/thiserror-1.0.38.crate) = 6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0 +SIZE (rust/crates/thiserror-1.0.38.crate) = 18947 +SHA256 (rust/crates/thiserror-impl-1.0.38.crate) = 1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f +SIZE (rust/crates/thiserror-impl-1.0.38.crate) = 15429 SHA256 (rust/crates/time-0.3.17.crate) = a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376 SIZE (rust/crates/time-0.3.17.crate) = 99048 SHA256 (rust/crates/time-core-0.1.0.crate) = 2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd @@ -579,8 +577,8 @@ SHA256 (rust/crates/tokio-rustls-0.23.4.crate) = c43ee83903113e03984cb9e5cebe6c0 SIZE (rust/crates/tokio-rustls-0.23.4.crate) = 27024 SHA256 (rust/crates/tokio-util-0.7.4.crate) = 0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740 SIZE (rust/crates/tokio-util-0.7.4.crate) = 93424 -SHA256 (rust/crates/toml-0.5.9.crate) = 8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7 -SIZE (rust/crates/toml-0.5.9.crate) = 55667 +SHA256 (rust/crates/toml-0.5.10.crate) = 1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f +SIZE (rust/crates/toml-0.5.10.crate) = 55193 SHA256 (rust/crates/toml_edit-0.14.4.crate) = 5376256e44f2443f8896ac012507c19a012df0fe8758b55246ae51a2279db51f SIZE (rust/crates/toml_edit-0.14.4.crate) = 105387 SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 @@ -611,8 +609,8 @@ SHA256 (rust/crates/unicode-bidi-0.3.8.crate) = 099b7128301d285f79ddd55b9a83d5e6 SIZE (rust/crates/unicode-bidi-0.3.8.crate) = 36575 SHA256 (rust/crates/unicode-bom-1.1.4.crate) = 63ec69f541d875b783ca40184d655f2927c95f0bffd486faa83cd3ac3529ec32 SIZE (rust/crates/unicode-bom-1.1.4.crate) = 10221 -SHA256 (rust/crates/unicode-ident-1.0.5.crate) = 6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3 -SIZE (rust/crates/unicode-ident-1.0.5.crate) = 35455 +SHA256 (rust/crates/unicode-ident-1.0.6.crate) = 84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc +SIZE (rust/crates/unicode-ident-1.0.6.crate) = 42158 SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 SHA256 (rust/crates/unicode-segmentation-1.10.0.crate) = 0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a @@ -731,5 +729,5 @@ SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 -SHA256 (Byron-gitoxide-v0.20.0_GH0.tar.gz) = 4ef4681b643d1a5b9ca6ae694234441af4c99806fa43a6847a6e4a61df1bb1cd -SIZE (Byron-gitoxide-v0.20.0_GH0.tar.gz) = 2646172 +SHA256 (Byron-gitoxide-git-repository-v0.32.0_GH0.tar.gz) = 3cde7bc8cebaae73a472d0c9b0a33abc092588c87998375a1296980935808d06 +SIZE (Byron-gitoxide-git-repository-v0.32.0_GH0.tar.gz) = 2682778 diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile index 735ddd09cbf4..e2b112f905dc 100644 --- a/devel/intel-graphics-compiler/Makefile +++ b/devel/intel-graphics-compiler/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86 are supported BROKEN_FreeBSD_12_i386= clang crashes during build +BROKEN_FreeBSD_14_i386= lld crashes during build BUILD_DEPENDS= vc-intrinsics-${FLAVOR}>=0.4.0:devel/vc-intrinsics@${FLAVOR} LIB_DEPENDS= libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR} \ diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index ee70997ea57d..8dea13129f8c 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.385 +PORTVERSION= 2.386 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index 8f74c1c54d63..17c679917d87 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672773401 -SHA256 (jenkins/2.385/jenkins.war) = 02c7453f7dd032d9fe6aaf12acbb74561a1bace59ac833cfa60ee67887086376 -SIZE (jenkins/2.385/jenkins.war) = 99225552 +TIMESTAMP = 1673362347 +SHA256 (jenkins/2.386/jenkins.war) = 0c094f2bc2cc746b8d639dfefbe6b9b617cd91396ed6f5df30bd8d60d8dbca2f +SIZE (jenkins/2.386/jenkins.war) = 98306615 diff --git a/devel/msgpack-c/Makefile b/devel/msgpack-c/Makefile index eac46a6b7e7d..115e600ef4b8 100644 --- a/devel/msgpack-c/Makefile +++ b/devel/msgpack-c/Makefile @@ -1,5 +1,5 @@ PORTNAME= msgpack -PORTVERSION= 4.0.0 +PORTVERSION= 5.0.0 DISTVERSIONPREFIX= c- CATEGORIES= devel PKGNAMESUFFIX= -c @@ -28,10 +28,6 @@ TEST_TARGET= test USE_GCC= yes .endif -post-patch: -# GoogleTest doesn't support C++98 consumers since 1.10.0 - ${REINPLACE_CMD} -e 's/c++98/c++11/' ${WRKSRC}/CMakeLists.txt - pre-test: cd ${WRKSRC} && ${CMAKE_BIN} . && ${MAKE_CMD} diff --git a/devel/msgpack-c/distinfo b/devel/msgpack-c/distinfo index 17e2628f6d25..4881c8c63acc 100644 --- a/devel/msgpack-c/distinfo +++ b/devel/msgpack-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665951311 -SHA256 (msgpack-msgpack-c-c-4.0.0_GH0.tar.gz) = 656ebe4566845e7bda9c097b625ba59ac72ddfd45df6017172d46d9ac7365aa3 -SIZE (msgpack-msgpack-c-c-4.0.0_GH0.tar.gz) = 74827 +TIMESTAMP = 1673367106 +SHA256 (msgpack-msgpack-c-c-5.0.0_GH0.tar.gz) = a61288a9a46fd3b3b4cbd48a17736a9568b65419141cb536833f9adfe8fc97d7 +SIZE (msgpack-msgpack-c-c-5.0.0_GH0.tar.gz) = 74924 diff --git a/devel/msgpack-c/pkg-plist b/devel/msgpack-c/pkg-plist index 318b6ac6b8e0..a3b9fe351d6e 100644 --- a/devel/msgpack-c/pkg-plist +++ b/devel/msgpack-c/pkg-plist @@ -17,10 +17,10 @@ include/msgpack/version_master.h include/msgpack/vrefbuffer.h include/msgpack/zbuffer.h include/msgpack/zone.h -lib/cmake/msgpack/msgpack-config-version.cmake -lib/cmake/msgpack/msgpack-config.cmake -lib/cmake/msgpack/msgpack-targets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/msgpack/msgpack-targets.cmake +lib/cmake/msgpackc/msgpackc-config-version.cmake +lib/cmake/msgpackc/msgpackc-config.cmake +lib/cmake/msgpackc/msgpackc-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/msgpackc/msgpackc-targets.cmake lib/libmsgpackc.a lib/libmsgpackc.so lib/libmsgpackc.so.2 diff --git a/devel/msgpack-cxx/Makefile b/devel/msgpack-cxx/Makefile index 426ba82aff6a..03293f5a67ea 100644 --- a/devel/msgpack-cxx/Makefile +++ b/devel/msgpack-cxx/Makefile @@ -1,5 +1,5 @@ PORTNAME= msgpack -PORTVERSION= 4.1.3 +PORTVERSION= 5.0.0 DISTVERSIONPREFIX= cpp- CATEGORIES= devel PKGNAMESUFFIX= -cxx diff --git a/devel/msgpack-cxx/distinfo b/devel/msgpack-cxx/distinfo index e9db635df67e..965893da750b 100644 --- a/devel/msgpack-cxx/distinfo +++ b/devel/msgpack-cxx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667386097 -SHA256 (msgpack-msgpack-c-cpp-4.1.3_GH0.tar.gz) = fd0a685656f11b8aa09ed33bcbdcad3105d25d0034ca3dba9fe957623a42d253 -SIZE (msgpack-msgpack-c-cpp-4.1.3_GH0.tar.gz) = 471954 +TIMESTAMP = 1673368164 +SHA256 (msgpack-msgpack-c-cpp-5.0.0_GH0.tar.gz) = bd6b8e255f0a62cf8f50f1d292f979ac8ea9a4aa121938679d6f419d6df70ea3 +SIZE (msgpack-msgpack-c-cpp-5.0.0_GH0.tar.gz) = 472136 diff --git a/devel/msgpack-cxx/pkg-plist b/devel/msgpack-cxx/pkg-plist index 2f38d6667f63..80ec558f3c3e 100644 --- a/devel/msgpack-cxx/pkg-plist +++ b/devel/msgpack-cxx/pkg-plist @@ -728,6 +728,6 @@ include/msgpack/zbuffer.hpp include/msgpack/zbuffer_decl.hpp include/msgpack/zone.hpp include/msgpack/zone_decl.hpp -lib/cmake/msgpackc-cxx/msgpack-config-version.cmake -lib/cmake/msgpackc-cxx/msgpack-config.cmake +lib/cmake/msgpackc-cxx/msgpackc-cxx-config-version.cmake +lib/cmake/msgpackc-cxx/msgpackc-cxx-config.cmake lib/cmake/msgpackc-cxx/msgpackc-cxx-targets.cmake diff --git a/devel/okteta/Makefile b/devel/okteta/Makefile index a0bb1bc17bbd..a9a91828f475 100644 --- a/devel/okteta/Makefile +++ b/devel/okteta/Makefile @@ -1,6 +1,5 @@ PORTNAME= okteta -DISTVERSION= 0.26.9 -PORTREVISION= 2 +DISTVERSION= 0.26.10 PORTEPOCH= 1 CATEGORIES= devel kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src diff --git a/devel/okteta/distinfo b/devel/okteta/distinfo index f4cfdd2327a2..f3e0864e84bb 100644 --- a/devel/okteta/distinfo +++ b/devel/okteta/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654962952 -SHA256 (okteta-0.26.9.tar.xz) = 16854c4d4e94838219ae3115a42ba385fda5c87dc6c9865ac90d3774f8d05ffb -SIZE (okteta-0.26.9.tar.xz) = 990484 +TIMESTAMP = 1673287088 +SHA256 (okteta-0.26.10.tar.xz) = 28a614f7e0c32b4917a5eaca7e0c6ecaca87b13191ab534ab404f5569b3c33fa +SIZE (okteta-0.26.10.tar.xz) = 1066052 diff --git a/devel/okteta/pkg-plist b/devel/okteta/pkg-plist index 80dfc7b685ac..155ddcd959fd 100644 --- a/devel/okteta/pkg-plist +++ b/devel/okteta/pkg-plist @@ -554,8 +554,11 @@ share/locale/be/LC_MESSAGES/libkasten.mo share/locale/be/LC_MESSAGES/liboktetakasten.mo share/locale/be/LC_MESSAGES/okteta.mo share/locale/be/LC_MESSAGES/oktetapart.mo +share/locale/bg/LC_MESSAGES/libkasten.mo share/locale/bg/LC_MESSAGES/liboktetacore.mo share/locale/bg/LC_MESSAGES/liboktetagui.mo +share/locale/bg/LC_MESSAGES/liboktetakasten.mo +share/locale/bg/LC_MESSAGES/okteta.mo share/locale/bg/LC_MESSAGES/oktetapart.mo share/locale/br/LC_MESSAGES/oktetapart.mo share/locale/bs/LC_MESSAGES/libkasten.mo @@ -696,6 +699,12 @@ share/locale/ja/LC_MESSAGES/liboktetagui.mo share/locale/ja/LC_MESSAGES/liboktetakasten.mo share/locale/ja/LC_MESSAGES/okteta.mo share/locale/ja/LC_MESSAGES/oktetapart.mo +share/locale/ka/LC_MESSAGES/libkasten.mo +share/locale/ka/LC_MESSAGES/liboktetacore.mo +share/locale/ka/LC_MESSAGES/liboktetagui.mo +share/locale/ka/LC_MESSAGES/liboktetakasten.mo +share/locale/ka/LC_MESSAGES/okteta.mo +share/locale/ka/LC_MESSAGES/oktetapart.mo share/locale/kk/LC_MESSAGES/libkasten.mo share/locale/kk/LC_MESSAGES/liboktetacore.mo share/locale/kk/LC_MESSAGES/liboktetagui.mo diff --git a/devel/opendht/files/patch-CMakeLists.txt b/devel/opendht/files/patch-CMakeLists.txt index 3b7adfa72d00..f50759bf427d 100644 --- a/devel/opendht/files/patch-CMakeLists.txt +++ b/devel/opendht/files/patch-CMakeLists.txt @@ -1,5 +1,14 @@ ---- CMakeLists.txt.orig 2022-11-06 06:47:13 UTC +--- CMakeLists.txt.orig 2023-01-10 16:45:50 UTC +++ CMakeLists.txt +@@ -61,7 +61,7 @@ if (NOT MSVC) + pkg_search_module (Nettle REQUIRED nettle) + check_include_file_cxx(msgpack.hpp HAVE_MSGPACKCXX) + if (NOT HAVE_MSGPACKCXX) +- find_package (msgpack REQUIRED) ++ find_package (msgpackc-cxx REQUIRED) + endif() + if (OPENDHT_TOOLS) + find_package (Readline 6 REQUIRED) @@ -91,8 +91,8 @@ if (NOT MSVC) endif() if (OPENDHT_PROXY_OPENSSL) diff --git a/devel/php80-intl/Makefile b/devel/php80-intl/Makefile index 87b89e7b2c6d..0583fc5566ea 100644 --- a/devel/php80-intl/Makefile +++ b/devel/php80-intl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/devel/py-pydocstyle/Makefile b/devel/py-pydocstyle/Makefile index deebd0553209..7fcee9f42468 100644 --- a/devel/py-pydocstyle/Makefile +++ b/devel/py-pydocstyle/Makefile @@ -1,5 +1,5 @@ PORTNAME= pydocstyle -PORTVERSION= 6.1.1 +PORTVERSION= 6.2.3 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pydocstyle/distinfo b/devel/py-pydocstyle/distinfo index 5e989cd535f4..12e44d5ff84d 100644 --- a/devel/py-pydocstyle/distinfo +++ b/devel/py-pydocstyle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621510592 -SHA256 (pydocstyle-6.1.1.tar.gz) = 1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc -SIZE (pydocstyle-6.1.1.tar.gz) = 35663 +TIMESTAMP = 1673265224 +SHA256 (pydocstyle-6.2.3.tar.gz) = d867acad25e48471f2ad8a40ef9813125e954ad675202245ca836cb6e28b2297 +SIZE (pydocstyle-6.2.3.tar.gz) = 36485 diff --git a/devel/py-types-Pillow/Makefile b/devel/py-types-Pillow/Makefile index b445824e0e1c..e3cc21a630f4 100644 --- a/devel/py-types-Pillow/Makefile +++ b/devel/py-types-Pillow/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-Pillow -PORTVERSION= 9.3.0.4 +PORTVERSION= 9.4.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-Pillow/distinfo b/devel/py-types-Pillow/distinfo index 096644c125fd..370a63131bef 100644 --- a/devel/py-types-Pillow/distinfo +++ b/devel/py-types-Pillow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670450783 -SHA256 (types-Pillow-9.3.0.4.tar.gz) = c18d466dc18550d96b8b4a279ff94f0cbad696825b5ad55466604f1daf5709de -SIZE (types-Pillow-9.3.0.4.tar.gz) = 24088 +TIMESTAMP = 1673265242 +SHA256 (types-Pillow-9.4.0.0.tar.gz) = ef8a823638ceb765a144a98a2f816b8912da0337c5c2556d33774f1434f9918c +SIZE (types-Pillow-9.4.0.0.tar.gz) = 24561 diff --git a/devel/py-yattag/Makefile b/devel/py-yattag/Makefile index 1d26d6e4c199..b66177593c1e 100644 --- a/devel/py-yattag/Makefile +++ b/devel/py-yattag/Makefile @@ -1,23 +1,19 @@ PORTNAME= yattag -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Generate HTML or XML in a pythonic way -WWW= https://www.yattag.org/ +WWW= https://www.yattag.org/ \ + https://github.com/leforestier/yattag LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/license/lgpl-2.1.txt -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} - USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils pytest NO_ARCH= yes -do-test: - @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER}) - .include diff --git a/devel/py-yattag/distinfo b/devel/py-yattag/distinfo index 890536aedb5d..8fc1f648aba3 100644 --- a/devel/py-yattag/distinfo +++ b/devel/py-yattag/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598183508 -SHA256 (yattag-1.14.0.tar.gz) = 5731a31cb7452c0c6930dd1a284e0170b39eee959851a2aceb8d6af4134a5fa8 -SIZE (yattag-1.14.0.tar.gz) = 26857 +TIMESTAMP = 1673265264 +SHA256 (yattag-1.15.0.tar.gz) = 6a9ff3fd330a60287804ea7370a84166b624ebf4b7ad9ed788b7c57779b65263 +SIZE (yattag-1.15.0.tar.gz) = 28586 diff --git a/devel/py-yattag/files/patch-setup.cfg b/devel/py-yattag/files/patch-setup.cfg new file mode 100644 index 000000000000..3c891298893d --- /dev/null +++ b/devel/py-yattag/files/patch-setup.cfg @@ -0,0 +1,8 @@ +--- setup.cfg.orig 2023-01-02 11:51:34 UTC ++++ setup.cfg +@@ -2,3 +2,5 @@ + tag_build = + tag_date = 0 + ++[tool:pytest] ++python_files = tests_*.py diff --git a/devel/recycle/Makefile b/devel/recycle/Makefile new file mode 100644 index 000000000000..499ea22b6d3e --- /dev/null +++ b/devel/recycle/Makefile @@ -0,0 +1,25 @@ +PORTNAME= recycle +DISTVERSIONPREFIX= v +DISTVERSION= 6.0.0-53 +DISTVERSIONSUFFIX= -g3502ca1 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simple resource pool for recycling resources in C++ +WWW= https://github.com/steinwurf/recycle + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +USES= cmake + +USE_GITHUB= yes +GH_ACCOUNT= steinwurf + +PLIST_FILES= include/recycle/no_locking_policy.hpp \ + include/recycle/shared_pool.hpp \ + include/recycle/unique_pool.hpp + +NO_ARCH= yes + +.include diff --git a/devel/recycle/distinfo b/devel/recycle/distinfo new file mode 100644 index 000000000000..03afff0b24e8 --- /dev/null +++ b/devel/recycle/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1673342644 +SHA256 (steinwurf-recycle-v6.0.0-53-g3502ca1_GH0.tar.gz) = bfdbf8322a42002c495e51b3f2c88d830873b2eb2c55111fb759d9fff3fa9601 +SIZE (steinwurf-recycle-v6.0.0-53-g3502ca1_GH0.tar.gz) = 132941 diff --git a/devel/recycle/pkg-descr b/devel/recycle/pkg-descr new file mode 100644 index 000000000000..13b816bfe3c2 --- /dev/null +++ b/devel/recycle/pkg-descr @@ -0,0 +1 @@ +recycle is an implementation of a simple C++ resource pool. diff --git a/devel/root/Makefile b/devel/root/Makefile index 40c8788d46b0..836c2f1dccd7 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -1,5 +1,5 @@ PORTNAME= root -DISTVERSION= 6.26.06 +DISTVERSION= 6.26.10 CATEGORIES= devel science math parallel python MASTER_SITES= https://root.cern/download/ DISTFILES= ${PORTNAME}_v${DISTVERSION}.source${EXTRACT_SUFX} @@ -12,15 +12,17 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LGPL2_1.txt BUILD_DEPENDS= ${PYNUMPY} \ - bash:shells/bash + bash:shells/bash \ + nlohmann-json>=3:devel/nlohmann-json LIB_DEPENDS= libAfterImage.so:graphics/libafterimage \ libcfitsio.so:astro/cfitsio \ libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \ libfreetype.so:print/freetype2 \ + libftgl.so:graphics/ftgl \ libgif.so:graphics/giflib \ + libgl2ps.so:print/gl2ps \ libgsl.so:math/gsl \ - libjpeg.so:graphics/jpeg-turbo \ liblz4.so:archivers/liblz4 \ libpcre.so:devel/pcre \ libpng.so:graphics/png \ @@ -29,11 +31,12 @@ LIB_DEPENDS= libAfterImage.so:graphics/libafterimage \ libvdt.so:math/vdt \ libxkbcommon.so:x11/libxkbcommon \ libXrdCl.so:databases/xrootd \ + libxxhash.so:devel/xxhash \ libzstd.so:archivers/zstd -USES= blaslapack:openblas cmake desktop-file-utils gettext-runtime gl \ - gnome iconv mysql:57 pgsql:13.0+ python:3.9+ shebangfix sqlite \ - ssl xorg +USES= blaslapack:openblas cmake compiler:c++17-lang desktop-file-utils \ + gettext-runtime gl gnome iconv jpeg mysql:57 pgsql:13.0+ python:3.9+ \ + shebangfix sqlite ssl xorg USE_GL= glew glu opengl USE_GNOME= cairo gdkpixbuf2 glib20 librsvg2 libxml2 USE_XORG= ice sm x11 xau xaw xcb xcomposite xcursor xdamage xdmcp xext \ @@ -44,23 +47,49 @@ SHEBANG_FILES= etc/dictpch/makepch.py etc/proof/utils/circle.sh \ etc/proof/utils/crypt etc/proof/utils/pps \ etc/proof/utils/proofctl.sh etc/proof/utils/proofinstall.sh -CMAKE_ARGS= -DCMAKE_CXX_STANDARD=14 +CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17 CMAKE_ON= gnuinstall soversion -MAKE_ENV+= ROOTSYS=${CONFIGURE_WRKSRC} CONFIGURE_WRKSRC?= ${WRKDIR}/.build +MAKE_ENV+= ROOTSYS=${CONFIGURE_WRKSRC} PLIST_SUB+= SHLIB_SHVER="${DISTVERSION:R}" \ - SHLIB_VER="${DISTVERSION}" + SHLIB_VER="${DISTVERSION}" \ + NOT_INSTALLED_ON_AARCH64="${NOT_INSTALLED_ON_AARCH64}" \ + AARCH64_PCM_SUFFIX="${AARCH64_PCM_SUFFIX}" -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS ROOT7 +OPTIONS_DEFAULT= ROOT7 OPTIONS_SUB= yes +ROOT7_DESC= Enable supplementary preview features of ROOT version 7 +ROOT7_CMAKE_BOOL= root7 + .include -# File not installed in 14 Current maybe because of clang 14+, temporary fix -.if ${OSVERSION} < 1400000 -PLIST_FILES+= lib/root/std_config.pcm +# File only installed with LLVM/Clang 13 (used on FreeBSD 12.4 and 13.x) +.if 1204000 <= ${OSVERSION} && ${OSVERSION} < 1400000 +PLIST_FILES+= lib/root/std_config${AARCH64_PCM_SUFFIX}.pcm +.endif + +.include + +# Some .modulemap files are not installed on aarch64, and files LIBRARY.pcm are renamed LIBRARY_rdict.pcm on aarch64 +.if ${ARCH} == "aarch64" +NOT_INSTALLED_ON_AARCH64= "@comment " +AARCH64_PCM_SUFFIX= "_rdict" +.else +NOT_INSTALLED_ON_AARCH64= "" +AARCH64_PCM_SUFFIX= "" +.endif + +# In LLVM/Clang 10.0.1 (used on FreeBSD 12.3), the cstdalign header is missing from the std modulemap, but it is declared included in ROOT's std modulemap - this has to be removed. +# See https://github.com/llvm/llvm-project/blob/main/libcxx/include/module.modulemap.in#L181 +# The same seems to be the case for the other headers defined in the variable "modules" below. +.if ${OSVERSION} < 1204000 +modules= cstdalign cuchar "ext\/functional" "ext\/numeric" "bits\/allocator.h" "bits\/basic_ios.h" "bits\/cpp_type_traits.h" "bits\/exception_defines.h" "bits\/ios_base.h" "bits\/locale_facets.h" "bits\/stl_algobase.h" "bits\/stl_map.h" "bits\/stl_pair.h" bits_stl_tree_h +post-patch: + @MODULEMAP=${WRKSRC}/interpreter/cling/include/cling/std.modulemap ${SH} ${SCRIPTDIR}/remove-modules-from-modulemap.sh ${modules} .endif -.include +.include diff --git a/devel/root/distinfo b/devel/root/distinfo index b8d7e3713243..069a8b33cf04 100644 --- a/devel/root/distinfo +++ b/devel/root/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672226334 -SHA256 (root_v6.26.06.source.tar.gz) = b1f73c976a580a5c56c8c8a0152582a1dfc560b4dd80e1b7545237b65e6c89cb -SIZE (root_v6.26.06.source.tar.gz) = 195214157 +TIMESTAMP = 1672619421 +SHA256 (root_v6.26.10.source.tar.gz) = 8e56bec397104017aa54f9eb554de7a1a134474fe0b3bb0f43a70fc4fabd625f +SIZE (root_v6.26.10.source.tar.gz) = 195224175 diff --git a/devel/root/pkg-plist b/devel/root/pkg-plist index ab73377e263c..3d994a8fae3a 100644 --- a/devel/root/pkg-plist +++ b/devel/root/pkg-plist @@ -45,10 +45,10 @@ bin/xpdtest %%ETCDIR%%/cling/Interpreter/RuntimeUniverse.h %%ETCDIR%%/cling/Interpreter/Value.h %%ETCDIR%%/cling/Interpreter/Visibility.h -%%ETCDIR%%/cling/boost.modulemap +%%NOT_INSTALLED_ON_AARCH64%%%%ETCDIR%%/cling/boost.modulemap %%ETCDIR%%/cling/cint/multimap %%ETCDIR%%/cling/cint/multiset -%%ETCDIR%%/cling/cuda.modulemap +%%NOT_INSTALLED_ON_AARCH64%%%%ETCDIR%%/cling/cuda.modulemap %%ETCDIR%%/cling/lib/clang/9.0.1/include/__clang_cuda_builtin_vars.h %%ETCDIR%%/cling/lib/clang/9.0.1/include/__clang_cuda_cmath.h %%ETCDIR%%/cling/lib/clang/9.0.1/include/__clang_cuda_complex_builtins.h @@ -187,11 +187,11 @@ bin/xpdtest %%ETCDIR%%/cling/lib/clang/9.0.1/include/xsaveoptintrin.h %%ETCDIR%%/cling/lib/clang/9.0.1/include/xsavesintrin.h %%ETCDIR%%/cling/lib/clang/9.0.1/include/xtestintrin.h -%%ETCDIR%%/cling/libc.modulemap -%%ETCDIR%%/cling/module.modulemap -%%ETCDIR%%/cling/std.modulemap -%%ETCDIR%%/cling/tinyxml2.modulemap -%%ETCDIR%%/cling/vc.modulemap +%%NOT_INSTALLED_ON_AARCH64%%%%ETCDIR%%/cling/libc.modulemap +%%NOT_INSTALLED_ON_AARCH64%%%%ETCDIR%%/cling/module.modulemap +%%NOT_INSTALLED_ON_AARCH64%%%%ETCDIR%%/cling/std.modulemap +%%NOT_INSTALLED_ON_AARCH64%%%%ETCDIR%%/cling/tinyxml2.modulemap +%%NOT_INSTALLED_ON_AARCH64%%%%ETCDIR%%/cling/vc.modulemap %%ETCDIR%%/dictpch/makepch.py %%ETCDIR%%/gdb-backtrace.sh %%ETCDIR%%/gitinfo.txt @@ -395,33 +395,6 @@ include/root/Compression.h include/root/CsgOps.h include/root/DllImport.h include/root/ESTLType.h -include/root/FTBBox.h -include/root/FTBitmapGlyph.h -include/root/FTCharToGlyphIndexMap.h -include/root/FTCharmap.h -include/root/FTContour.h -include/root/FTExtrdGlyph.h -include/root/FTFace.h -include/root/FTFont.h -include/root/FTGL.h -include/root/FTGLBitmapFont.h -include/root/FTGLExtrdFont.h -include/root/FTGLOutlineFont.h -include/root/FTGLPixmapFont.h -include/root/FTGLPolygonFont.h -include/root/FTGLTextureFont.h -include/root/FTGlyph.h -include/root/FTGlyphContainer.h -include/root/FTLibrary.h -include/root/FTList.h -include/root/FTOutlineGlyph.h -include/root/FTPixmapGlyph.h -include/root/FTPoint.h -include/root/FTPolyGlyph.h -include/root/FTSize.h -include/root/FTTextureGlyph.h -include/root/FTVector.h -include/root/FTVectoriser.h include/root/Fit/BasicFCN.h include/root/Fit/BinData.h include/root/Fit/Chi2FCN.h @@ -2814,7 +2787,6 @@ include/root/ZipZSTD.h include/root/cfortran.h include/root/compiledata.h include/root/module.modulemap -include/root/nlohmann/json.hpp include/root/root_std_complex.h include/root/snprintf.h include/root/strlcpy.h @@ -2822,11 +2794,11 @@ include/root/strtok.h include/root/v5/TF1Data.h include/root/v5/TFormula.h include/root/v5/TFormulaPrimitive.h -lib/root/ASImage.pcm -lib/root/ASImageGui.pcm -lib/root/Cling_Runtime.pcm -lib/root/Cling_Runtime_Extra.pcm -lib/root/Core.pcm +lib/root/ASImage%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/ASImageGui%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Cling_Runtime_Extra%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Cling_Runtime%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Core%%AARCH64_PCM_SUFFIX%%.pcm lib/root/DistRDF/Backends/Base.py lib/root/DistRDF/Backends/Dask/Backend.py lib/root/DistRDF/Backends/Dask/__init__.py @@ -2866,34 +2838,34 @@ lib/root/DistRDF/__pycache__/Proxy%%PYTHON_EXT_SUFFIX%%.opt-1.pyc lib/root/DistRDF/__pycache__/Proxy%%PYTHON_EXT_SUFFIX%%.pyc lib/root/DistRDF/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc lib/root/DistRDF/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -lib/root/EG.pcm -lib/root/Eve.pcm -lib/root/FFTW.pcm -lib/root/FITSIO.pcm -lib/root/FitPanel.pcm -lib/root/Foam.pcm -lib/root/Fumili.pcm -lib/root/GX11.pcm -lib/root/GX11TTF.pcm -lib/root/Gdml.pcm -lib/root/Ged.pcm -lib/root/GenVector.pcm -lib/root/Genetic.pcm -lib/root/Geom.pcm -lib/root/GeomBuilder.pcm -lib/root/GeomPainter.pcm -lib/root/Gpad.pcm -lib/root/Graf.pcm -lib/root/Graf3d.pcm -lib/root/Gui.pcm -lib/root/GuiBld.pcm -lib/root/GuiHtml.pcm -lib/root/Gviz3d.pcm -lib/root/Hist.pcm -lib/root/HistFactory.pcm -lib/root/HistPainter.pcm -lib/root/Html.pcm -lib/root/Imt.pcm +lib/root/EG%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Eve%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/FFTW%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/FITSIO%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/FitPanel%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Foam%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Fumili%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/GX11%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/GX11TTF%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Gdml%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Ged%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/GenVector%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Genetic%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Geom%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/GeomBuilder%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/GeomPainter%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Gpad%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Graf%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Graf3d%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Gui%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/GuiBld%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/GuiHtml%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Gviz3d%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Hist%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/HistFactory%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/HistPainter%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Html%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Imt%%AARCH64_PCM_SUFFIX%%.pcm lib/root/JsMVA/DataLoader.py lib/root/JsMVA/Factory.py lib/root/JsMVA/JPyInterface.py @@ -2949,31 +2921,31 @@ lib/root/JupyROOT/magics/__pycache__/jsrootmagic%%PYTHON_EXT_SUFFIX%%.opt-1.pyc lib/root/JupyROOT/magics/__pycache__/jsrootmagic%%PYTHON_EXT_SUFFIX%%.pyc lib/root/JupyROOT/magics/cppmagic.py lib/root/JupyROOT/magics/jsrootmagic.py -lib/root/MLP.pcm -lib/root/MathCore.pcm -lib/root/MathMore.pcm -lib/root/Matrix.pcm -lib/root/Minuit.pcm -lib/root/Minuit2.pcm -lib/root/MultiProc.pcm -lib/root/Net.pcm -lib/root/Netx.pcm -lib/root/NetxNG.pcm -lib/root/PgSQL.pcm -lib/root/Physics.pcm -lib/root/Postscript.pcm -lib/root/Proof.pcm -lib/root/ProofBench.pcm -lib/root/ProofDraw.pcm -lib/root/ProofPlayer.pcm -lib/root/PyMVA.pcm -lib/root/Quadp.pcm -lib/root/RCsg.pcm -lib/root/RGL.pcm -lib/root/RHTTP.pcm -lib/root/RHTTPSniff.pcm -lib/root/RIO.pcm -lib/root/RMySQL.pcm +lib/root/MLP%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/MathCore%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/MathMore%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Matrix%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Minuit%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Minuit2%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/MultiProc%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Net%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Netx%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/NetxNG%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/PgSQL%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Physics%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Postscript%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Proof%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/ProofBench%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/ProofDraw%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/ProofPlayer%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/PyMVA%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Quadp%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RCsg%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RGL%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RHTTP%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RHTTPSniff%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RIO%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RMySQL%%AARCH64_PCM_SUFFIX%%.pcm lib/root/ROOT/__init__.py lib/root/ROOT/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc lib/root/ROOT/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -3144,42 +3116,42 @@ lib/root/ROOT/_pythonization/_tstring.py lib/root/ROOT/_pythonization/_ttree.py lib/root/ROOT/_pythonization/_tvector3.py lib/root/ROOT/_pythonization/_tvectort.py -lib/root/ROOTDataFrame.pcm -lib/root/ROOTTMVASofie.pcm -lib/root/ROOTTPython.pcm -lib/root/ROOTVecOps.pcm -lib/root/ROOT_Config.pcm -lib/root/ROOT_Foundation_C.pcm -lib/root/ROOT_Foundation_Stage1_NoRTTI.pcm -lib/root/ROOT_Rtypes.pcm -lib/root/RSQLite.pcm -lib/root/Recorder.pcm -lib/root/Rint.pcm -lib/root/RooFit.pcm -lib/root/RooFitCore.pcm -lib/root/RooFitHS3.pcm -lib/root/RooFitMore.pcm -lib/root/RooFitRDataFrameHelpers.pcm -lib/root/RooStats.pcm -lib/root/RootAuth.pcm -lib/root/SPlot.pcm -lib/root/SQLIO.pcm -lib/root/SessionViewer.pcm -lib/root/Smatrix.pcm -lib/root/Spectrum.pcm -lib/root/SpectrumPainter.pcm -lib/root/TMVA.pcm -lib/root/TMVAGui.pcm -lib/root/Thread.pcm -lib/root/Tree.pcm -lib/root/TreePlayer.pcm -lib/root/TreeViewer.pcm -lib/root/Unfold.pcm -lib/root/X3d.pcm -lib/root/XMLIO.pcm -lib/root/XMLParser.pcm -lib/root/_Builtin_intrinsics.pcm -lib/root/_Builtin_stddef_max_align_t.pcm +lib/root/ROOTDataFrame%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/ROOTTMVASofie%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/ROOTTPython%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/ROOTVecOps%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/ROOT_Config%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/ROOT_Foundation_C%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/ROOT_Foundation_Stage1_NoRTTI%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/ROOT_Rtypes%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RSQLite%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Recorder%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Rint%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RooFit%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RooFitCore%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RooFitHS3%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RooFitMore%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RooFitRDataFrameHelpers%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RooStats%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/RootAuth%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/SPlot%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/SQLIO%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/SessionViewer%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Smatrix%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Spectrum%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/SpectrumPainter%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/TMVA%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/TMVAGui%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Thread%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Tree%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/TreePlayer%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/TreeViewer%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/Unfold%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/X3d%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/XMLIO%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/XMLParser%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/_Builtin_intrinsics%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/_Builtin_stddef_max_align_t%%AARCH64_PCM_SUFFIX%%.pcm lib/root/cmdLineUtils.py lib/root/cppyy/__init__.py lib/root/cppyy/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -3256,9 +3228,6 @@ lib/root/libFFTW.so.%%SHLIB_VER%% lib/root/libFITSIO.so lib/root/libFITSIO.so.%%SHLIB_SHVER%% lib/root/libFITSIO.so.%%SHLIB_VER%% -lib/root/libFTGL.so -lib/root/libFTGL.so.%%SHLIB_SHVER%% -lib/root/libFTGL.so.%%SHLIB_VER%% lib/root/libFitPanel.so lib/root/libFitPanel.so.%%SHLIB_SHVER%% lib/root/libFitPanel.so.%%SHLIB_VER%% @@ -3519,7 +3488,7 @@ lib/root/libXMLIO.so.%%SHLIB_VER%% lib/root/libXMLParser.so lib/root/libXMLParser.so.%%SHLIB_SHVER%% lib/root/libXMLParser.so.%%SHLIB_VER%% -lib/root/libc.pcm +lib/root/libc%%AARCH64_PCM_SUFFIX%%.pcm lib/root/libcomplexDict.rootmap lib/root/libcomplexDict.so lib/root/libcomplexDict.so.%%SHLIB_SHVER%% @@ -3590,8 +3559,8 @@ lib/root/libvectorDict.rootmap lib/root/libvectorDict.so lib/root/libvectorDict.so.%%SHLIB_SHVER%% lib/root/libvectorDict.so.%%SHLIB_VER%% -lib/root/modules.idx -lib/root/std.pcm +%%NOT_INSTALLED_ON_AARCH64%%lib/root/modules.idx +lib/root/std%%AARCH64_PCM_SUFFIX%%.pcm %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/DEVELOPMENT.md %%PORTDOCS%%%%DOCSDIR%%/INSTALL @@ -5519,3 +5488,1329 @@ share/man/man1/xpdtest.1.gz %%DATADIR%%/js/style/jquery-ui.css %%DATADIR%%/macros/Dialogs.C %%DATADIR%%/macros/fileopen.C +%%DATADIR%%/ui5/browser/browser.html +%%DATADIR%%/ui5/browser/Component.js +%%DATADIR%%/ui5/browser/controller/Browser.controller.js +%%DATADIR%%/ui5/browser/controller/FileDialog.controller.js +%%DATADIR%%/ui5/browser/logo.png +%%DATADIR%%/ui5/browser/manifest.json +%%DATADIR%%/ui5/browser/model/BrowserListBinding.js +%%DATADIR%%/ui5/browser/model/BrowserModel.js +%%DATADIR%%/ui5/browser/style.css +%%DATADIR%%/ui5/browser/view/Browser.view.xml +%%DATADIR%%/ui5/browser/view/filedialog.fragment.xml +%%DATADIR%%/ui5/browser/view/FileDialog.view.xml +%%DATADIR%%/ui5/browser/view/settingsmenu.fragment.xml +%%DATADIR%%/ui5/browser/view/tabsmenu.fragment.xml +%%DATADIR%%/ui5/canv/canvas.html +%%DATADIR%%/ui5/canv/canvas6.html +%%DATADIR%%/ui5/canv/Component-preload.js +%%DATADIR%%/ui5/canv/Component.js +%%DATADIR%%/ui5/canv/controller/Canvas.controller.js +%%DATADIR%%/ui5/canv/controller/CanvasPanel.controller.js +%%DATADIR%%/ui5/canv/controller/ColorButton.js +%%DATADIR%%/ui5/canv/controller/Ged.controller.js +%%DATADIR%%/ui5/canv/controller/Panel.controller.js +%%DATADIR%%/ui5/canv/controller/SVGSample.js +%%DATADIR%%/ui5/canv/manifest.json +%%DATADIR%%/ui5/canv/view/Axis.fragment.xml +%%DATADIR%%/ui5/canv/view/Canvas.view.xml +%%DATADIR%%/ui5/canv/view/CanvasPanel.view.xml +%%DATADIR%%/ui5/canv/view/Ged.view.xml +%%DATADIR%%/ui5/canv/view/Hist.fragment.xml +%%DATADIR%%/ui5/canv/view/Inspector.fragment.xml +%%DATADIR%%/ui5/canv/view/Panel.view.xml +%%DATADIR%%/ui5/canv/view/RAxis.fragment.xml +%%DATADIR%%/ui5/canv/view/TAttFill.fragment.xml +%%DATADIR%%/ui5/canv/view/TAttLine.fragment.xml +%%DATADIR%%/ui5/canv/view/TAttMarker.fragment.xml +%%DATADIR%%/ui5/canv/view/TNamed.fragment.xml +%%DATADIR%%/ui5/distribution/LICENSE.txt +%%DATADIR%%/ui5/distribution/NOTICE.txt +%%DATADIR%%/ui5/distribution/README.txt +%%DATADIR%%/ui5/distribution/resources/sap-ui-core-nojQuery.js +%%DATADIR%%/ui5/distribution/resources/sap-ui-core-nojQuery.js.map +%%DATADIR%%/ui5/distribution/resources/sap/m/library-preload.js +%%DATADIR%%/ui5/distribution/resources/sap/m/library-preload.js.map +%%DATADIR%%/ui5/distribution/resources/sap/m/messagebundle_en.properties +%%DATADIR%%/ui5/distribution/resources/sap/m/messagebundle.properties +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/.theming +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/library.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/library.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/base/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/.theming +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/library.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/library.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_belize/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/.theming +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/library.css +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/library.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/m/themes/sap_fiori_3/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/tnt/library-preload.js +%%DATADIR%%/ui5/distribution/resources/sap/tnt/library-preload.js.map +%%DATADIR%%/ui5/distribution/resources/sap/tnt/messagebundle_en.properties +%%DATADIR%%/ui5/distribution/resources/sap/tnt/messagebundle.properties +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/.theming +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/fonts/SAP-icons-TNT.json +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/fonts/SAP-icons-TNT.ttf +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/fonts/SAP-icons-TNT.woff +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/fonts/SAP-icons-TNT.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/library.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/library.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/base/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/.theming +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/global.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/library.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/library.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_belize/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/.theming +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/global.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/library.css +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/library.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/tnt/themes/sap_fiori_3/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/ace.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/ext-beautify.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/ext-language_tools.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/mode-c_cpp.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/mode-css.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/mode-javascript.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/mode-json.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/mode-latex.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/mode-markdown.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/mode-plain_text.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/mode-python.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/mode-sh.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/mode-xml.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/c_cpp.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/css.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/fortran.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/html.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/javascript.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/json.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/latex.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/markdown.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/plain_text.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/python.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/sh.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/snippets/xml.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/theme-eclipse.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/theme-github.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/theme-tomorrow.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/worker-css.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/worker-html.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/worker-javascript.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/worker-json.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/js/ace/worker-xml.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/library-preload.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/library-preload.js.map +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/messagebundle_en.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/messagebundle.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/base/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_belize/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/codeeditor/themes/sap_fiori_3/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/library-preload.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/library-preload.js.map +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/messagebundle_en.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/messagebundle.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/accordion/collapsed.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/accordion/expanded.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/applicationheader/SAPLogo.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/ColorPicker/Alphaslider_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/ColorPicker/ColorBar.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/ColorPicker/GradientBox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/datepicker/icon_cal_disabled.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/datepicker/icon_cal.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/datepicker/v_add_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/datepicker/v_add.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/datepicker/v_remove_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/datepicker/v_remove.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-bg_flat_0_aaaaaa_40x100.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-bg_flat_75_ffffff_40x100.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-bg_glass_55_fbf9ee_1x400.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-bg_glass_65_ffffff_1x400.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-bg_glass_75_dadada_1x400.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-bg_glass_75_e6e6e6_1x400.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-bg_glass_95_fef1ec_1x400.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-bg_highlight-soft_75_cccccc_1x100.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-icons_222222_256x240.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-icons_2e83ff_256x240.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-icons_454545_256x240.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-icons_888888_256x240.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/jQuery/ui-icons_cd0a0a_256x240.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/layout/separationLarge.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/layout/separationMedium.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/layout/separationSmall.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/menu/menuitem-sub-dis.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/menu/menuitem-sub-hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/menu/menuitem-sub.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/collapsed.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/collapsedRTL.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/expanded.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/float_backgr.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/iconError.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/iconSuccess.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/iconWarning.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/re-dock.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/re-dockRTL.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/toastarrow_Error.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/toastarrow_multi.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/toastarrow_Success.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebar/toastarrow_Warning.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebox/critical.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebox/error.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebox/information.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebox/question.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebox/success.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/messagebox/warning.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/paginator/arrow_first.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/paginator/arrow_last.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/paginator/arrow_next.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/paginator/arrow_previous.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/panel/collapsed.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/panel/expanded.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/rating/star_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/rating/star_selected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/rating/star_unselected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/richtooltip/ValueState_Error.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/richtooltip/ValueState_Success.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/richtooltip/ValueState_Warning.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/search/search.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/splitter/checkerboard.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/splitter/resize_horizontal.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/splitter/resize_vertical.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/splitter/splitter_horiz_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/splitter/splitter_vert_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/toolbar/overflow.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/TriStateCheckBox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/valuehelpfield/F4-Help_icon_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/valuehelpfield/F4-Help_icon_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img-RTL/valuehelpfield/F4-Help_icon_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/accordion/collapsed.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/accordion/expanded.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/applicationheader/SAPLogo.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/ColorPicker/Alphaslider_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/ColorPicker/ColorBar.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/ColorPicker/GradientBox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/datepicker/icon_cal_disabled.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/datepicker/icon_cal.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/datepicker/v_add_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/datepicker/v_add.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/datepicker/v_remove_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/datepicker/v_remove.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-bg_flat_0_aaaaaa_40x100.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-bg_flat_75_ffffff_40x100.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-bg_glass_55_fbf9ee_1x400.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-bg_glass_65_ffffff_1x400.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-bg_glass_75_dadada_1x400.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-bg_glass_75_e6e6e6_1x400.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-bg_glass_95_fef1ec_1x400.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-bg_highlight-soft_75_cccccc_1x100.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-icons_222222_256x240.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-icons_2e83ff_256x240.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-icons_454545_256x240.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-icons_888888_256x240.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/jQuery/ui-icons_cd0a0a_256x240.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/layout/separationLarge.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/layout/separationMedium.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/layout/separationSmall.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/menu/menuitem-sub-dis.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/menu/menuitem-sub-hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/menu/menuitem-sub.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/collapsed.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/collapsedRTL.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/expanded.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/float_backgr.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/iconError.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/iconSuccess.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/iconWarning.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/re-dock.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/re-dockRTL.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/toastarrow_Error.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/toastarrow_multi.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/toastarrow_Success.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebar/toastarrow_Warning.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebox/critical.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebox/error.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebox/information.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebox/question.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebox/success.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/messagebox/warning.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/paginator/arrow_first.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/paginator/arrow_last.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/paginator/arrow_next.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/paginator/arrow_previous.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/panel/collapsed.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/panel/expanded.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/rating/star_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/rating/star_selected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/rating/star_unselected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/richtooltip/ValueState_Error.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/richtooltip/ValueState_Success.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/richtooltip/ValueState_Warning.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/search/search.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/splitter/checkerboard.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/splitter/resize_horizontal.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/splitter/resize_vertical.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/splitter/splitter_horiz_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/splitter/splitter_vert_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/toolbar/overflow.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/TriStateCheckBox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/valuehelpfield/F4-Help_icon_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/valuehelpfield/F4-Help_icon_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/img/valuehelpfield/F4-Help_icon_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/base/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/applicationheader/Header_bg.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/applicationheader/SAPLogo.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/arrow_down_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/arrow_down.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/arrow_left_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/arrow_left.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/arrow_right_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/arrow_right.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/arrow_up_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/arrow_up.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/button/EmphButton_accept_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/button/EmphButton_regular_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/button/EmphButton_reject_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/checkbox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/combobox/ComboBoxArrow_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/combobox/ComboBoxArrow_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/combobox/ComboBoxArrow_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/datepicker/Calendar_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/datepicker/Calendar_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/datepicker/Calendar_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/dlg-close-act.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/dlg-close-hov.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/dlg-close.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/menu/bar-overflow.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/menu/menuitem-sub-dis.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/menu/menuitem-sub-hov.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/menu/menuitem-sub.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/menubutton/Menu_Disabled.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/menubutton/Menu_Hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/menubutton/Menu_Regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/messagebar/toastarrow_Error.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/messagebar/toastarrow_multi.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/messagebar/toastarrow_Success.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/messagebar/toastarrow_Warning.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/messagebox/32x32/error.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/messagebox/32x32/information.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/messagebox/32x32/question.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/messagebox/32x32/success.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/messagebox/32x32/warning.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/paginator/paginator.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/panel_container/Maximize_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/panel_container/Maximize.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/panel_container/Minimize_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/panel_container/Minimize.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/radiobutton.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/rating/star_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/rating/star_selected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/rating/star_unselected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/rating/star_unselected2.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/roadmap/roundtrip_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/roadmap/roundtrip_end_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/roadmap/roundtrip_end_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/roadmap/roundtrip_end.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/roadmap/roundtrip_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/roadmap/roundtrip_start_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/roadmap/roundtrip_start_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/roadmap/roundtrip_start.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/roadmap/roundtrip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/search/clear_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/search/clear.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/search/search_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/search/search_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/search/search_unclickable.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/search/search.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/splitter/splitter_horiz_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/splitter/splitter_vert_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tab-close-sel.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tab-close.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/CollapseAll_pressed.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/CollapseAll.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/ExpandAll_pressed.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/ExpandAll.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/TreeNode_Coll-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/TreeNode_Coll-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/TreeNode_Coll.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/TreeNode_Exp-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/TreeNode_Exp-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/TreeNode_Exp.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/TreeNode-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/TreeNode-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/tree/TreeNode.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/TriStateCheckBox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/valuehelpfield/F4-Help_icon_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/valuehelpfield/F4-Help_icon_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img-RTL/valuehelpfield/F4-Help_icon_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/applicationheader/Header_bg.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/applicationheader/SAPLogo.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/arrow_down_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/arrow_down.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/arrow_left_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/arrow_left.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/arrow_right_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/arrow_right.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/arrow_up_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/arrow_up.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/button/EmphButton_accept_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/button/EmphButton_regular_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/button/EmphButton_reject_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/checkbox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/combobox/ComboBoxArrow_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/combobox/ComboBoxArrow_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/combobox/ComboBoxArrow_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/datepicker/Calendar_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/datepicker/Calendar_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/datepicker/Calendar_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/dlg-close-act.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/dlg-close-hov.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/dlg-close.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/menu/bar-overflow.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/menu/menuitem-sub-dis.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/menu/menuitem-sub-hov.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/menu/menuitem-sub.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/menubutton/Menu_Disabled.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/menubutton/Menu_Hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/menubutton/Menu_Regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/messagebar/toastarrow_Error.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/messagebar/toastarrow_multi.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/messagebar/toastarrow_Success.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/messagebar/toastarrow_Warning.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/messagebox/32x32/error.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/messagebox/32x32/information.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/messagebox/32x32/question.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/messagebox/32x32/success.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/messagebox/32x32/warning.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/paginator/paginator.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/panel_container/Maximize_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/panel_container/Maximize.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/panel_container/Minimize_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/panel_container/Minimize.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/radiobutton.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/rating/star_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/rating/star_selected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/rating/star_unselected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/rating/star_unselected2.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/roadmap/roundtrip_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/roadmap/roundtrip_end_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/roadmap/roundtrip_end_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/roadmap/roundtrip_end.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/roadmap/roundtrip_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/roadmap/roundtrip_start_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/roadmap/roundtrip_start_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/roadmap/roundtrip_start.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/roadmap/roundtrip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/search/clear_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/search/clear.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/search/search_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/search/search_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/search/search_unclickable.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/search/search.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/splitter/splitter_horiz_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/splitter/splitter_vert_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tab-close-sel.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tab-close.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/CollapseAll_pressed.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/CollapseAll.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/ExpandAll_pressed.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/ExpandAll.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/TreeNode_Coll-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/TreeNode_Coll-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/TreeNode_Coll.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/TreeNode_Exp-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/TreeNode_Exp-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/TreeNode_Exp.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/TreeNode-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/TreeNode-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/tree/TreeNode.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/valuehelpfield/F4-Help_icon_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/valuehelpfield/F4-Help_icon_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/img/valuehelpfield/F4-Help_icon_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_belize/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/applicationheader/Header_bg.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/applicationheader/SAPLogo.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/arrow_down_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/arrow_down.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/arrow_left_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/arrow_left.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/arrow_right_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/arrow_right.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/arrow_up_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/arrow_up.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/button/EmphButton_accept_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/button/EmphButton_regular_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/button/EmphButton_reject_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/checkbox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/combobox/ComboBoxArrow_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/combobox/ComboBoxArrow_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/combobox/ComboBoxArrow_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/datepicker/Calendar_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/datepicker/Calendar_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/datepicker/Calendar_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/dlg-close-act.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/dlg-close-hov.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/dlg-close.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/menu/bar-overflow.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/menu/menuitem-sub-dis.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/menu/menuitem-sub-hov.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/menu/menuitem-sub.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/menubutton/Menu_Disabled.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/menubutton/Menu_Hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/menubutton/Menu_Regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/messagebar/toastarrow_Error.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/messagebar/toastarrow_multi.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/messagebar/toastarrow_Success.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/messagebar/toastarrow_Warning.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/messagebox/32x32/error.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/messagebox/32x32/information.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/messagebox/32x32/question.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/messagebox/32x32/success.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/messagebox/32x32/warning.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/paginator/paginator.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/panel_container/Maximize_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/panel_container/Maximize.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/panel_container/Minimize_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/panel_container/Minimize.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/radiobutton.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/rating/star_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/rating/star_selected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/rating/star_unselected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/rating/star_unselected2.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/roadmap/roundtrip_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/roadmap/roundtrip_end_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/roadmap/roundtrip_end_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/roadmap/roundtrip_end.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/roadmap/roundtrip_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/roadmap/roundtrip_start_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/roadmap/roundtrip_start_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/roadmap/roundtrip_start.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/roadmap/roundtrip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/search/clear_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/search/clear.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/search/search_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/search/search_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/search/search_unclickable.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/search/search.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/splitter/splitter_horiz_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/splitter/splitter_vert_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tab-close-sel.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tab-close.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/CollapseAll_pressed.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/CollapseAll.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/ExpandAll_pressed.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/ExpandAll.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/TreeNode_Coll-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/TreeNode_Coll-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/TreeNode_Coll.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/TreeNode_Exp-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/TreeNode_Exp-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/TreeNode_Exp.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/TreeNode-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/TreeNode-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/tree/TreeNode.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/TriStateCheckBox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/valuehelpfield/F4-Help_icon_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/valuehelpfield/F4-Help_icon_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img-RTL/valuehelpfield/F4-Help_icon_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/applicationheader/Header_bg.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/applicationheader/SAPLogo.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/arrow_down_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/arrow_down.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/arrow_left_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/arrow_left.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/arrow_right_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/arrow_right.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/arrow_up_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/arrow_up.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/button/EmphButton_accept_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/button/EmphButton_regular_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/button/EmphButton_reject_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/checkbox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/combobox/ComboBoxArrow_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/combobox/ComboBoxArrow_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/combobox/ComboBoxArrow_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/datepicker/Calendar_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/datepicker/Calendar_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/datepicker/Calendar_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/dlg-close-act.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/dlg-close-hov.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/dlg-close.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/menu/bar-overflow.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/menu/menuitem-sub-dis.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/menu/menuitem-sub-hov.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/menu/menuitem-sub.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/menubutton/Menu_Disabled.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/menubutton/Menu_Hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/menubutton/Menu_Regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/messagebar/toastarrow_Error.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/messagebar/toastarrow_multi.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/messagebar/toastarrow_Success.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/messagebar/toastarrow_Warning.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/messagebox/32x32/error.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/messagebox/32x32/information.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/messagebox/32x32/question.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/messagebox/32x32/success.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/messagebox/32x32/warning.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/paginator/paginator.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/panel_container/Maximize_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/panel_container/Maximize.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/panel_container/Minimize_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/panel_container/Minimize.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/radiobutton.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/rating/star_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/rating/star_selected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/rating/star_unselected.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/rating/star_unselected2.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/roadmap/roundtrip_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/roadmap/roundtrip_end_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/roadmap/roundtrip_end_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/roadmap/roundtrip_end.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/roadmap/roundtrip_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/roadmap/roundtrip_start_dsbl.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/roadmap/roundtrip_start_hov.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/roadmap/roundtrip_start.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/roadmap/roundtrip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/search/clear_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/search/clear.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/search/search_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/search/search_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/search/search_unclickable.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/search/search.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/splitter/splitter_horiz_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/splitter/splitter_vert_grip.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tab-close-sel.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tab-close.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/CollapseAll_pressed.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/CollapseAll.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/ExpandAll_pressed.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/ExpandAll.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/TreeNode_Coll-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/TreeNode_Coll-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/TreeNode_Coll.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/TreeNode_Exp-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/TreeNode_Exp-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/TreeNode_Exp.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/TreeNode-inverted.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/TreeNode-white.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/tree/TreeNode.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/valuehelpfield/F4-Help_icon_dsbl.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/valuehelpfield/F4-Help_icon_hover.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/img/valuehelpfield/F4-Help_icon_regular.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/commons/themes/sap_fiori_3/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/library-preload.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/library-preload.js.map +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/messagebundle_en.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/messagebundle.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/base.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/fonts/SAP-icons.ttf +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/fonts/SAP-icons.woff +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/fonts/SAP-icons.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/global.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img-RTL/1x1.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img-RTL/Busy.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img-RTL/message/16x16/Message_Icon_Error.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img-RTL/message/16x16/Message_Icon_Information.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img-RTL/message/16x16/Message_Icon_Success.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img-RTL/message/16x16/Message_Icon_Warning.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img-RTL/message/32x32/Message_Icon_Error.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img-RTL/message/32x32/Message_Icon_Information.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img-RTL/message/32x32/Message_Icon_Success.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img-RTL/message/32x32/Message_Icon_Warning.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img/1x1.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img/Busy.gif +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img/message/16x16/Message_Icon_Error.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img/message/16x16/Message_Icon_Information.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img/message/16x16/Message_Icon_Success.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img/message/16x16/Message_Icon_Warning.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img/message/32x32/Message_Icon_Error.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img/message/32x32/Message_Icon_Information.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img/message/32x32/Message_Icon_Success.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/img/message/32x32/Message_Icon_Warning.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/base/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/.theme +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/base.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/fonts/72-Bold-full.woff +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/fonts/72-Bold-full.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/fonts/72-Bold.woff +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/fonts/72-Bold.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/fonts/72-Regular-full.woff +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/fonts/72-Regular-full.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/fonts/72-Regular.woff +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/fonts/72-Regular.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/global.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_belize/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/.theme +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/base.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light-full.woff +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light-full.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light.woff +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular-full.woff +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular-full.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular.woff +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular.woff2 +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/global.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/core/themes/sap_fiori_3/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/library-preload.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/library-preload.js.map +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/messagebundle_en.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/messagebundle.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/img/create.txt +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/base/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_belize/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/layout/themes/sap_fiori_3/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/library-preload.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/library-preload.js.map +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/messagebundle_en.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/messagebundle.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/base/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_belize/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/table/themes/sap_fiori_3/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/thirdparty/jquery-compat.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/img/ColorPicker/Alphaslider_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/library-preload.js +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/library-preload.js.map +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/messagebundle_en.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/messagebundle.properties +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img-RTL/ColorPicker/Alphaslider_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img-RTL/ColorPicker/ColorBar.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img-RTL/ColorPicker/GradientBox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img-RTL/ColorPicker/PickingCursor-Default.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img-RTL/ColorPicker/Swatch_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img-RTL/ColorPicker/Unified_Swatch_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img-RTL/create.txt +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img/ColorPicker/Alphaslider_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img/ColorPicker/ColorBar.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img/ColorPicker/GradientBox.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img/ColorPicker/PickingCursor-Default.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img/ColorPicker/Swatch_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img/ColorPicker/Unified_Swatch_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/img/create.txt +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/base/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/ColorPicker/Alphaslider_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/ColorPicker/Swatch_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_belize/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/.theming +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/ColorPicker/Alphaslider_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/ColorPicker/Swatch_BG.png +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/library.css +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/library.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/ui/unified/themes/sap_fiori_3/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/uxap/library-preload.js +%%DATADIR%%/ui5/distribution/resources/sap/uxap/library-preload.js.map +%%DATADIR%%/ui5/distribution/resources/sap/uxap/messagebundle_en_US.properties +%%DATADIR%%/ui5/distribution/resources/sap/uxap/messagebundle.properties +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/.theming +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/library.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/library.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/base/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/.theming +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/library.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/library.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_belize/resources.json +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/.theming +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/css_variables.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/css_variables.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/css_variables.source.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/library_skeleton-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/library_skeleton.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/library-parameters.json +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/library-RTL.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/library.css +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/library.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/library.source.less +%%DATADIR%%/ui5/distribution/resources/sap/uxap/themes/sap_fiori_3/resources.json +%%DATADIR%%/ui5/eve7/Component.js +%%DATADIR%%/ui5/eve7/controller/EveTable.controller.js +%%DATADIR%%/ui5/eve7/controller/Ged.controller.js +%%DATADIR%%/ui5/eve7/controller/GeomViewer.controller.js +%%DATADIR%%/ui5/eve7/controller/GL.controller.js +%%DATADIR%%/ui5/eve7/controller/Lego.controller.js +%%DATADIR%%/ui5/eve7/controller/Main.controller.js +%%DATADIR%%/ui5/eve7/controller/Summary.controller.js +%%DATADIR%%/ui5/eve7/css/eve.css +%%DATADIR%%/ui5/eve7/geom.html +%%DATADIR%%/ui5/eve7/index.html +%%DATADIR%%/ui5/eve7/lib/EveElements.js +%%DATADIR%%/ui5/eve7/lib/EveElementsRCore.js +%%DATADIR%%/ui5/eve7/lib/EveManager.js +%%DATADIR%%/ui5/eve7/lib/EveScene.js +%%DATADIR%%/ui5/eve7/lib/FXAAShader.js +%%DATADIR%%/ui5/eve7/lib/GeomDrawing.js +%%DATADIR%%/ui5/eve7/lib/GlViewer.js +%%DATADIR%%/ui5/eve7/lib/GlViewerJSRoot.js +%%DATADIR%%/ui5/eve7/lib/GlViewerRCore.js +%%DATADIR%%/ui5/eve7/lib/GlViewerThree.js +%%DATADIR%%/ui5/eve7/lib/OrbitControlsEve.js +%%DATADIR%%/ui5/eve7/lib/OutlinePass.js +%%DATADIR%%/ui5/eve7/lib/RendeQuTor.js +%%DATADIR%%/ui5/eve7/manifest.json +%%DATADIR%%/ui5/eve7/shaders/custom/copyDepth2RReve.frag +%%DATADIR%%/ui5/eve7/shaders/custom/copyDepth2RReve.vert +%%DATADIR%%/ui5/eve7/shaders/custom/highPassReve.frag +%%DATADIR%%/ui5/eve7/shaders/custom/highPassReve.vert +%%DATADIR%%/ui5/eve7/shaders/custom/lowPassReve.frag +%%DATADIR%%/ui5/eve7/shaders/custom/lowPassReve.vert +%%DATADIR%%/ui5/eve7/shaders/programs.json +%%DATADIR%%/ui5/eve7/view/EveTable.view.xml +%%DATADIR%%/ui5/eve7/view/Ged.view.xml +%%DATADIR%%/ui5/eve7/view/GeomViewer.view.xml +%%DATADIR%%/ui5/eve7/view/GL.view.xml +%%DATADIR%%/ui5/eve7/view/Lego.view.xml +%%DATADIR%%/ui5/eve7/view/Main.view.xml +%%DATADIR%%/ui5/eve7/view/MainMain.view.xml +%%DATADIR%%/ui5/eve7/view/Summary.view.xml +%%DATADIR%%/ui5/fitpanel/controller/ColorButton.js +%%DATADIR%%/ui5/fitpanel/controller/FitPanel.controller.js +%%DATADIR%%/ui5/fitpanel/style/style.css +%%DATADIR%%/ui5/fitpanel/view/FitPanel.view.xml +%%DATADIR%%/ui5/panel/Controller.js +%%DATADIR%%/ui5/panel/panel.html +%%ROOT7%%include/root/ROOT/Browsable/RAnyObjectHolder.hxx +%%ROOT7%%include/root/ROOT/Browsable/RElement.hxx +%%ROOT7%%include/root/ROOT/Browsable/RGroup.hxx +%%ROOT7%%include/root/ROOT/Browsable/RHolder.hxx +%%ROOT7%%include/root/ROOT/Browsable/RItem.hxx +%%ROOT7%%include/root/ROOT/Browsable/RLevelIter.hxx +%%ROOT7%%include/root/ROOT/Browsable/RProvider.hxx +%%ROOT7%%include/root/ROOT/Browsable/RShared.hxx +%%ROOT7%%include/root/ROOT/Browsable/RSysFile.hxx +%%ROOT7%%include/root/ROOT/Browsable/RSysFileItem.hxx +%%ROOT7%%include/root/ROOT/Browsable/RUnique.hxx +%%ROOT7%%include/root/ROOT/Browsable/RWrapper.hxx +%%ROOT7%%include/root/ROOT/Browsable/TKeyItem.hxx +%%ROOT7%%include/root/ROOT/Browsable/TObjectElement.hxx +%%ROOT7%%include/root/ROOT/Browsable/TObjectHolder.hxx +%%ROOT7%%include/root/ROOT/Browsable/TObjectItem.hxx +%%ROOT7%%include/root/ROOT/impl_tuple_apply.hxx +%%ROOT7%%include/root/ROOT/libdaos_mock/daos.h +%%ROOT7%%include/root/ROOT/RAttrAggregation.hxx +%%ROOT7%%include/root/ROOT/RAttrAxis.hxx +%%ROOT7%%include/root/ROOT/RAttrBase.hxx +%%ROOT7%%include/root/ROOT/RAttrBorder.hxx +%%ROOT7%%include/root/ROOT/RAttrFill.hxx +%%ROOT7%%include/root/ROOT/RAttrFont.hxx +%%ROOT7%%include/root/ROOT/RAttrLine.hxx +%%ROOT7%%include/root/ROOT/RAttrMap.hxx +%%ROOT7%%include/root/ROOT/RAttrMargins.hxx +%%ROOT7%%include/root/ROOT/RAttrMarker.hxx +%%ROOT7%%include/root/ROOT/RAttrText.hxx +%%ROOT7%%include/root/ROOT/RAttrValue.hxx +%%ROOT7%%include/root/ROOT/RAxis.hxx +%%ROOT7%%include/root/ROOT/RAxisConfig.hxx +%%ROOT7%%include/root/ROOT/RAxisDrawable.hxx +%%ROOT7%%include/root/ROOT/RBox.hxx +%%ROOT7%%include/root/ROOT/RBrowser.hxx +%%ROOT7%%include/root/ROOT/RBrowserData.hxx +%%ROOT7%%include/root/ROOT/RBrowserReply.hxx +%%ROOT7%%include/root/ROOT/RBrowserRequest.hxx +%%ROOT7%%include/root/ROOT/RCanvas.hxx +%%ROOT7%%include/root/ROOT/RCluster.hxx +%%ROOT7%%include/root/ROOT/RClusterPool.hxx +%%ROOT7%%include/root/ROOT/RColor.hxx +%%ROOT7%%include/root/ROOT/RColumn.hxx +%%ROOT7%%include/root/ROOT/RColumnElement.hxx +%%ROOT7%%include/root/ROOT/RColumnModel.hxx +%%ROOT7%%include/root/ROOT/RDaos.hxx +%%ROOT7%%include/root/ROOT/RDirectory.hxx +%%ROOT7%%include/root/ROOT/RDirectoryEntry.hxx +%%ROOT7%%include/root/ROOT/RDisplayItem.hxx +%%ROOT7%%include/root/ROOT/RDrawable.hxx +%%ROOT7%%include/root/ROOT/RDrawableRequest.hxx +%%ROOT7%%include/root/ROOT/REntry.hxx +%%ROOT7%%include/root/ROOT/RError.hxx +%%ROOT7%%include/root/ROOT/REveBox.hxx +%%ROOT7%%include/root/ROOT/REveBoxSet.hxx +%%ROOT7%%include/root/ROOT/REveCalo.hxx +%%ROOT7%%include/root/ROOT/REveCaloData.hxx +%%ROOT7%%include/root/ROOT/REveChunkManager.hxx +%%ROOT7%%include/root/ROOT/REveClient.hxx +%%ROOT7%%include/root/ROOT/REveCompound.hxx +%%ROOT7%%include/root/ROOT/REveDataCollection.hxx +%%ROOT7%%include/root/ROOT/REveDataProxyBuilderBase.hxx +%%ROOT7%%include/root/ROOT/REveDataSimpleProxyBuilder.hxx +%%ROOT7%%include/root/ROOT/REveDataSimpleProxyBuilderTemplate.hxx +%%ROOT7%%include/root/ROOT/REveDataTable.hxx +%%ROOT7%%include/root/ROOT/REveDigitSet.hxx +%%ROOT7%%include/root/ROOT/REveElement.hxx +%%ROOT7%%include/root/ROOT/REveEllipsoid.hxx +%%ROOT7%%include/root/ROOT/REveFrameBox.hxx +%%ROOT7%%include/root/ROOT/REveGeomData.hxx +%%ROOT7%%include/root/ROOT/REveGeomViewer.hxx +%%ROOT7%%include/root/ROOT/REveGeoPainter.hxx +%%ROOT7%%include/root/ROOT/REveGeoPolyShape.hxx +%%ROOT7%%include/root/ROOT/REveGeoShape.hxx +%%ROOT7%%include/root/ROOT/REveGeoShapeExtract.hxx +%%ROOT7%%include/root/ROOT/REveGluTess.hxx +%%ROOT7%%include/root/ROOT/REveJetCone.hxx +%%ROOT7%%include/root/ROOT/REveLine.hxx +%%ROOT7%%include/root/ROOT/REveManager.hxx +%%ROOT7%%include/root/ROOT/REvePathMark.hxx +%%ROOT7%%include/root/ROOT/REvePointSet.hxx +%%ROOT7%%include/root/ROOT/REvePolygonSetProjected.hxx +%%ROOT7%%include/root/ROOT/REveProjectionBases.hxx +%%ROOT7%%include/root/ROOT/REveProjectionManager.hxx +%%ROOT7%%include/root/ROOT/REveProjections.hxx +%%ROOT7%%include/root/ROOT/REveRenderData.hxx +%%ROOT7%%include/root/ROOT/REveRGBAPalette.hxx +%%ROOT7%%include/root/ROOT/REveScalableStraightLineSet.hxx +%%ROOT7%%include/root/ROOT/REveScene.hxx +%%ROOT7%%include/root/ROOT/REveSceneInfo.hxx +%%ROOT7%%include/root/ROOT/REveSecondarySelectable.hxx +%%ROOT7%%include/root/ROOT/REveSelection.hxx +%%ROOT7%%include/root/ROOT/REveShape.hxx +%%ROOT7%%include/root/ROOT/REveStraightLineSet.hxx +%%ROOT7%%include/root/ROOT/REveSystem.hxx +%%ROOT7%%include/root/ROOT/REveTableInfo.hxx +%%ROOT7%%include/root/ROOT/REveTableProxyBuilder.hxx +%%ROOT7%%include/root/ROOT/REveTrack.hxx +%%ROOT7%%include/root/ROOT/REveTrackProjected.hxx +%%ROOT7%%include/root/ROOT/REveTrackPropagator.hxx +%%ROOT7%%include/root/ROOT/REveTrans.hxx +%%ROOT7%%include/root/ROOT/REveTreeTools.hxx +%%ROOT7%%include/root/ROOT/REveTypes.hxx +%%ROOT7%%include/root/ROOT/REveUtil.hxx +%%ROOT7%%include/root/ROOT/REveVector.hxx +%%ROOT7%%include/root/ROOT/REveViewContext.hxx +%%ROOT7%%include/root/ROOT/REveViewer.hxx +%%ROOT7%%include/root/ROOT/REveVSD.hxx +%%ROOT7%%include/root/ROOT/REveVSDStructs.hxx +%%ROOT7%%include/root/ROOT/RField.hxx +%%ROOT7%%include/root/ROOT/RFieldValue.hxx +%%ROOT7%%include/root/ROOT/RFieldVisitor.hxx +%%ROOT7%%include/root/ROOT/RFile.hxx +%%ROOT7%%include/root/ROOT/RFileDialog.hxx +%%ROOT7%%include/root/ROOT/RFit.hxx +%%ROOT7%%include/root/ROOT/RFitPanel.hxx +%%ROOT7%%include/root/ROOT/RFitPanelModel.hxx +%%ROOT7%%include/root/ROOT/RFont.hxx +%%ROOT7%%include/root/ROOT/RFrame.hxx +%%ROOT7%%include/root/ROOT/RFrameTitle.hxx +%%ROOT7%%include/root/ROOT/RHist.hxx +%%ROOT7%%include/root/ROOT/RHistBinIter.hxx +%%ROOT7%%include/root/ROOT/RHistBufferedFill.hxx +%%ROOT7%%include/root/ROOT/RHistConcurrentFill.hxx +%%ROOT7%%include/root/ROOT/RHistData.hxx +%%ROOT7%%include/root/ROOT/RHistDisplayItem.hxx +%%ROOT7%%include/root/ROOT/RHistDrawable.hxx +%%ROOT7%%include/root/ROOT/RHistImpl.hxx +%%ROOT7%%include/root/ROOT/RHistStatBox.hxx +%%ROOT7%%include/root/ROOT/RHistUtils.hxx +%%ROOT7%%include/root/ROOT/RHistView.hxx +%%ROOT7%%include/root/ROOT/RIndexIter.hxx +%%ROOT7%%include/root/ROOT/RLegend.hxx +%%ROOT7%%include/root/ROOT/RLine.hxx +%%ROOT7%%include/root/ROOT/RMarker.hxx +%%ROOT7%%include/root/ROOT/RMenuItems.hxx +%%ROOT7%%include/root/ROOT/RMiniFile.hxx +%%ROOT7%%include/root/ROOT/RNTuple.hxx +%%ROOT7%%include/root/ROOT/RNTupleDescriptor.hxx +%%ROOT7%%include/root/ROOT/RNTupleMerger.hxx +%%ROOT7%%include/root/ROOT/RNTupleMetrics.hxx +%%ROOT7%%include/root/ROOT/RNTupleModel.hxx +%%ROOT7%%include/root/ROOT/RNTupleOptions.hxx +%%ROOT7%%include/root/ROOT/RNTupleSerialize.hxx +%%ROOT7%%include/root/ROOT/RNTupleUtil.hxx +%%ROOT7%%include/root/ROOT/RNTupleView.hxx +%%ROOT7%%include/root/ROOT/RNTupleZip.hxx +%%ROOT7%%include/root/ROOT/ROnFrameDrawable.hxx +%%ROOT7%%include/root/ROOT/RPad.hxx +%%ROOT7%%include/root/ROOT/RPadBase.hxx +%%ROOT7%%include/root/ROOT/RPadDisplayItem.hxx +%%ROOT7%%include/root/ROOT/RPadExtent.hxx +%%ROOT7%%include/root/ROOT/RPadLength.hxx +%%ROOT7%%include/root/ROOT/RPadPos.hxx +%%ROOT7%%include/root/ROOT/RPage.hxx +%%ROOT7%%include/root/ROOT/RPageAllocator.hxx +%%ROOT7%%include/root/ROOT/RPagePool.hxx +%%ROOT7%%include/root/ROOT/RPageSinkBuf.hxx +%%ROOT7%%include/root/ROOT/RPageSourceFriends.hxx +%%ROOT7%%include/root/ROOT/RPageStorage.hxx +%%ROOT7%%include/root/ROOT/RPageStorageDaos.hxx +%%ROOT7%%include/root/ROOT/RPageStorageFile.hxx +%%ROOT7%%include/root/ROOT/RPalette.hxx +%%ROOT7%%include/root/ROOT/RPaletteDrawable.hxx +%%ROOT7%%include/root/ROOT/RPave.hxx +%%ROOT7%%include/root/ROOT/RPaveText.hxx +%%ROOT7%%include/root/ROOT/RStyle.hxx +%%ROOT7%%include/root/ROOT/RText.hxx +%%ROOT7%%include/root/ROOT/RTupleApply.hxx +%%ROOT7%%include/root/ROOT/RVirtualCanvasPainter.hxx +%%ROOT7%%include/root/ROOT/RWebBrowserImp.hxx +%%ROOT7%%include/root/ROOT/TObjectDisplayItem.hxx +%%ROOT7%%include/root/ROOT/TObjectDrawable.hxx +%%ROOT7%%lib/root/libROOTBranchBrowseProvider.so +%%ROOT7%%lib/root/libROOTBranchBrowseProvider.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTBranchBrowseProvider.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTBrowsable.so +%%ROOT7%%lib/root/libROOTBrowsable.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTBrowsable.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTBrowserGeomWidget.so +%%ROOT7%%lib/root/libROOTBrowserGeomWidget.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTBrowserGeomWidget.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTBrowserRCanvasWidget.so +%%ROOT7%%lib/root/libROOTBrowserRCanvasWidget.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTBrowserRCanvasWidget.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTBrowserTCanvasWidget.so +%%ROOT7%%lib/root/libROOTBrowserTCanvasWidget.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTBrowserTCanvasWidget.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTBrowserv7.so +%%ROOT7%%lib/root/libROOTBrowserv7.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTBrowserv7.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTBrowserWidgets.so +%%ROOT7%%lib/root/libROOTBrowserWidgets.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTBrowserWidgets.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTCanvasPainter.so +%%ROOT7%%lib/root/libROOTCanvasPainter.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTCanvasPainter.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTEve.so +%%ROOT7%%lib/root/libROOTEve.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTEve.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTFitPanelv7.so +%%ROOT7%%lib/root/libROOTFitPanelv7.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTFitPanelv7.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTGpadv7.so +%%ROOT7%%lib/root/libROOTGpadv7.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTGpadv7.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTGraphicsPrimitives.so +%%ROOT7%%lib/root/libROOTGraphicsPrimitives.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTGraphicsPrimitives.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTHist.so +%%ROOT7%%lib/root/libROOTHist.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTHist.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTHistDraw.so +%%ROOT7%%lib/root/libROOTHistDraw.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTHistDraw.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTHistDrawProvider.so +%%ROOT7%%lib/root/libROOTHistDrawProvider.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTHistDrawProvider.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTLeafDraw6Provider.so +%%ROOT7%%lib/root/libROOTLeafDraw6Provider.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTLeafDraw6Provider.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTLeafDraw7Provider.so +%%ROOT7%%lib/root/libROOTLeafDraw7Provider.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTLeafDraw7Provider.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTNTuple.so +%%ROOT7%%lib/root/libROOTNTuple.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTNTuple.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTNTupleBrowseProvider.so +%%ROOT7%%lib/root/libROOTNTupleBrowseProvider.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTNTupleBrowseProvider.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTNTupleDraw6Provider.so +%%ROOT7%%lib/root/libROOTNTupleDraw6Provider.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTNTupleDraw6Provider.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTNTupleDraw7Provider.so +%%ROOT7%%lib/root/libROOTNTupleDraw7Provider.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTNTupleDraw7Provider.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTObjectDraw6Provider.so +%%ROOT7%%lib/root/libROOTObjectDraw6Provider.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTObjectDraw6Provider.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/libROOTObjectDraw7Provider.so +%%ROOT7%%lib/root/libROOTObjectDraw7Provider.so.%%SHLIB_SHVER%% +%%ROOT7%%lib/root/libROOTObjectDraw7Provider.so.%%SHLIB_VER%% +%%ROOT7%%lib/root/ROOTBrowsable%%AARCH64_PCM_SUFFIX%%.pcm +%%ROOT7%%lib/root/ROOTBrowserv7%%AARCH64_PCM_SUFFIX%%.pcm +%%ROOT7%%lib/root/ROOTEve%%AARCH64_PCM_SUFFIX%%.pcm +%%ROOT7%%lib/root/ROOTFitPanelv7%%AARCH64_PCM_SUFFIX%%.pcm +%%ROOT7%%lib/root/ROOTGpadv7%%AARCH64_PCM_SUFFIX%%.pcm +%%ROOT7%%lib/root/ROOTGraphicsPrimitives%%AARCH64_PCM_SUFFIX%%.pcm +%%ROOT7%%lib/root/ROOTHist%%AARCH64_PCM_SUFFIX%%.pcm +%%ROOT7%%lib/root/ROOTHistDraw%%AARCH64_PCM_SUFFIX%%.pcm +%%ROOT7%%lib/root/ROOTNTuple%%AARCH64_PCM_SUFFIX%%.pcm +include/root/ROOT/RWebDisplayArgs.hxx +include/root/ROOT/RWebDisplayHandle.hxx +include/root/ROOT/RWebWindow.hxx +include/root/ROOT/RWebWindowsManager.hxx +include/root/TWebCanvas.h +include/root/TWebGuiFactory.h +include/root/TWebMenuItem.h +include/root/TWebPadOptions.h +include/root/TWebPadPainter.h +include/root/TWebPainting.h +include/root/TWebPS.h +include/root/TWebSnapshot.h +lib/root/DistRDF/__pycache__/CppWorkflow%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +lib/root/DistRDF/__pycache__/CppWorkflow%%PYTHON_EXT_SUFFIX%%.pyc +lib/root/DistRDF/__pycache__/HeadNode%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +lib/root/DistRDF/__pycache__/HeadNode%%PYTHON_EXT_SUFFIX%%.pyc +lib/root/DistRDF/__pycache__/PythonMergeables%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +lib/root/DistRDF/__pycache__/PythonMergeables%%PYTHON_EXT_SUFFIX%%.pyc +lib/root/DistRDF/__pycache__/Ranges%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +lib/root/DistRDF/__pycache__/Ranges%%PYTHON_EXT_SUFFIX%%.pyc +lib/root/DistRDF/Backends/Dask/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +lib/root/DistRDF/Backends/Dask/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +lib/root/DistRDF/Backends/Dask/__pycache__/Backend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +lib/root/DistRDF/Backends/Dask/__pycache__/Backend%%PYTHON_EXT_SUFFIX%%.pyc +lib/root/libROOTWebDisplay.so +lib/root/libROOTWebDisplay.so.%%SHLIB_SHVER%% +lib/root/libROOTWebDisplay.so.%%SHLIB_VER%% +lib/root/ROOTWebDisplay%%AARCH64_PCM_SUFFIX%%.pcm +lib/root/libWebGui6.so +lib/root/libWebGui6.so.%%SHLIB_SHVER%% +lib/root/libWebGui6.so.%%SHLIB_VER%% +lib/root/WebGui6%%AARCH64_PCM_SUFFIX%%.pcm diff --git a/devel/root/scripts/remove-modules-from-modulemap.sh b/devel/root/scripts/remove-modules-from-modulemap.sh new file mode 100755 index 000000000000..64df1b9c2ba0 --- /dev/null +++ b/devel/root/scripts/remove-modules-from-modulemap.sh @@ -0,0 +1,27 @@ +#!/bin/sh + +# Script removes module definition blocks in LLVM/Clang .modulemap +# files in-place in the file path stored in the variable MODULEMAP + +sp='[[:space:]]' + +mdls="" ; i=0 +for m in "$@" ; do + i=$((i+1)) + mdls="$mdls($m)" + [ $i -ne $# ] && mdls="$mdls|" +done + +script="\ +/^$sp*(explicit)?$sp*module$sp*\"$mdls\"$sp*\{$sp*\$/ { + :l + N + s/}/}/ + tx + bl + :x + d +}\ +" + +sed -i '' -E "$script" "$MODULEMAP" diff --git a/devel/rustc-demangle/Makefile b/devel/rustc-demangle/Makefile new file mode 100644 index 000000000000..cc789e796e3e --- /dev/null +++ b/devel/rustc-demangle/Makefile @@ -0,0 +1,40 @@ +PORTNAME= rustc-demangle +DISTVERSION= 0.1.21 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for Rust symbol demangling +WWW= https://github.com/rust-lang/rustc-demangle + +LICENSE= APACHE20 MIT +LICENSE_COMB= dual +LICENSE_FILE_APACHE20= ${WRKSRC}/../../LICENSE-APACHE +LICENSE_FILE_MIT= ${WRKSRC}/../../LICENSE-MIT + +USES= cargo +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= rust-lang + +WRKSRC_SUBDIR= crates/capi + +CARGO_CRATES= arbitrary-1.2.2 \ + cc-1.0.78 \ + compiler_builtins-0.1.86 \ + jobserver-0.1.25 \ + libc-0.2.139 \ + libfuzzer-sys-0.4.5 \ + once_cell-1.17.0 \ + rustc-std-workspace-core-1.0.0 + +PLIST_FILES= include/rustc_demangle.h \ + lib/librustc_demangle.a \ + lib/librustc_demangle.so + +do-install: + ${INSTALL_DATA} ${WRKSRC}/../../crates/capi/include/rustc_demangle.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKDIR}/target/*-freebsd/release/librustc_demangle.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKDIR}/target/*-freebsd/release/librustc_demangle.so ${STAGEDIR}${PREFIX}/lib + +.include diff --git a/devel/rustc-demangle/distinfo b/devel/rustc-demangle/distinfo new file mode 100644 index 000000000000..c45b448f22af --- /dev/null +++ b/devel/rustc-demangle/distinfo @@ -0,0 +1,19 @@ +TIMESTAMP = 1673374089 +SHA256 (rust/crates/arbitrary-1.2.2.crate) = b0224938f92e7aef515fac2ff2d18bd1115c1394ddf4a092e0c87e8be9499ee5 +SIZE (rust/crates/arbitrary-1.2.2.crate) = 30011 +SHA256 (rust/crates/cc-1.0.78.crate) = a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d +SIZE (rust/crates/cc-1.0.78.crate) = 61375 +SHA256 (rust/crates/compiler_builtins-0.1.86.crate) = 5dae98c88e576098d7ab13ebcb40cc43e5114b2beafe61a87cda9200649ff205 +SIZE (rust/crates/compiler_builtins-0.1.86.crate) = 167530 +SHA256 (rust/crates/jobserver-0.1.25.crate) = 068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b +SIZE (rust/crates/jobserver-0.1.25.crate) = 21888 +SHA256 (rust/crates/libc-0.2.139.crate) = 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79 +SIZE (rust/crates/libc-0.2.139.crate) = 638983 +SHA256 (rust/crates/libfuzzer-sys-0.4.5.crate) = c8fff891139ee62800da71b7fd5b508d570b9ad95e614a53c6f453ca08366038 +SIZE (rust/crates/libfuzzer-sys-0.4.5.crate) = 127802 +SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66 +SIZE (rust/crates/once_cell-1.17.0.crate) = 32736 +SHA256 (rust/crates/rustc-std-workspace-core-1.0.0.crate) = 1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c +SIZE (rust/crates/rustc-std-workspace-core-1.0.0.crate) = 714 +SHA256 (rust-lang-rustc-demangle-0.1.21_GH0.tar.gz) = f1663f2b4312dc65d4081e6254b916c58398192870864fb35297ebf2ea0e498b +SIZE (rust-lang-rustc-demangle-0.1.21_GH0.tar.gz) = 29692 diff --git a/devel/rustc-demangle/pkg-descr b/devel/rustc-demangle/pkg-descr new file mode 100644 index 000000000000..ab40f2985823 --- /dev/null +++ b/devel/rustc-demangle/pkg-descr @@ -0,0 +1,4 @@ +Library that demangles for Rust symbols. + +The library is written in Rust. +This port has it's C/C++ API. diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile index ef3349941799..f31adfff6041 100644 --- a/devel/sdl20/Makefile +++ b/devel/sdl20/Makefile @@ -1,5 +1,5 @@ PORTNAME= sdl2 -DISTVERSION= 2.26.1 +DISTVERSION= 2.26.2 CATEGORIES= devel MASTER_SITES= https://www.libsdl.org/release/ DISTNAME= SDL2-${PORTVERSION} diff --git a/devel/sdl20/distinfo b/devel/sdl20/distinfo index 5dacdc0eefee..aec2ea1b0762 100644 --- a/devel/sdl20/distinfo +++ b/devel/sdl20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670364097 -SHA256 (SDL2-2.26.1.tar.gz) = 02537cc7ebd74071631038b237ec4bfbb3f4830ba019e569434da33f42373e04 -SIZE (SDL2-2.26.1.tar.gz) = 8084125 +TIMESTAMP = 1673265254 +SHA256 (SDL2-2.26.2.tar.gz) = 95d39bc3de037fbdfa722623737340648de4f180a601b0afad27645d150b99e0 +SIZE (SDL2-2.26.2.tar.gz) = 8084120 diff --git a/devel/sdl20/pkg-plist b/devel/sdl20/pkg-plist index ed16aabc1185..9f8476453ebb 100644 --- a/devel/sdl20/pkg-plist +++ b/devel/sdl20/pkg-plist @@ -80,7 +80,7 @@ include/SDL2/close_code.h lib/cmake/SDL2/sdl2-config-version.cmake lib/cmake/SDL2/sdl2-config.cmake lib/libSDL2-2.0.so.0 -lib/libSDL2-2.0.so.0.2600.1 +lib/libSDL2-2.0.so.0.2600.2 lib/libSDL2.a lib/libSDL2.so lib/libSDL2_test.a diff --git a/editors/languageclient-neovim/Makefile b/editors/languageclient-neovim/Makefile index 7e45981f71a8..902999c76804 100644 --- a/editors/languageclient-neovim/Makefile +++ b/editors/languageclient-neovim/Makefile @@ -1,6 +1,6 @@ PORTNAME= languageclient-neovim -DISTVERSIONPREFIX= v -DISTVERSION= 0.1.153 +DISTVERSION= 0.1.161-3 +DISTVERSIONSUFFIX= -gcf6dd11 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org @@ -16,120 +16,133 @@ USE_GITHUB= yes GH_ACCOUNT= autozimu GH_PROJECT= LanguageClient-neovim -CARGO_CRATES= adler32-1.0.3 \ - aho-corasick-0.7.6 \ - ansi_term-0.11.0 \ - antidote-1.0.0 \ - arc-swap-0.3.11 \ - atty-0.2.13 \ - autocfg-0.1.5 \ - backtrace-0.3.34 \ - backtrace-sys-0.1.31 \ - bitflags-1.1.0 \ - cc-1.0.40 \ - cfg-if-0.1.9 \ - chrono-0.4.7 \ - clap-2.33.0 \ +CARGO_CRATES= adler-0.2.3 \ + aho-corasick-0.7.18 \ + anyhow-1.0.32 \ + arc-swap-0.4.7 \ + arrayref-0.3.6 \ + arrayvec-0.5.1 \ + autocfg-1.0.0 \ + base64-0.11.0 \ + base64-0.12.3 \ + bitflags-1.2.1 \ + blake2b_simd-0.5.10 \ + cfg-if-0.1.10 \ + chrono-0.4.13 \ + clap-2.33.1 \ + cloudabi-0.0.3 \ + constant_time_eq-0.1.5 \ crc32fast-1.2.0 \ - crossbeam-channel-0.3.9 \ - crossbeam-utils-0.6.6 \ - diff-0.1.11 \ - dtoa-0.4.4 \ - either-1.5.2 \ - failure-0.1.5 \ - failure_derive-0.1.5 \ - filetime-0.2.5 \ - flate2-1.0.11 \ - fnv-1.0.6 \ + crossbeam-0.7.3 \ + crossbeam-channel-0.4.4 \ + crossbeam-deque-0.7.4 \ + crossbeam-epoch-0.8.2 \ + crossbeam-queue-0.2.3 \ + crossbeam-utils-0.7.2 \ + derivative-2.1.1 \ + diff-0.1.12 \ + dirs-2.0.2 \ + dirs-sys-0.3.5 \ + dtoa-0.4.6 \ + either-1.5.3 \ + filetime-0.2.10 \ + flate2-1.0.16 \ + fnv-1.0.7 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ - futures-0.1.28 \ + futures-0.1.29 \ + getrandom-0.1.14 \ glob-0.3.0 \ - heck-0.3.1 \ - humantime-1.2.0 \ + humantime-1.3.0 \ idna-0.2.0 \ - inotify-0.6.1 \ + inotify-0.7.1 \ inotify-sys-0.1.3 \ - iovec-0.1.2 \ - itertools-0.8.0 \ - itoa-0.4.4 \ - jsonrpc-core-13.0.0 \ + iovec-0.1.4 \ + itertools-0.9.0 \ + itoa-0.4.6 \ + json-patch-0.2.6 \ + jsonrpc-core-15.1.0 \ kernel32-sys-0.2.2 \ - lazy_static-1.3.0 \ + lazy_static-1.4.0 \ lazycell-1.2.1 \ - libc-0.2.62 \ - linked-hash-map-0.5.2 \ - log-0.4.8 \ + libc-0.2.73 \ + linked-hash-map-0.5.3 \ + lock_api-0.3.4 \ + log-0.4.11 \ log-mdc-0.1.0 \ - log4rs-0.8.3 \ - lsp-types-0.60.0 \ - maplit-1.0.1 \ + log4rs-0.12.0 \ + lsp-types-0.83.0 \ + maplit-1.0.2 \ matches-0.1.8 \ - memchr-2.2.1 \ - miniz-sys-0.1.12 \ - miniz_oxide-0.3.2 \ - mio-0.6.19 \ - mio-extras-2.0.5 \ + maybe-uninit-2.0.0 \ + memchr-2.5.0 \ + memoffset-0.5.5 \ + miniz_oxide-0.4.0 \ + mio-0.6.22 \ + mio-extras-2.0.6 \ miow-0.2.1 \ - net2-0.2.33 \ - notify-4.0.12 \ - num-integer-0.1.41 \ - num-traits-0.2.8 \ - ordered-float-1.0.2 \ - pathdiff-0.1.0 \ + net2-0.2.34 \ + notify-4.0.15 \ + num-integer-0.1.43 \ + num-traits-0.2.12 \ + ordered-float-1.1.0 \ + parking_lot-0.10.2 \ + parking_lot_core-0.7.2 \ + pathdiff-0.2.0 \ percent-encoding-2.1.0 \ - proc-macro2-0.4.30 \ - proc-macro2-1.0.1 \ - quick-error-1.2.2 \ - quote-0.6.13 \ - quote-1.0.2 \ - redox_syscall-0.1.56 \ - regex-1.2.1 \ - regex-syntax-0.6.11 \ - rustc-demangle-0.1.16 \ - ryu-1.0.0 \ - same-file-1.0.5 \ - serde-1.0.99 \ - serde-value-0.5.3 \ - serde_derive-1.0.99 \ - serde_json-1.0.40 \ - serde_repr-0.1.5 \ - serde_yaml-0.8.9 \ - shellexpand-1.0.0 \ + pin-project-lite-0.1.11 \ + proc-macro2-1.0.19 \ + quick-error-1.2.3 \ + quote-1.0.7 \ + redox_syscall-0.1.57 \ + redox_users-0.3.4 \ + regex-1.5.5 \ + regex-syntax-0.6.26 \ + rust-argon2-0.7.0 \ + ryu-1.0.5 \ + same-file-1.0.6 \ + scopeguard-1.1.0 \ + serde-1.0.114 \ + serde-value-0.6.0 \ + serde_derive-1.0.114 \ + serde_json-1.0.56 \ + serde_repr-0.1.6 \ + serde_yaml-0.8.13 \ + shellexpand-2.0.0 \ slab-0.4.2 \ - smallvec-0.6.10 \ - strsim-0.8.0 \ - structopt-0.2.18 \ - structopt-derive-0.2.18 \ - syn-0.15.44 \ - syn-1.0.3 \ - synstructure-0.10.2 \ + smallvec-1.4.1 \ + syn-1.0.35 \ textwrap-0.11.0 \ + thiserror-1.0.20 \ + thiserror-impl-1.0.20 \ thread-id-3.3.0 \ - thread_local-0.3.6 \ - time-0.1.42 \ + time-0.1.43 \ + tinyvec-0.3.3 \ + tracing-0.1.21 \ + tracing-attributes-0.1.11 \ + tracing-core-0.1.17 \ + tracing-log-0.1.1 \ traitobject-0.1.0 \ + treediff-3.0.2 \ typemap-0.3.3 \ unicode-bidi-0.3.4 \ - unicode-normalization-0.1.8 \ - unicode-segmentation-1.3.0 \ - unicode-width-0.1.5 \ - unicode-xid-0.1.0 \ - unicode-xid-0.2.0 \ + unicode-normalization-0.1.13 \ + unicode-width-0.1.8 \ + unicode-xid-0.2.1 \ unsafe-any-0.4.2 \ - url-2.1.0 \ - vec_map-0.8.1 \ - walkdir-2.2.9 \ + url-2.1.1 \ + walkdir-2.3.1 \ + wasi-0.9.0+wasi-snapshot-preview1 \ winapi-0.2.8 \ - winapi-0.3.7 \ + winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.2 \ + winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 \ - yaml-rust-0.4.3 + yaml-rust-0.4.4 PLIST_FILES= bin/languageclient diff --git a/editors/languageclient-neovim/distinfo b/editors/languageclient-neovim/distinfo index 055406cfaeb0..87bfd1e41997 100644 --- a/editors/languageclient-neovim/distinfo +++ b/editors/languageclient-neovim/distinfo @@ -1,54 +1,68 @@ -TIMESTAMP = 1673180335 -SHA256 (rust/crates/adler32-1.0.3.crate) = 7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c -SIZE (rust/crates/adler32-1.0.3.crate) = 5734 -SHA256 (rust/crates/aho-corasick-0.7.6.crate) = 58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d -SIZE (rust/crates/aho-corasick-0.7.6.crate) = 108953 -SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b -SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 -SHA256 (rust/crates/antidote-1.0.0.crate) = 34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5 -SIZE (rust/crates/antidote-1.0.0.crate) = 6312 -SHA256 (rust/crates/arc-swap-0.3.11.crate) = bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841 -SIZE (rust/crates/arc-swap-0.3.11.crate) = 46282 -SHA256 (rust/crates/atty-0.2.13.crate) = 1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90 -SIZE (rust/crates/atty-0.2.13.crate) = 4764 -SHA256 (rust/crates/autocfg-0.1.5.crate) = 22130e92352b948e7e82a49cdb0aa94f2211761117f29e052dd397c1ac33542b -SIZE (rust/crates/autocfg-0.1.5.crate) = 11009 -SHA256 (rust/crates/backtrace-0.3.34.crate) = b5164d292487f037ece34ec0de2fcede2faa162f085dd96d2385ab81b12765ba -SIZE (rust/crates/backtrace-0.3.34.crate) = 54443 -SHA256 (rust/crates/backtrace-sys-0.1.31.crate) = 82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b -SIZE (rust/crates/backtrace-sys-0.1.31.crate) = 518877 -SHA256 (rust/crates/bitflags-1.1.0.crate) = 3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd -SIZE (rust/crates/bitflags-1.1.0.crate) = 16322 -SHA256 (rust/crates/cc-1.0.40.crate) = b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7 -SIZE (rust/crates/cc-1.0.40.crate) = 45571 -SHA256 (rust/crates/cfg-if-0.1.9.crate) = b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33 -SIZE (rust/crates/cfg-if-0.1.9.crate) = 7353 -SHA256 (rust/crates/chrono-0.4.7.crate) = 77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe -SIZE (rust/crates/chrono-0.4.7.crate) = 131963 -SHA256 (rust/crates/clap-2.33.0.crate) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 -SIZE (rust/crates/clap-2.33.0.crate) = 196458 +TIMESTAMP = 1673316375 +SHA256 (rust/crates/adler-0.2.3.crate) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e +SIZE (rust/crates/adler-0.2.3.crate) = 12168 +SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f +SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 +SHA256 (rust/crates/anyhow-1.0.32.crate) = 6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b +SIZE (rust/crates/anyhow-1.0.32.crate) = 28512 +SHA256 (rust/crates/arc-swap-0.4.7.crate) = 4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034 +SIZE (rust/crates/arc-swap-0.4.7.crate) = 48625 +SHA256 (rust/crates/arrayref-0.3.6.crate) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 +SIZE (rust/crates/arrayref-0.3.6.crate) = 10035 +SHA256 (rust/crates/arrayvec-0.5.1.crate) = cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8 +SIZE (rust/crates/arrayvec-0.5.1.crate) = 26816 +SHA256 (rust/crates/autocfg-1.0.0.crate) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d +SIZE (rust/crates/autocfg-1.0.0.crate) = 12870 +SHA256 (rust/crates/base64-0.11.0.crate) = b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7 +SIZE (rust/crates/base64-0.11.0.crate) = 48362 +SHA256 (rust/crates/base64-0.12.3.crate) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff +SIZE (rust/crates/base64-0.12.3.crate) = 57545 +SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 +SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 +SHA256 (rust/crates/blake2b_simd-0.5.10.crate) = d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a +SIZE (rust/crates/blake2b_simd-0.5.10.crate) = 34093 +SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 +SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 +SHA256 (rust/crates/chrono-0.4.13.crate) = c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6 +SIZE (rust/crates/chrono-0.4.13.crate) = 144286 +SHA256 (rust/crates/clap-2.33.1.crate) = bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129 +SIZE (rust/crates/clap-2.33.1.crate) = 201567 +SHA256 (rust/crates/cloudabi-0.0.3.crate) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f +SIZE (rust/crates/cloudabi-0.0.3.crate) = 22156 +SHA256 (rust/crates/constant_time_eq-0.1.5.crate) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc +SIZE (rust/crates/constant_time_eq-0.1.5.crate) = 4936 SHA256 (rust/crates/crc32fast-1.2.0.crate) = ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1 SIZE (rust/crates/crc32fast-1.2.0.crate) = 39161 -SHA256 (rust/crates/crossbeam-channel-0.3.9.crate) = c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa -SIZE (rust/crates/crossbeam-channel-0.3.9.crate) = 86771 -SHA256 (rust/crates/crossbeam-utils-0.6.6.crate) = 04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6 -SIZE (rust/crates/crossbeam-utils-0.6.6.crate) = 32836 -SHA256 (rust/crates/diff-0.1.11.crate) = 3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a -SIZE (rust/crates/diff-0.1.11.crate) = 8165 -SHA256 (rust/crates/dtoa-0.4.4.crate) = ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e -SIZE (rust/crates/dtoa-0.4.4.crate) = 14818 -SHA256 (rust/crates/either-1.5.2.crate) = 5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b -SIZE (rust/crates/either-1.5.2.crate) = 12124 -SHA256 (rust/crates/failure-0.1.5.crate) = 795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2 -SIZE (rust/crates/failure-0.1.5.crate) = 36749 -SHA256 (rust/crates/failure_derive-0.1.5.crate) = ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1 -SIZE (rust/crates/failure_derive-0.1.5.crate) = 4884 -SHA256 (rust/crates/filetime-0.2.5.crate) = 2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d -SIZE (rust/crates/filetime-0.2.5.crate) = 12129 -SHA256 (rust/crates/flate2-1.0.11.crate) = 2adaffba6388640136149e18ed080b77a78611c1e1d6de75aedcdf78df5d4682 -SIZE (rust/crates/flate2-1.0.11.crate) = 68628 -SHA256 (rust/crates/fnv-1.0.6.crate) = 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 -SIZE (rust/crates/fnv-1.0.6.crate) = 11131 +SHA256 (rust/crates/crossbeam-0.7.3.crate) = 69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e +SIZE (rust/crates/crossbeam-0.7.3.crate) = 9906 +SHA256 (rust/crates/crossbeam-channel-0.4.4.crate) = b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87 +SIZE (rust/crates/crossbeam-channel-0.4.4.crate) = 86868 +SHA256 (rust/crates/crossbeam-deque-0.7.4.crate) = c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed +SIZE (rust/crates/crossbeam-deque-0.7.4.crate) = 19868 +SHA256 (rust/crates/crossbeam-epoch-0.8.2.crate) = 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace +SIZE (rust/crates/crossbeam-epoch-0.8.2.crate) = 39283 +SHA256 (rust/crates/crossbeam-queue-0.2.3.crate) = 774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570 +SIZE (rust/crates/crossbeam-queue-0.2.3.crate) = 14753 +SHA256 (rust/crates/crossbeam-utils-0.7.2.crate) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 +SIZE (rust/crates/crossbeam-utils-0.7.2.crate) = 34338 +SHA256 (rust/crates/derivative-2.1.1.crate) = cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f +SIZE (rust/crates/derivative-2.1.1.crate) = 45571 +SHA256 (rust/crates/diff-0.1.12.crate) = 0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499 +SIZE (rust/crates/diff-0.1.12.crate) = 10223 +SHA256 (rust/crates/dirs-2.0.2.crate) = 13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3 +SIZE (rust/crates/dirs-2.0.2.crate) = 11779 +SHA256 (rust/crates/dirs-sys-0.3.5.crate) = 8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a +SIZE (rust/crates/dirs-sys-0.3.5.crate) = 10643 +SHA256 (rust/crates/dtoa-0.4.6.crate) = 134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b +SIZE (rust/crates/dtoa-0.4.6.crate) = 15979 +SHA256 (rust/crates/either-1.5.3.crate) = bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3 +SIZE (rust/crates/either-1.5.3.crate) = 12278 +SHA256 (rust/crates/filetime-0.2.10.crate) = affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695 +SIZE (rust/crates/filetime-0.2.10.crate) = 13880 +SHA256 (rust/crates/flate2-1.0.16.crate) = 68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e +SIZE (rust/crates/flate2-1.0.16.crate) = 73926 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/fsevent-0.4.0.crate) = 5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6 SIZE (rust/crates/fsevent-0.4.0.crate) = 7292 SHA256 (rust/crates/fsevent-sys-2.0.1.crate) = f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0 @@ -57,175 +71,187 @@ SHA256 (rust/crates/fuchsia-zircon-0.3.3.crate) = 2e9763c69ebaae630ba35f74888db4 SIZE (rust/crates/fuchsia-zircon-0.3.3.crate) = 22565 SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.crate) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.crate) = 7191 -SHA256 (rust/crates/futures-0.1.28.crate) = 45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869 -SIZE (rust/crates/futures-0.1.28.crate) = 158343 +SHA256 (rust/crates/futures-0.1.29.crate) = 1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef +SIZE (rust/crates/futures-0.1.29.crate) = 158346 +SHA256 (rust/crates/getrandom-0.1.14.crate) = 7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb +SIZE (rust/crates/getrandom-0.1.14.crate) = 24698 SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 SIZE (rust/crates/glob-0.3.0.crate) = 18724 -SHA256 (rust/crates/heck-0.3.1.crate) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205 -SIZE (rust/crates/heck-0.3.1.crate) = 54666 -SHA256 (rust/crates/humantime-1.2.0.crate) = 3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114 -SIZE (rust/crates/humantime-1.2.0.crate) = 16795 +SHA256 (rust/crates/humantime-1.3.0.crate) = df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f +SIZE (rust/crates/humantime-1.3.0.crate) = 17020 SHA256 (rust/crates/idna-0.2.0.crate) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9 SIZE (rust/crates/idna-0.2.0.crate) = 257203 -SHA256 (rust/crates/inotify-0.6.1.crate) = 40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718 -SIZE (rust/crates/inotify-0.6.1.crate) = 19667 +SHA256 (rust/crates/inotify-0.7.1.crate) = 4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f +SIZE (rust/crates/inotify-0.7.1.crate) = 24637 SHA256 (rust/crates/inotify-sys-0.1.3.crate) = e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0 SIZE (rust/crates/inotify-sys-0.1.3.crate) = 8327 -SHA256 (rust/crates/iovec-0.1.2.crate) = dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08 -SIZE (rust/crates/iovec-0.1.2.crate) = 8565 -SHA256 (rust/crates/itertools-0.8.0.crate) = 5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358 -SIZE (rust/crates/itertools-0.8.0.crate) = 78917 -SHA256 (rust/crates/itoa-0.4.4.crate) = 501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f -SIZE (rust/crates/itoa-0.4.4.crate) = 11147 -SHA256 (rust/crates/jsonrpc-core-13.0.0.crate) = 34d379861584fe4e3678f6ae9ee60b41726df2989578c1dc0f90190dfc92dbe0 -SIZE (rust/crates/jsonrpc-core-13.0.0.crate) = 13372 +SHA256 (rust/crates/iovec-0.1.4.crate) = b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e +SIZE (rust/crates/iovec-0.1.4.crate) = 8720 +SHA256 (rust/crates/itertools-0.9.0.crate) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b +SIZE (rust/crates/itertools-0.9.0.crate) = 96429 +SHA256 (rust/crates/itoa-0.4.6.crate) = dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6 +SIZE (rust/crates/itoa-0.4.6.crate) = 12167 +SHA256 (rust/crates/json-patch-0.2.6.crate) = f995a3c8f2bc3dd52a18a583e90f9ec109c047fa1603a853e46bcda14d2e279d +SIZE (rust/crates/json-patch-0.2.6.crate) = 18889 +SHA256 (rust/crates/jsonrpc-core-15.1.0.crate) = 0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa +SIZE (rust/crates/jsonrpc-core-15.1.0.crate) = 14909 SHA256 (rust/crates/kernel32-sys-0.2.2.crate) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d SIZE (rust/crates/kernel32-sys-0.2.2.crate) = 24537 -SHA256 (rust/crates/lazy_static-1.3.0.crate) = bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14 -SIZE (rust/crates/lazy_static-1.3.0.crate) = 10616 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/lazycell-1.2.1.crate) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f SIZE (rust/crates/lazycell-1.2.1.crate) = 11691 -SHA256 (rust/crates/libc-0.2.62.crate) = 34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba -SIZE (rust/crates/libc-0.2.62.crate) = 433193 -SHA256 (rust/crates/linked-hash-map-0.5.2.crate) = ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83 -SIZE (rust/crates/linked-hash-map-0.5.2.crate) = 16109 -SHA256 (rust/crates/log-0.4.8.crate) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7 -SIZE (rust/crates/log-0.4.8.crate) = 31297 +SHA256 (rust/crates/libc-0.2.73.crate) = bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9 +SIZE (rust/crates/libc-0.2.73.crate) = 502354 +SHA256 (rust/crates/linked-hash-map-0.5.3.crate) = 8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a +SIZE (rust/crates/linked-hash-map-0.5.3.crate) = 16130 +SHA256 (rust/crates/lock_api-0.3.4.crate) = c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75 +SIZE (rust/crates/lock_api-0.3.4.crate) = 18750 +SHA256 (rust/crates/log-0.4.11.crate) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b +SIZE (rust/crates/log-0.4.11.crate) = 36276 SHA256 (rust/crates/log-mdc-0.1.0.crate) = a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7 SIZE (rust/crates/log-mdc-0.1.0.crate) = 6711 -SHA256 (rust/crates/log4rs-0.8.3.crate) = 100052474df98158c0738a7d3f4249c99978490178b5f9f68cd835ac57adbd1b -SIZE (rust/crates/log4rs-0.8.3.crate) = 43574 -SHA256 (rust/crates/lsp-types-0.60.0.crate) = fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd -SIZE (rust/crates/lsp-types-0.60.0.crate) = 28298 -SHA256 (rust/crates/maplit-1.0.1.crate) = 08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43 -SIZE (rust/crates/maplit-1.0.1.crate) = 8590 +SHA256 (rust/crates/log4rs-0.12.0.crate) = f4d8e6e1d5f89acca713132acc6034f30bad09b961d1338161bdb71c08f6e4fa +SIZE (rust/crates/log4rs-0.12.0.crate) = 54499 +SHA256 (rust/crates/lsp-types-0.83.0.crate) = 25e0bd4b95038f2c23bda332ba0ca684e8dda765db1f9bdb63dc4c3e01f3b456 +SIZE (rust/crates/lsp-types-0.83.0.crate) = 41967 +SHA256 (rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d +SIZE (rust/crates/maplit-1.0.2.crate) = 8871 SHA256 (rust/crates/matches-0.1.8.crate) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 SIZE (rust/crates/matches-0.1.8.crate) = 2216 -SHA256 (rust/crates/memchr-2.2.1.crate) = 88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e -SIZE (rust/crates/memchr-2.2.1.crate) = 20862 -SHA256 (rust/crates/miniz-sys-0.1.12.crate) = 1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202 -SIZE (rust/crates/miniz-sys-0.1.12.crate) = 78209 -SHA256 (rust/crates/miniz_oxide-0.3.2.crate) = 7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10 -SIZE (rust/crates/miniz_oxide-0.3.2.crate) = 54536 -SHA256 (rust/crates/mio-0.6.19.crate) = 83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23 -SIZE (rust/crates/mio-0.6.19.crate) = 128192 -SHA256 (rust/crates/mio-extras-2.0.5.crate) = 46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40 -SIZE (rust/crates/mio-extras-2.0.5.crate) = 16151 +SHA256 (rust/crates/maybe-uninit-2.0.0.crate) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 +SIZE (rust/crates/maybe-uninit-2.0.0.crate) = 11809 +SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d +SIZE (rust/crates/memchr-2.5.0.crate) = 65812 +SHA256 (rust/crates/memoffset-0.5.5.crate) = c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f +SIZE (rust/crates/memoffset-0.5.5.crate) = 7318 +SHA256 (rust/crates/miniz_oxide-0.4.0.crate) = be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f +SIZE (rust/crates/miniz_oxide-0.4.0.crate) = 45246 +SHA256 (rust/crates/mio-0.6.22.crate) = fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430 +SIZE (rust/crates/mio-0.6.22.crate) = 102782 +SHA256 (rust/crates/mio-extras-2.0.6.crate) = 52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19 +SIZE (rust/crates/mio-extras-2.0.6.crate) = 16292 SHA256 (rust/crates/miow-0.2.1.crate) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 SIZE (rust/crates/miow-0.2.1.crate) = 21133 -SHA256 (rust/crates/net2-0.2.33.crate) = 42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88 -SIZE (rust/crates/net2-0.2.33.crate) = 20936 -SHA256 (rust/crates/notify-4.0.12.crate) = 3572d71f13ea8ed41867accd971fd564aa75934cf7a1fae03ddb8c74a8a49943 -SIZE (rust/crates/notify-4.0.12.crate) = 48182 -SHA256 (rust/crates/num-integer-0.1.41.crate) = b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09 -SIZE (rust/crates/num-integer-0.1.41.crate) = 19399 -SHA256 (rust/crates/num-traits-0.2.8.crate) = 6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32 -SIZE (rust/crates/num-traits-0.2.8.crate) = 39965 -SHA256 (rust/crates/ordered-float-1.0.2.crate) = 18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518 -SIZE (rust/crates/ordered-float-1.0.2.crate) = 9458 -SHA256 (rust/crates/pathdiff-0.1.0.crate) = a3bf70094d203e07844da868b634207e71bfab254fe713171fae9a6e751ccf31 -SIZE (rust/crates/pathdiff-0.1.0.crate) = 6186 +SHA256 (rust/crates/net2-0.2.34.crate) = 2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7 +SIZE (rust/crates/net2-0.2.34.crate) = 20620 +SHA256 (rust/crates/notify-4.0.15.crate) = 80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd +SIZE (rust/crates/notify-4.0.15.crate) = 54853 +SHA256 (rust/crates/num-integer-0.1.43.crate) = 8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b +SIZE (rust/crates/num-integer-0.1.43.crate) = 21966 +SHA256 (rust/crates/num-traits-0.2.12.crate) = ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611 +SIZE (rust/crates/num-traits-0.2.12.crate) = 43807 +SHA256 (rust/crates/ordered-float-1.1.0.crate) = 3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579 +SIZE (rust/crates/ordered-float-1.1.0.crate) = 9864 +SHA256 (rust/crates/parking_lot-0.10.2.crate) = d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e +SIZE (rust/crates/parking_lot-0.10.2.crate) = 39536 +SHA256 (rust/crates/parking_lot_core-0.7.2.crate) = d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3 +SIZE (rust/crates/parking_lot_core-0.7.2.crate) = 33875 +SHA256 (rust/crates/pathdiff-0.2.0.crate) = 877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34 +SIZE (rust/crates/pathdiff-0.2.0.crate) = 6189 SHA256 (rust/crates/percent-encoding-2.1.0.crate) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e SIZE (rust/crates/percent-encoding-2.1.0.crate) = 9748 -SHA256 (rust/crates/proc-macro2-0.4.30.crate) = cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759 -SIZE (rust/crates/proc-macro2-0.4.30.crate) = 34731 -SHA256 (rust/crates/proc-macro2-1.0.1.crate) = 4c5c2380ae88876faae57698be9e9775e3544decad214599c3a6266cca6ac802 -SIZE (rust/crates/proc-macro2-1.0.1.crate) = 34874 -SHA256 (rust/crates/quick-error-1.2.2.crate) = 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0 -SIZE (rust/crates/quick-error-1.2.2.crate) = 15132 -SHA256 (rust/crates/quote-0.6.13.crate) = 6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1 -SIZE (rust/crates/quote-0.6.13.crate) = 17475 -SHA256 (rust/crates/quote-1.0.2.crate) = 053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe -SIZE (rust/crates/quote-1.0.2.crate) = 23023 -SHA256 (rust/crates/redox_syscall-0.1.56.crate) = 2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84 -SIZE (rust/crates/redox_syscall-0.1.56.crate) = 17117 -SHA256 (rust/crates/regex-1.2.1.crate) = 88c3d9193984285d544df4a30c23a4e62ead42edf70a4452ceb76dac1ce05c26 -SIZE (rust/crates/regex-1.2.1.crate) = 227824 -SHA256 (rust/crates/regex-syntax-0.6.11.crate) = b143cceb2ca5e56d5671988ef8b15615733e7ee16cd348e064333b251b89343f -SIZE (rust/crates/regex-syntax-0.6.11.crate) = 283238 -SHA256 (rust/crates/rustc-demangle-0.1.16.crate) = 4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783 -SIZE (rust/crates/rustc-demangle-0.1.16.crate) = 19137 -SHA256 (rust/crates/ryu-1.0.0.crate) = c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997 -SIZE (rust/crates/ryu-1.0.0.crate) = 40170 -SHA256 (rust/crates/same-file-1.0.5.crate) = 585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421 -SIZE (rust/crates/same-file-1.0.5.crate) = 9861 -SHA256 (rust/crates/serde-1.0.99.crate) = fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f -SIZE (rust/crates/serde-1.0.99.crate) = 72436 -SHA256 (rust/crates/serde-value-0.5.3.crate) = 7a663f873dedc4eac1a559d4c6bc0d0b2c34dc5ac4702e105014b8281489e44f -SIZE (rust/crates/serde-value-0.5.3.crate) = 9311 -SHA256 (rust/crates/serde_derive-1.0.99.crate) = cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425 -SIZE (rust/crates/serde_derive-1.0.99.crate) = 49786 -SHA256 (rust/crates/serde_json-1.0.40.crate) = 051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704 -SIZE (rust/crates/serde_json-1.0.40.crate) = 69695 -SHA256 (rust/crates/serde_repr-0.1.5.crate) = cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573 -SIZE (rust/crates/serde_repr-0.1.5.crate) = 8914 -SHA256 (rust/crates/serde_yaml-0.8.9.crate) = 38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582 -SIZE (rust/crates/serde_yaml-0.8.9.crate) = 35344 -SHA256 (rust/crates/shellexpand-1.0.0.crate) = de7a5b5a9142fd278a10e0209b021a1b85849352e6951f4f914735c976737564 -SIZE (rust/crates/shellexpand-1.0.0.crate) = 13055 +SHA256 (rust/crates/pin-project-lite-0.1.11.crate) = c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b +SIZE (rust/crates/pin-project-lite-0.1.11.crate) = 25308 +SHA256 (rust/crates/proc-macro2-1.0.19.crate) = 04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12 +SIZE (rust/crates/proc-macro2-1.0.19.crate) = 36390 +SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 +SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 +SHA256 (rust/crates/quote-1.0.7.crate) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 +SIZE (rust/crates/quote-1.0.7.crate) = 25170 +SHA256 (rust/crates/redox_syscall-0.1.57.crate) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce +SIZE (rust/crates/redox_syscall-0.1.57.crate) = 17087 +SHA256 (rust/crates/redox_users-0.3.4.crate) = 09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431 +SIZE (rust/crates/redox_users-0.3.4.crate) = 12526 +SHA256 (rust/crates/regex-1.5.5.crate) = 1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286 +SIZE (rust/crates/regex-1.5.5.crate) = 238119 +SHA256 (rust/crates/regex-syntax-0.6.26.crate) = 49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64 +SIZE (rust/crates/regex-syntax-0.6.26.crate) = 293912 +SHA256 (rust/crates/rust-argon2-0.7.0.crate) = 2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017 +SIZE (rust/crates/rust-argon2-0.7.0.crate) = 27757 +SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e +SIZE (rust/crates/ryu-1.0.5.crate) = 49570 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd +SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 +SHA256 (rust/crates/serde-1.0.114.crate) = 5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3 +SIZE (rust/crates/serde-1.0.114.crate) = 74453 +SHA256 (rust/crates/serde-value-0.6.0.crate) = 5a65a7291a8a568adcae4c10a677ebcedbc6c9cec91c054dee2ce40b0e3290eb +SIZE (rust/crates/serde-value-0.6.0.crate) = 9887 +SHA256 (rust/crates/serde_derive-1.0.114.crate) = 2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e +SIZE (rust/crates/serde_derive-1.0.114.crate) = 50733 +SHA256 (rust/crates/serde_json-1.0.56.crate) = 3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3 +SIZE (rust/crates/serde_json-1.0.56.crate) = 114541 +SHA256 (rust/crates/serde_repr-0.1.6.crate) = 2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76 +SIZE (rust/crates/serde_repr-0.1.6.crate) = 10181 +SHA256 (rust/crates/serde_yaml-0.8.13.crate) = ae3e2dd40a7cdc18ca80db804b7f461a39bb721160a85c9a1fa30134bf3c02a5 +SIZE (rust/crates/serde_yaml-0.8.13.crate) = 37683 +SHA256 (rust/crates/shellexpand-2.0.0.crate) = 9a2b22262a9aaf9464d356f656fea420634f78c881c5eebd5ef5e66d8b9bc603 +SIZE (rust/crates/shellexpand-2.0.0.crate) = 14253 SHA256 (rust/crates/slab-0.4.2.crate) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 SIZE (rust/crates/slab-0.4.2.crate) = 10136 -SHA256 (rust/crates/smallvec-0.6.10.crate) = ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7 -SIZE (rust/crates/smallvec-0.6.10.crate) = 22064 -SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a -SIZE (rust/crates/strsim-0.8.0.crate) = 9309 -SHA256 (rust/crates/structopt-0.2.18.crate) = 16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7 -SIZE (rust/crates/structopt-0.2.18.crate) = 26373 -SHA256 (rust/crates/structopt-derive-0.2.18.crate) = 53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107 -SIZE (rust/crates/structopt-derive-0.2.18.crate) = 13088 -SHA256 (rust/crates/syn-0.15.44.crate) = 9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5 -SIZE (rust/crates/syn-0.15.44.crate) = 184212 -SHA256 (rust/crates/syn-1.0.3.crate) = 158521e6f544e7e3dcfc370ac180794aa38cb34a1b1e07609376d4adcf429b93 -SIZE (rust/crates/syn-1.0.3.crate) = 189842 -SHA256 (rust/crates/synstructure-0.10.2.crate) = 02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f -SIZE (rust/crates/synstructure-0.10.2.crate) = 17988 +SHA256 (rust/crates/smallvec-1.4.1.crate) = 3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f +SIZE (rust/crates/smallvec-1.4.1.crate) = 25818 +SHA256 (rust/crates/syn-1.0.35.crate) = fb7f4c519df8c117855e19dd8cc851e89eb746fe7a73f0157e0d95fdec5369b0 +SIZE (rust/crates/syn-1.0.35.crate) = 204757 SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 +SHA256 (rust/crates/thiserror-1.0.20.crate) = 7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08 +SIZE (rust/crates/thiserror-1.0.20.crate) = 15950 +SHA256 (rust/crates/thiserror-impl-1.0.20.crate) = bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793 +SIZE (rust/crates/thiserror-impl-1.0.20.crate) = 13197 SHA256 (rust/crates/thread-id-3.3.0.crate) = c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1 SIZE (rust/crates/thread-id-3.3.0.crate) = 7514 -SHA256 (rust/crates/thread_local-0.3.6.crate) = c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b -SIZE (rust/crates/thread_local-0.3.6.crate) = 12388 -SHA256 (rust/crates/time-0.1.42.crate) = db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f -SIZE (rust/crates/time-0.1.42.crate) = 30005 +SHA256 (rust/crates/time-0.1.43.crate) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438 +SIZE (rust/crates/time-0.1.43.crate) = 28653 +SHA256 (rust/crates/tinyvec-0.3.3.crate) = 53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed +SIZE (rust/crates/tinyvec-0.3.3.crate) = 17860 +SHA256 (rust/crates/tracing-0.1.21.crate) = b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27 +SIZE (rust/crates/tracing-0.1.21.crate) = 65404 +SHA256 (rust/crates/tracing-attributes-0.1.11.crate) = 80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada +SIZE (rust/crates/tracing-attributes-0.1.11.crate) = 17279 +SHA256 (rust/crates/tracing-core-0.1.17.crate) = f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f +SIZE (rust/crates/tracing-core-0.1.17.crate) = 47774 +SHA256 (rust/crates/tracing-log-0.1.1.crate) = 5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9 +SIZE (rust/crates/tracing-log-0.1.1.crate) = 12919 SHA256 (rust/crates/traitobject-0.1.0.crate) = efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079 SIZE (rust/crates/traitobject-0.1.0.crate) = 1957 +SHA256 (rust/crates/treediff-3.0.2.crate) = 761e8d5ad7ce14bb82b7e61ccc0ca961005a275a060b9644a2431aa11553c2ff +SIZE (rust/crates/treediff-3.0.2.crate) = 8205 SHA256 (rust/crates/typemap-0.3.3.crate) = 653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6 SIZE (rust/crates/typemap-0.3.3.crate) = 4148 SHA256 (rust/crates/unicode-bidi-0.3.4.crate) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 SIZE (rust/crates/unicode-bidi-0.3.4.crate) = 32228 -SHA256 (rust/crates/unicode-normalization-0.1.8.crate) = 141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426 -SIZE (rust/crates/unicode-normalization-0.1.8.crate) = 71158 -SHA256 (rust/crates/unicode-segmentation-1.3.0.crate) = 1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9 -SIZE (rust/crates/unicode-segmentation-1.3.0.crate) = 90567 -SHA256 (rust/crates/unicode-width-0.1.5.crate) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526 -SIZE (rust/crates/unicode-width-0.1.5.crate) = 15761 -SHA256 (rust/crates/unicode-xid-0.1.0.crate) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc -SIZE (rust/crates/unicode-xid-0.1.0.crate) = 16000 -SHA256 (rust/crates/unicode-xid-0.2.0.crate) = 826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c -SIZE (rust/crates/unicode-xid-0.2.0.crate) = 14994 +SHA256 (rust/crates/unicode-normalization-0.1.13.crate) = 6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977 +SIZE (rust/crates/unicode-normalization-0.1.13.crate) = 91691 +SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 +SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 +SHA256 (rust/crates/unicode-xid-0.2.1.crate) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 +SIZE (rust/crates/unicode-xid-0.2.1.crate) = 14392 SHA256 (rust/crates/unsafe-any-0.4.2.crate) = f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f SIZE (rust/crates/unsafe-any-0.4.2.crate) = 1922 -SHA256 (rust/crates/url-2.1.0.crate) = 75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61 -SIZE (rust/crates/url-2.1.0.crate) = 64776 -SHA256 (rust/crates/vec_map-0.8.1.crate) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a -SIZE (rust/crates/vec_map-0.8.1.crate) = 14959 -SHA256 (rust/crates/walkdir-2.2.9.crate) = 9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e -SIZE (rust/crates/walkdir-2.2.9.crate) = 22423 +SHA256 (rust/crates/url-2.1.1.crate) = 829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb +SIZE (rust/crates/url-2.1.1.crate) = 70383 +SHA256 (rust/crates/walkdir-2.3.1.crate) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d +SIZE (rust/crates/walkdir-2.3.1.crate) = 23413 +SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 +SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 SHA256 (rust/crates/winapi-0.2.8.crate) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a SIZE (rust/crates/winapi-0.2.8.crate) = 455145 -SHA256 (rust/crates/winapi-0.3.7.crate) = f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770 -SIZE (rust/crates/winapi-0.3.7.crate) = 1075776 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-build-0.1.1.crate) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc SIZE (rust/crates/winapi-build-0.1.1.crate) = 669 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.2.crate) = 7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9 -SIZE (rust/crates/winapi-util-0.1.2.crate) = 7810 +SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 +SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/ws2_32-sys-0.2.1.crate) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e SIZE (rust/crates/ws2_32-sys-0.2.1.crate) = 4697 -SHA256 (rust/crates/yaml-rust-0.4.3.crate) = 65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d -SIZE (rust/crates/yaml-rust-0.4.3.crate) = 45768 -SHA256 (autozimu-LanguageClient-neovim-v0.1.153_GH0.tar.gz) = 83044194e830b8de8b52094459f3c1695e902e94e059f0578dabca00e1c3f7e3 -SIZE (autozimu-LanguageClient-neovim-v0.1.153_GH0.tar.gz) = 86969 +SHA256 (rust/crates/yaml-rust-0.4.4.crate) = 39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d +SIZE (rust/crates/yaml-rust-0.4.4.crate) = 48359 +SHA256 (autozimu-LanguageClient-neovim-0.1.161-3-gcf6dd11_GH0.tar.gz) = 978e9800171a5997b222b89757b9017560c2af515415d142c02523b75b13978c +SIZE (autozimu-LanguageClient-neovim-0.1.161-3-gcf6dd11_GH0.tar.gz) = 123864 diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index eb87ebd8aa3a..8ea59b230fcf 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -10,6 +10,10 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ DIST_SUBDIR= libreoffice EXTRACT_ONLY:= ${DISTFILES} +#ZXing 2.0.0 +PATCH_SITES+= https://github.com/LibreOffice/core/commit/ +PATCHFILES+= 15e5d86cc55ad94ac946e04d5e25b84be5810970.diff:-p1 + COMMENT= Full integrated office productivity suite WWW?= https://www.libreoffice.org/ diff --git a/editors/libreoffice/distinfo b/editors/libreoffice/distinfo index 9344fe8b52d0..c1021c9d9345 100644 --- a/editors/libreoffice/distinfo +++ b/editors/libreoffice/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1669104852 +TIMESTAMP = 1673377887 SHA256 (libreoffice/libreoffice-7.4.3.2.tar.xz) = ffbcbb182e2296ec68ea2ec46bce80a40d53540729c00280ad541cd83c69db3b SIZE (libreoffice/libreoffice-7.4.3.2.tar.xz) = 263885136 SHA256 (libreoffice/libreoffice-help-7.4.3.2.tar.xz) = d08f4a2f16fb375903270facab527e28de57deb9ba452f9d449d5271d0f118a2 @@ -49,3 +49,5 @@ SHA256 (libreoffice/pdfium-5058.tar.bz2) = eaf4ce9fad32b5d951c524139df23119b66c6 SIZE (libreoffice/pdfium-5058.tar.bz2) = 9771391 SHA256 (libreoffice/185d60944ea767075d27247c3162b3bc-unowinreg.dll) = eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6 SIZE (libreoffice/185d60944ea767075d27247c3162b3bc-unowinreg.dll) = 12288 +SHA256 (libreoffice/15e5d86cc55ad94ac946e04d5e25b84be5810970.diff) = 8c7262f8439bce704d4344d59c632a781a60901470b3265d31748cfed1620570 +SIZE (libreoffice/15e5d86cc55ad94ac946e04d5e25b84be5810970.diff) = 1272 diff --git a/editors/novelwriter/Makefile b/editors/novelwriter/Makefile index 39274aee83d5..8e9f092e5698 100644 --- a/editors/novelwriter/Makefile +++ b/editors/novelwriter/Makefile @@ -1,6 +1,6 @@ PORTNAME= novelwriter DISTVERSIONPREFIX= v -DISTVERSION= 2.0.2 +DISTVERSION= 2.0.3 CATEGORIES= editors python MASTER_SITES= CHEESESHOP diff --git a/editors/novelwriter/distinfo b/editors/novelwriter/distinfo index 2e2d0252ab4a..8da002202c62 100644 --- a/editors/novelwriter/distinfo +++ b/editors/novelwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669934758 -SHA256 (vkbo-novelWriter-v2.0.2_GH0.tar.gz) = 03aee738e75c889a92c204cebd431b80f7f1daef155c59fe0c33e009aa67d4ea -SIZE (vkbo-novelWriter-v2.0.2_GH0.tar.gz) = 2829775 +TIMESTAMP = 1673317233 +SHA256 (vkbo-novelWriter-v2.0.3_GH0.tar.gz) = 14cb1895bc6347b6b1f5e96cdeef4a6858fdcfe0b7fd29d0d4e547c3631085f5 +SIZE (vkbo-novelWriter-v2.0.3_GH0.tar.gz) = 2831455 diff --git a/emulators/libretro-kronos/Makefile b/emulators/libretro-kronos/Makefile index e07e66ee7233..8719ddf23a61 100644 --- a/emulators/libretro-kronos/Makefile +++ b/emulators/libretro-kronos/Makefile @@ -1,5 +1,6 @@ PORTNAME= libretro-kronos PORTVERSION= 2.1.5.20210601 +PORTREVISION= 1 CATEGORIES= emulators games MAINTAINER= beyert@cs.ucr.edu @@ -9,8 +10,6 @@ WWW= https://fcare.github.io LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/yabause/COPYING -LIB_DEPENDS= libGL.so:graphics/mesa-libs - # standalone version uses solely cmake, whereas the retroarch core uses both # cmake and gmake USES= cmake:noninja compiler:c++11-lib gl gmake pkgconfig qt:5 sdl diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index ebe9a657ae36..0d58ce398cd0 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -1,7 +1,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.25-14519 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -g7c2d6f8a23 +DISTVERSION= 0.0.26 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -14525-gdf718bcb0f CATEGORIES= emulators wayland MAINTAINER= jbeich@FreeBSD.org @@ -27,7 +27,7 @@ ONLY_FOR_ARCHS_REASON= requires int128 and SSE2 USE_GITHUB= yes GH_ACCOUNT= RPCS3 -GH_TUPLE= RPCS3:hidapi:hidapi-0.12.0-2-gc2aa9dd:hidapi/3rdparty/hidapi/hidapi \ +GH_TUPLE= RPCS3:hidapi:hidapi-0.13.0-2-ga3ce129:hidapi/3rdparty/hidapi/hidapi \ RPCS3:llvm-mirror:9b52b6c39ae9:llvm/llvm \ RPCS3:soundtouch:2.3.1-16-g83cfba6:soundtouch/3rdparty/SoundTouch/soundtouch \ asmjit:asmjit:06d0bad:asmjit/3rdparty/asmjit/asmjit \ @@ -51,7 +51,7 @@ ELF_FEATURES= +noaslr,wxneeded:bin/${PORTNAME} .if ${FLAVOR:U} == qt6 || make(makesum) || make(fetch) PATCH_SITES+= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/:qt6 -PATCHFILES+= 59e69944056b.patch:-p1:qt6 # https://github.com/RPCS3/rpcs3/pull/12471 +PATCHFILES+= 07549bfdfcfd.patch:-p1:qt6 # https://github.com/RPCS3/rpcs3/pull/12471 PKGNAMESUFFIX= -${FLAVOR} USES:= ${USES:S/qt:5/qt:6/} USE_QT= base multimedia svg diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index f18853bbd085..a2081cea1036 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1672749099 -SHA256 (RPCS3-rpcs3-v0.0.25-14519-g7c2d6f8a23_GH0.tar.gz) = afdbaeddf80c06f775fc5e2e24178da9c7b154a68d630907d4936068d5ee2356 -SIZE (RPCS3-rpcs3-v0.0.25-14519-g7c2d6f8a23_GH0.tar.gz) = 8719522 -SHA256 (RPCS3-hidapi-hidapi-0.12.0-2-gc2aa9dd_GH0.tar.gz) = 0670ad9e58476c51775fd3a0b9e995eab5a544b498f00e802023acd265f07a3e -SIZE (RPCS3-hidapi-hidapi-0.12.0-2-gc2aa9dd_GH0.tar.gz) = 239244 +TIMESTAMP = 1673131661 +SHA256 (RPCS3-rpcs3-v0.0.26-14525-gdf718bcb0f_GH0.tar.gz) = 5d386755986f6e8bedfe167c147d5e540a0b09fc35d97a0d64df28f7322b0781 +SIZE (RPCS3-rpcs3-v0.0.26-14525-gdf718bcb0f_GH0.tar.gz) = 8721162 +SHA256 (RPCS3-hidapi-hidapi-0.13.0-2-ga3ce129_GH0.tar.gz) = d230e3fbbc6ef0e04b083d3a3ddfa4f1ddcaaef2aa8bb1fdb2c064b1d5b2f677 +SIZE (RPCS3-hidapi-hidapi-0.13.0-2-ga3ce129_GH0.tar.gz) = 245124 SHA256 (RPCS3-llvm-mirror-9b52b6c39ae9_GH0.tar.gz) = 9df78a8282453a0e1a3653664ef11ef47b8ab4d2b86e486922770ed2240788b0 SIZE (RPCS3-llvm-mirror-9b52b6c39ae9_GH0.tar.gz) = 29968896 SHA256 (RPCS3-soundtouch-2.3.1-16-g83cfba6_GH0.tar.gz) = 56863dbed27510742ed4ced54e9a5fba8658bcbfbb1cc5cdb978d7d537a3a874 @@ -23,5 +23,5 @@ SHA256 (wolfSSL-wolfssl-v5.5.0-stable_GH0.tar.gz) = c34b74b5f689fac7becb05583b04 SIZE (wolfSSL-wolfssl-v5.5.0-stable_GH0.tar.gz) = 18814382 SHA256 (llvm-llvm-project-llvmorg-13.0.1_GH0.tar.gz) = 09c50d558bd975c41157364421820228df66632802a4a6a7c9c17f86a7340802 SIZE (llvm-llvm-project-llvmorg-13.0.1_GH0.tar.gz) = 147290251 -SHA256 (59e69944056b.patch) = e0b286d4ceae6c5bffc95be2f3044e40ac5e4c6e0796ac421fa90fa3978a68dd -SIZE (59e69944056b.patch) = 112588 +SHA256 (07549bfdfcfd.patch) = e2392af6f0b25b48dfd27117e42b0d0942b5a51a82937a9bb81746496e0a1fcf +SIZE (07549bfdfcfd.patch) = 112591 diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 906fb0c21b34..783997e153e9 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20230106 +PORTVERSION= s20230108 CATEGORIES= emulators wayland .if make(makesum) MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb @@ -53,7 +53,7 @@ qt6_OPTIONS_EXCLUDE= QT5 USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= c0f17e1b2 +GH_TAGNAME= 948ac976d GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ yuzu-emu:sirit:ab75463:sirit/externals/sirit \ KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-201-gc214f6f:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index 5d70b4691171..747ae4d82c87 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1673036423 -SHA256 (yuzu-s20230106/compatibility_list.json) = 8abf156a0d8e6a6947022b3cfb56dff56ef6c990dd3a069943466e82aed9a16c -SIZE (yuzu-s20230106/compatibility_list.json) = 1668101 -SHA256 (yuzu-emu-yuzu-s20230106-c0f17e1b2_GH0.tar.gz) = 432b173dce12565fe65aa913f95517ae9fbad5f384d7597ebedde41f29969e87 -SIZE (yuzu-emu-yuzu-s20230106-c0f17e1b2_GH0.tar.gz) = 5422744 +TIMESTAMP = 1673204729 +SHA256 (yuzu-s20230108/compatibility_list.json) = 96041e12788e755db8f3ad92a774cf095c834b0a58c3619873d24357ee811e5d +SIZE (yuzu-s20230108/compatibility_list.json) = 1671623 +SHA256 (yuzu-emu-yuzu-s20230108-948ac976d_GH0.tar.gz) = 4adc6b6f9eaef7733c1144079e4abd97c1e1b2d039644698c6c5c7d16e0aa0a3 +SIZE (yuzu-emu-yuzu-s20230108-948ac976d_GH0.tar.gz) = 5423288 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (yuzu-emu-sirit-ab75463_GH0.tar.gz) = 6b61e265be182b7a78075fc1b98ccf80fd33008343205dd0e22a10a439c45319 diff --git a/games/sgt-puzzles/Makefile b/games/sgt-puzzles/Makefile index a36437d433d6..15988dfce173 100644 --- a/games/sgt-puzzles/Makefile +++ b/games/sgt-puzzles/Makefile @@ -1,5 +1,5 @@ PORTNAME= puzzles -PORTVERSION= 20221228 +PORTVERSION= 20230109 CATEGORIES= games # upstream does not preserve older versions, mirroring is mandatory MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ \ @@ -21,7 +21,7 @@ USES= cmake gnome perl5 pkgconfig USE_PERL5= build CMAKE_ARGS= -DNAME_PREFIX:STRING=sgt- -COMMITHASH= 425942c +COMMITHASH= 171e7a7 DATADIR= ${PREFIX}/share/sgt-puzzles PORTDATA= * diff --git a/games/sgt-puzzles/distinfo b/games/sgt-puzzles/distinfo index 8c211d957838..b0d8e7d2a657 100644 --- a/games/sgt-puzzles/distinfo +++ b/games/sgt-puzzles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672314304 -SHA256 (puzzles-20221228.425942c.tar.gz) = a84378b570c9eea1ee5633955087f989651e2580230100213a0d3bcee7fa4624 -SIZE (puzzles-20221228.425942c.tar.gz) = 1738349 +TIMESTAMP = 1673266456 +SHA256 (puzzles-20230109.171e7a7.tar.gz) = 5d50c6fc76ef40f22d3b60126260ad8fbdabaa76d50acf2dff36b3c9bae7ea04 +SIZE (puzzles-20230109.171e7a7.tar.gz) = 1741543 diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 01db1da6a937..3843b59e3b17 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -1,5 +1,5 @@ PORTNAME= warzone2100 -PORTVERSION= 4.3.2 +PORTVERSION= 4.3.3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME}_src diff --git a/games/warzone2100/distinfo b/games/warzone2100/distinfo index 562d2b60f2e7..4d17e0a2923e 100644 --- a/games/warzone2100/distinfo +++ b/games/warzone2100/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670933579 -SHA256 (warzone2100-4.3.2/warzone2100_src.tar.xz) = 45ca4793ea7d01dbbdce4776279e21b297a8959affc6c06c63c7941cb198d31c -SIZE (warzone2100-4.3.2/warzone2100_src.tar.xz) = 320455376 +TIMESTAMP = 1673265612 +SHA256 (warzone2100-4.3.3/warzone2100_src.tar.xz) = 3c3cb9988600a10f5500909344c881a94951b4a22a54788cb818a8cd3b47e59e +SIZE (warzone2100-4.3.3/warzone2100_src.tar.xz) = 320439712 diff --git a/games/warzone2100/pkg-plist b/games/warzone2100/pkg-plist index cfb61995ecfe..c7fdae80ca7d 100644 --- a/games/warzone2100/pkg-plist +++ b/games/warzone2100/pkg-plist @@ -25,6 +25,7 @@ share/icons/net.wz2100.warzone2100.png %%NLS%%share/locale/id/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/id_ID/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/it/LC_MESSAGES/warzone2100.mo +%%NLS%%share/locale/ja_JP/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/ko/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/la/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/lt/LC_MESSAGES/warzone2100.mo diff --git a/graphics/converseen/Makefile b/graphics/converseen/Makefile index 4bfdfeec1aec..3d249712d866 100644 --- a/graphics/converseen/Makefile +++ b/graphics/converseen/Makefile @@ -1,6 +1,6 @@ PORTNAME= converseen DISTVERSIONPREFIX= v -DISTVERSION= 0.9.9.8 +DISTVERSION= 0.9.10.0 CATEGORIES= graphics MAINTAINER= fernape@FreeBSD.org diff --git a/graphics/converseen/distinfo b/graphics/converseen/distinfo index 8ba447b41982..977981a4b0a0 100644 --- a/graphics/converseen/distinfo +++ b/graphics/converseen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664091132 -SHA256 (Faster3ck-Converseen-v0.9.9.8_GH0.tar.gz) = 285445b84c76127c6ef2ad24e92455310b1d0a0b458deb1c6e2bb2ea05062285 -SIZE (Faster3ck-Converseen-v0.9.9.8_GH0.tar.gz) = 769184 +TIMESTAMP = 1673333651 +SHA256 (Faster3ck-Converseen-v0.9.10.0_GH0.tar.gz) = d0b2830227c9729a353c8268d9938e75d8029a0f8f79b9cd3f96d3b83894011c +SIZE (Faster3ck-Converseen-v0.9.10.0_GH0.tar.gz) = 769693 diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index 8fbf109de4bc..07a5d5b2b389 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -1,6 +1,5 @@ PORTNAME= jpeginfo -PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTVERSION= 1.6.2 CATEGORIES= graphics MASTER_SITES= http://www.kokkonen.net/tjko/src/ diff --git a/graphics/jpeginfo/distinfo b/graphics/jpeginfo/distinfo index 4c35db8c5dda..68972c83ee2a 100644 --- a/graphics/jpeginfo/distinfo +++ b/graphics/jpeginfo/distinfo @@ -1,2 +1,3 @@ -SHA256 (jpeginfo-1.6.1.tar.gz) = 629e31cf1da0fa1efe4a7cc54c67123a68f5024f3d8e864a30457aeaed1d7653 -SIZE (jpeginfo-1.6.1.tar.gz) = 64856 +TIMESTAMP = 1673203722 +SHA256 (jpeginfo-1.6.2.tar.gz) = 1d5fda959ebc540fa9c81376e6008756499a524a5f66f8129c87915e4ccda004 +SIZE (jpeginfo-1.6.2.tar.gz) = 93323 diff --git a/graphics/kf5-prison/Makefile b/graphics/kf5-prison/Makefile index 6ed2c128ff70..f6655fdd0ce8 100644 --- a/graphics/kf5-prison/Makefile +++ b/graphics/kf5-prison/Makefile @@ -2,6 +2,9 @@ PORTNAME= prison DISTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= graphics kde kde-frameworks +PATCH_SITES= https://invent.kde.org/frameworks/prison/-/commit/ +PATCHFILES= 14fb6f0a31373b242bdeb18cf9f3a36441bf86b5.diff:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= API to produce barcodes diff --git a/graphics/kf5-prison/distinfo b/graphics/kf5-prison/distinfo index 4b7ad39ac433..7540fef809f5 100644 --- a/graphics/kf5-prison/distinfo +++ b/graphics/kf5-prison/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1670664074 +TIMESTAMP = 1673341411 SHA256 (KDE/frameworks/5.101.0/prison-5.101.0.tar.xz) = b54fcf84d18f24562e74e0bfa252a51ff09dd0a1ab81f5919053e4e868b5cdf6 SIZE (KDE/frameworks/5.101.0/prison-5.101.0.tar.xz) = 54912 +SHA256 (KDE/frameworks/5.101.0/14fb6f0a31373b242bdeb18cf9f3a36441bf86b5.diff) = ea74092ce0ebb02bdd919a19bb8aa5795fd4c91c20d5f02243429ace24bb34a0 +SIZE (KDE/frameworks/5.101.0/14fb6f0a31373b242bdeb18cf9f3a36441bf86b5.diff) = 641 diff --git a/graphics/photoflare/Makefile b/graphics/photoflare/Makefile index 0d69eefbb0d8..307d8c8b335a 100644 --- a/graphics/photoflare/Makefile +++ b/graphics/photoflare/Makefile @@ -1,6 +1,6 @@ PORTNAME= photoflare DISTVERSIONPREFIX= v -DISTVERSION= 1.6.10 +DISTVERSION= 1.6.12 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/photoflare/distinfo b/graphics/photoflare/distinfo index 2b67a7037102..2d2d17dd7aff 100644 --- a/graphics/photoflare/distinfo +++ b/graphics/photoflare/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652250158 -SHA256 (photoflare-photoflare-v1.6.10_GH0.tar.gz) = e8a8f10da16e7e470c54e594c4d6af0f65ea35a1b02bc6c675686be2a2907c51 -SIZE (photoflare-photoflare-v1.6.10_GH0.tar.gz) = 2148580 +TIMESTAMP = 1673322999 +SHA256 (photoflare-photoflare-v1.6.12_GH0.tar.gz) = d1c1ae02071f413658a3afd19d65c27ca84751e483a5f23b893f23af09db09f0 +SIZE (photoflare-photoflare-v1.6.12_GH0.tar.gz) = 2179777 diff --git a/graphics/photoflare/pkg-plist b/graphics/photoflare/pkg-plist index 6fcaa8c4b3c2..d6897992938a 100644 --- a/graphics/photoflare/pkg-plist +++ b/graphics/photoflare/pkg-plist @@ -17,11 +17,13 @@ share/metainfo/io.photoflare.photoflare.appdata.xml %%DATADIR%%/languages/es.qm %%DATADIR%%/languages/fr.qm %%DATADIR%%/languages/id.qm +%%DATADIR%%/languages/ja.qm %%DATADIR%%/languages/nl.qm %%DATADIR%%/languages/pt_BR.qm %%DATADIR%%/languages/pt_PT.qm %%DATADIR%%/languages/ru_RU.qm %%DATADIR%%/languages/sv.qm +%%DATADIR%%/languages/tr.qm %%DATADIR%%/languages/zh_CN.qm %%DATADIR%%/languages/zh_TW.qm share/pixmaps/photoflare.png diff --git a/graphics/py-pyglet/Makefile b/graphics/py-pyglet/Makefile index a784d95a7feb..919dcab32cd0 100644 --- a/graphics/py-pyglet/Makefile +++ b/graphics/py-pyglet/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyglet -PORTVERSION= 2.0.2.1 +PORTVERSION= 2.0.3 CATEGORIES= graphics multimedia x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-pyglet/distinfo b/graphics/py-pyglet/distinfo index d51ea4e94a82..45508c631ad6 100644 --- a/graphics/py-pyglet/distinfo +++ b/graphics/py-pyglet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671624556 -SHA256 (pyglet-2.0.2.1.zip) = 5a89c68dda280f761bdeb0216b9dfa027fb2e27519a0ea3c16f6558b204f1e5f -SIZE (pyglet-2.0.2.1.zip) = 6646760 +TIMESTAMP = 1673265261 +SHA256 (pyglet-2.0.3.zip) = b15073474f93c7ce30f71e4af824d3c847db099f2111ef16be0b631d2a222bd3 +SIZE (pyglet-2.0.3.zip) = 6647493 diff --git a/graphics/resvg-capi/Makefile b/graphics/resvg-capi/Makefile index c7947c9c8382..7a27c6ec8713 100644 --- a/graphics/resvg-capi/Makefile +++ b/graphics/resvg-capi/Makefile @@ -1,6 +1,7 @@ PORTNAME= resvg-c-api DISTVERSIONPREFIX= v DISTVERSION= 0.28.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/resvg-capi/files/patch-build.rs b/graphics/resvg-capi/files/patch-build.rs new file mode 100644 index 000000000000..e90203c46688 --- /dev/null +++ b/graphics/resvg-capi/files/patch-build.rs @@ -0,0 +1,8 @@ +-- add SONAME + +--- build.rs.orig 1970-01-01 00:00:00 UTC ++++ build.rs +@@ -0,0 +1,3 @@ ++fn main() { ++ println!("cargo:rustc-cdylib-link-arg=-Wl,-soname,libresvg.so"); ++} diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index 7b0630d5cb99..31b559e3aa22 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -1,5 +1,5 @@ PORTNAME= scrot -DISTVERSION= 1.7 +DISTVERSION= 1.8 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org @@ -12,12 +12,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive LIB_DEPENDS= libImlib2.so:graphics/imlib2 +USES= autoreconf pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= resurrecting-open-source-projects - -USES= autoreconf pkgconfig xorg GNU_CONFIGURE= yes -USE_XORG= x11 xext xfixes xcomposite +USE_XORG= x11 xext xfixes xcomposite xinerama PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTDOCS= * diff --git a/graphics/scrot/distinfo b/graphics/scrot/distinfo index f5c8a387995a..ed11b532288f 100644 --- a/graphics/scrot/distinfo +++ b/graphics/scrot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636990276 -SHA256 (resurrecting-open-source-projects-scrot-1.7_GH0.tar.gz) = e4ff764f93ea98018d46192c35bd34eeb577040ac6e217aa0d83b2a63d88f66b -SIZE (resurrecting-open-source-projects-scrot-1.7_GH0.tar.gz) = 154365 +TIMESTAMP = 1673357043 +SHA256 (resurrecting-open-source-projects-scrot-1.8_GH0.tar.gz) = 2f151bf12ee60b6cb377d051901772afa1556d700ebc814b8ed90c54fca558bd +SIZE (resurrecting-open-source-projects-scrot-1.8_GH0.tar.gz) = 138932 diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile index 424d38bd4064..65d812ca86d3 100644 --- a/graphics/synfigstudio/Makefile +++ b/graphics/synfigstudio/Makefile @@ -1,6 +1,5 @@ PORTNAME= synfigstudio -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.4 DISTVERSIONPREFIX=v CATEGORIES= graphics multimedia diff --git a/graphics/synfigstudio/distinfo b/graphics/synfigstudio/distinfo index 8b628f0f47be..e790156deeab 100644 --- a/graphics/synfigstudio/distinfo +++ b/graphics/synfigstudio/distinfo @@ -1,3 +1,4 @@ -TIMESTAMP = 1647569275 -SHA256 (synfig-synfig-v1.4.2_GH0.tar.gz) = f435e51a425541cbbe752b0cb6052fe1f05f9da977cccf0ee3a0ef95c4b7c84b -SIZE (synfig-synfig-v1.4.2_GH0.tar.gz) = 12844618 +TIMESTAMP = 1673068380 +SHA256 (synfig-synfig-v1.4.4_GH0.tar.gz) = 83357c3282ecb4e6be46771fde1688662ca184eab8901cef66fe2bf000b99519 +SHA512 (synfig-synfig-v1.4.4_GH0.tar.gz) = 1b0ef61cae21130c6d8068212cacf6d6a2d6264a06fa5275f50384a45ae1e75b2df21c11c920de42588bc924e385de5ce2b4f7565ab85026bf835c13eddb9eb5 +SIZE (synfig-synfig-v1.4.4_GH0.tar.gz) = 12943798 diff --git a/graphics/synfigstudio/pkg-plist b/graphics/synfigstudio/pkg-plist index 0a3664907236..28581ca9fbbe 100644 --- a/graphics/synfigstudio/pkg-plist +++ b/graphics/synfigstudio/pkg-plist @@ -143,6 +143,7 @@ share/icons/hicolor/64x64/apps/synfig_icon.png share/icons/hicolor/scalable/apps/org.synfig.SynfigStudio.svg share/locale/aa_DJ/LC_MESSAGES/synfigstudio.mo share/locale/ar/LC_MESSAGES/synfigstudio.mo +share/locale/ar_EG/LC_MESSAGES/synfigstudio.mo share/locale/bs/LC_MESSAGES/synfigstudio.mo share/locale/ca/LC_MESSAGES/synfigstudio.mo share/locale/ca@valencia/LC_MESSAGES/synfigstudio.mo diff --git a/java/eclipse-pydev/Makefile b/java/eclipse-pydev/Makefile index 72df734e706b..ebc38443e342 100644 --- a/java/eclipse-pydev/Makefile +++ b/java/eclipse-pydev/Makefile @@ -1,7 +1,7 @@ PORTNAME= pydev -PORTVERSION= 10.0.2 +PORTVERSION= 10.1.1 CATEGORIES= java devel python -MASTER_SITES= https://github.com/fabioz/Pydev/releases/download/${PORTNAME}_10_0_2/ +MASTER_SITES= https://github.com/fabioz/Pydev/releases/download/${PORTNAME}_10_1_1/ PKGNAMEPREFIX= eclipse- DISTNAME= PyDev.${PORTVERSION} diff --git a/java/eclipse-pydev/distinfo b/java/eclipse-pydev/distinfo index a92582fbba3e..ceec8d7bad19 100644 --- a/java/eclipse-pydev/distinfo +++ b/java/eclipse-pydev/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670830539 -SHA256 (PyDev.10.0.2.zip) = b3e7a234d1288946bb8fdfb5873442edef65d6f497e1a9520495e4ba546c575e -SIZE (PyDev.10.0.2.zip) = 30307489 +TIMESTAMP = 1673336896 +SHA256 (PyDev.10.1.1.zip) = edf1a17e28302772c22174c6699ad0e579660ca153920ff7d6b6f97964d2aee8 +SIZE (PyDev.10.1.1.zip) = 30183744 diff --git a/java/eclipse-pydev/pkg-plist b/java/eclipse-pydev/pkg-plist index 1c6a946ec5c8..7bfe21805906 100644 --- a/java/eclipse-pydev/pkg-plist +++ b/java/eclipse-pydev/pkg-plist @@ -1,4287 +1,4288 @@ -share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.feature/pom.properties -share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.feature/pom.xml -share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_10.0.2.202212101256/feature.properties -share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_10.0.2.202212101256/feature.xml -share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_10.0.2.202212101256/feature.xml -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.0.2.202212101256/LICENSE.TXT -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.0.2.202212101256/META-INF/maven/org.python.pydev/com.python.pydev.analysis/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.0.2.202212101256/META-INF/maven/org.python.pydev/com.python.pydev.analysis/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.0.2.202212101256/analysis.jar -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.0.2.202212101256/icons/opentype.gif -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.0.2.202212101256/icons/python_file.gif -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/LICENSE.TXT -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/META-INF/maven/org.python.pydev/com.python.pydev.debug/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/META-INF/maven/org.python.pydev/com.python.pydev.debug/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/debug.jar -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/icons/attach_to_process.png -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/icons/python.gif -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/icons/start_debug_server.gif -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/icons/term_debug_server.gif -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.0.2.202212101256/LICENSE.TXT -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.0.2.202212101256/META-INF/maven/org.python.pydev/com.python.pydev.refactoring/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.0.2.202212101256/META-INF/maven/org.python.pydev/com.python.pydev.refactoring/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.0.2.202212101256/plugin.properties -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.0.2.202212101256/refactoring.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.ast/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.ast/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/ast.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/schema/org.python.pydev.pydev_builder.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/schema/org.python.pydev.pydev_completion.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/schema/org.python.pydev.pydev_interpreter_info_builder.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/schema/org.python.pydev.pydev_interpreter_new_custom_entries.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/schema/org.python.pydev.pydev_interpreter_observer.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/schema/org.python.pydev.pydev_manager_observer.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/schema/org.python.pydev.pydev_modules_observer.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/schema/org.python.pydev.pydev_python_module_resolver.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/schema/org.python.pydev.pydev_pythonpath_contrib.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/schema/org.python.pydev.pydev_refactoring.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.0.2.202212101256/schema/org.python.pydev.pydev_simpleassist.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.core/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.core/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/core.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/helpers/load-conda-vars -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/helpers/load-conda-vars.bat -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/.github/install_and_run_debug_py.sh -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/.github/workflows/pydevd-tests-python.yml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/LICENSE -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/MANIFEST.in -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/README.rst -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/_pydev_calltip_util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/_pydev_completer.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/_pydev_execfile.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/_pydev_filesystem_encoding.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/_pydev_getopt.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/_pydev_imports_tipper.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/_pydev_jy_imports_tipper.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/_pydev_log.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/_pydev_saved_modules.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/_pydev_sys_patch.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/_pydev_tipper_common.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/fsnotify/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_console_utils.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_import_hook.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_imports.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_ipython_console.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_ipython_console_011.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_is_thread_alive.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_localhost.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_log.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_monkey.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_monkey_qt.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_override.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_umd.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_bundle/pydev_versioncheck.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_runfiles/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_runfiles/pydev_runfiles.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_runfiles/pydev_runfiles_coverage.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_runfiles/pydev_runfiles_nose.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_runfiles/pydev_runfiles_parallel.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_runfiles/pydev_runfiles_parallel_client.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_runfiles/pydev_runfiles_pytest2.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_runfiles/pydev_runfiles_unittest.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydev_runfiles/pydev_runfiles_xml_rpc.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/_debug_adapter/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/_debug_adapter/debugProtocol.json -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/_debug_adapter/pydevd_schema.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevconsole_code.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_additional_thread_info.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_additional_thread_info_regular.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_api.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_breakpoints.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_bytecode_utils.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_code_to_source.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_collect_bytecode_info.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_comm.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_comm_constants.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_command_line_handling.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_concurrency_analyser/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_thread_wrappers.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_console.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_constants.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_custom_frames.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_cython.c -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_cython.pxd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_cython.pyx -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_cython_wrapper.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_daemon_thread.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_defaults.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_dont_trace.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_dont_trace_files.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_exec2.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_extension_api.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_extension_utils.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_filtering.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_frame.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_frame_utils.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_gevent_integration.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_import_class.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_io.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_json_debug_options.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_net_command.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_net_command_factory_json.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_net_command_factory_xml.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_plugin_utils.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_process_net_command.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_process_net_command_json.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_referrers.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_reload.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_resolver.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_runpy.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_safe_repr.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_save_locals.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_signature.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_source_mapping.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_stackless.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_suspended_frames.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_thread_lifecycle.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_timeout.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_trace_api.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_trace_dispatch.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_trace_dispatch_regular.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_traceproperty.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_utils.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_vars.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_vm_type.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_bundle/pydevd_xml.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_eval_main.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.c -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.cp38-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.pxd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.pyx -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.template.pyx -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_frame_tracing.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/pydevd_modify_bytecode.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/release_mem.h -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/README.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/__pycache__/__init__.cpython-36.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/__pycache__/__init__.cpython-38.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/COPYING -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/INSTALLER -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/METADATA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/RECORD -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/REQUESTED -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/WHEEL -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/direct_url.json -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/top_level.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/__init__.cpython-36.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/__init__.cpython-38.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/bytecode.cpython-36.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/bytecode.cpython-38.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/cfg.cpython-36.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/cfg.cpython-38.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/concrete.cpython-36.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/concrete.cpython-38.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/flags.cpython-36.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/flags.cpython-38.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/instr.cpython-36.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/instr.cpython-38.pyc -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/bytecode.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/cfg.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/concrete.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/flags.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/instr.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/peephole_opt.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_bytecode.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_cfg.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_code.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_concrete.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_flags.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_instr.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_misc.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_peephole_opt.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/util_annotation.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/_pydevd_frame_eval/vendored/pydevd_fix_code.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/build_tools/build.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/build_tools/build_binaries_osx.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/build_tools/build_binaries_windows.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/build_tools/check_no_git_modifications.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/build_tools/generate_code.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/build_tools/names_to_rename.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/build_tools/pydevd_release_process.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/build_tools/rename_pep8.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/conftest.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/interpreterInfo.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pycompletionserver.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_app_engine_debug_startup.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_coverage.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/README -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/inputhook.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/inputhookglut.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/inputhookgtk.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/inputhookgtk3.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/inputhookpyglet.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/inputhookqt4.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/inputhookqt5.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/inputhooktk.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/inputhookwx.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/matplotlibtools.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/qt.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/qt_for_kernel.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/qt_loaders.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_ipython/version.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_pysrc.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_run_in_console.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_sitecustomize/__not_in_default_pythonpath.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydev_sitecustomize/sitecustomize.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevconsole.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/README.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/_always_live_program.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/_check.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/_test_attach_to_process.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/_test_attach_to_process_linux.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/add_code_to_python_process.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/attach_amd64.dll -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/attach_linux_amd64.so -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/attach_linux_x86.so -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/attach_pydevd.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/attach_script.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/attach_x86.dll -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/attach_x86_64.dylib -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/common/py_settrace.hpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/common/py_utils.hpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/common/py_version.hpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/common/python.h -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/common/ref_utils.hpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/inject_dll_amd64.exe -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/inject_dll_x86.exe -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/linux_and_mac/attach.cpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/linux_and_mac/compile_linux.sh -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/linux_and_mac/compile_mac.sh -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/linux_and_mac/compile_manylinux.cmd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/run_code_on_dllmain_amd64.dll -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/run_code_on_dllmain_x86.dll -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/breakpoint.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/compat.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/crash.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/debug.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/disasm.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/event.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/interactive.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/module.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/process.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/registry.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/search.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/sql.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/system.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/textio.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/thread.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/advapi32.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/context_amd64.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/context_i386.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/dbghelp.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/defines.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/gdi32.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/kernel32.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/ntdll.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/peb_teb.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/psapi.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/shell32.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/shlwapi.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/user32.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/version.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/winappdbg/window.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/windows/attach.cpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/windows/attach.h -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/windows/compile_windows.bat -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/windows/inject_dll.cpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/windows/py_win_helpers.hpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/windows/run_code_in_memory.hpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/windows/stdafx.cpp -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/windows/stdafx.h -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_attach_to_process/windows/targetver.h -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_file_utils.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_plugins/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_plugins/django_debug.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_plugins/extensions/README.md -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_plugins/extensions/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_plugins/extensions/types/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_plugins/extensions/types/pydevd_helpers.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_plugins/extensions/types/pydevd_plugin_pandas_types.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_plugins/jinja2_debug.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_plugins/pydevd_line_validation.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pydevd_tracing.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/pytest.ini -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/runfiles.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/setup.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/setup_pydevd_cython.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/stubs/_django_manager_body.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/cython_json.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/backports/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/backports/functools_lru_cache.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/isort/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/isort/__main__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/isort/finders.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/isort/hooks.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/isort/isort.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/isort/main.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/isort/natural.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/isort/pie_slice.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/isort/pylama_isort.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/isort/settings.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/isort_container/isort/utils.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/pep8/autopep8.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/pep8/pycodestyle.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/pysrc/third_party/tests_cython_json.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/LICENSE -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/VERSIONS -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/__future__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/__main__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_ast.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_bisect.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_bootlocale.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_codecs.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_collections_abc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_compat_pickle.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_compression.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_csv.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_curses.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_decimal.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_dummy_thread.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_dummy_threading.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_heapq.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_imp.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_json.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_markupbase.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_msi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_operator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_osx_support.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_posixsubprocess.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_py_abc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_pydecimal.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_random.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_sitebuiltins.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_socket.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_stat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_thread.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_threading_local.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_tkinter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_tracemalloc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_typeshed/README.md -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_typeshed/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_typeshed/dbapi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_typeshed/wsgi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_typeshed/xml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_warnings.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_weakref.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_weakrefset.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/_winapi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/abc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/aifc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/antigravity.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/argparse.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/array.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/ast.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asynchat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/base_events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/base_futures.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/base_subprocess.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/base_tasks.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/constants.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/coroutines.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/format_helpers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/futures.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/locks.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/log.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/mixins.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/proactor_events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/protocols.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/queues.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/runners.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/selector_events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/sslproto.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/staggered.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/streams.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/subprocess.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/taskgroups.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/tasks.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/threads.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/timeouts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/transports.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/trsock.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/unix_events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/windows_events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncio/windows_utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/asyncore.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/atexit.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/audioop.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/base64.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/bdb.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/binascii.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/binhex.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/bisect.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/builtins.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/bz2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/cProfile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/calendar.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/cgi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/cgitb.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/chunk.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/cmath.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/cmd.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/code.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/codecs.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/codeop.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/collections/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/collections/abc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/colorsys.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/compileall.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/concurrent/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/concurrent/futures/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/concurrent/futures/_base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/concurrent/futures/process.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/concurrent/futures/thread.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/configparser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/contextlib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/contextvars.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/copy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/copyreg.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/crypt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/csv.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/ctypes/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/ctypes/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/ctypes/wintypes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/curses/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/curses/ascii.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/curses/has_key.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/curses/panel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/curses/textpad.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/dataclasses.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/datetime.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/dbm/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/dbm/dumb.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/dbm/gnu.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/dbm/ndbm.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/decimal.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/difflib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/dis.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/archive_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/bcppcompiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/ccompiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/cmd.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/bdist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/bdist_dumb.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/bdist_msi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/bdist_packager.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/bdist_rpm.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/bdist_wininst.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/build.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/build_clib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/build_ext.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/build_py.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/build_scripts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/check.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/clean.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/install.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/install_data.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/install_egg_info.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/install_headers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/install_lib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/install_scripts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/register.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/sdist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/command/upload.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/core.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/cygwinccompiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/debug.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/dep_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/dir_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/dist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/extension.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/fancy_getopt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/file_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/filelist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/log.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/msvccompiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/spawn.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/sysconfig.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/text_file.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/unixccompiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/distutils/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/doctest.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/dummy_threading.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/_header_value_parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/base64mime.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/charset.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/contentmanager.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/encoders.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/feedparser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/generator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/header.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/headerregistry.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/iterators.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/message.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/mime/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/mime/application.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/mime/audio.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/mime/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/mime/image.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/mime/message.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/mime/multipart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/mime/nonmultipart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/mime/text.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/policy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/quoprimime.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/email/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/encodings/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/encodings/utf_8.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/encodings/utf_8_sig.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/ensurepip/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/enum.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/errno.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/faulthandler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/fcntl.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/filecmp.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/fileinput.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/fnmatch.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/formatter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/fractions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/ftplib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/functools.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/gc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/genericpath.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/getopt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/getpass.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/gettext.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/glob.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/graphlib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/grp.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/gzip.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/hashlib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/heapq.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/hmac.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/html/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/html/entities.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/html/parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/http/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/http/client.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/http/cookiejar.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/http/cookies.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/http/server.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/imaplib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/imghdr.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/imp.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/importlib/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/importlib/abc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/importlib/machinery.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/importlib/metadata/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/importlib/metadata/_meta.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/importlib/resources.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/importlib/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/inspect.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/io.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/ipaddress.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/itertools.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/json/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/json/decoder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/json/encoder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/json/tool.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/keyword.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/pgen2/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/pgen2/driver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/pgen2/grammar.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/pgen2/literals.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/pgen2/parse.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/pgen2/pgen.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/pgen2/token.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/pygram.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/pytree.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lib2to3/refactor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/linecache.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/locale.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/logging/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/logging/config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/logging/handlers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/lzma.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/macpath.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/mailbox.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/mailcap.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/marshal.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/math.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/mimetypes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/mmap.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/modulefinder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/msilib/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/msilib/schema.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/msilib/sequence.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/msilib/text.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/msvcrt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/context.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/dummy/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/dummy/connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/forkserver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/heap.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/managers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/pool.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/popen_fork.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/popen_forkserver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/process.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/queues.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/reduction.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/resource_sharer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/resource_tracker.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/shared_memory.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/sharedctypes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/spawn.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/synchronize.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/multiprocessing/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/netrc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/nis.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/nntplib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/ntpath.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/nturl2path.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/numbers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/opcode.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/operator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/optparse.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/os/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/os/path.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/ossaudiodev.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pathlib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pdb.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pickle.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pickletools.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pipes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pkgutil.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/platform.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/plistlib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/poplib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/posix.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/posixpath.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pprint.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/profile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pstats.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pty.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pwd.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/py_compile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pyclbr.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pydoc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pydoc_data/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pydoc_data/topics.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pyexpat/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pyexpat/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/pyexpat/model.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/queue.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/quopri.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/random.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/re.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/readline.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/reprlib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/resource.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/rlcompleter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/runpy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/sched.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/secrets.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/select.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/selectors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/shelve.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/shlex.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/shutil.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/signal.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/site.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/smtpd.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/smtplib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/sndhdr.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/socket.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/socketserver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/spwd.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/sqlite3/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/sqlite3/dbapi2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/sre_compile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/sre_constants.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/sre_parse.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/ssl.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/stat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/statistics.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/string.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/stringprep.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/struct.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/subprocess.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/sunau.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/symbol.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/symtable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/sys.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/sysconfig.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/syslog.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tabnanny.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tarfile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/telnetlib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tempfile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/termios.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/textwrap.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/this.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/threading.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/time.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/timeit.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/colorchooser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/commondialog.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/constants.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/dialog.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/dnd.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/filedialog.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/font.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/messagebox.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/scrolledtext.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/simpledialog.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/tix.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tkinter/ttk.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/token.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tokenize.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tomllib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/trace.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/traceback.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tracemalloc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/tty.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/turtle.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/types.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/typing.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/typing_extensions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unicodedata.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/_log.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/async_case.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/case.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/loader.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/main.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/mock.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/result.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/runner.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/signals.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/suite.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/unittest/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/urllib/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/urllib/error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/urllib/parse.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/urllib/request.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/urllib/response.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/urllib/robotparser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/uu.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/uuid.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/venv/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/warnings.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/wave.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/weakref.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/webbrowser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/winreg.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/winsound.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/wsgiref/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/wsgiref/handlers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/wsgiref/headers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/wsgiref/simple_server.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/wsgiref/types.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/wsgiref/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/wsgiref/validate.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xdrlib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/dom/NodeFilter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/dom/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/dom/domreg.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/dom/expatbuilder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/dom/minicompat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/dom/minidom.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/dom/pulldom.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/dom/xmlbuilder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/etree/ElementInclude.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/etree/ElementPath.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/etree/ElementTree.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/etree/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/etree/cElementTree.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/parsers/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/parsers/expat/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/parsers/expat/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/parsers/expat/model.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/sax/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/sax/handler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/sax/saxutils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xml/sax/xmlreader.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xmlrpc/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xmlrpc/client.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xmlrpc/server.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/xxlimited.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/zipapp.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/zipfile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/zipimport.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/zlib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stdlib/zoneinfo/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/DateTimeRange/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/DateTimeRange/datetimerange/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/DateTimeRange/datetimerange/__version__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Deprecated/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Deprecated/deprecated/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Deprecated/deprecated/classic.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Deprecated/deprecated/sphinx.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Flask-Cors/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Flask-Cors/flask_cors/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Flask-Cors/flask_cors/core.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Flask-Cors/flask_cors/decorator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Flask-Cors/flask_cors/extension.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Flask-Cors/flask_cors/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Flask-SQLAlchemy/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Flask-SQLAlchemy/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/model.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/JACK-Client/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/JACK-Client/jack/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/__meta__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/blockparser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/blockprocessors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/core.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/abbr.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/admonition.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/attr_list.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/codehilite.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/def_list.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/extra.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/fenced_code.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/footnotes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/legacy_attrs.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/legacy_em.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/md_in_html.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/meta.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/nl2br.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/sane_lists.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/smarty.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/tables.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/toc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/extensions/wikilinks.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/inlinepatterns.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/postprocessors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/preprocessors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/serializers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/treeprocessors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Markdown/markdown/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/BmpImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/BufrStubImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ContainerIO.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/CurImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/DcxImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ExifTags.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/FitsStubImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/FontFile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/FtexImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/GbrImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/GdImageFile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/GifImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/GimpGradientFile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/GimpPaletteFile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/GribStubImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/Hdf5StubImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/IcnsImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/IcoImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/Image.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageChops.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageCms.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageColor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageDraw.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageDraw2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageEnhance.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageFile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageFilter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageFont.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageGrab.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageMath.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageMode.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageMorph.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageOps.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImagePalette.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImagePath.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageQt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageSequence.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageShow.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageStat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageTk.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageTransform.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImageWin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/ImtImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/IptcImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/Jpeg2KImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/JpegImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/JpegPresets.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/McIdasImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/MicImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/MpegImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/MpoImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/MspImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PSDraw.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PaletteFile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PalmImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PcdImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PcfFontFile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PcxImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PdfImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PdfParser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PixarImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PngImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/PyAccess.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/TarIO.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/TgaImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/TiffImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/TiffTags.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/WalImageFile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/WebPImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/WmfImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/XVThumbImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/XbmImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/XpmImagePlugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/_binary.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/_imaging.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/_version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pillow/PIL/features.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/charset.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/connections.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/constants/CLIENT.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/constants/COMMAND.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/constants/CR.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/constants/ER.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/constants/FIELD_TYPE.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/constants/FLAG.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/constants/SERVER_STATUS.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/constants/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/converters.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/cursors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/err.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/times.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyMySQL/pymysql/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/_yaml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/composer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/constructor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/cyaml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/dumper.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/emitter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/loader.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/nodes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/reader.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/representer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/resolver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/scanner.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/serializer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/PyYAML/yaml/tokens.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/@tests/requirements-stubtest.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/cmdline.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/console.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/filter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/filters/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/_mapping.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/bbcode.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/html.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/img.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/irc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/latex.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/other.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/pangomarkup.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/rtf.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/svg.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/terminal.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/formatters/terminal256.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/lexer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/lexers/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/modeline.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/plugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/regexopt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/scanner.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/sphinxext.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/style.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/styles/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/token.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/unistring.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Pygments/pygments/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/cimmutabledict.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/mxodbc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/pyodbc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/cresultproxy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/databases/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/fdb.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/kinterbasdb.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/information_schema.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/json.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/mxodbc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/provision.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pymssql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pyodbc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/aiomysql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/asyncmy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/cymysql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/dml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/enumerated.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/expression.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/json.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadb.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadbconnector.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqlconnector.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqldb.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/oursql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/provision.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pymysql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pyodbc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reflection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reserved_words.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/types.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/cx_oracle.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/provision.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/array.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/asyncpg.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/dml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/hstore.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/json.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pg8000.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/provision.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2cffi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pygresql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pypostgresql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ranges.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/aiosqlite.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/dml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/json.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/provision.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlcipher.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlite.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/mxodbc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pyodbc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pysybase.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/characteristics.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/create.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/cursor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/default.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/interfaces.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/mock.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/reflection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/result.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/row.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/strategies.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/url.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/event/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/event/api.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/event/attr.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/event/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/event/legacy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/event/registry.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/exc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/associationproxy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/engine.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/exc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/result.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/scoping.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/session.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/automap.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/baked.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/compiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/extensions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/horizontal_shard.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/hybrid.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/indexable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/instrumentation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mutable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/apply.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/decl_class.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/infer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/names.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/plugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/orderinglist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/serializer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/future/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/future/engine.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/future/orm/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/inspection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/log.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/attributes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/clsregistry.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/collections.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/context.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_api.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dependency.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/descriptor_props.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dynamic.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/evaluator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/exc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/identity.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/instrumentation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/interfaces.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/loading.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/mapper.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/path_registry.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/persistence.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/properties.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/query.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/relationships.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/scoping.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/session.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/state.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategies.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategy_options.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/sync.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/unitofwork.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/dbapi_proxy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/impl.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/processors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/schema.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/annotation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/coercions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/compiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/crud.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/ddl.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/default_comparator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/dml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/elements.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/expression.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/functions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/lambdas.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/naming.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/operators.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/roles.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/schema.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/selectable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/sqltypes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/traversals.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/type_api.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/visitors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertsql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/asyncio.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/engines.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/entities.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/exclusions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/fixtures.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/mock.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/pickleable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/bootstrap.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/plugin_base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/pytestplugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/profiling.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/provision.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/requirements.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/schema.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/warnings.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/types.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/util/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_collections.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_compat_py3k.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_concurrency_py3k.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_preloaded.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/util/compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/util/concurrency.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/util/deprecations.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/util/langhelpers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/util/queue.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/SQLAlchemy/sqlalchemy/util/topological.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Send2Trash/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Send2Trash/send2trash/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Send2Trash/send2trash/compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/Send2Trash/send2trash/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/aiofiles/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/aiofiles/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/aiofiles/os.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/aiofiles/ospath.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/aiofiles/tempfile/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/aiofiles/tempfile/temptypes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/aiofiles/threadpool/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/aiofiles/threadpool/binary.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/aiofiles/threadpool/text.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aiofiles/aiofiles/threadpool/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/annoy/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/annoy/annoy/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/annoy/annoy/annoylib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/appdirs/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/appdirs/appdirs.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/atomicwrites/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/atomicwrites/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/atomicwrites/atomicwrites/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_context.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_recorder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/context.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/daemon_config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/udp_emitter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/lambda_launcher.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/default_dynamic_naming.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/dummy_entities.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/entity.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/facade_segment.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/http.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/noop_traceid.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/segment.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/subsegment.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/throwable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/trace_header.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/traceid.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/patcher.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ec2_plugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ecs_plugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/connector.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/reservoir.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampling_rule.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/reservoir.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_cache.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_poller.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampling_rule.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/target_poller.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/default_streaming.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/atomic_counter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/conversion.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/search_pattern.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/core.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/dates.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/languages.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/lists.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/localedata.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/localtime/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/localtime/_unix.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/localtime/_win32.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/messages/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/messages/catalog.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/messages/checkers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/messages/extract.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/messages/frontend.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/messages/jslexer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/messages/mofile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/messages/plurals.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/messages/pofile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/numbers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/plural.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/support.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/units.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/babel/babel/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/backports.ssl_match_hostname/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/backports.ssl_match_hostname/backports/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/backports.ssl_match_hostname/backports/ssl_match_hostname/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/beautifulsoup4/@tests/requirements-stubtest.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/beautifulsoup4/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/beautifulsoup4/bs4/builder/_html5lib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/beautifulsoup4/bs4/builder/_htmlparser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/beautifulsoup4/bs4/builder/_lxml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/beautifulsoup4/bs4/dammit.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/beautifulsoup4/bs4/diagnose.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/beautifulsoup4/bs4/element.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/beautifulsoup4/bs4/formatter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/bleach/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/bleach/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/bleach/bleach/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/bleach/bleach/callbacks.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/bleach/bleach/css_sanitizer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/bleach/bleach/html5lib_shim.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/bleach/bleach/linkifier.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/bleach/bleach/sanitizer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/auth.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/auth_handler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/ec2/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/elb/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/exception.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/kms/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/kms/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/kms/layer1.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/plugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/regioninfo.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/acl.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/bucket.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/bucketlistresultset.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/bucketlogging.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/cors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/deletemarker.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/key.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/keyfile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/lifecycle.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/multidelete.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/multipart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/prefix.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/tagging.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/user.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/s3/website.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/boto/boto/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/account_updater_daily_report.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/ach_mandate.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/add_on.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/add_on_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/address.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/address_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/amex_express_checkout_card.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/android_pay_card.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/apple_pay_card.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/apple_pay_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/apple_pay_options.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/attribute_getter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/authorization_adjustment.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/bin_data.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/braintree_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/client_token.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/client_token_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/configuration.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/connected_merchant_paypal_status_changed.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/connected_merchant_status_transitioned.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/credentials_parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/credit_card.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/credit_card_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/credit_card_verification.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/credit_card_verification_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/credit_card_verification_search.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/customer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/customer_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/customer_search.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/descriptor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/disbursement.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/disbursement_detail.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/discount.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/discount_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/dispute.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/dispute_details/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/dispute_details/evidence.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/dispute_details/paypal_message.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/dispute_details/status_history.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/dispute_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/dispute_search.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/document_upload.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/document_upload_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/environment.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/error_codes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/error_result.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/europe_bank_account.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/authentication_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/authorization_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/braintree_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/configuration_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/gateway_timeout_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/http/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/http/connection_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/http/invalid_response_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/http/timeout_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/invalid_challenge_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/invalid_signature_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/not_found_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/request_timeout_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/server_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/service_unavailable_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/too_many_requests_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/unexpected_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/exceptions/upgrade_required_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/facilitated_details.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/facilitator_details.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/granted_payment_instrument_update.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/iban_bank_account.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/ids_search.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/local_payment.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/local_payment_completed.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/local_payment_reversed.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/masterpass_card.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/merchant.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/merchant_account/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/merchant_account/address_details.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/merchant_account/business_details.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/merchant_account/funding_details.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/merchant_account/individual_details.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/merchant_account/merchant_account.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/merchant_account_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/merchant_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/modification.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/oauth_access_revocation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/oauth_credentials.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/oauth_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/paginated_collection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/paginated_result.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/partner_merchant.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/payment_instrument_type.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/payment_method.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/payment_method_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/payment_method_nonce.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/payment_method_nonce_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/payment_method_parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/paypal_account.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/paypal_account_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/paypal_here.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/plan.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/plan_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/processor_response_types.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/resource.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/resource_collection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/revoked_payment_method_metadata.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/risk_data.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/samsung_pay_card.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/search.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/settlement_batch_summary.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/settlement_batch_summary_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/signature_service.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/status_event.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/subscription.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/subscription_details.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/subscription_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/subscription_search.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/subscription_status_event.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/successful_result.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/testing_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/three_d_secure_info.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/transaction.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/transaction_amounts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/transaction_details.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/transaction_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/transaction_line_item.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/transaction_line_item_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/transaction_search.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/unknown_payment_method.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/us_bank_account.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/us_bank_account_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/us_bank_account_verification.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/us_bank_account_verification_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/us_bank_account_verification_search.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/util/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/util/constants.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/util/crypto.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/util/datetime_parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/util/generator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/util/graphql_client.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/util/http.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/util/parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/util/xml_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/validation_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/validation_error_collection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/venmo_account.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/visa_checkout_card.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/webhook_notification.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/webhook_notification_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/webhook_testing.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/braintree/braintree/webhook_testing_gateway.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cachetools/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cachetools/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cachetools/cachetools/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cachetools/cachetools/func.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cachetools/cachetools/keys.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/davclient.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/elements/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/elements/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/elements/cdav.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/elements/dav.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/elements/ical.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/lib/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/lib/error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/lib/namespace.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/lib/url.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/lib/vcal.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/caldav/caldav/objects.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/certifi/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/certifi/certifi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/chardet/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/chardet/enums.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/chardet/langbulgarianmodel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/chardet/langcyrillicmodel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/chardet/langgreekmodel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/chardet/langhebrewmodel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/chardet/langhungarianmodel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/chardet/langthaimodel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/chardet/langturkishmodel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/chardet/universaldetector.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chardet/chardet/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chevron/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chevron/chevron/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chevron/chevron/main.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chevron/chevron/metadata.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chevron/chevron/renderer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/chevron/chevron/tokenizer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/click-spinner/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/click-spinner/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/click-spinner/click_spinner/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/click-spinner/click_spinner/_version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/colorama/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/colorama/colorama/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/colorama/colorama/ansi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/colorama/colorama/ansitowin32.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/colorama/colorama/initialise.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/colorama/colorama/win32.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/colorama/colorama/winterm.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/blocks.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/cmark.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/common.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/dump.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/entitytrans.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/inlines.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/main.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/node.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/normalize_reference.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/render/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/render/html.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/render/renderer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/commonmark/commonmark/render/rst.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/contextvars/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/contextvars/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/contextvars/contextvars.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/croniter/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/croniter/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/croniter/croniter/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/croniter/croniter/croniter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/fernet.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/backends/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/backends/interfaces.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/bindings/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/binding.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dh.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dsa.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ec.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed25519.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed448.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/padding.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/rsa.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x25519.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x448.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/aead.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/algorithms.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/modes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/cmac.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/constant_time.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hashes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hmac.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/concatkdf.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/hkdf.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/kbkdf.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/pbkdf2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/scrypt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/x963kdf.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/keywrap.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/padding.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/poly1305.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs12.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs7.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/hotp.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/totp.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/x509/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/x509/extensions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/cryptography/cryptography/x509/oid.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/calendars/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/calendars/hijri.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/calendars/hijri_parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/calendars/jalali.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/calendars/jalali_parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/conf.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/data/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/data/languages_info.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/date.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/date_parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/freshness_date_parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/languages/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/languages/dictionary.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/languages/loader.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/languages/locale.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/languages/validation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/search/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/search/detection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/search/search.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/search/text_detection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/timezone_parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/timezones.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/utils/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser/utils/strptime.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser_data/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dateparser/dateparser_data/settings.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/decorator/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/decorator/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/decorator/decorator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dj-database-url/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/dj-database-url/dj_database_url.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docopt/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docopt/docopt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/core.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/examples.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/frontend.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/io.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/languages/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/nodes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/null.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/directives/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/directives/admonitions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/directives/body.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/directives/html.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/directives/images.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/directives/misc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/directives/parts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/directives/references.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/directives/tables.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/roles.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/parsers/rst/states.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/readers/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/readers/doctree.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/readers/pep.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/readers/standalone.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/statemachine.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/transforms/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/utils/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/docutils_xml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/html4css1.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/html5_polyglot.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/latex2e.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/manpage.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/null.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/odf_odt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/pep_html.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/pseudoxml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/s5_html.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/docutils/docutils/writers/xetex.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/editdistance/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/editdistance/editdistance/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/editdistance/editdistance/bycython.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/emoji/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/emoji/emoji/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/emoji/emoji/core.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/emoji/emoji/unicode_codes/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/emoji/emoji/unicode_codes/data_dict.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/entrypoints/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/entrypoints/entrypoints.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/first/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/first/first.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-2020/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-2020/flake8_2020.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-bugbear/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-bugbear/bugbear.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-builtins/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-builtins/flake8_builtins.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-docstrings/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-docstrings/flake8_docstrings.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-plugin-utils/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-plugin-utils/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/plugin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/assertions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/constants.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/equiv_nodes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-rst-docstrings/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-rst-docstrings/flake8_rst_docstrings.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-simplify/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-simplify/flake8_simplify/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-typing-imports/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/flake8-typing-imports/flake8_typing_imports.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/actions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/deprecation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/enums.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/fonts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/fpdf.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/html.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/image_parsing.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/outline.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/recorder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/structure_tree.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/syntax.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/template.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/transitions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/ttfonts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/fpdf2/fpdf/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/freezegun/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/freezegun/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/freezegun/freezegun/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/freezegun/freezegun/api.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/gdb/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/gdb/gdb/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/gdb/gdb/events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/gdb/gdb/printing.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/gdb/gdb/prompt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/gdb/gdb/types.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/gdb/gdb/unwinder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/gdb/gdb/xmethod.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/@tests/requirements-stubtest.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_batch.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_cache.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_api.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_query.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_eventloop.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_options.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_transaction.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/blobstore.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/client.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/context.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/django_middleware.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/global_cache.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/key.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/metadata.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/model.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/msgprop.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/polymodel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/query.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/stats.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/tasklets.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/hdbcli/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/hdbcli/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/hdbcli/hdbcli/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/@tests/requirements-stubtest.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/_ihatexml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/_inputstream.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/_tokenizer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/_trie/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/_trie/_base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/_trie/py.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/_utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/constants.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/filters/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/filters/alphabeticalattributes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/filters/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/filters/inject_meta_charset.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/filters/lint.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/filters/optionaltags.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/filters/sanitizer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/filters/whitespace.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/html5parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/serializer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treeadapters/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treeadapters/genshi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treeadapters/sax.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treebuilders/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treebuilders/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treebuilders/dom.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treebuilders/etree.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treebuilders/etree_lxml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treewalkers/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treewalkers/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treewalkers/dom.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treewalkers/etree.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treewalkers/etree_lxml.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/html5lib/html5lib/treewalkers/genshi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/httplib2/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/httplib2/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/httplib2/httplib2/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/httplib2/httplib2/auth.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/httplib2/httplib2/certs.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/httplib2/httplib2/error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/httplib2/httplib2/iri2uri.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/httplib2/httplib2/socks.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/@tests/requirements-stubtest.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/case.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/cli.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/decorators.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/deprecation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/prompts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/sphinx.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/tables.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/terminal/html.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/testing.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/text.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/humanfriendly/humanfriendly/usage.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/collection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/completion/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/completion/complete.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/context.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/env.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/executor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/loader.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/main.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/parser/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/parser/argument.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/parser/context.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/parser/parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/program.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/runners.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/tasks.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/terminals.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/invoke/invoke/watchers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jmespath/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jmespath/jmespath/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jmespath/jmespath/ast.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jmespath/jmespath/compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jmespath/jmespath/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jmespath/jmespath/functions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jmespath/jmespath/lexer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jmespath/jmespath/parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jmespath/jmespath/visitor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/jsonschema/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/jsonschema/_format.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/jsonschema/_legacy_validators.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/jsonschema/_types.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/jsonschema/_utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/jsonschema/_validators.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/jsonschema/cli.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/jsonschema/protocols.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/jsonschema/jsonschema/validators.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/abstract/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/abstract/attrDef.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/abstract/attribute.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/abstract/cursor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/abstract/entry.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/abstract/objectDef.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/core/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/core/connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/core/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/core/pooling.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/core/rdns.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/core/results.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/core/server.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/core/timezone.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/core/tls.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/core/usage.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/microsoft/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/microsoft/addMembersToGroups.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/microsoft/dirSync.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/microsoft/modifyPassword.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/microsoft/persistentSearch.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/microsoft/removeMembersFromGroups.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/microsoft/unlockAccount.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/addMembersToGroups.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/checkGroupsMemberships.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/endTransaction.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/getBindDn.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/listReplicas.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/nmasGetUniversalPassword.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/nmasSetUniversalPassword.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/partition_entry_count.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/removeMembersFromGroups.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/replicaInfo.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/novell/startTransaction.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/operation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/standard/PagedSearch.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/standard/PersistentSearch.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/standard/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/standard/modifyPassword.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/extend/standard/whoAmI.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/operation/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/operation/abandon.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/operation/add.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/operation/bind.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/operation/compare.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/operation/delete.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/operation/extended.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/operation/modify.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/operation/modifyDn.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/operation/search.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/operation/unbind.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/controls.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/convert.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/formatters/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/formatters/formatters.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/formatters/standard.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/formatters/validators.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/microsoft.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/novell.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/oid.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/persistentSearch.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/rfc2696.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/rfc2849.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/rfc3062.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/rfc4511.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/rfc4512.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/rfc4527.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/sasl/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/sasl/digestMd5.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/sasl/external.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/sasl/kerberos.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/sasl/plain.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/sasl/sasl.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/schemas/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/schemas/ad2012R2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/schemas/ds389.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir888.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir914.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/protocol/schemas/slapd24.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/asyncStream.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/asynchronous.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/ldifProducer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/mockAsync.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/mockBase.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/mockSync.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/restartable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/reusable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/safeRestartable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/safeSync.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/strategy/sync.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/asn1.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/ciDict.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/conv.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/dn.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/hashed.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/log.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/ntlm.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/port_validators.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/repr.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/tls_backport.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/utils/uri.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ldap3/ldap3/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mock/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mock/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mock/mock/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mock/mock/mock.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mypy-extensions/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mypy-extensions/mypy_extensions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/_exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/_mysql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/connections.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/constants/CLIENT.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/constants/CR.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/constants/ER.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/constants/FIELD_TYPE.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/constants/FLAG.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/constants/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/converters.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/cursors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/release.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/mysqlclient/MySQLdb/times.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/common.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/access_token.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/authorization.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/pre_configured.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/request_token.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/resource.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/parameters.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/request_validator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/signature.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/backend_application.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/legacy_application.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/mobile_application.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/service_application.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/web_application.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/authorization.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/introspect.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/metadata.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/resource.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/implicit.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/parameters.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/pre_configured.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/userinfo.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/authorization_code.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/dispatchers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/hybrid.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/implicit.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/request_validator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/tokens.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/signals.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/oauthlib/oauthlib/uri_validate.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/_constants.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/cell/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/cell/_writer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/cell/cell.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/cell/read_only.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/cell/text.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/_3d.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/_chart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/area_chart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/axis.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/bar_chart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/bubble_chart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/chartspace.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/data_source.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/descriptors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/error_bar.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/label.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/layout.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/legend.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/line_chart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/marker.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/picture.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/pie_chart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/pivot.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/plotarea.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/print_settings.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/radar_chart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/reader.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/reference.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/scatter_chart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/series.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/series_factory.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/shapes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/stock_chart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/surface_chart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/text.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/title.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/trendline.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chart/updown_bars.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chartsheet/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chartsheet/chartsheet.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chartsheet/custom.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chartsheet/properties.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chartsheet/protection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chartsheet/publish.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chartsheet/relation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/chartsheet/views.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/comments/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/comments/author.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/comments/comment_sheet.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/comments/comments.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/comments/shape_writer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/compat/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/compat/abc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/compat/numbers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/compat/product.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/compat/singleton.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/compat/strings.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/descriptors/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/descriptors/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/descriptors/excel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/descriptors/namespace.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/descriptors/nested.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/descriptors/sequence.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/descriptors/serialisable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/descriptors/slots.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/colors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/connector.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/drawing.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/effect.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/fill.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/geometry.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/graphic.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/image.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/line.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/picture.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/properties.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/relation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/spreadsheet_drawing.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/text.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/drawing/xdr.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/formatting/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/formatting/formatting.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/formatting/rule.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/formula/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/formula/tokenizer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/formula/translate.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/packaging/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/packaging/core.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/packaging/extended.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/packaging/interface.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/packaging/manifest.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/packaging/relationship.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/packaging/workbook.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/pivot/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/pivot/cache.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/pivot/fields.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/pivot/record.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/pivot/table.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/reader/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/reader/drawings.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/reader/excel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/reader/strings.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/reader/workbook.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/alignment.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/borders.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/builtins.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/cell_style.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/colors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/differential.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/fills.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/fonts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/named_styles.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/numbers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/protection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/proxy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/styleable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/stylesheet.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/styles/table.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/bound_dictionary.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/cell.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/dataframe.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/datetime.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/escape.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/formulas.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/indexed_list.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/inference.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/protection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/utils/units.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/_writer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/child.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/defined_name.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/external.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/external_reference.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/function_group.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/properties.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/protection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/smart_tags.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/views.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/web.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/workbook/workbook.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/_read_only.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/_reader.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/_write_only.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/_writer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_range.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_watch.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/controls.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/copier.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/custom.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/datavalidation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/dimensions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/drawing.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/filters.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/header_footer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/hyperlink.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/merge.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/ole.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/page.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/pagebreak.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/picture.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/properties.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/protection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/related.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/scenario.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/smart_tag.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/table.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/views.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/worksheet/worksheet.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/writer/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/writer/excel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/writer/theme.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/xml/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/xml/constants.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/openpyxl/openpyxl/xml/functions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/ext/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/ext/tags.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/harness/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/harness/api_check.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/harness/scope_check.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/logs.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/mocktracer/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/mocktracer/binary_propagator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/mocktracer/context.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/mocktracer/propagator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/mocktracer/span.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/mocktracer/text_propagator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/mocktracer/tracer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/propagation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/scope.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/scope_manager.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/scope_managers/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/scope_managers/asyncio.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/scope_managers/constants.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/scope_managers/contextvars.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/scope_managers/gevent.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/scope_managers/tornado.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/span.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/tags.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/opentracing/opentracing/tracer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/_version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/_winapi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/agent.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/auth_handler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/ber.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/buffered_pipe.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/channel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/client.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/common.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/compress.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/dsskey.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/ecdsakey.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/ed25519key.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/file.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/hostkeys.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/kex_curve25519.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/kex_ecdh_nist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/kex_gex.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/kex_group1.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/kex_group14.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/kex_group16.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/kex_gss.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/message.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/packet.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/pipe.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/pkey.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/primes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/proxy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/py3compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/rsakey.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/server.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/sftp.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/sftp_attr.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/sftp_client.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/sftp_file.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/sftp_handle.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/sftp_server.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/sftp_si.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/ssh_exception.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/ssh_gss.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/transport.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/paramiko/paramiko/win_pageant.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/parsimonious/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/parsimonious/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/parsimonious/parsimonious/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/parsimonious/parsimonious/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/parsimonious/parsimonious/expressions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/parsimonious/parsimonious/grammar.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/parsimonious/parsimonious/nodes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/parsimonious/parsimonious/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/apache.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/apps.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/context.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/_blowfish/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/_blowfish/_gen_files.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/_blowfish/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/_blowfish/unrolled.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/_md4.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/des.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/digest.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/scrypt/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/scrypt/_builtin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/scrypt/_gen_files.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/crypto/scrypt/_salsa.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/exc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/ext/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/ext/django/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/ext/django/models.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/ext/django/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/argon2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/bcrypt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/cisco.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/des_crypt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/digests.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/django.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/fshp.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/ldap_digests.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/md5_crypt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/misc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/mssql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/mysql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/oracle.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/pbkdf2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/phpass.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/postgres.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/roundup.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/scram.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/scrypt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/sha1_crypt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/sha2_crypt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/sun_md5_crypt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/handlers/windows.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/hash.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/hosts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/ifc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/pwd.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/registry.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/totp.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/utils/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/utils/binary.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/utils/compat/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/utils/compat/_ordered_dict.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/utils/decor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/utils/des.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/utils/handlers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/utils/md4.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/utils/pbkdf2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passlib/passlib/win32.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passpy/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passpy/passpy/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passpy/passpy/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passpy/passpy/store.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/passpy/passpy/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pep8-naming/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pep8-naming/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pep8-naming/pep8ext_naming.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/playsound/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/playsound/playsound.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/polib/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/polib/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/polib/polib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/prettytable/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/prettytable/prettytable/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/prettytable/prettytable/colortable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/prettytable/prettytable/prettytable.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/any_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/api_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/compiler/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/compiler/plugin_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/descriptor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/descriptor_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/descriptor_pool.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/duration_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/empty_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/field_mask_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/api_implementation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/containers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/decoder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/encoder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/enum_type_wrapper.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/extension_dict.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/message_listener.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/python_message.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/type_checkers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/well_known_types.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/internal/wire_format.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/json_format.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/message.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/message_factory.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/reflection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/service.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/source_context_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/struct_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/symbol_database.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/text_format.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/timestamp_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/type_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/util/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/protobuf/google/protobuf/wrappers_pb2.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/psutil/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/psutil/_common.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/psutil/_compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/psutil/_psbsd.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/psutil/_pslinux.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/psutil/_psosx.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/psutil/_psposix.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/psutil/_psutil_linux.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/psutil/_psutil_posix.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/psutil/_psutil_windows.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psutil/psutil/_pswindows.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/_ipaddress.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/_json.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/_psycopg.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/_range.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/errorcodes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/extensions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/extras.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/pool.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/sql.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/psycopg2/psycopg2/tz.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyOpenSSL/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyOpenSSL/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyOpenSSL/OpenSSL/rand.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyRFC3339/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyRFC3339/pyrfc3339/generator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyRFC3339/pyrfc3339/parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyRFC3339/pyrfc3339/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyaudio/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyaudio/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyaudio/pyaudio.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pycurl/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pycurl/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pycurl/pycurl.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyfarmhash/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyfarmhash/farmhash.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyflakes/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyflakes/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyflakes/pyflakes/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyflakes/pyflakes/api.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyflakes/pyflakes/checker.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyflakes/pyflakes/messages.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyflakes/pyflakes/reporter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pynput/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pynput/pynput/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pynput/pynput/_info.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pynput/pynput/_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pynput/pynput/keyboard/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pynput/pynput/keyboard/_base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pynput/pynput/keyboard/_dummy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pynput/pynput/mouse/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pynput/pynput/mouse/_base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pynput/pynput/mouse/_dummy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pysftp/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pysftp/pysftp/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pysftp/pysftp/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pysftp/pysftp/helpers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pytest-lazy-fixture/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pytest-lazy-fixture/pytest_lazyfixture.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/dateutil/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/dateutil/_common.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/dateutil/easter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/dateutil/parser/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/dateutil/parser/isoparser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/dateutil/relativedelta.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/dateutil/rrule.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/dateutil/tz/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/dateutil/tz/_common.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/dateutil/tz/tz.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-dateutil/dateutil/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-gflags/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-gflags/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-gflags/gflags.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/backends/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/backends/_asn1.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/backends/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/backends/cryptography_backend.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/backends/ecdsa_backend.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/backends/native.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/backends/rsa_backend.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/constants.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/jwe.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/jwk.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/jws.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/jwt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-jose/jose/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-nmap/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-nmap/nmap/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-nmap/nmap/nmap.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-slugify/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-slugify/slugify/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-slugify/slugify/slugify.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/python-slugify/slugify/special.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pytz/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pytz/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pytz/pytz/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pytz/pytz/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pytz/pytz/lazy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pytz/pytz/reference.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pytz/pytz/tzfile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pytz/pytz/tzinfo.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyvmomi/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyvmomi/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyvmomi/pyVmomi/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyvmomi/pyVmomi/vim/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyvmomi/pyVmomi/vim/event.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyvmomi/pyVmomi/vim/fault.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyvmomi/pyVmomi/vim/option.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyvmomi/pyVmomi/vim/view.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyvmomi/pyVmomi/vmodl/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyvmomi/pyVmomi/vmodl/fault.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/pyvmomi/pyVmomi/vmodl/query.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/asyncio/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/asyncio/client.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/asyncio/connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/asyncio/lock.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/asyncio/retry.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/asyncio/sentinel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/asyncio/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/backoff.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/client.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/cluster.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/bf/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/bf/commands.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/bf/info.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/cluster.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/core.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/graph/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/graph/commands.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/graph/edge.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/graph/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/graph/node.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/graph/path.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/graph/query_result.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/helpers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/json/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/json/commands.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/json/decoders.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/json/path.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/redismodules.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/search/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/search/aggregation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/search/commands.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/search/query.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/search/result.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/sentinel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/timeseries/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/timeseries/commands.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/timeseries/info.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/commands/timeseries/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/crc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/lock.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/ocsp.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/retry.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/sentinel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/typing.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/redis/redis/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/regex/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/regex/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/regex/regex/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/regex/regex/_regex.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/regex/regex/_regex_core.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/regex/regex/regex.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/@tests/requirements-stubtest.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/__version__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/adapters.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/api.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/auth.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/cookies.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/help.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/hooks.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/models.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/packages.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/sessions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/status_codes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/structures.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/requests/requests/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/retry/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/retry/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/retry/retry/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/retry/retry/api.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/common/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/common/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/android/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/android/webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/blackberry/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/blackberry/webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/chrome/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/chrome/options.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/chrome/remote_connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/chrome/service.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/chrome/webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/action_chains.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/actions/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/actions/action_builder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/actions/input_device.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/actions/interaction.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_actions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_input.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/actions/mouse_button.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_actions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_input.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/alert.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/by.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/desired_capabilities.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/html5/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/html5/application_cache.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/keys.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/proxy.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/service.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/touch_actions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/common/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/edge/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/edge/options.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/edge/service.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/edge/webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/firefox/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/firefox/extension_connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_binary.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_profile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/firefox/options.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/firefox/remote_connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/firefox/service.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/firefox/webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/firefox/webelement.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/ie/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/ie/options.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/ie/service.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/ie/webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/opera/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/opera/options.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/opera/webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/phantomjs/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/phantomjs/service.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/phantomjs/webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/remote/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/remote/command.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/remote/errorhandler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/remote/file_detector.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/remote/mobile.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/remote/remote_connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/remote/switch_to.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/remote/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/remote/webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/remote/webelement.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/safari/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/safari/permissions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/safari/remote_connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/safari/service.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/safari/webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/support/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/support/abstract_event_listener.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/support/color.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/support/event_firing_webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/support/events.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/support/expected_conditions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/support/select.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/support/ui.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/support/wait.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/options.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/service.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/webdriver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/pkg_resources/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/pkg_resources/py31compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_deprecation_warning.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/archive_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/bcppcompiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/ccompiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/cmd.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_dumb.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_msi.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_wininst.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/build_py.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/build_scripts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/check.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/clean.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/install.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/install_data.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/install_egg_info.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/install_headers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/py37compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/register.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/sdist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/command/upload.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/core.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/cygwinccompiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/debug.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/dep_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/dir_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/dist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/extension.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/fancy_getopt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/file_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/filelist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/log.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/msvccompiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/spawn.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/sysconfig.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/text_file.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/unixccompiler.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/_distutils/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/archive_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/build_meta.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/alias.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/bdist_egg.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/bdist_rpm.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/build_clib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/build_ext.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/build_py.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/develop.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/dist_info.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/easy_install.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/egg_info.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/install.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/install_egg_info.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/install_lib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/install_scripts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/py36compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/register.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/rotate.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/saveopts.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/sdist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/setopt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/test.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/upload.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/command/upload_docs.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/config.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/dep_util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/depends.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/dist.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/extension.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/extern/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/glob.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/installer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/launch.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/monkey.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/msvc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/namespaces.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/package_index.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/sandbox.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/unicode_utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/wheel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/setuptools/setuptools/windows_support.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/simplejson/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/simplejson/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/simplejson/simplejson/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/simplejson/simplejson/decoder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/simplejson/simplejson/encoder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/simplejson/simplejson/errors.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/simplejson/simplejson/raw_json.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/simplejson/simplejson/scanner.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/singledispatch/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/singledispatch/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/singledispatch/singledispatch.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/BaseHTTPServer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/CGIHTTPServer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/SimpleHTTPServer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/_dummy_thread.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/_thread.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/builtins.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/cPickle.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/collections_abc.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/configparser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/copyreg.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/email_mime_base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/email_mime_multipart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/email_mime_nonmultipart.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/email_mime_text.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/html_entities.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/html_parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/http_client.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/http_cookiejar.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/http_cookies.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/queue.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/reprlib.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/socketserver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/tkinter.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/tkinter_commondialog.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/tkinter_constants.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/tkinter_dialog.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/tkinter_filedialog.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/tkinter_tkfiledialog.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/tkinter_ttk.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/urllib/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/urllib/error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/urllib/parse.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/urllib/request.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/urllib/response.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/urllib/robotparser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/urllib_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/urllib_parse.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/urllib_request.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/urllib_response.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/six/six/moves/urllib_robotparser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/slumber/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/slumber/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/slumber/slumber/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/slumber/slumber/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/slumber/slumber/serialize.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/slumber/slumber/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stdlib-list/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stdlib-list/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stdlib-list/stdlib_list/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stdlib-list/stdlib_list/_version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stdlib-list/stdlib_list/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_requestor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/abstract/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/abstract/api_resource.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/abstract/createable_api_resource.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/abstract/custom_method.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/abstract/deletable_api_resource.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/abstract/listable_api_resource.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/abstract/nested_resource_class_methods.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/abstract/singleton_api_resource.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/abstract/updateable_api_resource.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/abstract/verify_mixin.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/account.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/account_link.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/alipay_account.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/apple_pay_domain.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/application_fee.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/application_fee_refund.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/balance.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/balance_transaction.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/bank_account.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/billing_portal/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/billing_portal/configuration.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/billing_portal/session.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/bitcoin_receiver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/bitcoin_transaction.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/capability.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/card.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/charge.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/checkout/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/checkout/session.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/country_spec.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/coupon.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/credit_note.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/credit_note_line_item.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/customer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/customer_balance_transaction.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/dispute.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/ephemeral_key.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/error_object.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/event.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/exchange_rate.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/file.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/file_link.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/identity/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/identity/verification_report.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/identity/verification_session.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/invoice.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/invoice_item.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/invoice_line_item.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/issuer_fraud_record.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/issuing/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/issuing/authorization.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/issuing/card.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/issuing/card_details.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/issuing/cardholder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/issuing/dispute.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/issuing/transaction.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/line_item.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/list_object.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/login_link.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/mandate.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/order.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/payment_intent.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/payment_method.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/payout.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/person.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/plan.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/price.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/product.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/promotion_code.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/quote.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/radar/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/radar/early_fraud_warning.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/radar/value_list.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/radar/value_list_item.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/recipient.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/recipient_transfer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/refund.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/reporting/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/reporting/report_run.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/reporting/report_type.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/reversal.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/review.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/setup_attempt.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/setup_intent.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/sigma/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/sigma/scheduled_query_run.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/sku.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/source.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/source_transaction.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/subscription.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/subscription_item.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/subscription_schedule.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/tax_code.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/tax_id.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/tax_rate.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/terminal/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/terminal/connection_token.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/terminal/location.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/terminal/reader.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/three_d_secure.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/token.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/topup.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/transfer.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/usage_record.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/usage_record_summary.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/api_resources/webhook_endpoint.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/http_client.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/multipart_data_generator.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/oauth.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/oauth_error.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/object_classes.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/request_metrics.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/stripe_object.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/stripe_response.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/util.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/stripe/stripe/webhook.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tabulate/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tabulate/tabulate.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/termcolor/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/termcolor/termcolor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/toml/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/toml/toml/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/toml/toml/decoder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/toml/toml/encoder.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/toml/toml/ordered.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/toml/toml/tz.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/toposort/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/toposort/toposort.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/@tests/requirements-stubtest.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/_dist_ver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/_main.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/_monitor.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/_tqdm.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/_tqdm_gui.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/_tqdm_notebook.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/_tqdm_pandas.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/_utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/asyncio.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/auto.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/autonotebook.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/cli.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/contrib/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/contrib/bells.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/contrib/concurrent.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/contrib/discord.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/contrib/itertools.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/contrib/logging.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/contrib/slack.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/contrib/telegram.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/contrib/utils_worker.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/dask.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/gui.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/keras.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/notebook.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/rich.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/std.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/tk.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tqdm/tqdm/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ttkthemes/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ttkthemes/ttkthemes/_utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ttkthemes/ttkthemes/_widget.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ttkthemes/ttkthemes/themed_style.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ttkthemes/ttkthemes/themed_tk.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/typed-ast/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/typed-ast/typed_ast/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/typed-ast/typed_ast/ast27.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/typed-ast/typed_ast/ast3.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/typed-ast/typed_ast/conversions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tzlocal/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tzlocal/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tzlocal/tzlocal/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tzlocal/tzlocal/utils.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/tzlocal/tzlocal/windows_tz.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ujson/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/ujson/ujson.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/@tests/requirements-stubtest.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/_collections.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/connectionpool.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/contrib/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/contrib/socks.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/fields.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/filepost.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/packages/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/_implementation.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/poolmanager.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/request.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/response.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/util/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/util/connection.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/util/queue.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/util/request.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/util/response.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/util/retry.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/util/ssl_.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/util/timeout.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/urllib3/urllib3/util/url.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/vobject/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/vobject/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/vobject/vobject/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/vobject/vobject/base.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/vobject/vobject/behavior.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/vobject/vobject/change_tz.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/vobject/vobject/hcalendar.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/vobject/vobject/icalendar.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/vobject/vobject/ics_diff.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/vobject/vobject/vcard.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/vobject/vobject/win32tz.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/adjustments.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/buffers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/channel.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/compat.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/parser.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/proxy_headers.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/receiver.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/rfc7230.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/runner.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/server.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/task.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/trigger.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/utilities.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/waitress/waitress/wasyncore.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/whatthepatch/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/whatthepatch/whatthepatch/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/whatthepatch/whatthepatch/apply.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/whatthepatch/whatthepatch/exceptions.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/whatthepatch/whatthepatch/patch.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/whatthepatch/whatthepatch/snippets.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/xmltodict/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/xmltodict/xmltodict.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/xxhash/@tests/stubtest_allowlist.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/xxhash/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/xxhash/xxhash/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/xxhash/xxhash/version.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/zxcvbn/METADATA.toml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/zxcvbn/zxcvbn/__init__.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/zxcvbn/zxcvbn/adjacency_graphs.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/zxcvbn/zxcvbn/feedback.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/zxcvbn/zxcvbn/frequency_lists.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/zxcvbn/zxcvbn/matching.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/zxcvbn/zxcvbn/scoring.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.0.2.202212101256/typeshed/stubs/zxcvbn/zxcvbn/time_estimates.pyi -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.customizations/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.customizations/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/customizations.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/icons/AppEngine-128.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/icons/AppEngine-16.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/icons/AppEngine-256.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/icons/AppEngine-32.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/icons/AppEngine-48.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/icons/AppEngine-64.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/icons/app_engine.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/icons/app_engine_16_16.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/icons/appengine-noborder-120x30.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/templates/google_app_engine/ask_login/app.yaml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/templates/google_app_engine/ask_login/asklogin.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/templates/google_app_engine/ask_login/description.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/templates/google_app_engine/hello_webapp_world/app.yaml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/templates/google_app_engine/hello_webapp_world/description.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/templates/google_app_engine/hello_webapp_world/helloworld.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/templates/google_app_engine/hello_world/app.yaml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/templates/google_app_engine/hello_world/description.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.0.2.202212101256/templates/google_app_engine/hello_world/helloworld.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.debug/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.debug/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/arguments.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/breakmarker.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/breakmarker_conditional.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/breakmarker_django.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/breakmarker_django_gray.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/breakmarker_gray.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/breakmarker_gray_conditional.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/failures.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/greendot.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/greendot_big.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/ironpython_run.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/ironpython_unit.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/jython_run.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/jython_unit.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/ovr16/error_ovr.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/ovr16/failed_ovr.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/ovr16/success_ovr.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/pin.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/pin_arrow.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/python_16x16.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/python_coverage.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/python_exception_breakpoint.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/python_profile.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/python_refactor.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/python_run.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/python_unit.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/pyunit.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/pyunit_old.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/reddot.GIF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/referrers.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/refresh.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/return_value.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/setnext_co.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/setnext_co_dis.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/stepover_co.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/tasklet.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/testerrors_ovr.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/testfailures_ovr.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/icons/watch_exp.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/libs/winp-1.26.0.7.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/pydev-debug.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/schema/pydev_debug_command_line_participant.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.0.2.202212101256/schema/pydev_debug_console_input_listener.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.django/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.django/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/icons/djangoNature.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/icons/django_16x16.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/icons/django_7x7.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/icons/django_logo.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/icons/django_nature.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/icons/django_remove_nature.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.0.2.202212101256/pydev_django.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.help/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.help/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.0.2.202212101256/html/index.html -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.0.2.202212101256/html/links.html -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.0.2.202212101256/toc_main.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/LICENSE_JYTHON.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/LICENSE_PYHON.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/BaseHTTPServer.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/CGIHTTPServer.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/ConfigParser.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/Cookie.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/DocXMLRPCServer.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/HTMLParser.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/MimeWriter.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/Queue.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/SimpleHTTPServer.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/SimpleXMLRPCServer.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/SocketServer.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/StringIO.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/UserDict.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/UserList.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/UserString.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/_LWPCookieJar.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/_MozillaCookieJar.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/__future__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/_abcoll.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/_fsum.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/_google_ipaddr_r234.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/_jyio.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/_pyio.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/_rawffi.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/_strptime.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/_threading_local.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/_weakrefset.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/abc.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/aifc.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/anydbm.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/argparse.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/ast.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/asynchat.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/asyncore.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/atexit.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/base64.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/bdb.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/binhex.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/bisect.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/calendar.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/cgi.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/cgitb.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/chunk.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/cmd.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/code.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/codecs.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/codeop.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/collections.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/colorsys.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/commands.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compileall.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compiler/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compiler/ast.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compiler/consts.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compiler/future.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compiler/misc.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compiler/pyassem.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compiler/pycodegen.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compiler/symbols.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compiler/syntax.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compiler/transformer.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/compiler/visitor.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/contextlib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/cookielib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/copy.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/copy_reg.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/csv.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/ctypes/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/datetime.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/dbexts.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/decimal.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/difflib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/dircache.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/dis.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/README -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/archive_util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/bcppcompiler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/ccompiler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/cmd.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/bdist.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/bdist_dumb.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/bdist_msi.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/bdist_rpm.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/bdist_wininst.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/build.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/build_clib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/build_ext.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/build_py.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/build_scripts.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/check.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/clean.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/command_template -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/config.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/install.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/install_data.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/install_egg_info.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/install_headers.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/install_lib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/install_scripts.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/register.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/sdist.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/command/upload.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/config.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/core.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/cygwinccompiler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/debug.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/dep_util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/dir_util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/dist.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/emxccompiler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/errors.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/extension.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/fancy_getopt.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/file_util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/filelist.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/jythoncompiler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/log.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/msvc9compiler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/msvccompiler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/spawn.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/sysconfig.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/Setup.sample -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/setuptools_build_ext.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/setuptools_extension.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/support.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_archive_util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_bdist.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_bdist_dumb.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_bdist_msi.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_bdist_rpm.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_bdist_wininst.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_build.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_build_clib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_build_ext.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_build_py.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_build_scripts.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_ccompiler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_check.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_clean.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_cmd.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_config.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_config_cmd.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_core.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_dep_util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_dir_util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_dist.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_file_util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_filelist.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_install.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_install_data.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_install_headers.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_install_lib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_install_scripts.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_msvc9compiler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_register.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_sdist.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_spawn.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_sysconfig.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_text_file.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_unixccompiler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_upload.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_version.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/tests/test_versionpredicate.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/text_file.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/unixccompiler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/version.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/distutils/versionpredicate.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/doctest.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/dumbdbm.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/dummy_thread.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/dummy_threading.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/Charset.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/Encoders.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/Errors.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/Generator.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/Header.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/Iterators.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/Message.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/Parser.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/Utils.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/_parseaddr.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/base64MIME.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/feedparser.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/mime/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/mime/application.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/mime/audio.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/mime/base.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/mime/image.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/mime/message.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/mime/multipart.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/mime/nonmultipart.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/mime/text.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/email/quopriMIME.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/aliases.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/ascii.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/base64_codec.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/big5.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/big5hkscs.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/bz2_codec.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/charmap.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp037.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1006.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1026.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1140.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1250.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1251.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1252.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1253.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1254.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1255.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1256.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1257.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp1258.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp424.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp437.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp500.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp720.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp737.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp775.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp850.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp852.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp855.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp856.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp857.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp858.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp860.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp861.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp862.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp863.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp864.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp865.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp866.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp869.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp874.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp875.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp932.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp949.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/cp950.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/euc_jis_2004.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/euc_jisx0213.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/euc_jp.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/euc_kr.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/gb18030.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/gb2312.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/gbk.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/hex_codec.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/hp_roman8.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/hz.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/idna.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso2022_jp.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso2022_jp_1.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso2022_jp_2.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso2022_jp_2004.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso2022_jp_3.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso2022_jp_ext.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso2022_kr.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_1.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_10.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_11.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_13.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_14.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_15.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_16.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_2.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_3.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_4.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_5.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_6.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_7.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_8.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/iso8859_9.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/johab.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/koi8_r.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/koi8_u.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/latin_1.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mac_arabic.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mac_centeuro.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mac_croatian.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mac_cyrillic.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mac_farsi.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mac_greek.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mac_iceland.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mac_latin2.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mac_roman.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mac_romanian.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mac_turkish.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/mbcs.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/palmos.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/ptcp154.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/punycode.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/quopri_codec.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/raw_unicode_escape.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/rot_13.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/shift_jis.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/shift_jis_2004.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/shift_jisx0213.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/string_escape.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/tis_620.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/undefined.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/unicode_escape.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/unicode_internal.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/utf_16.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/utf_16_be.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/utf_16_le.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/utf_32.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/utf_32_be.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/utf_32_le.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/utf_7.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/utf_8.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/utf_8_sig.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/uu_codec.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/encodings/zlib_codec.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/filecmp.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/fileinput.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/fnmatch.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/formatter.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/fpformat.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/fractions.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/ftplib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/functools.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/future_builtins.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/genericpath.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/getopt.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/getpass.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/gettext.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/glob.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/grp.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/gzip.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/hashlib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/heapq.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/hmac.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/htmlentitydefs.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/htmllib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/httplib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/ihooks.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/imaplib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/imghdr.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/importlib/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/inspect.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/io.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/isql.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/javapath.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/javashell.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/decoder.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/encoder.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/scanner.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_check_circular.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_decode.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_default.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_dump.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_encode_basestring_ascii.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_fail.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_float.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_indent.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_pass1.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_pass2.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_pass3.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_recursion.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_scanstring.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_separators.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_speedups.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_tool.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tests/test_unicode.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/json/tool.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/keyword.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/linecache.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/locale.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/logging/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/logging/config.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/logging/handlers.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/macpath.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/macurl2path.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/mailbox.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/mailcap.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/markupbase.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/marshal.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/md5.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/mhlib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/mimetools.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/mimetypes.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/mimify.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/modjy/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/modjy/modjy.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/modjy/modjy_exceptions.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/modjy/modjy_impl.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/modjy/modjy_input.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/modjy/modjy_log.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/modjy/modjy_params.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/modjy/modjy_publish.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/modjy/modjy_response.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/modjy/modjy_write.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/modjy/modjy_wsgi.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/multifile.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/mutex.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/netrc.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/new.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/nntplib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/ntpath.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/nturl2path.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/numbers.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/opcode.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/optparse.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/os.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pawt/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pawt/colors.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pawt/swing.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pdb.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pickle.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pickletools.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pipes.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pkgutil.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/platform.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/plistlib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/popen2.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/poplib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/posixfile.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/posixpath.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pprint.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/profile.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pstats.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pty.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pwd.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/py_compile.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pycimport.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pyclbr.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pydoc.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/pyexpat.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/quopri.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/random.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/re.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/readline.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/repr.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/rfc822.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/rlcompleter.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/robotparser.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/runpy.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/sched.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/select.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/sets.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/sgmllib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/sha.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/shelve.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/shlex.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/shutil.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/signal.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/site-packages/README -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/site.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/smtpd.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/smtplib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/sndhdr.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/socket.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/sre.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/sre_compile.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/sre_constants.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/sre_parse.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/ssl.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/stat.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/string.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/subprocess.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/symbol.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/sysconfig.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/tabnanny.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/tarfile.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/telnetlib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/tempfile.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/textwrap.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/this.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/threading.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/timeit.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/token.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/tokenize.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/trace.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/traceback.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/tty.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/types.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unicodedata.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/__main__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/case.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/loader.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/main.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/result.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/runner.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/signals.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/suite.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/dummy.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/support.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_assertions.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_break.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_case.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_discovery.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_functiontestcase.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_loader.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_program.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_result.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_runner.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_setups.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_skipping.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/test/test_suite.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/unittest/util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/urllib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/urllib2.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/urlparse.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/user.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/uu.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/uuid.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/warnings.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/weakref.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/whichdb.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/wsgiref.egg-info -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/wsgiref/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/wsgiref/handlers.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/wsgiref/headers.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/wsgiref/simple_server.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/wsgiref/util.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/wsgiref/validate.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xdrlib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/FtCore.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/Uri.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/dom/MessageSource.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/dom/NodeFilter.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/dom/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/dom/domreg.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/dom/minicompat.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/dom/minidom.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/dom/pulldom.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/dom/xmlbuilder.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/etree/ElementInclude.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/etree/ElementPath.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/etree/ElementTree.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/etree/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/etree/cElementTree.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/parsers/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/parsers/expat.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/sax/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/sax/_exceptions.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/sax/drivers2/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/sax/drivers2/drv_javasax.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/sax/handler.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/sax/saxlib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/sax/saxutils.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xml/sax/xmlreader.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xmllib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/xmlrpclib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/zipfile.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/Lib/zlib.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.jython/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.jython/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/icons/python_file.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/icons/python_scripting.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/about.html -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/assign_params_to_attributes_action.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/assign_params_to_attributes_assist.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/assist_proposal.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/assist_regex_based_proposal.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/convert_api_to_pypredef.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_assign_params_to_attributes.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_assist_assign_value_to_var_if_None.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_clear_templates_cache.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_create_lines_on_commas.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_enable_editor_wrap.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_example.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_example2.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_exec_line_in_shell.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_import_to_string.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_kill_shells.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_marker_example.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_switch_equals.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_wrap_expression.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pyedit_wrap_paragraph.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/pytemplate_defaults.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/split_text_in_commas.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/template_helper.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/tests/__init__.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/tests/test_assign_to_self_attributes.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/tests/test_convert.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jysrc/tests/test_templates.py -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/jython.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.0.2.202212101256/pydev-jython.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.parser/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.parser/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.0.2.202212101256/parser.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.0.2.202212101256/schema/pydev_parser_observer.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.refactoring/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.refactoring/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/icons/attrpub_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/icons/class_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/icons/logo.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/icons/logo.ufo -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/icons/methpub_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/plugin.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.0.2.202212101256/refactoring.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.shared_core/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.shared_core/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.0.2.202212101256/libs/README.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.0.2.202212101256/libs/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.0.2.202212101256/libs/org.apache.lucene.core_8.4.1.v20200122-1459.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.0.2.202212101256/libs/snakeyaml-engine-2.1-20200105.160423-4.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.0.2.202212101256/shared_core.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.shared_interactive_console/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.shared_interactive_console/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/commons-logging-1.1.1.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/icons/interrupt.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/icons/save.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/icons/sync_ed.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/icons/terminate.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/interactive_console.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/ws-commons-util-1.0.2.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/xmlrpc-client-3.1.3.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/xmlrpc-common-3.1.3.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.0.2.202212101256/xmlrpc-server-3.1.3.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.shared_ui/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev.shared_ui/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/add_correction.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/alphab_sort_co.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/annotation_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/backward_nav.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/build_var_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/builtin_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/class_hi.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/close.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/collapseall.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/console_disabled.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/console_enabled.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/copy.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/correction_move.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/cpyqual_menu.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/custom_init.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/custom_python_file.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/cython.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/cython_file.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/decoration_class_obj.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/decoration_static_obj.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/down_arrow.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/environment_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/error_decoration.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/error_small.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/expand.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/failures.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/field_private_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/field_protected_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/field_public_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/fields_co.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/file.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/filter.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/flake8.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/folder.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/forward_nav.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/gotten_from.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/history_list.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/home_nav.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/jar_desc_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/jar_l_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/jar_lsrc_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/jar_nonexist_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/jar_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/jar_remove_l_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/jar_src_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/jython_run.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/library_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/line_match.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/magic_co.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/mainfunction.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/__imp_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/action.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/attrpub_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/class_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/create_attrpub_obj.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/create_class_obj.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/create_method_obj.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/create_python_module.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/imp_dec.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/imp_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/imp_obj.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/imp_rel_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/method_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/old_imp_rel_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/template.pdn -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/new/xml_tag.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/package_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/packagefolder_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/packagefolder_obj_remove.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/parameters_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/private_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/project.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/project_source_folder.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/protected_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/pydev_package_explorer.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/pylint.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/pythonNature.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_16x16.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_comment.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_comment_black.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_coverage.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_file.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_logging.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_logo.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_module.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_nature.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_perspective.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_refactor.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_run.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/python_unit.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/refresh_nav.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/relaunch.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/relaunch1.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/relaunch_background_disabled.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/relaunch_background_enabled.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/relaunch_errors.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/remove.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/remove_all.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/remove_nature.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/sample.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/save.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/search.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/search_docs.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/searchm_obj.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/showerr_tsk.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/static_co.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/sync_ed.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/tabs_active.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/tabs_inactive.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/template.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/terminate.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/terminate_all.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/toggle_tabs.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/up_arrow.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/warning.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/warning_decoration.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/icons/workset.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.0.2.202212101256/shared_ui.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.source_10.0.2.202212101256.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/LICENSE.txt -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/META-INF/MANIFEST.MF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/META-INF/TE-3C6A6.RSA -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/META-INF/TE-3C6A6.SF -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev/pom.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/META-INF/maven/org.python.pydev/org.python.pydev/pom.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/about.ini -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/about.mappings -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/css/dark/e4-pydev-dark_preferencestyle.css -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/icons/opentype.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/icons/python_16x16.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/icons/python_file.gif -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/libs/WinRegistry-4.5.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/plugin.properties -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/plugin.xml -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/pydev.jar -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/pydev.png -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/schema/pydev_ctrl_1.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/schema/pydev_debug_preferences_page.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/schema/pydev_formatter.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/schema/pydev_globals_browser.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/schema/pydev_hover2.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/schema/pydev_interpreter_provider.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/schema/pydev_organize_imports.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/schema/pydev_pyedit_listener.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/schema/pydev_quick_outline.exsd -share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.0.2.202212101256/schema/pydev_view_created_observer.exsd +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.feature/pom.properties +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.feature/pom.xml +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_10.1.1.202301091814/feature.properties +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_10.1.1.202301091814/feature.xml +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_10.1.1.202301091814/feature.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.1.1.202301091814/LICENSE.TXT +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.1.1.202301091814/META-INF/maven/org.python.pydev/com.python.pydev.analysis/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.1.1.202301091814/META-INF/maven/org.python.pydev/com.python.pydev.analysis/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.1.1.202301091814/analysis.jar +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.1.1.202301091814/icons/opentype.gif +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.1.1.202301091814/icons/python_file.gif +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/LICENSE.TXT +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/META-INF/maven/org.python.pydev/com.python.pydev.debug/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/META-INF/maven/org.python.pydev/com.python.pydev.debug/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/debug.jar +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/icons/attach_to_process.png +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/icons/python.gif +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/icons/start_debug_server.gif +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/icons/term_debug_server.gif +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.1.1.202301091814/LICENSE.TXT +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.1.1.202301091814/META-INF/maven/org.python.pydev/com.python.pydev.refactoring/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.1.1.202301091814/META-INF/maven/org.python.pydev/com.python.pydev.refactoring/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.1.1.202301091814/plugin.properties +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_10.1.1.202301091814/refactoring.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.ast/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.ast/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/ast.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/schema/org.python.pydev.pydev_builder.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/schema/org.python.pydev.pydev_completion.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/schema/org.python.pydev.pydev_interpreter_info_builder.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/schema/org.python.pydev.pydev_interpreter_new_custom_entries.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/schema/org.python.pydev.pydev_interpreter_observer.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/schema/org.python.pydev.pydev_manager_observer.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/schema/org.python.pydev.pydev_modules_observer.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/schema/org.python.pydev.pydev_python_module_resolver.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/schema/org.python.pydev.pydev_pythonpath_contrib.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/schema/org.python.pydev.pydev_refactoring.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_10.1.1.202301091814/schema/org.python.pydev.pydev_simpleassist.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.core/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.core/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/core.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/helpers/load-conda-vars +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/helpers/load-conda-vars.bat +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/.github/install_and_run_debug_py.sh +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/.github/workflows/pydevd-release.yml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/.github/workflows/pydevd-tests-python.yml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/LICENSE-APACHE +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/LICENSE-EPL +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/MANIFEST.in +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/README.md +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/_pydev_calltip_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/_pydev_completer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/_pydev_execfile.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/_pydev_filesystem_encoding.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/_pydev_getopt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/_pydev_imports_tipper.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/_pydev_jy_imports_tipper.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/_pydev_log.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/_pydev_saved_modules.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/_pydev_sys_patch.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/_pydev_tipper_common.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/fsnotify/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_console_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_import_hook.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_imports.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_ipython_console.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_ipython_console_011.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_is_thread_alive.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_localhost.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_log.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_monkey.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_monkey_qt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_override.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_umd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_bundle/pydev_versioncheck.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_runfiles/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_runfiles/pydev_runfiles.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_runfiles/pydev_runfiles_coverage.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_runfiles/pydev_runfiles_nose.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_runfiles/pydev_runfiles_parallel.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_runfiles/pydev_runfiles_parallel_client.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_runfiles/pydev_runfiles_pytest2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_runfiles/pydev_runfiles_unittest.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydev_runfiles/pydev_runfiles_xml_rpc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/_debug_adapter/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/_debug_adapter/debugProtocol.json +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/_debug_adapter/pydevd_schema.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevconsole_code.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_additional_thread_info.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_additional_thread_info_regular.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_api.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_breakpoints.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_bytecode_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_code_to_source.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_collect_bytecode_info.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_comm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_comm_constants.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_command_line_handling.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_concurrency_analyser/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_thread_wrappers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_console.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_constants.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_custom_frames.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_cython.c +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_cython.pxd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_cython.pyx +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_cython_wrapper.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_daemon_thread.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_defaults.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_dont_trace.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_dont_trace_files.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_exec2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_extension_api.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_extension_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_filtering.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_frame.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_frame_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_gevent_integration.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_import_class.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_io.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_json_debug_options.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_net_command.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_net_command_factory_json.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_net_command_factory_xml.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_plugin_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_process_net_command.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_process_net_command_json.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_referrers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_reload.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_resolver.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_runpy.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_safe_repr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_save_locals.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_signature.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_source_mapping.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_stackless.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_suspended_frames.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_thread_lifecycle.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_timeout.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_trace_api.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_trace_dispatch.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_trace_dispatch_regular.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_traceproperty.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_vars.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_vm_type.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_bundle/pydevd_xml.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_eval_main.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.c +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.pxd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.pyx +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.template.pyx +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_frame_tracing.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/pydevd_modify_bytecode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/release_mem.h +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/README.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/__pycache__/__init__.cpython-311.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/__pycache__/__init__.cpython-36.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/COPYING +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/INSTALLER +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/METADATA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/RECORD +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/REQUESTED +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/WHEEL +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/direct_url.json +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/top_level.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/__init__.cpython-311.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/__init__.cpython-36.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/bytecode.cpython-311.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/bytecode.cpython-36.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/cfg.cpython-311.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/cfg.cpython-36.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/concrete.cpython-311.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/concrete.cpython-36.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/flags.cpython-311.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/flags.cpython-36.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/instr.cpython-311.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/__pycache__/instr.cpython-36.pyc +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/bytecode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/cfg.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/concrete.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/flags.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/instr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/peephole_opt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_bytecode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_cfg.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_code.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_concrete.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_flags.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_instr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_misc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_peephole_opt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/util_annotation.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/_pydevd_frame_eval/vendored/pydevd_fix_code.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/build_tools/build.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/build_tools/build_binaries_osx.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/build_tools/build_binaries_windows.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/build_tools/check_no_git_modifications.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/build_tools/generate_code.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/build_tools/names_to_rename.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/build_tools/pydevd_release_process.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/build_tools/rename_pep8.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/conftest.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/interpreterInfo.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pycompletionserver.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_app_engine_debug_startup.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_coverage.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/README +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/inputhook.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/inputhookglut.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/inputhookgtk.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/inputhookgtk3.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/inputhookpyglet.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/inputhookqt4.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/inputhookqt5.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/inputhooktk.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/inputhookwx.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/matplotlibtools.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/qt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/qt_for_kernel.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/qt_loaders.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_ipython/version.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_pysrc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_run_in_console.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_sitecustomize/__not_in_default_pythonpath.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydev_sitecustomize/sitecustomize.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevconsole.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/README.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/_always_live_program.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/_check.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/_test_attach_to_process.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/_test_attach_to_process_linux.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/add_code_to_python_process.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/attach_amd64.dll +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/attach_linux_amd64.so +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/attach_linux_x86.so +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/attach_pydevd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/attach_script.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/attach_x86.dll +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/attach_x86_64.dylib +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/common/py_settrace.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/common/py_utils.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/common/py_version.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/common/python.h +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/common/ref_utils.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/inject_dll_amd64.exe +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/inject_dll_x86.exe +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/linux_and_mac/attach.cpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/linux_and_mac/compile_linux.sh +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/linux_and_mac/compile_mac.sh +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/linux_and_mac/compile_manylinux.cmd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/run_code_on_dllmain_amd64.dll +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/run_code_on_dllmain_x86.dll +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/breakpoint.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/compat.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/crash.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/debug.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/disasm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/event.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/interactive.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/module.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/process.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/registry.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/search.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/sql.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/system.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/textio.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/thread.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/advapi32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/context_amd64.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/context_i386.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/dbghelp.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/defines.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/gdi32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/kernel32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/ntdll.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/peb_teb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/psapi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/shell32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/shlwapi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/user32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/version.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/winappdbg/window.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/windows/attach.cpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/windows/attach.h +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/windows/compile_windows.bat +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/windows/inject_dll.cpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/windows/py_win_helpers.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/windows/run_code_in_memory.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/windows/stdafx.cpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/windows/stdafx.h +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_attach_to_process/windows/targetver.h +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_file_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_plugins/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_plugins/django_debug.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_plugins/extensions/README.md +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_plugins/extensions/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_plugins/extensions/types/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_plugins/extensions/types/pydevd_helpers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_plugins/extensions/types/pydevd_plugin_pandas_types.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_plugins/jinja2_debug.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_plugins/pydevd_line_validation.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pydevd_tracing.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/pytest.ini +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/runfiles.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/setup.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/setup_pydevd_cython.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/stubs/_django_manager_body.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/cython_json.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/backports/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/backports/functools_lru_cache.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/isort/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/isort/__main__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/isort/finders.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/isort/hooks.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/isort/isort.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/isort/main.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/isort/natural.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/isort/pie_slice.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/isort/pylama_isort.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/isort/settings.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/isort_container/isort/utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/pep8/autopep8.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/pep8/pycodestyle.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/pysrc/third_party/tests_cython_json.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/LICENSE +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/VERSIONS +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/__future__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/__main__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_ast.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_bisect.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_bootlocale.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_codecs.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_collections_abc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_compat_pickle.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_compression.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_csv.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_curses.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_decimal.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_dummy_thread.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_dummy_threading.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_heapq.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_imp.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_json.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_markupbase.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_msi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_operator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_osx_support.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_posixsubprocess.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_py_abc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_pydecimal.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_random.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_sitebuiltins.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_socket.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_stat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_thread.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_threading_local.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_tkinter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_tracemalloc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_typeshed/README.md +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_typeshed/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_typeshed/dbapi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_typeshed/wsgi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_typeshed/xml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_warnings.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_weakref.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_weakrefset.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/_winapi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/abc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/aifc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/antigravity.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/argparse.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/array.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/ast.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asynchat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/base_events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/base_futures.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/base_subprocess.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/base_tasks.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/constants.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/coroutines.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/format_helpers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/futures.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/locks.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/log.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/mixins.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/proactor_events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/protocols.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/queues.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/runners.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/selector_events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/sslproto.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/staggered.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/streams.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/subprocess.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/taskgroups.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/tasks.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/threads.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/timeouts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/transports.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/trsock.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/unix_events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/windows_events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncio/windows_utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/asyncore.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/atexit.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/audioop.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/base64.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/bdb.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/binascii.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/binhex.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/bisect.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/builtins.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/bz2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/cProfile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/calendar.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/cgi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/cgitb.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/chunk.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/cmath.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/cmd.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/code.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/codecs.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/codeop.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/collections/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/collections/abc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/colorsys.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/compileall.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/concurrent/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/concurrent/futures/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/concurrent/futures/_base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/concurrent/futures/process.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/concurrent/futures/thread.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/configparser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/contextlib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/contextvars.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/copy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/copyreg.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/crypt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/csv.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/ctypes/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/ctypes/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/ctypes/wintypes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/curses/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/curses/ascii.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/curses/has_key.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/curses/panel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/curses/textpad.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/dataclasses.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/datetime.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/dbm/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/dbm/dumb.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/dbm/gnu.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/dbm/ndbm.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/decimal.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/difflib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/dis.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/archive_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/bcppcompiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/ccompiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/cmd.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/bdist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/bdist_dumb.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/bdist_msi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/bdist_packager.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/bdist_rpm.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/bdist_wininst.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/build.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/build_clib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/build_ext.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/build_py.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/build_scripts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/check.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/clean.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/install.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/install_data.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/install_egg_info.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/install_headers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/install_lib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/install_scripts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/register.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/sdist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/command/upload.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/core.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/cygwinccompiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/debug.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/dep_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/dir_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/dist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/extension.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/fancy_getopt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/file_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/filelist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/log.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/msvccompiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/spawn.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/sysconfig.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/text_file.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/unixccompiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/distutils/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/doctest.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/dummy_threading.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/_header_value_parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/base64mime.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/charset.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/contentmanager.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/encoders.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/feedparser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/generator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/header.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/headerregistry.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/iterators.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/message.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/mime/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/mime/application.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/mime/audio.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/mime/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/mime/image.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/mime/message.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/mime/multipart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/mime/nonmultipart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/mime/text.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/policy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/quoprimime.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/email/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/encodings/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/encodings/utf_8.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/encodings/utf_8_sig.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/ensurepip/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/enum.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/errno.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/faulthandler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/fcntl.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/filecmp.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/fileinput.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/fnmatch.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/formatter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/fractions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/ftplib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/functools.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/gc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/genericpath.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/getopt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/getpass.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/gettext.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/glob.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/graphlib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/grp.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/gzip.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/hashlib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/heapq.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/hmac.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/html/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/html/entities.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/html/parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/http/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/http/client.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/http/cookiejar.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/http/cookies.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/http/server.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/imaplib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/imghdr.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/imp.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/importlib/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/importlib/abc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/importlib/machinery.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/importlib/metadata/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/importlib/metadata/_meta.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/importlib/resources.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/importlib/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/inspect.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/io.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/ipaddress.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/itertools.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/json/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/json/decoder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/json/encoder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/json/tool.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/keyword.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/pgen2/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/pgen2/driver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/pgen2/grammar.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/pgen2/literals.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/pgen2/parse.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/pgen2/pgen.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/pgen2/token.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/pygram.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/pytree.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lib2to3/refactor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/linecache.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/locale.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/logging/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/logging/config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/logging/handlers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/lzma.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/macpath.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/mailbox.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/mailcap.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/marshal.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/math.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/mimetypes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/mmap.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/modulefinder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/msilib/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/msilib/schema.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/msilib/sequence.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/msilib/text.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/msvcrt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/context.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/dummy/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/dummy/connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/forkserver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/heap.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/managers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/pool.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/popen_fork.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/popen_forkserver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/process.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/queues.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/reduction.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/resource_sharer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/resource_tracker.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/shared_memory.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/sharedctypes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/spawn.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/synchronize.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/multiprocessing/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/netrc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/nis.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/nntplib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/ntpath.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/nturl2path.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/numbers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/opcode.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/operator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/optparse.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/os/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/os/path.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/ossaudiodev.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pathlib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pdb.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pickle.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pickletools.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pipes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pkgutil.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/platform.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/plistlib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/poplib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/posix.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/posixpath.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pprint.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/profile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pstats.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pty.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pwd.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/py_compile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pyclbr.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pydoc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pydoc_data/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pydoc_data/topics.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pyexpat/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pyexpat/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/pyexpat/model.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/queue.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/quopri.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/random.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/re.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/readline.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/reprlib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/resource.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/rlcompleter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/runpy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/sched.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/secrets.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/select.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/selectors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/shelve.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/shlex.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/shutil.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/signal.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/site.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/smtpd.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/smtplib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/sndhdr.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/socket.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/socketserver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/spwd.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/sqlite3/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/sqlite3/dbapi2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/sre_compile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/sre_constants.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/sre_parse.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/ssl.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/stat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/statistics.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/string.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/stringprep.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/struct.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/subprocess.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/sunau.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/symbol.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/symtable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/sys.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/sysconfig.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/syslog.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tabnanny.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tarfile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/telnetlib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tempfile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/termios.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/textwrap.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/this.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/threading.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/time.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/timeit.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/colorchooser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/commondialog.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/constants.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/dialog.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/dnd.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/filedialog.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/font.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/messagebox.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/scrolledtext.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/simpledialog.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/tix.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tkinter/ttk.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/token.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tokenize.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tomllib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/trace.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/traceback.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tracemalloc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/tty.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/turtle.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/types.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/typing.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/typing_extensions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unicodedata.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/_log.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/async_case.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/case.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/loader.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/main.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/mock.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/result.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/runner.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/signals.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/suite.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/unittest/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/urllib/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/urllib/error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/urllib/parse.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/urllib/request.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/urllib/response.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/urllib/robotparser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/uu.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/uuid.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/venv/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/warnings.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/wave.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/weakref.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/webbrowser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/winreg.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/winsound.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/wsgiref/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/wsgiref/handlers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/wsgiref/headers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/wsgiref/simple_server.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/wsgiref/types.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/wsgiref/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/wsgiref/validate.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xdrlib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/dom/NodeFilter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/dom/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/dom/domreg.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/dom/expatbuilder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/dom/minicompat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/dom/minidom.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/dom/pulldom.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/dom/xmlbuilder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/etree/ElementInclude.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/etree/ElementPath.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/etree/ElementTree.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/etree/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/etree/cElementTree.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/parsers/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/parsers/expat/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/parsers/expat/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/parsers/expat/model.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/sax/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/sax/handler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/sax/saxutils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xml/sax/xmlreader.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xmlrpc/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xmlrpc/client.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xmlrpc/server.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/xxlimited.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/zipapp.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/zipfile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/zipimport.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/zlib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stdlib/zoneinfo/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/DateTimeRange/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/DateTimeRange/datetimerange/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/DateTimeRange/datetimerange/__version__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Deprecated/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Deprecated/deprecated/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Deprecated/deprecated/classic.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Deprecated/deprecated/sphinx.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Flask-Cors/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Flask-Cors/flask_cors/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Flask-Cors/flask_cors/core.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Flask-Cors/flask_cors/decorator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Flask-Cors/flask_cors/extension.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Flask-Cors/flask_cors/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Flask-SQLAlchemy/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Flask-SQLAlchemy/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/model.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/JACK-Client/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/JACK-Client/jack/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/__meta__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/blockparser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/blockprocessors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/core.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/abbr.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/admonition.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/attr_list.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/codehilite.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/def_list.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/extra.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/fenced_code.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/footnotes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/legacy_attrs.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/legacy_em.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/md_in_html.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/meta.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/nl2br.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/sane_lists.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/smarty.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/tables.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/toc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/extensions/wikilinks.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/inlinepatterns.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/postprocessors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/preprocessors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/serializers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/treeprocessors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Markdown/markdown/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/BmpImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/BufrStubImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ContainerIO.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/CurImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/DcxImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ExifTags.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/FitsStubImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/FontFile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/FtexImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/GbrImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/GdImageFile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/GifImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/GimpGradientFile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/GimpPaletteFile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/GribStubImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/Hdf5StubImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/IcnsImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/IcoImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/Image.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageChops.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageCms.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageColor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageDraw.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageDraw2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageEnhance.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageFile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageFilter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageFont.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageGrab.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageMath.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageMode.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageMorph.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageOps.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImagePalette.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImagePath.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageQt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageSequence.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageShow.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageStat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageTk.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageTransform.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImageWin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/ImtImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/IptcImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/Jpeg2KImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/JpegImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/JpegPresets.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/McIdasImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/MicImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/MpegImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/MpoImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/MspImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PSDraw.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PaletteFile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PalmImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PcdImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PcfFontFile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PcxImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PdfImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PdfParser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PixarImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PngImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/PyAccess.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/TarIO.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/TgaImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/TiffImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/TiffTags.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/WalImageFile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/WebPImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/WmfImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/XVThumbImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/XbmImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/XpmImagePlugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/_binary.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/_imaging.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/_version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pillow/PIL/features.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/charset.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/connections.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/constants/CLIENT.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/constants/COMMAND.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/constants/CR.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/constants/ER.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/constants/FIELD_TYPE.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/constants/FLAG.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/constants/SERVER_STATUS.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/constants/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/converters.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/cursors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/err.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/times.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyMySQL/pymysql/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/_yaml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/composer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/constructor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/cyaml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/dumper.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/emitter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/loader.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/nodes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/reader.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/representer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/resolver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/scanner.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/serializer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/PyYAML/yaml/tokens.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/@tests/requirements-stubtest.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/cmdline.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/console.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/filter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/filters/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/_mapping.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/bbcode.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/html.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/img.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/irc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/latex.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/other.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/pangomarkup.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/rtf.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/svg.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/terminal.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/formatters/terminal256.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/lexer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/lexers/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/modeline.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/plugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/regexopt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/scanner.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/sphinxext.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/style.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/styles/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/token.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/unistring.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Pygments/pygments/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/cimmutabledict.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/mxodbc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/pyodbc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/cresultproxy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/databases/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/fdb.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/kinterbasdb.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/information_schema.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/json.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/mxodbc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/provision.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pymssql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pyodbc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/aiomysql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/asyncmy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/cymysql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/dml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/enumerated.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/expression.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/json.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadb.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadbconnector.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqlconnector.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqldb.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/oursql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/provision.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pymysql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pyodbc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reflection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reserved_words.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/types.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/cx_oracle.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/provision.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/array.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/asyncpg.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/dml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/hstore.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/json.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pg8000.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/provision.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2cffi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pygresql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pypostgresql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ranges.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/aiosqlite.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/dml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/json.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/provision.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlcipher.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlite.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/mxodbc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pyodbc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pysybase.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/characteristics.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/create.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/cursor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/default.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/interfaces.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/mock.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/reflection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/result.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/row.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/strategies.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/url.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/event/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/event/api.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/event/attr.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/event/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/event/legacy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/event/registry.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/exc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/associationproxy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/engine.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/exc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/result.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/scoping.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/session.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/automap.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/baked.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/compiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/extensions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/horizontal_shard.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/hybrid.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/indexable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/instrumentation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mutable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/apply.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/decl_class.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/infer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/names.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/plugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/orderinglist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/serializer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/future/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/future/engine.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/future/orm/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/inspection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/log.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/attributes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/clsregistry.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/collections.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/context.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_api.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dependency.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/descriptor_props.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dynamic.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/evaluator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/exc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/identity.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/instrumentation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/interfaces.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/loading.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/mapper.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/path_registry.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/persistence.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/properties.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/query.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/relationships.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/scoping.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/session.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/state.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategies.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategy_options.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/sync.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/unitofwork.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/dbapi_proxy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/impl.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/processors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/schema.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/annotation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/coercions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/compiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/crud.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/ddl.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/default_comparator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/dml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/elements.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/expression.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/functions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/lambdas.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/naming.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/operators.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/roles.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/schema.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/selectable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/sqltypes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/traversals.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/type_api.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/visitors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertsql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/asyncio.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/engines.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/entities.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/exclusions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/fixtures.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/mock.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/pickleable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/bootstrap.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/plugin_base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/pytestplugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/profiling.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/provision.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/requirements.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/schema.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/warnings.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/types.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/util/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_collections.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_compat_py3k.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_concurrency_py3k.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_preloaded.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/util/compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/util/concurrency.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/util/deprecations.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/util/langhelpers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/util/queue.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/SQLAlchemy/sqlalchemy/util/topological.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Send2Trash/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Send2Trash/send2trash/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Send2Trash/send2trash/compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/Send2Trash/send2trash/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/aiofiles/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/aiofiles/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/aiofiles/os.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/aiofiles/ospath.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/aiofiles/tempfile/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/aiofiles/tempfile/temptypes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/aiofiles/threadpool/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/aiofiles/threadpool/binary.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/aiofiles/threadpool/text.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aiofiles/aiofiles/threadpool/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/annoy/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/annoy/annoy/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/annoy/annoy/annoylib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/appdirs/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/appdirs/appdirs.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/atomicwrites/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/atomicwrites/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/atomicwrites/atomicwrites/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_context.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_recorder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/context.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/daemon_config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/udp_emitter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/lambda_launcher.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/default_dynamic_naming.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/dummy_entities.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/entity.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/facade_segment.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/http.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/noop_traceid.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/segment.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/subsegment.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/throwable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/trace_header.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/traceid.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/patcher.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ec2_plugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ecs_plugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/connector.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/reservoir.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampling_rule.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/reservoir.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_cache.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_poller.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampling_rule.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/target_poller.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/default_streaming.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/atomic_counter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/conversion.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/search_pattern.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/core.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/dates.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/languages.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/lists.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/localedata.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/localtime/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/localtime/_unix.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/localtime/_win32.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/messages/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/messages/catalog.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/messages/checkers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/messages/extract.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/messages/frontend.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/messages/jslexer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/messages/mofile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/messages/plurals.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/messages/pofile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/numbers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/plural.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/support.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/units.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/babel/babel/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/backports.ssl_match_hostname/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/backports.ssl_match_hostname/backports/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/backports.ssl_match_hostname/backports/ssl_match_hostname/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/beautifulsoup4/@tests/requirements-stubtest.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/beautifulsoup4/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/beautifulsoup4/bs4/builder/_html5lib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/beautifulsoup4/bs4/builder/_htmlparser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/beautifulsoup4/bs4/builder/_lxml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/beautifulsoup4/bs4/dammit.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/beautifulsoup4/bs4/diagnose.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/beautifulsoup4/bs4/element.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/beautifulsoup4/bs4/formatter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/bleach/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/bleach/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/bleach/bleach/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/bleach/bleach/callbacks.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/bleach/bleach/css_sanitizer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/bleach/bleach/html5lib_shim.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/bleach/bleach/linkifier.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/bleach/bleach/sanitizer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/auth.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/auth_handler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/ec2/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/elb/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/exception.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/kms/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/kms/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/kms/layer1.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/plugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/regioninfo.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/acl.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/bucket.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/bucketlistresultset.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/bucketlogging.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/cors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/deletemarker.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/key.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/keyfile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/lifecycle.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/multidelete.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/multipart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/prefix.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/tagging.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/user.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/s3/website.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/boto/boto/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/account_updater_daily_report.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/ach_mandate.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/add_on.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/add_on_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/address.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/address_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/amex_express_checkout_card.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/android_pay_card.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/apple_pay_card.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/apple_pay_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/apple_pay_options.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/attribute_getter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/authorization_adjustment.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/bin_data.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/braintree_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/client_token.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/client_token_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/configuration.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/connected_merchant_paypal_status_changed.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/connected_merchant_status_transitioned.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/credentials_parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/credit_card.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/credit_card_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/credit_card_verification.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/credit_card_verification_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/credit_card_verification_search.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/customer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/customer_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/customer_search.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/descriptor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/disbursement.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/disbursement_detail.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/discount.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/discount_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/dispute.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/dispute_details/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/dispute_details/evidence.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/dispute_details/paypal_message.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/dispute_details/status_history.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/dispute_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/dispute_search.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/document_upload.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/document_upload_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/environment.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/error_codes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/error_result.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/europe_bank_account.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/authentication_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/authorization_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/braintree_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/configuration_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/gateway_timeout_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/http/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/http/connection_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/http/invalid_response_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/http/timeout_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/invalid_challenge_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/invalid_signature_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/not_found_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/request_timeout_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/server_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/service_unavailable_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/too_many_requests_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/unexpected_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/exceptions/upgrade_required_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/facilitated_details.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/facilitator_details.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/granted_payment_instrument_update.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/iban_bank_account.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/ids_search.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/local_payment.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/local_payment_completed.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/local_payment_reversed.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/masterpass_card.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/merchant.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/merchant_account/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/merchant_account/address_details.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/merchant_account/business_details.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/merchant_account/funding_details.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/merchant_account/individual_details.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/merchant_account/merchant_account.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/merchant_account_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/merchant_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/modification.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/oauth_access_revocation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/oauth_credentials.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/oauth_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/paginated_collection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/paginated_result.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/partner_merchant.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/payment_instrument_type.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/payment_method.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/payment_method_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/payment_method_nonce.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/payment_method_nonce_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/payment_method_parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/paypal_account.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/paypal_account_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/paypal_here.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/plan.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/plan_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/processor_response_types.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/resource.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/resource_collection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/revoked_payment_method_metadata.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/risk_data.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/samsung_pay_card.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/search.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/settlement_batch_summary.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/settlement_batch_summary_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/signature_service.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/status_event.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/subscription.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/subscription_details.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/subscription_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/subscription_search.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/subscription_status_event.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/successful_result.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/testing_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/three_d_secure_info.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/transaction.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/transaction_amounts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/transaction_details.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/transaction_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/transaction_line_item.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/transaction_line_item_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/transaction_search.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/unknown_payment_method.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/us_bank_account.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/us_bank_account_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/us_bank_account_verification.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/us_bank_account_verification_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/us_bank_account_verification_search.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/util/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/util/constants.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/util/crypto.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/util/datetime_parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/util/generator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/util/graphql_client.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/util/http.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/util/parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/util/xml_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/validation_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/validation_error_collection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/venmo_account.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/visa_checkout_card.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/webhook_notification.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/webhook_notification_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/webhook_testing.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/braintree/braintree/webhook_testing_gateway.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cachetools/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cachetools/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cachetools/cachetools/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cachetools/cachetools/func.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cachetools/cachetools/keys.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/davclient.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/elements/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/elements/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/elements/cdav.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/elements/dav.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/elements/ical.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/lib/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/lib/error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/lib/namespace.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/lib/url.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/lib/vcal.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/caldav/caldav/objects.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/certifi/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/certifi/certifi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/chardet/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/chardet/enums.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/chardet/langbulgarianmodel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/chardet/langcyrillicmodel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/chardet/langgreekmodel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/chardet/langhebrewmodel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/chardet/langhungarianmodel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/chardet/langthaimodel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/chardet/langturkishmodel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/chardet/universaldetector.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chardet/chardet/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chevron/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chevron/chevron/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chevron/chevron/main.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chevron/chevron/metadata.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chevron/chevron/renderer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/chevron/chevron/tokenizer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/click-spinner/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/click-spinner/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/click-spinner/click_spinner/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/click-spinner/click_spinner/_version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/colorama/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/colorama/colorama/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/colorama/colorama/ansi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/colorama/colorama/ansitowin32.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/colorama/colorama/initialise.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/colorama/colorama/win32.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/colorama/colorama/winterm.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/blocks.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/cmark.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/common.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/dump.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/entitytrans.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/inlines.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/main.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/node.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/normalize_reference.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/render/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/render/html.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/render/renderer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/commonmark/commonmark/render/rst.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/contextvars/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/contextvars/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/contextvars/contextvars.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/croniter/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/croniter/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/croniter/croniter/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/croniter/croniter/croniter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/fernet.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/backends/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/backends/interfaces.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/bindings/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/bindings/openssl/binding.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dh.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/dsa.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ec.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed25519.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/ed448.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/padding.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/rsa.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x25519.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/x448.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/aead.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/algorithms.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/ciphers/modes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/cmac.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/constant_time.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hashes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/hmac.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/concatkdf.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/hkdf.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/kbkdf.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/pbkdf2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/scrypt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/kdf/x963kdf.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/keywrap.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/padding.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/poly1305.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs12.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/pkcs7.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/hotp.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/hazmat/primitives/twofactor/totp.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/x509/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/x509/extensions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/cryptography/cryptography/x509/oid.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/calendars/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/calendars/hijri.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/calendars/hijri_parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/calendars/jalali.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/calendars/jalali_parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/conf.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/data/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/data/languages_info.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/date.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/date_parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/freshness_date_parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/languages/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/languages/dictionary.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/languages/loader.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/languages/locale.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/languages/validation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/search/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/search/detection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/search/search.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/search/text_detection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/timezone_parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/timezones.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/utils/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser/utils/strptime.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser_data/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dateparser/dateparser_data/settings.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/decorator/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/decorator/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/decorator/decorator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dj-database-url/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/dj-database-url/dj_database_url.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docopt/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docopt/docopt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/core.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/examples.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/frontend.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/io.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/languages/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/nodes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/null.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/directives/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/directives/admonitions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/directives/body.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/directives/html.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/directives/images.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/directives/misc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/directives/parts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/directives/references.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/directives/tables.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/roles.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/parsers/rst/states.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/readers/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/readers/doctree.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/readers/pep.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/readers/standalone.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/statemachine.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/transforms/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/utils/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/docutils_xml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/html4css1.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/html5_polyglot.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/latex2e.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/manpage.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/null.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/odf_odt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/pep_html.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/pseudoxml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/s5_html.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/docutils/docutils/writers/xetex.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/editdistance/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/editdistance/editdistance/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/editdistance/editdistance/bycython.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/emoji/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/emoji/emoji/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/emoji/emoji/core.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/emoji/emoji/unicode_codes/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/emoji/emoji/unicode_codes/data_dict.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/entrypoints/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/entrypoints/entrypoints.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/first/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/first/first.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-2020/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-2020/flake8_2020.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-bugbear/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-bugbear/bugbear.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-builtins/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-builtins/flake8_builtins.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-docstrings/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-docstrings/flake8_docstrings.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-plugin-utils/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-plugin-utils/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/plugin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/assertions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/constants.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-plugin-utils/flake8_plugin_utils/utils/equiv_nodes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-rst-docstrings/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-rst-docstrings/flake8_rst_docstrings.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-simplify/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-simplify/flake8_simplify/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-typing-imports/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/flake8-typing-imports/flake8_typing_imports.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/actions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/deprecation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/enums.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/fonts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/fpdf.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/html.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/image_parsing.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/outline.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/recorder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/structure_tree.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/syntax.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/template.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/transitions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/ttfonts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/fpdf2/fpdf/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/freezegun/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/freezegun/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/freezegun/freezegun/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/freezegun/freezegun/api.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/gdb/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/gdb/gdb/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/gdb/gdb/events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/gdb/gdb/printing.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/gdb/gdb/prompt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/gdb/gdb/types.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/gdb/gdb/unwinder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/gdb/gdb/xmethod.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/@tests/requirements-stubtest.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_batch.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_cache.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_api.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_query.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_eventloop.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_options.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_transaction.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/blobstore.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/client.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/context.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/django_middleware.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/global_cache.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/key.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/metadata.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/model.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/msgprop.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/polymodel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/query.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/stats.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/tasklets.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/hdbcli/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/hdbcli/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/hdbcli/hdbcli/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/@tests/requirements-stubtest.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/_ihatexml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/_inputstream.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/_tokenizer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/_trie/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/_trie/_base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/_trie/py.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/_utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/constants.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/filters/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/filters/alphabeticalattributes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/filters/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/filters/inject_meta_charset.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/filters/lint.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/filters/optionaltags.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/filters/sanitizer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/filters/whitespace.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/html5parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/serializer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treeadapters/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treeadapters/genshi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treeadapters/sax.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treebuilders/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treebuilders/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treebuilders/dom.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treebuilders/etree.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treebuilders/etree_lxml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treewalkers/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treewalkers/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treewalkers/dom.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treewalkers/etree.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treewalkers/etree_lxml.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/html5lib/html5lib/treewalkers/genshi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/httplib2/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/httplib2/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/httplib2/httplib2/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/httplib2/httplib2/auth.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/httplib2/httplib2/certs.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/httplib2/httplib2/error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/httplib2/httplib2/iri2uri.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/httplib2/httplib2/socks.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/@tests/requirements-stubtest.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/case.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/cli.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/decorators.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/deprecation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/prompts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/sphinx.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/tables.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/terminal/html.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/testing.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/text.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/humanfriendly/humanfriendly/usage.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/collection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/completion/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/completion/complete.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/context.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/env.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/executor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/loader.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/main.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/parser/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/parser/argument.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/parser/context.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/parser/parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/program.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/runners.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/tasks.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/terminals.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/invoke/invoke/watchers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jmespath/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jmespath/jmespath/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jmespath/jmespath/ast.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jmespath/jmespath/compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jmespath/jmespath/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jmespath/jmespath/functions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jmespath/jmespath/lexer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jmespath/jmespath/parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jmespath/jmespath/visitor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/jsonschema/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/jsonschema/_format.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/jsonschema/_legacy_validators.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/jsonschema/_types.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/jsonschema/_utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/jsonschema/_validators.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/jsonschema/cli.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/jsonschema/protocols.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/jsonschema/jsonschema/validators.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/abstract/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/abstract/attrDef.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/abstract/attribute.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/abstract/cursor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/abstract/entry.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/abstract/objectDef.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/core/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/core/connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/core/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/core/pooling.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/core/rdns.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/core/results.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/core/server.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/core/timezone.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/core/tls.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/core/usage.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/microsoft/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/microsoft/addMembersToGroups.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/microsoft/dirSync.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/microsoft/modifyPassword.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/microsoft/persistentSearch.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/microsoft/removeMembersFromGroups.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/microsoft/unlockAccount.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/addMembersToGroups.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/checkGroupsMemberships.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/endTransaction.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/getBindDn.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/listReplicas.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/nmasGetUniversalPassword.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/nmasSetUniversalPassword.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/partition_entry_count.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/removeMembersFromGroups.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/replicaInfo.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/novell/startTransaction.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/operation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/standard/PagedSearch.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/standard/PersistentSearch.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/standard/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/standard/modifyPassword.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/extend/standard/whoAmI.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/operation/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/operation/abandon.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/operation/add.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/operation/bind.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/operation/compare.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/operation/delete.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/operation/extended.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/operation/modify.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/operation/modifyDn.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/operation/search.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/operation/unbind.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/controls.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/convert.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/formatters/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/formatters/formatters.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/formatters/standard.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/formatters/validators.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/microsoft.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/novell.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/oid.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/persistentSearch.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/rfc2696.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/rfc2849.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/rfc3062.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/rfc4511.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/rfc4512.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/rfc4527.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/sasl/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/sasl/digestMd5.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/sasl/external.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/sasl/kerberos.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/sasl/plain.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/sasl/sasl.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/schemas/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/schemas/ad2012R2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/schemas/ds389.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir888.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir914.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/protocol/schemas/slapd24.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/asyncStream.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/asynchronous.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/ldifProducer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/mockAsync.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/mockBase.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/mockSync.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/restartable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/reusable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/safeRestartable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/safeSync.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/strategy/sync.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/asn1.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/ciDict.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/conv.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/dn.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/hashed.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/log.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/ntlm.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/port_validators.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/repr.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/tls_backport.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/utils/uri.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ldap3/ldap3/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mock/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mock/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mock/mock/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mock/mock/mock.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mypy-extensions/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mypy-extensions/mypy_extensions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/_exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/_mysql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/connections.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/constants/CLIENT.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/constants/CR.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/constants/ER.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/constants/FIELD_TYPE.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/constants/FLAG.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/constants/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/converters.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/cursors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/release.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/mysqlclient/MySQLdb/times.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/common.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/access_token.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/authorization.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/pre_configured.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/request_token.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/resource.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/parameters.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/request_validator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/signature.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/backend_application.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/legacy_application.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/mobile_application.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/service_application.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/web_application.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/authorization.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/introspect.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/metadata.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/resource.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/implicit.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/parameters.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/pre_configured.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/userinfo.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/authorization_code.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/dispatchers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/hybrid.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/implicit.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/request_validator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/tokens.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/signals.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/oauthlib/oauthlib/uri_validate.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/_constants.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/cell/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/cell/_writer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/cell/cell.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/cell/read_only.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/cell/text.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/_3d.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/_chart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/area_chart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/axis.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/bar_chart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/bubble_chart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/chartspace.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/data_source.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/descriptors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/error_bar.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/label.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/layout.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/legend.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/line_chart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/marker.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/picture.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/pie_chart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/pivot.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/plotarea.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/print_settings.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/radar_chart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/reader.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/reference.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/scatter_chart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/series.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/series_factory.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/shapes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/stock_chart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/surface_chart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/text.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/title.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/trendline.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chart/updown_bars.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chartsheet/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chartsheet/chartsheet.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chartsheet/custom.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chartsheet/properties.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chartsheet/protection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chartsheet/publish.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chartsheet/relation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/chartsheet/views.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/comments/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/comments/author.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/comments/comment_sheet.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/comments/comments.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/comments/shape_writer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/compat/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/compat/abc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/compat/numbers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/compat/product.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/compat/singleton.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/compat/strings.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/descriptors/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/descriptors/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/descriptors/excel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/descriptors/namespace.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/descriptors/nested.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/descriptors/sequence.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/descriptors/serialisable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/descriptors/slots.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/colors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/connector.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/drawing.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/effect.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/fill.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/geometry.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/graphic.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/image.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/line.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/picture.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/properties.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/relation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/spreadsheet_drawing.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/text.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/drawing/xdr.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/formatting/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/formatting/formatting.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/formatting/rule.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/formula/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/formula/tokenizer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/formula/translate.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/packaging/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/packaging/core.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/packaging/extended.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/packaging/interface.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/packaging/manifest.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/packaging/relationship.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/packaging/workbook.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/pivot/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/pivot/cache.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/pivot/fields.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/pivot/record.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/pivot/table.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/reader/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/reader/drawings.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/reader/excel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/reader/strings.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/reader/workbook.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/alignment.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/borders.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/builtins.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/cell_style.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/colors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/differential.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/fills.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/fonts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/named_styles.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/numbers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/protection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/proxy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/styleable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/stylesheet.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/styles/table.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/bound_dictionary.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/cell.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/dataframe.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/datetime.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/escape.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/formulas.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/indexed_list.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/inference.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/protection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/utils/units.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/_writer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/child.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/defined_name.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/external.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/external_reference.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/function_group.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/properties.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/protection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/smart_tags.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/views.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/web.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/workbook/workbook.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/_read_only.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/_reader.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/_write_only.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/_writer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_range.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_watch.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/controls.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/copier.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/custom.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/datavalidation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/dimensions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/drawing.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/filters.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/header_footer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/hyperlink.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/merge.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/ole.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/page.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/pagebreak.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/picture.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/properties.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/protection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/related.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/scenario.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/smart_tag.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/table.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/views.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/worksheet/worksheet.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/writer/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/writer/excel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/writer/theme.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/xml/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/xml/constants.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/openpyxl/openpyxl/xml/functions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/ext/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/ext/tags.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/harness/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/harness/api_check.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/harness/scope_check.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/logs.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/mocktracer/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/mocktracer/binary_propagator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/mocktracer/context.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/mocktracer/propagator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/mocktracer/span.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/mocktracer/text_propagator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/mocktracer/tracer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/propagation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/scope.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/scope_manager.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/scope_managers/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/scope_managers/asyncio.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/scope_managers/constants.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/scope_managers/contextvars.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/scope_managers/gevent.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/scope_managers/tornado.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/span.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/tags.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/opentracing/opentracing/tracer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/_version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/_winapi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/agent.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/auth_handler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/ber.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/buffered_pipe.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/channel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/client.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/common.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/compress.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/dsskey.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/ecdsakey.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/ed25519key.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/file.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/hostkeys.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/kex_curve25519.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/kex_ecdh_nist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/kex_gex.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/kex_group1.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/kex_group14.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/kex_group16.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/kex_gss.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/message.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/packet.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/pipe.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/pkey.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/primes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/proxy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/py3compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/rsakey.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/server.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/sftp.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/sftp_attr.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/sftp_client.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/sftp_file.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/sftp_handle.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/sftp_server.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/sftp_si.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/ssh_exception.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/ssh_gss.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/transport.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/paramiko/paramiko/win_pageant.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/parsimonious/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/parsimonious/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/parsimonious/parsimonious/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/parsimonious/parsimonious/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/parsimonious/parsimonious/expressions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/parsimonious/parsimonious/grammar.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/parsimonious/parsimonious/nodes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/parsimonious/parsimonious/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/apache.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/apps.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/context.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/_blowfish/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/_blowfish/_gen_files.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/_blowfish/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/_blowfish/unrolled.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/_md4.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/des.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/digest.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/scrypt/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/scrypt/_builtin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/scrypt/_gen_files.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/crypto/scrypt/_salsa.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/exc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/ext/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/ext/django/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/ext/django/models.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/ext/django/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/argon2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/bcrypt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/cisco.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/des_crypt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/digests.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/django.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/fshp.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/ldap_digests.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/md5_crypt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/misc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/mssql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/mysql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/oracle.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/pbkdf2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/phpass.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/postgres.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/roundup.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/scram.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/scrypt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/sha1_crypt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/sha2_crypt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/sun_md5_crypt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/handlers/windows.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/hash.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/hosts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/ifc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/pwd.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/registry.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/totp.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/utils/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/utils/binary.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/utils/compat/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/utils/compat/_ordered_dict.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/utils/decor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/utils/des.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/utils/handlers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/utils/md4.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/utils/pbkdf2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passlib/passlib/win32.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passpy/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passpy/passpy/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passpy/passpy/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passpy/passpy/store.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/passpy/passpy/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pep8-naming/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pep8-naming/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pep8-naming/pep8ext_naming.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/playsound/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/playsound/playsound.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/polib/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/polib/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/polib/polib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/prettytable/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/prettytable/prettytable/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/prettytable/prettytable/colortable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/prettytable/prettytable/prettytable.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/any_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/api_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/compiler/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/compiler/plugin_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/descriptor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/descriptor_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/descriptor_pool.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/duration_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/empty_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/field_mask_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/api_implementation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/containers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/decoder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/encoder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/enum_type_wrapper.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/extension_dict.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/message_listener.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/python_message.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/type_checkers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/well_known_types.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/internal/wire_format.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/json_format.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/message.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/message_factory.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/reflection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/service.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/source_context_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/struct_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/symbol_database.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/text_format.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/timestamp_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/type_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/util/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/protobuf/google/protobuf/wrappers_pb2.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/psutil/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/psutil/_common.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/psutil/_compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/psutil/_psbsd.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/psutil/_pslinux.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/psutil/_psosx.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/psutil/_psposix.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/psutil/_psutil_linux.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/psutil/_psutil_posix.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/psutil/_psutil_windows.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psutil/psutil/_pswindows.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/_ipaddress.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/_json.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/_psycopg.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/_range.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/errorcodes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/extensions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/extras.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/pool.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/sql.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/psycopg2/psycopg2/tz.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyOpenSSL/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyOpenSSL/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyOpenSSL/OpenSSL/rand.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyRFC3339/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyRFC3339/pyrfc3339/generator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyRFC3339/pyrfc3339/parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyRFC3339/pyrfc3339/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyaudio/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyaudio/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyaudio/pyaudio.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pycurl/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pycurl/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pycurl/pycurl.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyfarmhash/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyfarmhash/farmhash.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyflakes/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyflakes/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyflakes/pyflakes/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyflakes/pyflakes/api.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyflakes/pyflakes/checker.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyflakes/pyflakes/messages.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyflakes/pyflakes/reporter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pynput/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pynput/pynput/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pynput/pynput/_info.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pynput/pynput/_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pynput/pynput/keyboard/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pynput/pynput/keyboard/_base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pynput/pynput/keyboard/_dummy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pynput/pynput/mouse/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pynput/pynput/mouse/_base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pynput/pynput/mouse/_dummy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pysftp/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pysftp/pysftp/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pysftp/pysftp/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pysftp/pysftp/helpers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pytest-lazy-fixture/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pytest-lazy-fixture/pytest_lazyfixture.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/dateutil/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/dateutil/_common.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/dateutil/easter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/dateutil/parser/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/dateutil/parser/isoparser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/dateutil/relativedelta.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/dateutil/rrule.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/dateutil/tz/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/dateutil/tz/_common.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/dateutil/tz/tz.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-dateutil/dateutil/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-gflags/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-gflags/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-gflags/gflags.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/backends/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/backends/_asn1.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/backends/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/backends/cryptography_backend.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/backends/ecdsa_backend.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/backends/native.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/backends/rsa_backend.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/constants.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/jwe.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/jwk.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/jws.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/jwt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-jose/jose/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-nmap/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-nmap/nmap/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-nmap/nmap/nmap.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-slugify/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-slugify/slugify/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-slugify/slugify/slugify.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/python-slugify/slugify/special.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pytz/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pytz/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pytz/pytz/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pytz/pytz/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pytz/pytz/lazy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pytz/pytz/reference.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pytz/pytz/tzfile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pytz/pytz/tzinfo.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyvmomi/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyvmomi/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyvmomi/pyVmomi/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyvmomi/pyVmomi/vim/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyvmomi/pyVmomi/vim/event.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyvmomi/pyVmomi/vim/fault.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyvmomi/pyVmomi/vim/option.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyvmomi/pyVmomi/vim/view.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyvmomi/pyVmomi/vmodl/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyvmomi/pyVmomi/vmodl/fault.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/pyvmomi/pyVmomi/vmodl/query.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/asyncio/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/asyncio/client.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/asyncio/connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/asyncio/lock.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/asyncio/retry.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/asyncio/sentinel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/asyncio/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/backoff.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/client.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/cluster.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/bf/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/bf/commands.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/bf/info.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/cluster.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/core.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/graph/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/graph/commands.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/graph/edge.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/graph/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/graph/node.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/graph/path.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/graph/query_result.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/helpers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/json/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/json/commands.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/json/decoders.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/json/path.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/redismodules.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/search/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/search/aggregation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/search/commands.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/search/query.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/search/result.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/sentinel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/timeseries/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/timeseries/commands.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/timeseries/info.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/commands/timeseries/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/crc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/lock.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/ocsp.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/retry.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/sentinel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/typing.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/redis/redis/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/regex/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/regex/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/regex/regex/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/regex/regex/_regex.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/regex/regex/_regex_core.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/regex/regex/regex.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/@tests/requirements-stubtest.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/__version__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/adapters.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/api.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/auth.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/cookies.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/help.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/hooks.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/models.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/packages.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/sessions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/status_codes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/structures.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/requests/requests/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/retry/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/retry/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/retry/retry/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/retry/retry/api.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/common/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/common/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/android/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/android/webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/blackberry/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/blackberry/webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/chrome/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/chrome/options.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/chrome/remote_connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/chrome/service.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/chrome/webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/action_chains.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/actions/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/actions/action_builder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/actions/input_device.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/actions/interaction.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_actions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_input.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/actions/mouse_button.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_actions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_input.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/alert.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/by.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/desired_capabilities.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/html5/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/html5/application_cache.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/keys.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/proxy.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/service.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/touch_actions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/common/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/edge/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/edge/options.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/edge/service.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/edge/webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/firefox/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/firefox/extension_connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_binary.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_profile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/firefox/options.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/firefox/remote_connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/firefox/service.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/firefox/webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/firefox/webelement.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/ie/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/ie/options.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/ie/service.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/ie/webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/opera/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/opera/options.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/opera/webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/phantomjs/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/phantomjs/service.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/phantomjs/webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/remote/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/remote/command.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/remote/errorhandler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/remote/file_detector.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/remote/mobile.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/remote/remote_connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/remote/switch_to.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/remote/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/remote/webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/remote/webelement.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/safari/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/safari/permissions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/safari/remote_connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/safari/service.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/safari/webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/support/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/support/abstract_event_listener.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/support/color.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/support/event_firing_webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/support/events.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/support/expected_conditions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/support/select.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/support/ui.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/support/wait.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/options.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/service.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/webdriver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/pkg_resources/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/pkg_resources/py31compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_deprecation_warning.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/archive_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/bcppcompiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/ccompiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/cmd.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_dumb.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_msi.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_wininst.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/build_py.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/build_scripts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/check.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/clean.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/install.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/install_data.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/install_egg_info.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/install_headers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/py37compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/register.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/sdist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/command/upload.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/core.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/cygwinccompiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/debug.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/dep_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/dir_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/dist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/extension.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/fancy_getopt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/file_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/filelist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/log.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/msvccompiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/spawn.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/sysconfig.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/text_file.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/unixccompiler.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/_distutils/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/archive_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/build_meta.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/alias.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/bdist_egg.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/bdist_rpm.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/build_clib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/build_ext.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/build_py.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/develop.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/dist_info.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/easy_install.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/egg_info.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/install.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/install_egg_info.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/install_lib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/install_scripts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/py36compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/register.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/rotate.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/saveopts.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/sdist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/setopt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/test.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/upload.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/command/upload_docs.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/config.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/dep_util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/depends.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/dist.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/extension.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/extern/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/glob.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/installer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/launch.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/monkey.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/msvc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/namespaces.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/package_index.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/sandbox.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/unicode_utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/wheel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/setuptools/setuptools/windows_support.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/simplejson/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/simplejson/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/simplejson/simplejson/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/simplejson/simplejson/decoder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/simplejson/simplejson/encoder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/simplejson/simplejson/errors.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/simplejson/simplejson/raw_json.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/simplejson/simplejson/scanner.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/singledispatch/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/singledispatch/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/singledispatch/singledispatch.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/BaseHTTPServer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/CGIHTTPServer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/SimpleHTTPServer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/_dummy_thread.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/_thread.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/builtins.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/cPickle.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/collections_abc.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/configparser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/copyreg.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/email_mime_base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/email_mime_multipart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/email_mime_nonmultipart.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/email_mime_text.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/html_entities.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/html_parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/http_client.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/http_cookiejar.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/http_cookies.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/queue.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/reprlib.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/socketserver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/tkinter.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/tkinter_commondialog.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/tkinter_constants.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/tkinter_dialog.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/tkinter_filedialog.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/tkinter_tkfiledialog.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/tkinter_ttk.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/urllib/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/urllib/error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/urllib/parse.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/urllib/request.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/urllib/response.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/urllib/robotparser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/urllib_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/urllib_parse.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/urllib_request.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/urllib_response.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/six/six/moves/urllib_robotparser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/slumber/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/slumber/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/slumber/slumber/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/slumber/slumber/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/slumber/slumber/serialize.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/slumber/slumber/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stdlib-list/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stdlib-list/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stdlib-list/stdlib_list/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stdlib-list/stdlib_list/_version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stdlib-list/stdlib_list/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_requestor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/abstract/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/abstract/api_resource.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/abstract/createable_api_resource.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/abstract/custom_method.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/abstract/deletable_api_resource.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/abstract/listable_api_resource.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/abstract/nested_resource_class_methods.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/abstract/singleton_api_resource.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/abstract/updateable_api_resource.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/abstract/verify_mixin.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/account.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/account_link.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/alipay_account.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/apple_pay_domain.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/application_fee.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/application_fee_refund.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/balance.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/balance_transaction.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/bank_account.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/billing_portal/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/billing_portal/configuration.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/billing_portal/session.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/bitcoin_receiver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/bitcoin_transaction.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/capability.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/card.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/charge.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/checkout/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/checkout/session.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/country_spec.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/coupon.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/credit_note.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/credit_note_line_item.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/customer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/customer_balance_transaction.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/dispute.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/ephemeral_key.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/error_object.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/event.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/exchange_rate.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/file.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/file_link.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/identity/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/identity/verification_report.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/identity/verification_session.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/invoice.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/invoice_item.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/invoice_line_item.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/issuer_fraud_record.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/issuing/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/issuing/authorization.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/issuing/card.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/issuing/card_details.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/issuing/cardholder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/issuing/dispute.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/issuing/transaction.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/line_item.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/list_object.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/login_link.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/mandate.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/order.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/payment_intent.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/payment_method.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/payout.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/person.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/plan.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/price.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/product.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/promotion_code.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/quote.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/radar/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/radar/early_fraud_warning.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/radar/value_list.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/radar/value_list_item.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/recipient.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/recipient_transfer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/refund.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/reporting/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/reporting/report_run.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/reporting/report_type.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/reversal.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/review.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/setup_attempt.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/setup_intent.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/sigma/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/sigma/scheduled_query_run.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/sku.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/source.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/source_transaction.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/subscription.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/subscription_item.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/subscription_schedule.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/tax_code.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/tax_id.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/tax_rate.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/terminal/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/terminal/connection_token.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/terminal/location.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/terminal/reader.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/three_d_secure.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/token.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/topup.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/transfer.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/usage_record.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/usage_record_summary.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/api_resources/webhook_endpoint.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/http_client.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/multipart_data_generator.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/oauth.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/oauth_error.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/object_classes.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/request_metrics.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/stripe_object.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/stripe_response.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/util.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/stripe/stripe/webhook.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tabulate/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tabulate/tabulate.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/termcolor/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/termcolor/termcolor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/toml/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/toml/toml/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/toml/toml/decoder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/toml/toml/encoder.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/toml/toml/ordered.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/toml/toml/tz.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/toposort/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/toposort/toposort.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/@tests/requirements-stubtest.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/_dist_ver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/_main.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/_monitor.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/_tqdm.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/_tqdm_gui.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/_tqdm_notebook.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/_tqdm_pandas.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/_utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/asyncio.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/auto.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/autonotebook.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/cli.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/contrib/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/contrib/bells.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/contrib/concurrent.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/contrib/discord.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/contrib/itertools.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/contrib/logging.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/contrib/slack.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/contrib/telegram.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/contrib/utils_worker.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/dask.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/gui.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/keras.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/notebook.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/rich.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/std.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/tk.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tqdm/tqdm/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ttkthemes/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ttkthemes/ttkthemes/_utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ttkthemes/ttkthemes/_widget.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ttkthemes/ttkthemes/themed_style.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ttkthemes/ttkthemes/themed_tk.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/typed-ast/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/typed-ast/typed_ast/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/typed-ast/typed_ast/ast27.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/typed-ast/typed_ast/ast3.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/typed-ast/typed_ast/conversions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tzlocal/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tzlocal/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tzlocal/tzlocal/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tzlocal/tzlocal/utils.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/tzlocal/tzlocal/windows_tz.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ujson/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/ujson/ujson.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/@tests/requirements-stubtest.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/_collections.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/connectionpool.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/contrib/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/contrib/socks.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/fields.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/filepost.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/packages/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/packages/ssl_match_hostname/_implementation.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/poolmanager.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/request.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/response.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/util/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/util/connection.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/util/queue.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/util/request.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/util/response.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/util/retry.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/util/ssl_.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/util/timeout.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/urllib3/urllib3/util/url.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/vobject/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/vobject/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/vobject/vobject/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/vobject/vobject/base.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/vobject/vobject/behavior.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/vobject/vobject/change_tz.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/vobject/vobject/hcalendar.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/vobject/vobject/icalendar.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/vobject/vobject/ics_diff.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/vobject/vobject/vcard.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/vobject/vobject/win32tz.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/adjustments.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/buffers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/channel.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/compat.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/parser.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/proxy_headers.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/receiver.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/rfc7230.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/runner.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/server.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/task.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/trigger.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/utilities.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/waitress/waitress/wasyncore.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/whatthepatch/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/whatthepatch/whatthepatch/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/whatthepatch/whatthepatch/apply.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/whatthepatch/whatthepatch/exceptions.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/whatthepatch/whatthepatch/patch.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/whatthepatch/whatthepatch/snippets.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/xmltodict/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/xmltodict/xmltodict.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/xxhash/@tests/stubtest_allowlist.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/xxhash/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/xxhash/xxhash/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/xxhash/xxhash/version.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/zxcvbn/METADATA.toml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/zxcvbn/zxcvbn/__init__.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/zxcvbn/zxcvbn/adjacency_graphs.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/zxcvbn/zxcvbn/feedback.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/zxcvbn/zxcvbn/frequency_lists.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/zxcvbn/zxcvbn/matching.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/zxcvbn/zxcvbn/scoring.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_10.1.1.202301091814/typeshed/stubs/zxcvbn/zxcvbn/time_estimates.pyi +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.customizations/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.customizations/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/customizations.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/icons/AppEngine-128.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/icons/AppEngine-16.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/icons/AppEngine-256.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/icons/AppEngine-32.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/icons/AppEngine-48.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/icons/AppEngine-64.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/icons/app_engine.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/icons/app_engine_16_16.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/icons/appengine-noborder-120x30.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/templates/google_app_engine/ask_login/app.yaml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/templates/google_app_engine/ask_login/asklogin.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/templates/google_app_engine/ask_login/description.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/templates/google_app_engine/hello_webapp_world/app.yaml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/templates/google_app_engine/hello_webapp_world/description.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/templates/google_app_engine/hello_webapp_world/helloworld.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/templates/google_app_engine/hello_world/app.yaml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/templates/google_app_engine/hello_world/description.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_10.1.1.202301091814/templates/google_app_engine/hello_world/helloworld.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.debug/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.debug/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/arguments.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/breakmarker.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/breakmarker_conditional.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/breakmarker_django.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/breakmarker_django_gray.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/breakmarker_gray.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/breakmarker_gray_conditional.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/failures.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/greendot.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/greendot_big.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/ironpython_run.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/ironpython_unit.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/jython_run.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/jython_unit.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/ovr16/error_ovr.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/ovr16/failed_ovr.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/ovr16/success_ovr.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/pin.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/pin_arrow.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/python_16x16.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/python_coverage.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/python_exception_breakpoint.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/python_profile.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/python_refactor.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/python_run.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/python_unit.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/pyunit.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/pyunit_old.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/reddot.GIF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/referrers.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/refresh.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/return_value.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/setnext_co.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/setnext_co_dis.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/stepover_co.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/tasklet.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/testerrors_ovr.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/testfailures_ovr.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/icons/watch_exp.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/libs/winp-1.26.0.7.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/pydev-debug.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/schema/pydev_debug_command_line_participant.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_10.1.1.202301091814/schema/pydev_debug_console_input_listener.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.django/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.django/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/icons/djangoNature.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/icons/django_16x16.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/icons/django_7x7.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/icons/django_logo.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/icons/django_nature.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/icons/django_remove_nature.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_10.1.1.202301091814/pydev_django.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.help/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.help/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.1.1.202301091814/html/index.html +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.1.1.202301091814/html/links.html +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_10.1.1.202301091814/toc_main.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/LICENSE_JYTHON.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/LICENSE_PYHON.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/BaseHTTPServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/CGIHTTPServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/ConfigParser.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/Cookie.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/DocXMLRPCServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/HTMLParser.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/MimeWriter.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/Queue.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/SimpleHTTPServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/SimpleXMLRPCServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/SocketServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/StringIO.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/UserDict.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/UserList.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/UserString.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/_LWPCookieJar.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/_MozillaCookieJar.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/__future__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/_abcoll.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/_fsum.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/_google_ipaddr_r234.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/_jyio.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/_pyio.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/_rawffi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/_strptime.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/_threading_local.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/_weakrefset.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/abc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/aifc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/anydbm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/argparse.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/ast.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/asynchat.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/asyncore.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/atexit.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/base64.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/bdb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/binhex.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/bisect.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/calendar.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/cgi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/cgitb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/chunk.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/cmd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/code.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/codecs.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/codeop.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/collections.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/colorsys.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/commands.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compileall.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compiler/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compiler/ast.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compiler/consts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compiler/future.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compiler/misc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compiler/pyassem.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compiler/pycodegen.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compiler/symbols.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compiler/syntax.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compiler/transformer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/compiler/visitor.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/contextlib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/cookielib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/copy.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/copy_reg.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/csv.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/ctypes/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/datetime.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/dbexts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/decimal.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/difflib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/dircache.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/dis.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/README +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/archive_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/bcppcompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/ccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/cmd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/bdist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/bdist_dumb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/bdist_msi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/bdist_rpm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/bdist_wininst.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/build.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/build_clib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/build_ext.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/build_py.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/build_scripts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/check.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/clean.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/command_template +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/config.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/install.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/install_data.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/install_egg_info.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/install_headers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/install_lib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/install_scripts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/register.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/sdist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/command/upload.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/config.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/core.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/cygwinccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/debug.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/dep_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/dir_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/dist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/emxccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/errors.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/extension.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/fancy_getopt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/file_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/filelist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/jythoncompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/log.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/msvc9compiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/msvccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/spawn.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/sysconfig.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/Setup.sample +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/setuptools_build_ext.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/setuptools_extension.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/support.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_archive_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_bdist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_bdist_dumb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_bdist_msi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_bdist_rpm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_bdist_wininst.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_build.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_build_clib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_build_ext.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_build_py.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_build_scripts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_ccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_check.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_clean.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_cmd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_config.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_config_cmd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_core.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_dep_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_dir_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_dist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_file_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_filelist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_install.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_install_data.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_install_headers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_install_lib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_install_scripts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_msvc9compiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_register.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_sdist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_spawn.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_sysconfig.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_text_file.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_unixccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_upload.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_version.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/tests/test_versionpredicate.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/text_file.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/unixccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/version.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/distutils/versionpredicate.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/doctest.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/dumbdbm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/dummy_thread.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/dummy_threading.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/Charset.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/Encoders.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/Errors.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/Generator.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/Header.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/Iterators.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/Message.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/Parser.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/Utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/_parseaddr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/base64MIME.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/feedparser.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/mime/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/mime/application.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/mime/audio.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/mime/base.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/mime/image.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/mime/message.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/mime/multipart.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/mime/nonmultipart.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/mime/text.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/email/quopriMIME.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/aliases.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/ascii.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/base64_codec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/big5.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/big5hkscs.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/bz2_codec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/charmap.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp037.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1006.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1026.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1140.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1250.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1251.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1252.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1253.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1254.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1255.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1256.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1257.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp1258.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp424.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp437.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp500.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp720.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp737.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp775.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp850.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp852.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp855.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp856.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp857.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp858.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp860.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp861.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp862.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp863.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp864.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp865.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp866.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp869.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp874.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp875.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp932.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp949.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/cp950.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/euc_jis_2004.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/euc_jisx0213.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/euc_jp.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/euc_kr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/gb18030.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/gb2312.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/gbk.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/hex_codec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/hp_roman8.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/hz.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/idna.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso2022_jp.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso2022_jp_1.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso2022_jp_2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso2022_jp_2004.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso2022_jp_3.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso2022_jp_ext.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso2022_kr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_1.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_10.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_11.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_13.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_14.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_15.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_16.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_3.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_4.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_5.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_6.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_7.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_8.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/iso8859_9.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/johab.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/koi8_r.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/koi8_u.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/latin_1.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mac_arabic.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mac_centeuro.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mac_croatian.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mac_cyrillic.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mac_farsi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mac_greek.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mac_iceland.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mac_latin2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mac_roman.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mac_romanian.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mac_turkish.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/mbcs.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/palmos.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/ptcp154.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/punycode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/quopri_codec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/raw_unicode_escape.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/rot_13.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/shift_jis.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/shift_jis_2004.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/shift_jisx0213.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/string_escape.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/tis_620.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/undefined.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/unicode_escape.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/unicode_internal.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/utf_16.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/utf_16_be.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/utf_16_le.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/utf_32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/utf_32_be.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/utf_32_le.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/utf_7.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/utf_8.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/utf_8_sig.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/uu_codec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/encodings/zlib_codec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/filecmp.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/fileinput.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/fnmatch.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/formatter.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/fpformat.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/fractions.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/ftplib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/functools.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/future_builtins.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/genericpath.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/getopt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/getpass.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/gettext.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/glob.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/grp.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/gzip.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/hashlib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/heapq.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/hmac.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/htmlentitydefs.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/htmllib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/httplib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/ihooks.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/imaplib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/imghdr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/importlib/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/inspect.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/io.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/isql.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/javapath.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/javashell.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/decoder.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/encoder.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/scanner.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_check_circular.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_decode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_default.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_dump.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_encode_basestring_ascii.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_fail.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_float.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_indent.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_pass1.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_pass2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_pass3.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_recursion.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_scanstring.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_separators.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_speedups.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_tool.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tests/test_unicode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/json/tool.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/keyword.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/linecache.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/locale.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/logging/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/logging/config.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/logging/handlers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/macpath.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/macurl2path.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/mailbox.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/mailcap.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/markupbase.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/marshal.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/md5.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/mhlib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/mimetools.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/mimetypes.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/mimify.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/modjy/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/modjy/modjy.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/modjy/modjy_exceptions.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/modjy/modjy_impl.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/modjy/modjy_input.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/modjy/modjy_log.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/modjy/modjy_params.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/modjy/modjy_publish.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/modjy/modjy_response.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/modjy/modjy_write.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/modjy/modjy_wsgi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/multifile.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/mutex.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/netrc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/new.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/nntplib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/ntpath.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/nturl2path.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/numbers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/opcode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/optparse.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/os.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pawt/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pawt/colors.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pawt/swing.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pdb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pickle.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pickletools.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pipes.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pkgutil.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/platform.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/plistlib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/popen2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/poplib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/posixfile.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/posixpath.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pprint.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/profile.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pstats.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pty.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pwd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/py_compile.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pycimport.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pyclbr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pydoc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/pyexpat.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/quopri.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/random.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/re.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/readline.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/repr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/rfc822.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/rlcompleter.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/robotparser.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/runpy.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/sched.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/select.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/sets.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/sgmllib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/sha.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/shelve.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/shlex.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/shutil.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/signal.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/site-packages/README +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/site.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/smtpd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/smtplib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/sndhdr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/socket.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/sre.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/sre_compile.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/sre_constants.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/sre_parse.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/ssl.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/stat.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/string.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/subprocess.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/symbol.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/sysconfig.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/tabnanny.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/tarfile.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/telnetlib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/tempfile.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/textwrap.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/this.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/threading.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/timeit.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/token.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/tokenize.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/trace.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/traceback.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/tty.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/types.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unicodedata.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/__main__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/case.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/loader.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/main.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/result.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/runner.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/signals.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/suite.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/dummy.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/support.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_assertions.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_break.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_case.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_discovery.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_functiontestcase.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_loader.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_program.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_result.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_runner.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_setups.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_skipping.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/test/test_suite.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/unittest/util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/urllib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/urllib2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/urlparse.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/user.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/uu.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/uuid.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/warnings.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/weakref.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/whichdb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/wsgiref.egg-info +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/wsgiref/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/wsgiref/handlers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/wsgiref/headers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/wsgiref/simple_server.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/wsgiref/util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/wsgiref/validate.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xdrlib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/FtCore.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/Uri.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/dom/MessageSource.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/dom/NodeFilter.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/dom/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/dom/domreg.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/dom/minicompat.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/dom/minidom.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/dom/pulldom.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/dom/xmlbuilder.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/etree/ElementInclude.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/etree/ElementPath.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/etree/ElementTree.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/etree/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/etree/cElementTree.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/parsers/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/parsers/expat.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/sax/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/sax/_exceptions.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/sax/drivers2/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/sax/drivers2/drv_javasax.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/sax/handler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/sax/saxlib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/sax/saxutils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xml/sax/xmlreader.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xmllib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/xmlrpclib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/zipfile.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/Lib/zlib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.jython/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.jython/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/icons/python_file.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/icons/python_scripting.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/about.html +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/assign_params_to_attributes_action.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/assign_params_to_attributes_assist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/assist_proposal.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/assist_regex_based_proposal.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/convert_api_to_pypredef.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_assign_params_to_attributes.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_assist_assign_value_to_var_if_None.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_clear_templates_cache.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_create_lines_on_commas.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_enable_editor_wrap.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_example.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_example2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_exec_line_in_shell.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_import_to_string.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_kill_shells.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_marker_example.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_switch_equals.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_wrap_expression.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pyedit_wrap_paragraph.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/pytemplate_defaults.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/split_text_in_commas.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/template_helper.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/tests/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/tests/test_assign_to_self_attributes.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/tests/test_convert.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jysrc/tests/test_templates.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/jython.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_10.1.1.202301091814/pydev-jython.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.parser/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.parser/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.1.1.202301091814/parser.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.parser_10.1.1.202301091814/schema/pydev_parser_observer.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.refactoring/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.refactoring/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/icons/attrpub_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/icons/class_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/icons/logo.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/icons/logo.ufo +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/icons/methpub_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/plugin.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.refactoring_10.1.1.202301091814/refactoring.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.shared_core/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.shared_core/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.1.1.202301091814/libs/README.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.1.1.202301091814/libs/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.1.1.202301091814/libs/org.apache.lucene.core_8.4.1.v20200122-1459.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.1.1.202301091814/libs/snakeyaml-engine-2.1-20200105.160423-4.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_core_10.1.1.202301091814/shared_core.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.shared_interactive_console/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.shared_interactive_console/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/commons-logging-1.1.1.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/icons/interrupt.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/icons/save.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/icons/sync_ed.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/icons/terminate.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/interactive_console.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/ws-commons-util-1.0.2.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/xmlrpc-client-3.1.3.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/xmlrpc-common-3.1.3.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_interactive_console_10.1.1.202301091814/xmlrpc-server-3.1.3.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.shared_ui/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev.shared_ui/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/add_correction.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/alphab_sort_co.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/annotation_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/backward_nav.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/build_var_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/builtin_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/class_hi.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/close.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/collapseall.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/console_disabled.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/console_enabled.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/copy.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/correction_move.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/cpyqual_menu.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/custom_init.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/custom_python_file.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/cython.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/cython_file.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/decoration_class_obj.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/decoration_static_obj.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/down_arrow.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/environment_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/error_decoration.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/error_small.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/expand.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/failures.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/field_private_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/field_protected_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/field_public_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/fields_co.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/file.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/filter.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/flake8.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/folder.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/forward_nav.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/gotten_from.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/history_list.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/home_nav.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/jar_desc_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/jar_l_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/jar_lsrc_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/jar_nonexist_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/jar_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/jar_remove_l_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/jar_src_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/jython_run.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/library_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/line_match.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/magic_co.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/mainfunction.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/__imp_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/action.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/attrpub_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/class_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/create_attrpub_obj.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/create_class_obj.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/create_method_obj.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/create_python_module.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/imp_dec.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/imp_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/imp_obj.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/imp_rel_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/method_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/old_imp_rel_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/template.pdn +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/new/xml_tag.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/package_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/packagefolder_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/packagefolder_obj_remove.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/parameters_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/private_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/project.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/project_source_folder.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/protected_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/pydev_package_explorer.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/pylint.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/pythonNature.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_16x16.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_comment.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_comment_black.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_coverage.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_file.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_logging.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_logo.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_module.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_nature.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_perspective.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_refactor.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_run.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/python_unit.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/refresh_nav.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/relaunch.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/relaunch1.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/relaunch_background_disabled.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/relaunch_background_enabled.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/relaunch_errors.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/remove.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/remove_all.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/remove_nature.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/sample.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/save.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/search.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/search_docs.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/searchm_obj.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/showerr_tsk.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/static_co.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/sync_ed.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/tabs_active.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/tabs_inactive.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/template.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/terminate.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/terminate_all.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/toggle_tabs.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/up_arrow.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/warning.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/warning_decoration.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/icons/workset.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.shared_ui_10.1.1.202301091814/shared_ui.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.source_10.1.1.202301091814.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/META-INF/maven/org.python.pydev/org.python.pydev/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/about.ini +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/about.mappings +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/css/dark/e4-pydev-dark_preferencestyle.css +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/icons/opentype.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/icons/python_16x16.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/icons/python_file.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/libs/WinRegistry-4.5.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/plugin.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/pydev.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/pydev.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/schema/pydev_ctrl_1.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/schema/pydev_debug_preferences_page.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/schema/pydev_formatter.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/schema/pydev_globals_browser.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/schema/pydev_hover2.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/schema/pydev_interpreter_provider.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/schema/pydev_organize_imports.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/schema/pydev_pyedit_listener.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/schema/pydev_quick_outline.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_10.1.1.202301091814/schema/pydev_view_created_observer.exsd diff --git a/lang/algol68g/Makefile b/lang/algol68g/Makefile index f2bb4230c2b2..e558ebbbc113 100644 --- a/lang/algol68g/Makefile +++ b/lang/algol68g/Makefile @@ -1,5 +1,5 @@ PORTNAME= algol68g -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= lang MASTER_SITES= https://jmvdveer.home.xs4all.nl/ diff --git a/lang/algol68g/distinfo b/lang/algol68g/distinfo index 3906ecb09277..1a840af06c8b 100644 --- a/lang/algol68g/distinfo +++ b/lang/algol68g/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667763968 -SHA256 (algol68g-3.1.0.tar.gz) = 92de7dee8974197329e2fb2c5f673a6cfa4fedf45092390907f082a97f4266b5 -SIZE (algol68g-3.1.0.tar.gz) = 630652 +TIMESTAMP = 1673208145 +SHA256 (algol68g-3.1.1.tar.gz) = fde17ccc93b98722dcafad2cd4cb18e36933be6bd156b47652d83f94d3d569f0 +SIZE (algol68g-3.1.1.tar.gz) = 630928 diff --git a/lang/kotlin/Makefile b/lang/kotlin/Makefile index 8902ff9cf270..190b3e11fd7f 100644 --- a/lang/kotlin/Makefile +++ b/lang/kotlin/Makefile @@ -1,5 +1,5 @@ PORTNAME= kotlin -PORTVERSION= 1.7.22 +PORTVERSION= 1.8.0 CATEGORIES= lang java MASTER_SITES= https://github.com/JetBrains/kotlin/releases/download/v${PORTVERSION}/ DISTNAME= kotlin-compiler-${PORTVERSION} diff --git a/lang/kotlin/distinfo b/lang/kotlin/distinfo index 19f23d7ed5ce..7709c031e9f2 100644 --- a/lang/kotlin/distinfo +++ b/lang/kotlin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670826658 -SHA256 (kotlin-compiler-1.7.22.zip) = 9db4b467743c1aea8a21c08e1c286bc2aeb93f14c7ba2037dbd8f48adc357d83 -SIZE (kotlin-compiler-1.7.22.zip) = 78964839 +TIMESTAMP = 1673338330 +SHA256 (kotlin-compiler-1.8.0.zip) = 0bb9419fac9832a56a3a19cad282f8f2d6f1237d2d467dc8dfe9bd4a2a43c42e +SIZE (kotlin-compiler-1.8.0.zip) = 74983881 diff --git a/lang/kotlin/pkg-plist b/lang/kotlin/pkg-plist index 08fdb0838630..2b7e774008c3 100644 --- a/lang/kotlin/pkg-plist +++ b/lang/kotlin/pkg-plist @@ -15,6 +15,7 @@ bin/kotlinc-jvm %%DATADIR%%/lib/android-extensions-compiler.jar %%DATADIR%%/lib/android-extensions-runtime.jar %%DATADIR%%/lib/annotations-13.0.jar +%%DATADIR%%/lib/assignment-compiler-plugin.jar %%DATADIR%%/lib/js.engines.jar %%DATADIR%%/lib/jvm-abi-gen.jar %%DATADIR%%/lib/kotlin-annotation-processing-cli.jar diff --git a/lang/php81/Makefile b/lang/php81/Makefile index a03589d7055a..5e7c20d97ab1 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,5 +1,5 @@ PORTNAME= php81 -DISTVERSION= 8.1.13 +DISTVERSION= 8.1.14 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php81/distinfo b/lang/php81/distinfo index 1f3777898715..b0fef6c4fc98 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669377378 -SHA256 (php-8.1.13.tar.xz) = b15ef0ccdd6760825604b3c4e3e73558dcf87c75ef1d68ef4289d8fd261ac856 -SIZE (php-8.1.13.tar.xz) = 11802424 +TIMESTAMP = 1673145031 +SHA256 (php-8.1.14.tar.xz) = e16e47a872d58685913ac848ce92ec49f42c1828110c98c65fb6265a08724a1a +SIZE (php-8.1.14.tar.xz) = 11752004 diff --git a/lang/php82/Makefile b/lang/php82/Makefile index 899f48f4ac99..f61b12ec4766 100644 --- a/lang/php82/Makefile +++ b/lang/php82/Makefile @@ -1,5 +1,5 @@ PORTNAME= php82 -DISTVERSION= 8.2.0 +DISTVERSION= 8.2.1 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php82/distinfo b/lang/php82/distinfo index 9f610a16b3df..ce980696adf5 100644 --- a/lang/php82/distinfo +++ b/lang/php82/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670517141 -SHA256 (php-8.2.0.tar.xz) = 6ea4c2dfb532950fd712aa2a08c1412a6a81cd1334dd0b0bf88a8e44c2b3a943 -SIZE (php-8.2.0.tar.xz) = 11920436 +TIMESTAMP = 1673145053 +SHA256 (php-8.2.1.tar.xz) = 650d3bd7a056cabf07f6a0f6f1dd8ba45cd369574bbeaa36de7d1ece212c17af +SIZE (php-8.2.1.tar.xz) = 12031632 diff --git a/misc/py-openpaperwork-core/Makefile b/misc/py-openpaperwork-core/Makefile index 478ba25513d0..9830517806c6 100644 --- a/misc/py-openpaperwork-core/Makefile +++ b/misc/py-openpaperwork-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= openpaperwork-core -DISTVERSION= 2.1.1 +DISTVERSION= 2.1.2 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-openpaperwork-core/distinfo b/misc/py-openpaperwork-core/distinfo index 3b03997b9f6c..4709773ffb42 100644 --- a/misc/py-openpaperwork-core/distinfo +++ b/misc/py-openpaperwork-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666680706 -SHA256 (openpaperwork-core-2.1.1.tar.gz) = e5c99efd65346efc7453214b59b6dc1aa1e43abefa0db27de641e08cbc1a5b94 -SIZE (openpaperwork-core-2.1.1.tar.gz) = 115580 +TIMESTAMP = 1673324899 +SHA256 (openpaperwork-core-2.1.2.tar.gz) = 6404cf57712ea710e4370fa1072c4e8ef4cb77eb454765732986d49b07bb1113 +SIZE (openpaperwork-core-2.1.2.tar.gz) = 104694 diff --git a/misc/py-openpaperwork-gtk/Makefile b/misc/py-openpaperwork-gtk/Makefile index 54210484fa25..e9030634eddd 100644 --- a/misc/py-openpaperwork-gtk/Makefile +++ b/misc/py-openpaperwork-gtk/Makefile @@ -1,5 +1,5 @@ PORTNAME= openpaperwork-gtk -DISTVERSION= 2.1.1 +DISTVERSION= 2.1.2 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-openpaperwork-gtk/distinfo b/misc/py-openpaperwork-gtk/distinfo index f2e1398a1521..b470541cd489 100644 --- a/misc/py-openpaperwork-gtk/distinfo +++ b/misc/py-openpaperwork-gtk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666681846 -SHA256 (openpaperwork-gtk-2.1.1.tar.gz) = dce2933fd3b0214ad68d8e6f224da579d68e89ca9f2fa27c504a7ce6149a55c3 -SIZE (openpaperwork-gtk-2.1.1.tar.gz) = 57893 +TIMESTAMP = 1673324947 +SHA256 (openpaperwork-gtk-2.1.2.tar.gz) = 2823900a9399cfbd09d357582f02642ed32ab3186ad2f356be06ab299f07eac5 +SIZE (openpaperwork-gtk-2.1.2.tar.gz) = 59104 diff --git a/multimedia/haruna/Makefile b/multimedia/haruna/Makefile index 01b3dcf64c34..1d9cb2cd0429 100644 --- a/multimedia/haruna/Makefile +++ b/multimedia/haruna/Makefile @@ -1,6 +1,5 @@ PORTNAME= haruna -DISTVERSION= 0.9.3 -PORTREVISION= 1 +DISTVERSION= 0.10.2 MASTER_SITES= KDE/stable/${PORTNAME}/ CATEGORIES= multimedia kde diff --git a/multimedia/haruna/distinfo b/multimedia/haruna/distinfo index 12b467a15c14..6b6e04f7dba7 100644 --- a/multimedia/haruna/distinfo +++ b/multimedia/haruna/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665320782 -SHA256 (haruna-0.9.3.tar.xz) = 673d8db5d59e1c0f5937c3b73c11ee858fbd43d65efcde91aba9dcf70dac73e6 -SIZE (haruna-0.9.3.tar.xz) = 2402208 +TIMESTAMP = 1673372240 +SHA256 (haruna-0.10.2.tar.xz) = b08edc5b7b430f4856dac32722d8ecbdcb8ea2fc5cc103b17cbc9996dfd427c0 +SIZE (haruna-0.10.2.tar.xz) = 549532 diff --git a/multimedia/haruna/pkg-plist b/multimedia/haruna/pkg-plist index 5440d8b17761..471422fce95d 100644 --- a/multimedia/haruna/pkg-plist +++ b/multimedia/haruna/pkg-plist @@ -27,6 +27,7 @@ share/locale/fr/LC_MESSAGES/haruna.mo share/locale/hi/LC_MESSAGES/haruna.mo share/locale/id/LC_MESSAGES/haruna.mo share/locale/it/LC_MESSAGES/haruna.mo +share/locale/ka/LC_MESSAGES/haruna.mo share/locale/ko/LC_MESSAGES/haruna.mo share/locale/nl/LC_MESSAGES/haruna.mo share/locale/pl/LC_MESSAGES/haruna.mo diff --git a/multimedia/librav1e/Makefile b/multimedia/librav1e/Makefile index d6dc4ac9739c..9a17903a97c2 100644 --- a/multimedia/librav1e/Makefile +++ b/multimedia/librav1e/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMEPREFIX= lib MASTERDIR= ${.CURDIR}/../rav1e diff --git a/multimedia/libva-utils/Makefile b/multimedia/libva-utils/Makefile index 3c743ad7f6c3..68ef026e15b6 100644 --- a/multimedia/libva-utils/Makefile +++ b/multimedia/libva-utils/Makefile @@ -1,5 +1,5 @@ PORTNAME= libva-utils -PORTVERSION= 2.17.0 +PORTVERSION= 2.17.1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/libva-utils/distinfo b/multimedia/libva-utils/distinfo index 029257208bd3..153122b4d803 100644 --- a/multimedia/libva-utils/distinfo +++ b/multimedia/libva-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672243103 -SHA256 (intel-libva-utils-2.17.0_GH0.tar.gz) = 607447143f08c6221f3bd5ab7aad874a4e220b6e04254b67433a7b2e97ff98ba -SIZE (intel-libva-utils-2.17.0_GH0.tar.gz) = 1276367 +TIMESTAMP = 1673345794 +SHA256 (intel-libva-utils-2.17.1_GH0.tar.gz) = 6ea5993c3eba230a979fa9d35b4cad8df06d4474a773dc0918033bf50353f966 +SIZE (intel-libva-utils-2.17.1_GH0.tar.gz) = 1276454 diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile index 43457912d086..8fcd4cd67f3b 100644 --- a/multimedia/lms/Makefile +++ b/multimedia/lms/Makefile @@ -1,7 +1,6 @@ PORTNAME= lms DISTVERSIONPREFIX= v -DISTVERSION= 3.34.0 -PORTREVISION= 1 +DISTVERSION= 3.35.0 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/lms/distinfo b/multimedia/lms/distinfo index dda4867c9139..312caaca1c58 100644 --- a/multimedia/lms/distinfo +++ b/multimedia/lms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671563093 -SHA256 (epoupon-lms-v3.34.0_GH0.tar.gz) = a9bf9d4b2521ba638364789e49112181ebe3ec189439667780cd375dfebec990 -SIZE (epoupon-lms-v3.34.0_GH0.tar.gz) = 362956 +TIMESTAMP = 1673331369 +SHA256 (epoupon-lms-v3.35.0_GH0.tar.gz) = 72a852bd9703193e1120053a5aae37825555c5fb13638514d9d1abb368b71b2e +SIZE (epoupon-lms-v3.35.0_GH0.tar.gz) = 363226 diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile index fa81d6503a66..5e65a6ced3a7 100644 --- a/multimedia/rav1e/Makefile +++ b/multimedia/rav1e/Makefile @@ -1,7 +1,7 @@ PORTNAME= rav1e DISTVERSIONPREFIX= v -DISTVERSION= 0.6.2 -PORTREVISION?= 1 +DISTVERSION= 0.6.3 +PORTREVISION?= 0 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/rav1e/distinfo b/multimedia/rav1e/distinfo index 88dc89bf8c22..9d004d47c66a 100644 --- a/multimedia/rav1e/distinfo +++ b/multimedia/rav1e/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1671946663 +TIMESTAMP = 1673363280 SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97 SIZE (rust/crates/addr2line-0.19.0.crate) = 33210 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -419,5 +419,5 @@ SHA256 (rust/crates/y4m-0.7.0.crate) = a72a9921af8237fe25097a1ae31c92a05c1d39b24 SIZE (rust/crates/y4m-0.7.0.crate) = 12045 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 -SHA256 (xiph-rav1e-v0.6.2_GH0.tar.gz) = 8fe8d80bc80a05ee33113c0ee19779d9c57189e5434c8e1da8f67832461aa089 -SIZE (xiph-rav1e-v0.6.2_GH0.tar.gz) = 2915775 +SHA256 (xiph-rav1e-v0.6.3_GH0.tar.gz) = 660a243dd9ee3104c0844a7af819b406193a7726614a032324557f81bb2bebaa +SIZE (xiph-rav1e-v0.6.3_GH0.tar.gz) = 2915740 diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index 835b4252f0ea..b26f874899a7 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -1,5 +1,6 @@ PORTNAME= xine -PORTVERSION= 0.99.13 +PORTVERSION= 0.99.14 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} diff --git a/multimedia/xine/distinfo b/multimedia/xine/distinfo index 963fabae90ae..5a55c982d0e7 100644 --- a/multimedia/xine/distinfo +++ b/multimedia/xine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657316334 -SHA256 (xine-ui-0.99.13.tar.xz) = b2382d075c72b1b10039e0e90310cc86c8d910358c53559ed82d3d584201f5c5 -SIZE (xine-ui-0.99.13.tar.xz) = 2156892 +TIMESTAMP = 1673203870 +SHA256 (xine-ui-0.99.14.tar.xz) = d4d490d5cece70e2bb9849c9e482f2cf87af0302d451b614476fdcc3642cd9c3 +SIZE (xine-ui-0.99.14.tar.xz) = 2214740 diff --git a/multimedia/xine/pkg-plist b/multimedia/xine/pkg-plist index c15dc702e38a..da025d54d45a 100644 --- a/multimedia/xine/pkg-plist +++ b/multimedia/xine/pkg-plist @@ -1,5 +1,3 @@ -%%AALIB%%bin/aaxine -%%CACA%%bin/cacaxine bin/fbxine bin/xine bin/xine-bugreport @@ -21,70 +19,26 @@ man/man1/xine-bugreport.1.gz man/man1/xine-check.1.gz man/man1/xine-remote.1.gz man/man1/xine.1.gz +man/nl/man1/aaxine.1.gz +man/nl/man1/xine-bugreport.1.gz +man/nl/man1/xine-check.1.gz +man/nl/man1/xine-remote.1.gz +man/nl/man1/xine.1.gz man/pl/man1/aaxine.1.gz man/pl/man1/xine-remote.1.gz man/pl/man1/xine.1.gz share/applications/xine.desktop -%%PORTDOCS%%%%DOCSDIR%%/README.config_en -%%PORTDOCS%%%%DOCSDIR%%/README.cs.0.Introduction -%%PORTDOCS%%%%DOCSDIR%%/README.cs.10.Remote_control -%%PORTDOCS%%%%DOCSDIR%%/README.cs.15.MRLs -%%PORTDOCS%%%%DOCSDIR%%/README.cs.5.xine-ui -%%PORTDOCS%%%%DOCSDIR%%/README.en.0.Introduction -%%PORTDOCS%%%%DOCSDIR%%/README.en.10.Remote_control -%%PORTDOCS%%%%DOCSDIR%%/README.en.15.MRLs -%%PORTDOCS%%%%DOCSDIR%%/README.en.20.DVD -%%PORTDOCS%%%%DOCSDIR%%/README.en.25.VideoCD -%%PORTDOCS%%%%DOCSDIR%%/README.en.30.Advanced -%%PORTDOCS%%%%DOCSDIR%%/README.en.32.Window_managers -%%PORTDOCS%%%%DOCSDIR%%/README.en.35.Legal_issues -%%PORTDOCS%%%%DOCSDIR%%/README.en.5.xine-ui -%%PORTDOCS%%%%DOCSDIR%%/README_cs -%%PORTDOCS%%%%DOCSDIR%%/README_de -%%PORTDOCS%%%%DOCSDIR%%/README_en -%%PORTDOCS%%%%DOCSDIR%%/README_es -%%PORTDOCS%%%%DOCSDIR%%/README_fi -%%PORTDOCS%%%%DOCSDIR%%/README_fr -%%PORTDOCS%%%%DOCSDIR%%/README_it -%%PORTDOCS%%%%DOCSDIR%%/README_pl -%%PORTDOCS%%%%DOCSDIR%%/README_uk -%%PORTDOCS%%share/doc/xitk/README share/icons/hicolor/16x16/apps/xine.png share/icons/hicolor/22x22/apps/xine.png share/icons/hicolor/32x32/apps/xine.png share/icons/hicolor/48x48/apps/xine.png share/icons/hicolor/64x64/apps/xine.png share/icons/hicolor/scalable/apps/xine.svgz -%%NLS%%share/locale/cs/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/cs/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/de/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/de/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/eo/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/es/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/es/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/eu/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/eu/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/fr/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/fr/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/it/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/it/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/ja/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/ja/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/nb/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/nb/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/pl/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/pl/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/ru/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/ru/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/sk/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/sk/LC_MESSAGES/xitk.mo -%%NLS%%share/locale/uk/LC_MESSAGES/xine-ui.mo -%%NLS%%share/locale/uk/LC_MESSAGES/xitk.mo share/mime/packages/xine-ui.xml share/pixmaps/xine.xpm share/pixmaps/xine_32.xpm +%%AALIB%%bin/aaxine +%%CACA%%bin/cacaxine %%DATADIR%%/oxine/mainmenu %%DATADIR%%/oxine/mediamarks %%DATADIR%%/skins/missing.png @@ -97,6 +51,7 @@ share/pixmaps/xine_32.xpm %%DATADIR%%/skins/xinetic/Letters.png %%DATADIR%%/skins/xinetic/Letters2.png %%DATADIR%%/skins/xinetic/LettersA.png +%%DATADIR%%/skins/xinetic/LettersHL.png %%DATADIR%%/skins/xinetic/LettersHLA.png %%DATADIR%%/skins/xinetic/MainBg.png %%DATADIR%%/skins/xinetic/MainBits1.png @@ -111,3 +66,64 @@ share/pixmaps/xine_32.xpm %%DATADIR%%/skins/xinetic/skinconfig %%DATADIR%%/skins/xinetic/unused.png %%DATADIR%%/visuals/default.mpv +%%NLS%%share/locale/cs/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/de/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/de/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/eo/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/es/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/es/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/eu/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/eu/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/it/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/it/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/nb/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/nb/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xitk.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xine-ui.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xitk.mo +%%PORTDOCS%%%%DOCSDIR%%/README.config_en +%%PORTDOCS%%%%DOCSDIR%%/README.cs.0.Introduction +%%PORTDOCS%%%%DOCSDIR%%/README.cs.10.Remote_control +%%PORTDOCS%%%%DOCSDIR%%/README.cs.15.MRLs +%%PORTDOCS%%%%DOCSDIR%%/README.cs.5.xine-ui +%%PORTDOCS%%%%DOCSDIR%%/README.en.0.Introduction +%%PORTDOCS%%%%DOCSDIR%%/README.en.10.Remote_control +%%PORTDOCS%%%%DOCSDIR%%/README.en.15.MRLs +%%PORTDOCS%%%%DOCSDIR%%/README.en.20.DVD +%%PORTDOCS%%%%DOCSDIR%%/README.en.25.VideoCD +%%PORTDOCS%%%%DOCSDIR%%/README.en.30.Advanced +%%PORTDOCS%%%%DOCSDIR%%/README.en.32.Window_managers +%%PORTDOCS%%%%DOCSDIR%%/README.en.35.Legal_issues +%%PORTDOCS%%%%DOCSDIR%%/README.en.5.xine-ui +%%PORTDOCS%%%%DOCSDIR%%/README.nl.0.Introduction +%%PORTDOCS%%%%DOCSDIR%%/README.nl.10.Remote_control +%%PORTDOCS%%%%DOCSDIR%%/README.nl.15.MRLs +%%PORTDOCS%%%%DOCSDIR%%/README.nl.25.VideoCD +%%PORTDOCS%%%%DOCSDIR%%/README.nl.30.Advanced +%%PORTDOCS%%%%DOCSDIR%%/README.nl.32.Window_managers +%%PORTDOCS%%%%DOCSDIR%%/README.nl.35.Legal_issues +%%PORTDOCS%%%%DOCSDIR%%/README.nl.5.xine-ui +%%PORTDOCS%%%%DOCSDIR%%/README_cs +%%PORTDOCS%%%%DOCSDIR%%/README_de +%%PORTDOCS%%%%DOCSDIR%%/README_en +%%PORTDOCS%%%%DOCSDIR%%/README_es +%%PORTDOCS%%%%DOCSDIR%%/README_fi +%%PORTDOCS%%%%DOCSDIR%%/README_fr +%%PORTDOCS%%%%DOCSDIR%%/README_it +%%PORTDOCS%%%%DOCSDIR%%/README_nl +%%PORTDOCS%%%%DOCSDIR%%/README_pl +%%PORTDOCS%%%%DOCSDIR%%/README_uk +%%PORTDOCS%%share/doc/xitk/README diff --git a/net-im/kaidan/files/patch-src_QrCodeDecoder.cpp b/net-im/kaidan/files/patch-src_QrCodeDecoder.cpp new file mode 100644 index 000000000000..5223f26e47c6 --- /dev/null +++ b/net-im/kaidan/files/patch-src_QrCodeDecoder.cpp @@ -0,0 +1,26 @@ +--- src/QrCodeDecoder.cpp.orig 2023-01-10 10:30:39 UTC ++++ src/QrCodeDecoder.cpp +@@ -60,7 +60,11 @@ void QrCodeDecoder::decodeImage(const QImage &image) + { + // Advise the decoder to check for QR codes and to try decoding rotated versions of the image. + #if ZXING_VERSION >= QT_VERSION_CHECK(1, 1, 0) ++# if ZXING_VERSION >= QT_VERSION_CHECK(1, 1, 1) ++ const auto decodeHints = DecodeHints().setFormats(BarcodeFormat::QRCode); ++# else + const auto decodeHints = DecodeHints().setFormats(BarcodeFormat::QR_CODE); ++# endif + const auto result = ReadBarcode({image.bits(), image.width(), image.height(), ZXing::ImageFormat::Lum, image.bytesPerLine()}, decodeHints); + #else + const auto decodeHints = +@@ -77,7 +81,11 @@ void QrCodeDecoder::decodeImage(const QImage &image) + // If a QR code could be found and decoded, emit a signal with the decoded string. + // Otherwise, emit a signal for failed decoding. + if (result.isValid()) ++#if ZXING_VERSION < QT_VERSION_CHECK(2, 0, 0) + emit decodingSucceeded(QString::fromStdString(TextUtfEncoding::ToUtf8(result.text()))); ++#else ++ emit decodingSucceeded(QString::fromStdString(result.text())); ++#endif + else + emit decodingFailed(); + } diff --git a/net-im/kaidan/files/patch-src_QrCodeGenerator.cpp b/net-im/kaidan/files/patch-src_QrCodeGenerator.cpp new file mode 100644 index 000000000000..f72eba0b2bdb --- /dev/null +++ b/net-im/kaidan/files/patch-src_QrCodeGenerator.cpp @@ -0,0 +1,25 @@ +--- src/QrCodeGenerator.cpp.orig 2023-01-10 10:34:19 UTC ++++ src/QrCodeGenerator.cpp +@@ -33,6 +33,10 @@ + #include + #include + ++#include ++#define ZXING_VERSION \ ++ QT_VERSION_CHECK(ZXING_VERSION_MAJOR, ZXING_VERSION_MINOR, ZXING_VERSION_PATCH) ++ + #include + #include + +@@ -74,7 +78,11 @@ QImage QrCodeGenerator::generateQrCode(int edgePixelCo + QImage QrCodeGenerator::generateQrCode(int edgePixelCount, const QString &text) + { + try { ++#if ZXING_VERSION >= QT_VERSION_CHECK(1, 1, 1) ++ ZXing::MultiFormatWriter writer(ZXing::BarcodeFormat::QRCode); ++#else + ZXing::MultiFormatWriter writer(ZXing::BarcodeFormat::QR_CODE); ++#endif + const ZXing::BitMatrix &bitMatrix = writer.encode(text.toStdWString(), edgePixelCount, edgePixelCount); + return toImage(bitMatrix); + } catch (const std::invalid_argument &e) { diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 68d21fdffae7..a320a0714af7 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,5 @@ PORTNAME= telegram-desktop -DISTVERSION= 4.5.2 +DISTVERSION= 4.5.3 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full @@ -72,8 +72,7 @@ USE_GL= gl USE_GNOME= glib20 glibmm26 USE_XORG= x11 xcb xcomposite xdamage xext xfixes xrandr xrender xtst -CMAKE_ARGS= -DTDESKTOP_API_ID=${TELEGRAM_API_ID} -DTDESKTOP_API_HASH=${TELEGRAM_API_HASH} \ - -DLINUX=1 +CMAKE_ARGS= -DTDESKTOP_API_ID=${TELEGRAM_API_ID} -DTDESKTOP_API_HASH=${TELEGRAM_API_HASH} CMAKE_ON= DESKTOP_APP_USE_PACKAGED DESKTOP_APP_DISABLE_CRASH_REPORTS \ DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION CMAKE_OFF= DESKTOP_APP_USE_PACKAGED_FONTS @@ -84,9 +83,6 @@ CMAKE_ARGS+= -DLINUX=true # libdispatch components LDFLAGS+= -lBlocksRuntime -# see Bugzilla #245452 for details -NO_CCACHE= yes - # Telegram uses OpenAL for its audio, but libtgvoip (for voice calls) can use PulseAudio or ALSA. # It dynamically loads PulseAudio, and if this fails, it loads ALSA. # If both of them are not installed, then voice calls do not work, but other functionalities still work. diff --git a/net-im/telegram-desktop/distinfo b/net-im/telegram-desktop/distinfo index 997a9b2fe301..f9bd08b6cfa7 100644 --- a/net-im/telegram-desktop/distinfo +++ b/net-im/telegram-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672737775 -SHA256 (tdesktop-4.5.2-full.tar.gz) = b2c77dc4cd3589a60a7eb124233d339d68eb18ff9c1be52c64c048b42bf45bba -SIZE (tdesktop-4.5.2-full.tar.gz) = 63717775 +TIMESTAMP = 1673200650 +SHA256 (tdesktop-4.5.3-full.tar.gz) = 3e338607708751813df36b677904e2e652f8adfac669da418c8dab4588a4f70f +SIZE (tdesktop-4.5.3-full.tar.gz) = 63718129 diff --git a/net-im/telegram-desktop/files/patch-CMakeLists.txt b/net-im/telegram-desktop/files/patch-CMakeLists.txt deleted file mode 100644 index 6a00ae221e94..000000000000 --- a/net-im/telegram-desktop/files/patch-CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- CMakeLists.txt.orig 2022-12-25 22:21:34.522573000 +0100 -+++ CMakeLists.txt 2022-12-25 22:21:42.197358000 +0100 -@@ -31,6 +31,7 @@ - HOMEPAGE_URL "https://desktop.telegram.org" - ) - set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT Telegram) -+set(LINUX 1) - - get_filename_component(third_party_loc "Telegram/ThirdParty" REALPATH) - get_filename_component(submodules_loc "Telegram" REALPATH) diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile index 6891b3c2e5b2..66f64d524466 100644 --- a/net-im/tg_owt/Makefile +++ b/net-im/tg_owt/Makefile @@ -1,5 +1,5 @@ PORTNAME= tg_owt -PORTVERSION= 0.0.20221215 +PORTVERSION= 0.0.20230105 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org @@ -21,7 +21,7 @@ USE_XORG= x11 xcomposite xdamage xrender xrandr xtst USE_GL= gbm USE_GITHUB= yes GH_ACCOUNT= desktop-app -GH_TAGNAME= 1512ef6 +GH_TAGNAME= 5098730 # libyuv cloned from https://chromium.googlesource.com/libyuv/libyuv # when updating port check if hash tag in the submodule was updated diff --git a/net-im/tg_owt/distinfo b/net-im/tg_owt/distinfo index 6fcd9f4894ce..2c5ba95fe0f0 100644 --- a/net-im/tg_owt/distinfo +++ b/net-im/tg_owt/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1672339563 -SHA256 (desktop-app-tg_owt-0.0.20221215-1512ef6_GH0.tar.gz) = b7e102f803315981b3349c747ac67cbf1035005152b4e1aa70be8f8bdf74d03a -SIZE (desktop-app-tg_owt-0.0.20221215-1512ef6_GH0.tar.gz) = 13814806 +TIMESTAMP = 1673200627 +SHA256 (desktop-app-tg_owt-0.0.20230105-5098730_GH0.tar.gz) = 6b2187c56a434178ebc6ee4ceab80494f17e176dcfa377a1d36a8288788a531f +SIZE (desktop-app-tg_owt-0.0.20230105-5098730_GH0.tar.gz) = 13816531 SHA256 (abseil-abseil-cpp-8c0b94e_GH0.tar.gz) = e995f06ce4fd4a9641e6a8e5d8d2258710eef481a07307a3e727012f1a83c442 SIZE (abseil-abseil-cpp-8c0b94e_GH0.tar.gz) = 1957422 SHA256 (google-crc32c-21fc8ef_GH0.tar.gz) = 9cb6093f9a554f9fb8397ce9a1a07eec44f1ae0918d7816b60c7b14ef745e082 diff --git a/net-p2p/xbt/files/patch-Tracker_tracker__input.cpp b/net-p2p/xbt/files/patch-Tracker_tracker__input.cpp new file mode 100644 index 000000000000..ba42a11ad1bc --- /dev/null +++ b/net-p2p/xbt/files/patch-Tracker_tracker__input.cpp @@ -0,0 +1,14 @@ +--- Tracker/tracker_input.cpp.orig 2023-01-10 00:32:43 UTC ++++ Tracker/tracker_input.cpp +@@ -1,9 +1,9 @@ + #include "stdafx.h" + #include "tracker_input.h" + +-static std::array to_ipv6(uint32_t v) ++static std::array to_ipv6(uint32_t v) + { +- std::array res = { 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0 }; ++ std::array res = { 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0 }; + memcpy(&res[12], &v, 4); + return res; + } diff --git a/net/Makefile b/net/Makefile index 54395d3d1a2c..392ac26afc8b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -138,6 +138,7 @@ SUBDIR += dual-dhclient SUBDIR += dual-dhclient-daemon SUBDIR += easysoap + SUBDIR += ecal SUBDIR += echoping SUBDIR += empty SUBDIR += endlessh @@ -499,7 +500,6 @@ SUBDIR += ndpi SUBDIR += ndproxy SUBDIR += neatvnc - SUBDIR += nebula SUBDIR += nemesis SUBDIR += nepenthes SUBDIR += net6 diff --git a/net/ecal/Makefile b/net/ecal/Makefile new file mode 100644 index 000000000000..51685ed9332e --- /dev/null +++ b/net/ecal/Makefile @@ -0,0 +1,60 @@ +PORTNAME= ecal +DISTVERSIONPREFIX= v +DISTVERSION= 5.11.1 +CATEGORIES= net devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Enhanced Communication Abstraction Layer +WWW= https://eclipse-ecal.github.io/ecal/index.html + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= asio>0:net/asio \ + termcolor>0:devel/termcolor +LIB_DEPENDS= libcurl.so:ftp/curl \ + libfmt.so:devel/libfmt \ + libfineftp-server.so:ftp/fineftp-server \ + libftxui-component.so:devel/ftxui \ + libhdf5.so:science/hdf5 \ + libprotobuf.so:devel/protobuf \ + libqwt6.so:x11-toolkits/qwt6 \ + libspdlog.so:devel/spdlog \ + libtinyxml2.so:textproc/tinyxml2 \ + libyaml-cpp.so:devel/yaml-cpp + # binaries aren't linked with libfineftp-server.so, see https://github.com/continental/ecal/issues/381; same with libcurl.so + +USES= cmake desktop-file-utils localbase:ldflags qt:5 shared-mime-info +USE_QT= core gui widgets buildtools:build qmake:build +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= eclipse-ecal +GH_TUPLE= eclipse-ecal:tcp_pubsub:f59da78:tcp_pubsub/thirdparty/tcp_pubsub \ + brofield:simpleini:17e8f9f:simpleini/thirdparty/simpleini \ + steinwurf:recycle:c542570:recycle/thirdparty/recycle \ + xguerin:tclap:349170a:tclap/thirdparty/tclap + +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= BUILD_SAMPLES \ + ECAL_THIRDPARTY_BUILD_SPDLOG ECAL_THIRDPARTY_BUILD_TINYXML2 ECAL_THIRDPARTY_BUILD_FINEFTP ECAL_THIRDPARTY_BUILD_TERMCOLOR \ + ECAL_THIRDPARTY_BUILD_FTXUI ECAL_THIRDPARTY_BUILD_GTEST ECAL_THIRDPARTY_BUILD_PROTOBUF \ + ECAL_THIRDPARTY_BUILD_CURL ECAL_THIRDPARTY_BUILD_HDF5 ECAL_THIRDPARTY_BUILD_YAML-CPP ECAL_THIRDPARTY_BUILD_UDPCAP \ + CPACK_PACK_WITH_INNOSETUP +CMAKE_ARGS= -DGIT_REVISION_MAJOR=5 \ + -DGIT_REVISION_MINOR=11 \ + -DGIT_REVISION_PATCH=1 \ + -Dasio_INCLUDE_DIR=${LOCALBASE}/include \ + -Dqwt_INCLUDE_DIR=${LOCALBASE}/include/qt5/qwt6 \ + -Dqwt_LIBRARY=${LOCALBASE}/lib/qt5/libqwt6.so + +CXXFLAGS+= -pthread # see https://github.com/eclipse-ecal/ecal/issues/933 + +PLIST_SUB= VERSION=${DISTVERSION} + +CONFLICTS_BUILD= tclap simpleini # epub isn't compatible with tclap-1.4rc1, epub isn't compatible with simpleini, because some header isn't installed + +post-install: # not sure why isn't this installed automatically + ${INSTALL_LIB} ${BUILD_WRKSRC}/lib/libsys_core.so ${STAGEDIR}${PREFIX}/lib + +.include diff --git a/net/ecal/distinfo b/net/ecal/distinfo new file mode 100644 index 000000000000..dd37f6d72cf2 --- /dev/null +++ b/net/ecal/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1673345494 +SHA256 (eclipse-ecal-ecal-v5.11.1_GH0.tar.gz) = 8ade5fd67a162fa8cce907eccbde44735a73dac47f5f02e7e839c6febae0a513 +SIZE (eclipse-ecal-ecal-v5.11.1_GH0.tar.gz) = 9491118 +SHA256 (eclipse-ecal-tcp_pubsub-f59da78_GH0.tar.gz) = 710aa091c5ee97336f37d9bcfacfc7618a3b5b0bd2aec174475aba26988c1f7f +SIZE (eclipse-ecal-tcp_pubsub-f59da78_GH0.tar.gz) = 33431 +SHA256 (brofield-simpleini-17e8f9f_GH0.tar.gz) = 68d0bb51faba436e7bd55a3baf1dda94a035006968e512186be2ff7189719fac +SIZE (brofield-simpleini-17e8f9f_GH0.tar.gz) = 54611 +SHA256 (steinwurf-recycle-c542570_GH0.tar.gz) = b39306b685538a18e6b817e030c30250b3ee21e2cec1e58b745bd7de2f23f1ee +SIZE (steinwurf-recycle-c542570_GH0.tar.gz) = 133558 +SHA256 (xguerin-tclap-349170a_GH0.tar.gz) = 80d1708611f7964d798202025b82c8f9aef99db06c8dfc603b412a53d54e3837 +SIZE (xguerin-tclap-349170a_GH0.tar.gz) = 127841 diff --git a/net/ecal/files/patch-CMakeLists.txt b/net/ecal/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..2f925210f236 --- /dev/null +++ b/net/ecal/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2022-12-23 09:10:20 UTC ++++ CMakeLists.txt +@@ -231,7 +231,7 @@ endif() + + find_package(CMakeFunctions REQUIRED) + +-git_revision_information(DEFAULT ${ECAL_BUILD_VERSION}) ++#git_revision_information(DEFAULT ${ECAL_BUILD_VERSION}) + set(eCAL_VERSION_MAJOR ${GIT_REVISION_MAJOR}) + set(eCAL_VERSION_MINOR ${GIT_REVISION_MINOR}) + set(eCAL_VERSION_PATCH ${GIT_REVISION_PATCH}) diff --git a/net/ecal/files/patch-lib_ecal__utils_include_ecal__utils_portable__endian.h b/net/ecal/files/patch-lib_ecal__utils_include_ecal__utils_portable__endian.h new file mode 100644 index 000000000000..4cc31b75fbcf --- /dev/null +++ b/net/ecal/files/patch-lib_ecal__utils_include_ecal__utils_portable__endian.h @@ -0,0 +1,30 @@ +--- lib/ecal_utils/include/ecal_utils/portable_endian.h.orig 2023-01-10 10:07:43 UTC ++++ lib/ecal_utils/include/ecal_utils/portable_endian.h +@@ -58,14 +58,14 @@ + + # include + +-# define be16toh(x) betoh16(x) +-# define le16toh(x) letoh16(x) ++//# define be16toh(x) betoh16(x) ++//# define le16toh(x) letoh16(x) + +-# define be32toh(x) betoh32(x) +-# define le32toh(x) letoh32(x) ++//# define be32toh(x) betoh32(x) ++//# define le32toh(x) letoh32(x) + +-# define be64toh(x) betoh64(x) +-# define le64toh(x) letoh64(x) ++//# define be64toh(x) betoh64(x) ++//# define le64toh(x) letoh64(x) + + #elif defined(__WINDOWS__) + +@@ -131,4 +131,4 @@ + + #endif + +-#endif +\ No newline at end of file ++#endif diff --git a/net/ecal/files/patch-thirdparty_tcp__pubsub_tcp__pubsub_src_portable__endian.h b/net/ecal/files/patch-thirdparty_tcp__pubsub_tcp__pubsub_src_portable__endian.h new file mode 100644 index 000000000000..427c5f30b4ab --- /dev/null +++ b/net/ecal/files/patch-thirdparty_tcp__pubsub_tcp__pubsub_src_portable__endian.h @@ -0,0 +1,30 @@ +--- thirdparty/tcp_pubsub/tcp_pubsub/src/portable_endian.h.orig 2023-01-10 09:58:29 UTC ++++ thirdparty/tcp_pubsub/tcp_pubsub/src/portable_endian.h +@@ -58,14 +58,14 @@ + + # include + +-# define be16toh(x) betoh16(x) +-# define le16toh(x) letoh16(x) ++//# define be16toh(x) betoh16(x) ++//# define le16toh(x) letoh16(x) + +-# define be32toh(x) betoh32(x) +-# define le32toh(x) letoh32(x) ++//# define be32toh(x) betoh32(x) ++//# define le32toh(x) letoh32(x) + +-# define be64toh(x) betoh64(x) +-# define le64toh(x) letoh64(x) ++//# define be64toh(x) betoh64(x) ++//# define le64toh(x) letoh64(x) + + #elif defined(__WINDOWS__) + +@@ -131,4 +131,4 @@ + + #endif + +-#endif +\ No newline at end of file ++#endif diff --git a/net/ecal/pkg-descr b/net/ecal/pkg-descr new file mode 100644 index 000000000000..9bb620a5114e --- /dev/null +++ b/net/ecal/pkg-descr @@ -0,0 +1,9 @@ +The enhanced Communication Abstraction Layer (eCAL) is a middleware that enables +scalable, high performance interprocess communication on a single computer node +or between different nodes in a computer network. eCAL uses a publish-subscribe +pattern to automatically connect different nodes in the network. + +eCAL automatically chooses the best available data transport mechanism for each +link: +* Shared memory for local communication (incredible fast!) +* UDP for network communication diff --git a/net/ecal/pkg-plist b/net/ecal/pkg-plist new file mode 100644 index 000000000000..154cb1cd650e --- /dev/null +++ b/net/ecal/pkg-plist @@ -0,0 +1,532 @@ +bin/ecal_config +bin/ecal_config-%%VERSION%% +bin/ecal_launcher +bin/ecal_launcher-%%VERSION%% +bin/ecal_meas_cutter +bin/ecal_meas_cutter-%%VERSION%% +bin/ecal_mma +bin/ecal_mma-%%VERSION%% +bin/ecal_mon_cli +bin/ecal_mon_cli-%%VERSION%% +bin/ecal_mon_gui +bin/ecal_mon_gui-%%VERSION%% +bin/ecal_mon_tui +bin/ecal_mon_tui-%%VERSION%% +bin/ecal_play +bin/ecal_play-%%VERSION%% +bin/ecal_play_gui +bin/ecal_play_gui-%%VERSION%% +bin/ecal_process_stub +bin/ecal_process_stub-%%VERSION%% +bin/ecal_rec +bin/ecal_rec-%%VERSION%% +bin/ecal_rec_client +bin/ecal_rec_client-%%VERSION%% +bin/ecal_rec_gui +bin/ecal_rec_gui-%%VERSION%% +bin/ecal_stop +bin/ecal_stop-%%VERSION%% +bin/ecal_sys +bin/ecal_sys-%%VERSION%% +bin/ecal_sys_client +bin/ecal_sys_client-%%VERSION%% +bin/ecal_sys_gui +bin/ecal_sys_gui-%%VERSION%% +%%ETCDIR%%/ecal.ini +%%ETCDIR%%/ecaltime.ini +include/ecal/app/pb/mma/mma.pb.h +include/ecal/app/pb/play/service.pb.h +include/ecal/app/pb/play/state.pb.h +include/ecal/app/pb/rec/client_service.pb.h +include/ecal/app/pb/rec/client_state.pb.h +include/ecal/app/pb/rec/server_config.pb.h +include/ecal/app/pb/rec/server_service.pb.h +include/ecal/app/pb/rec/server_state.pb.h +include/ecal/app/pb/sys/client_service.pb.h +include/ecal/app/pb/sys/process.pb.h +include/ecal/app/pb/sys/service.pb.h +include/ecal/app/pb/sys/state.pb.h +include/ecal/cimpl/ecal_callback_cimpl.h +include/ecal/cimpl/ecal_client_cimpl.h +include/ecal/cimpl/ecal_core_cimpl.h +include/ecal/cimpl/ecal_event_cimpl.h +include/ecal/cimpl/ecal_init_cimpl.h +include/ecal/cimpl/ecal_log_cimpl.h +include/ecal/cimpl/ecal_monitoring_cimpl.h +include/ecal/cimpl/ecal_process_cimpl.h +include/ecal/cimpl/ecal_proto_dyn_json_subscriber_cimpl.h +include/ecal/cimpl/ecal_publisher_cimpl.h +include/ecal/cimpl/ecal_qos_cimpl.h +include/ecal/cimpl/ecal_server_cimpl.h +include/ecal/cimpl/ecal_service_cimpl.h +include/ecal/cimpl/ecal_service_info_cimpl.h +include/ecal/cimpl/ecal_subscriber_cimpl.h +include/ecal/cimpl/ecal_time_cimpl.h +include/ecal/cimpl/ecal_timer_cimpl.h +include/ecal/cimpl/ecal_tlayer_cimpl.h +include/ecal/cimpl/ecal_util_cimpl.h +include/ecal/core/pb/ecal.pb.h +include/ecal/core/pb/host.pb.h +include/ecal/core/pb/layer.pb.h +include/ecal/core/pb/monitoring.pb.h +include/ecal/core/pb/process.pb.h +include/ecal/core/pb/service.pb.h +include/ecal/core/pb/topic.pb.h +include/ecal/ecal.h +include/ecal/ecal_callback.h +include/ecal/ecal_clang.h +include/ecal/ecal_client.h +include/ecal/ecal_config.h +include/ecal/ecal_core.h +include/ecal/ecal_defs.h +include/ecal/ecal_event.h +include/ecal/ecal_eventhandle.h +include/ecal/ecal_init.h +include/ecal/ecal_log.h +include/ecal/ecal_log_level.h +include/ecal/ecal_monitoring.h +include/ecal/ecal_os.h +include/ecal/ecal_process.h +include/ecal/ecal_process_mode.h +include/ecal/ecal_process_severity.h +include/ecal/ecal_publisher.h +include/ecal/ecal_qos.h +include/ecal/ecal_server.h +include/ecal/ecal_service.h +include/ecal/ecal_service_info.h +include/ecal/ecal_subscriber.h +include/ecal/ecal_time.h +include/ecal/ecal_timed_cb.h +include/ecal/ecal_timer.h +include/ecal/ecal_tlayer.h +include/ecal/ecal_util.h +include/ecal/ecalc.h +include/ecal/ecalc_types.h +include/ecal/ecaltime/pb/sim_time.pb.h +include/ecal/measurement/imeasurement.h +include/ecal/measurement/measurement.h +include/ecal/measurement/omeasurement.h +include/ecal/mon/plugin.h +include/ecal/mon/plugin_interface.h +include/ecal/mon/plugin_widget_interface.h +include/ecal/msg/capnproto/dynamic.h +include/ecal/msg/capnproto/helper.h +include/ecal/msg/capnproto/publisher.h +include/ecal/msg/capnproto/subscriber.h +include/ecal/msg/dynamic.h +include/ecal/msg/flatbuffers/publisher.h +include/ecal/msg/flatbuffers/subscriber.h +include/ecal/msg/message.h +include/ecal/msg/messagepack/publisher.h +include/ecal/msg/messagepack/subscriber.h +include/ecal/msg/proto/message.h +include/ecal/msg/protobuf/client.h +include/ecal/msg/protobuf/dynamic_json_subscriber.h +include/ecal/msg/protobuf/dynamic_publisher.h +include/ecal/msg/protobuf/dynamic_subscriber.h +include/ecal/msg/protobuf/publisher.h +include/ecal/msg/protobuf/server.h +include/ecal/msg/protobuf/subscriber.h +include/ecal/msg/publisher.h +include/ecal/msg/string/message.h +include/ecal/msg/string/publisher.h +include/ecal/msg/string/subscriber.h +include/ecal/msg/subscriber.h +include/ecal/pb/ecal.pb.h +include/ecal/pb/host.pb.h +include/ecal/pb/layer.pb.h +include/ecal/pb/mma/mma.pb.h +include/ecal/pb/monitoring.pb.h +include/ecal/pb/play/service.pb.h +include/ecal/pb/play/state.pb.h +include/ecal/pb/process.pb.h +include/ecal/pb/rec/client_service.pb.h +include/ecal/pb/rec/client_state.pb.h +include/ecal/pb/rec/server_config.pb.h +include/ecal/pb/rec/server_service.pb.h +include/ecal/pb/rec/server_state.pb.h +include/ecal/pb/service.pb.h +include/ecal/pb/sim_time.pb.h +include/ecal/pb/sys/client_service.pb.h +include/ecal/pb/sys/service.pb.h +include/ecal/pb/sys/state.pb.h +include/ecal/pb/topic.pb.h +include/ecal/protobuf/ecal_proto_decoder.h +include/ecal/protobuf/ecal_proto_dyn.h +include/ecal/protobuf/ecal_proto_hlp.h +include/ecal/protobuf/ecal_proto_maximum_array_dimensions.h +include/ecal/protobuf/ecal_proto_message_filter.h +include/ecal/protobuf/ecal_proto_visitor.h +include/ecal/rec/concurrent_status_interface.h +include/ecal/rec/recorder_impl_base.h +include/ecal/rec/recorder_impl_base_types.h +include/ecalhdf5/eh5_defs.h +include/ecalhdf5/eh5_meas.h +include/ecalhdf5/eh5_types.h +lib/cmake/CMakeFunctions-0.4.1/CMakeFunctionsConfig.cmake +lib/cmake/CMakeFunctions-0.4.1/CMakeFunctionsConfigVersion.cmake +lib/cmake/CMakeFunctions-0.4.1/cmake_functions.cmake +lib/cmake/CMakeFunctions-0.4.1/git/git_revision_information.cmake +lib/cmake/CMakeFunctions-0.4.1/msvc_helper/msvc_macros.cmake +lib/cmake/CMakeFunctions-0.4.1/protoc_functions/protoc_generate_cpp.cmake +lib/cmake/CMakeFunctions-0.4.1/protoc_functions/protoc_generate_files.cmake +lib/cmake/CMakeFunctions-0.4.1/protoc_functions/protoc_generate_python.cmake +lib/cmake/CMakeFunctions-0.4.1/target_definitions/targets_protobuf.cmake +lib/cmake/eCAL/eCALConfig.cmake +lib/cmake/eCAL/eCALConfigVersion.cmake +lib/cmake/eCAL/eCALTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/eCAL/eCALTargets.cmake +lib/cmake/eCAL/helper_functions/ecal_add_functions.cmake +lib/cmake/eCAL/helper_functions/ecal_helper_functions.cmake +lib/cmake/eCAL/helper_functions/ecal_install_functions.cmake +lib/ecal/plugins/mon/libmon_plugin_protobuf_reflection.so +lib/ecal/plugins/mon/libmon_plugin_raw_data_reflection.so +lib/ecal/plugins/mon/libmon_plugin_signals_plotting.so +lib/ecal/plugins/mon/libmon_plugin_string_reflection.so +lib/libecal_app_pb.so +lib/libecal_app_pb.so.5 +lib/libecal_app_pb.so.%%VERSION%% +lib/libecal_core.so +lib/libecal_core.so.5 +lib/libecal_core.so.%%VERSION%% +lib/libecal_core_c.so +lib/libecal_core_c.so.5 +lib/libecal_core_c.so.%%VERSION%% +lib/libecal_core_pb.so +lib/libecal_core_pb.so.5 +lib/libecal_core_pb.so.%%VERSION%% +lib/libecal_ecal-utils.a +lib/libecal_ecaltime_pb.so +lib/libecal_ecaltime_pb.so.5 +lib/libecal_ecaltime_pb.so.%%VERSION%% +lib/libecal_hdf5.so +lib/libecal_hdf5.so.5 +lib/libecal_hdf5.so.%%VERSION%% +lib/libecal_mon_plugin_lib.so +lib/libecal_mon_plugin_lib.so.5 +lib/libecal_mon_plugin_lib.so.%%VERSION%% +lib/libecal_pb.a +lib/libecal_proto.so +lib/libecal_proto.so.5 +lib/libecal_proto.so.%%VERSION%% +lib/libecal_rec_addon_core.so +lib/libecal_rec_addon_core.so.5 +lib/libecal_rec_addon_core.so.%%VERSION%% +lib/libecaltime-localtime.so +lib/libecaltime-localtime.so.5 +lib/libecaltime-localtime.so.%%VERSION%% +lib/libecaltime-simtime.so +lib/libecaltime-simtime.so.5 +lib/libecaltime-simtime.so.%%VERSION%% +lib/libsys_core.so +share/applications/ecal_launcher.desktop +share/applications/ecal_mon_gui.desktop +share/applications/ecal_play_gui.desktop +share/applications/ecal_rec_gui.desktop +share/applications/ecal_sys_gui.desktop +%%DATADIR%%/samples/CMakeLists.txt +%%DATADIR%%/samples/c/minimal/minimal_rec/CMakeLists.txt +%%DATADIR%%/samples/c/minimal/minimal_rec/src/minimal_rec.c +%%DATADIR%%/samples/c/minimal/minimal_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/c/minimal/minimal_rec_cb/src/minimal_rec_cb.c +%%DATADIR%%/samples/c/minimal/minimal_snd/CMakeLists.txt +%%DATADIR%%/samples/c/minimal/minimal_snd/src/minimal_snd.c +%%DATADIR%%/samples/c/services/minimal_client_c/CMakeLists.txt +%%DATADIR%%/samples/c/services/minimal_client_c/src/minimal_client_c.c +%%DATADIR%%/samples/c/services/minimal_server_c/CMakeLists.txt +%%DATADIR%%/samples/c/services/minimal_server_c/src/minimal_server_c.c +%%DATADIR%%/samples/cpp/benchmarks/many_connections/CMakeLists.txt +%%DATADIR%%/samples/cpp/benchmarks/many_connections/many_connections_rec.cpp +%%DATADIR%%/samples/cpp/benchmarks/many_connections/many_connections_snd.cpp +%%DATADIR%%/samples/cpp/binary/binary_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/cpp/binary/binary_rec_cb/src/binary_rec_cb.cpp +%%DATADIR%%/samples/cpp/binary/binary_snd/CMakeLists.txt +%%DATADIR%%/samples/cpp/binary/binary_snd/src/binary_snd.cpp +%%DATADIR%%/samples/cpp/capnp/addressbook_rec/CMakeLists.txt +%%DATADIR%%/samples/cpp/capnp/addressbook_rec/src/addressbook.capnp +%%DATADIR%%/samples/cpp/capnp/addressbook_rec/src/addressbook_rec.cpp +%%DATADIR%%/samples/cpp/capnp/addressbook_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/cpp/capnp/addressbook_rec_cb/src/addressbook.capnp +%%DATADIR%%/samples/cpp/capnp/addressbook_rec_cb/src/addressbook_rec_cb.cpp +%%DATADIR%%/samples/cpp/capnp/addressbook_rec_dynamic/CMakeLists.txt +%%DATADIR%%/samples/cpp/capnp/addressbook_rec_dynamic/src/addressbook_rec_dynamic.cpp +%%DATADIR%%/samples/cpp/capnp/addressbook_snd/CMakeLists.txt +%%DATADIR%%/samples/cpp/capnp/addressbook_snd/src/addressbook.capnp +%%DATADIR%%/samples/cpp/capnp/addressbook_snd/src/addressbook_snd.cpp +%%DATADIR%%/samples/cpp/counter/counter_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/cpp/counter/counter_rec_cb/src/counter_rec_cb.cpp +%%DATADIR%%/samples/cpp/counter/counter_snd/CMakeLists.txt +%%DATADIR%%/samples/cpp/counter/counter_snd/src/counter_snd.cpp +%%DATADIR%%/samples/cpp/datarate/datarate_rec/CMakeLists.txt +%%DATADIR%%/samples/cpp/datarate/datarate_rec/src/datarate_rec.cpp +%%DATADIR%%/samples/cpp/datarate/datarate_snd/CMakeLists.txt +%%DATADIR%%/samples/cpp/datarate/datarate_snd/src/datarate_snd.cpp +%%DATADIR%%/samples/cpp/event/event_rec/CMakeLists.txt +%%DATADIR%%/samples/cpp/event/event_rec/src/event_rec.cpp +%%DATADIR%%/samples/cpp/event/event_snd/CMakeLists.txt +%%DATADIR%%/samples/cpp/event/event_snd/src/event_snd.cpp +%%DATADIR%%/samples/cpp/flatbuffer/monster_rec/src/flatbuffers/monster.fbs +%%DATADIR%%/samples/cpp/flatbuffer/monster_rec/src/monster_rec.cpp +%%DATADIR%%/samples/cpp/flatbuffer/monster_snd/src/flatbuffers/monster.fbs +%%DATADIR%%/samples/cpp/flatbuffer/monster_snd/src/monster_snd.cpp +%%DATADIR%%/samples/cpp/latency/latency_rec/CMakeLists.txt +%%DATADIR%%/samples/cpp/latency/latency_rec/src/latency_log.cpp +%%DATADIR%%/samples/cpp/latency/latency_rec/src/latency_log.h +%%DATADIR%%/samples/cpp/latency/latency_rec/src/latency_rec.cpp +%%DATADIR%%/samples/cpp/latency/latency_snd/CMakeLists.txt +%%DATADIR%%/samples/cpp/latency/latency_snd/src/latency_snd.cpp +%%DATADIR%%/samples/cpp/measurement/measurement_read/CMakeLists.txt +%%DATADIR%%/samples/cpp/measurement/measurement_read/src/measurement_read.cpp +%%DATADIR%%/samples/cpp/measurement/measurement_read/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/measurement/measurement_read/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/measurement/measurement_read/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/measurement/measurement_write/CMakeLists.txt +%%DATADIR%%/samples/cpp/measurement/measurement_write/src/measurement_write.cpp +%%DATADIR%%/samples/cpp/measurement/measurement_write/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/measurement/measurement_write/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/measurement/measurement_write/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/minimal/minimal_rec/CMakeLists.txt +%%DATADIR%%/samples/cpp/minimal/minimal_rec/src/minimal_rec.cpp +%%DATADIR%%/samples/cpp/minimal/minimal_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/cpp/minimal/minimal_rec_cb/src/minimal_rec_cb.cpp +%%DATADIR%%/samples/cpp/minimal/minimal_snd/CMakeLists.txt +%%DATADIR%%/samples/cpp/minimal/minimal_snd/src/minimal_snd.cpp +%%DATADIR%%/samples/cpp/misc/process/CMakeLists.txt +%%DATADIR%%/samples/cpp/misc/process/src/process.cpp +%%DATADIR%%/samples/cpp/misc/proto_dyn/CMakeLists.txt +%%DATADIR%%/samples/cpp/misc/proto_dyn/src/proto_dyn.cpp +%%DATADIR%%/samples/cpp/misc/proto_dyn_json/CMakeLists.txt +%%DATADIR%%/samples/cpp/misc/proto_dyn_json/src/proto_dyn_json.cpp +%%DATADIR%%/samples/cpp/misc/time/CMakeLists.txt +%%DATADIR%%/samples/cpp/misc/time/src/time.cpp +%%DATADIR%%/samples/cpp/misc/timer/CMakeLists.txt +%%DATADIR%%/samples/cpp/misc/timer/src/timer.cpp +%%DATADIR%%/samples/cpp/monitoring/monitoring_rec/CMakeLists.txt +%%DATADIR%%/samples/cpp/monitoring/monitoring_rec/src/monitoring_rec.cpp +%%DATADIR%%/samples/cpp/monitoring/monitoring_reg/CMakeLists.txt +%%DATADIR%%/samples/cpp/monitoring/monitoring_reg/src/monitoring_reg.cpp +%%DATADIR%%/samples/cpp/msgpack/address_rec/src/address_rec.cpp +%%DATADIR%%/samples/cpp/msgpack/address_snd/src/address_snd.cpp +%%DATADIR%%/samples/cpp/multiple/multiple_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/cpp/multiple/multiple_rec_cb/src/main.cpp +%%DATADIR%%/samples/cpp/multiple/multiple_rec_cb/src/multiple_rec_cb.cpp +%%DATADIR%%/samples/cpp/multiple/multiple_rec_cb/src/multiple_rec_cb.h +%%DATADIR%%/samples/cpp/multiple/multiple_rec_cb/src/multiple_rec_cb_person.cpp +%%DATADIR%%/samples/cpp/multiple/multiple_rec_cb/src/multiple_rec_cb_person.h +%%DATADIR%%/samples/cpp/multiple/multiple_rec_cb/src/multiple_rec_cb_vector.cpp +%%DATADIR%%/samples/cpp/multiple/multiple_rec_cb/src/multiple_rec_cb_vector.h +%%DATADIR%%/samples/cpp/multiple/multiple_rec_cb/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/multiple/multiple_rec_cb/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/multiple/multiple_rec_cb/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/multiple/multiple_snd/CMakeLists.txt +%%DATADIR%%/samples/cpp/multiple/multiple_snd/src/main.cpp +%%DATADIR%%/samples/cpp/multiple/multiple_snd/src/multiple_snd.cpp +%%DATADIR%%/samples/cpp/multiple/multiple_snd/src/multiple_snd.h +%%DATADIR%%/samples/cpp/multiple/multiple_snd/src/multiple_snd_person.cpp +%%DATADIR%%/samples/cpp/multiple/multiple_snd/src/multiple_snd_person.h +%%DATADIR%%/samples/cpp/multiple/multiple_snd/src/multiple_snd_vector.cpp +%%DATADIR%%/samples/cpp/multiple/multiple_snd/src/multiple_snd_vector.h +%%DATADIR%%/samples/cpp/multiple/multiple_snd/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/multiple/multiple_snd/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/multiple/multiple_snd/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/orchestration/component1/CMakeLists.txt +%%DATADIR%%/samples/cpp/orchestration/component1/src/component1.cpp +%%DATADIR%%/samples/cpp/orchestration/component1/src/protobuf/component.proto +%%DATADIR%%/samples/cpp/orchestration/component1/src/protobuf/orchestrator.proto +%%DATADIR%%/samples/cpp/orchestration/component2/CMakeLists.txt +%%DATADIR%%/samples/cpp/orchestration/component2/src/component2.cpp +%%DATADIR%%/samples/cpp/orchestration/component2/src/protobuf/component.proto +%%DATADIR%%/samples/cpp/orchestration/component2/src/protobuf/orchestrator.proto +%%DATADIR%%/samples/cpp/orchestration/orchestrator/CMakeLists.txt +%%DATADIR%%/samples/cpp/orchestration/orchestrator/src/orchestrator.cpp +%%DATADIR%%/samples/cpp/orchestration/orchestrator/src/protobuf/orchestrator.proto +%%DATADIR%%/samples/cpp/performance/dynsize_snd/CMakeLists.txt +%%DATADIR%%/samples/cpp/performance/dynsize_snd/src/dynsize_snd.cpp +%%DATADIR%%/samples/cpp/performance/performance_rec/CMakeLists.txt +%%DATADIR%%/samples/cpp/performance/performance_rec/src/performance_rec.cpp +%%DATADIR%%/samples/cpp/performance/performance_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/cpp/performance/performance_rec_cb/src/performance_rec_cb.cpp +%%DATADIR%%/samples/cpp/performance/performance_snd/CMakeLists.txt +%%DATADIR%%/samples/cpp/performance/performance_snd/src/performance_snd.cpp +%%DATADIR%%/samples/cpp/performance/pubsub_throughput/CMakeLists.txt +%%DATADIR%%/samples/cpp/performance/pubsub_throughput/src/pubsub_throughput.cpp +%%DATADIR%%/samples/cpp/person/person_rec/CMakeLists.txt +%%DATADIR%%/samples/cpp/person/person_rec/src/person_rec.cpp +%%DATADIR%%/samples/cpp/person/person_rec/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/person/person_rec/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/person/person_rec/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/person/person_rec_events/CMakeLists.txt +%%DATADIR%%/samples/cpp/person/person_rec_events/src/person_rec_events.cpp +%%DATADIR%%/samples/cpp/person/person_rec_events/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/person/person_rec_events/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/person/person_rec_events/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/person/person_rec_lambda_in_class/CMakeLists.txt +%%DATADIR%%/samples/cpp/person/person_rec_lambda_in_class/include/addressbook.h +%%DATADIR%%/samples/cpp/person/person_rec_lambda_in_class/src/addressbook.cpp +%%DATADIR%%/samples/cpp/person/person_rec_lambda_in_class/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/person/person_rec_lambda_in_class/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/person/person_rec_lambda_in_class/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/person/person_snd/CMakeLists.txt +%%DATADIR%%/samples/cpp/person/person_snd/src/person_snd.cpp +%%DATADIR%%/samples/cpp/person/person_snd/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/person/person_snd/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/person/person_snd/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/person/person_snd_dyn/CMakeLists.txt +%%DATADIR%%/samples/cpp/person/person_snd_dyn/src/person_snd_dyn.cpp +%%DATADIR%%/samples/cpp/person/person_snd_dyn/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/person/person_snd_dyn/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/person/person_snd_dyn/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/person/person_snd_events/CMakeLists.txt +%%DATADIR%%/samples/cpp/person/person_snd_events/src/person_snd_events.cpp +%%DATADIR%%/samples/cpp/person/person_snd_events/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/person/person_snd_events/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/person/person_snd_events/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/person/person_snd_inproc/CMakeLists.txt +%%DATADIR%%/samples/cpp/person/person_snd_inproc/src/person_snd_inproc.cpp +%%DATADIR%%/samples/cpp/person/person_snd_inproc/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/person/person_snd_inproc/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/person/person_snd_inproc/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/person/person_snd_multicast/CMakeLists.txt +%%DATADIR%%/samples/cpp/person/person_snd_multicast/src/person_snd_multicast.cpp +%%DATADIR%%/samples/cpp/person/person_snd_multicast/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/person/person_snd_multicast/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/person/person_snd_multicast/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/person/person_snd_tcp/CMakeLists.txt +%%DATADIR%%/samples/cpp/person/person_snd_tcp/src/person_snd_tcp.cpp +%%DATADIR%%/samples/cpp/person/person_snd_tcp/src/protobuf/animal.proto +%%DATADIR%%/samples/cpp/person/person_snd_tcp/src/protobuf/house.proto +%%DATADIR%%/samples/cpp/person/person_snd_tcp/src/protobuf/person.proto +%%DATADIR%%/samples/cpp/pingpong/ping/CMakeLists.txt +%%DATADIR%%/samples/cpp/pingpong/ping/src/ping.cpp +%%DATADIR%%/samples/cpp/pingpong/pong/CMakeLists.txt +%%DATADIR%%/samples/cpp/pingpong/pong/src/pong.cpp +%%DATADIR%%/samples/cpp/player_stepper/CMakeLists.txt +%%DATADIR%%/samples/cpp/player_stepper/src/ecal_stepper.cpp +%%DATADIR%%/samples/cpp/services/ecalplayer_client/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/ecalplayer_client/src/ecalplayer_client.cpp +%%DATADIR%%/samples/cpp/services/ecalplayer_gui_client/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/ecalplayer_gui_client/src/ecalplayer_gui_client.cpp +%%DATADIR%%/samples/cpp/services/ecalplayer_gui_client/src/ecalplayer_gui_client.h +%%DATADIR%%/samples/cpp/services/ecalplayer_gui_client/src/main.cpp +%%DATADIR%%/samples/cpp/services/ecalplayer_gui_client/src/main_window.ui +%%DATADIR%%/samples/cpp/services/ecalsys_client/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/ecalsys_client/src/ecalsys_client.cpp +%%DATADIR%%/samples/cpp/services/latency_client/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/latency_client/src/latency_client.cpp +%%DATADIR%%/samples/cpp/services/latency_server/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/latency_server/src/latency_server.cpp +%%DATADIR%%/samples/cpp/services/math_client/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/math_client/src/math_client.cpp +%%DATADIR%%/samples/cpp/services/math_client/src/protobuf/math.proto +%%DATADIR%%/samples/cpp/services/math_server/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/math_server/src/math_server.cpp +%%DATADIR%%/samples/cpp/services/math_server/src/protobuf/math.proto +%%DATADIR%%/samples/cpp/services/minimal_client/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/minimal_client/src/minimal_client.cpp +%%DATADIR%%/samples/cpp/services/minimal_server/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/minimal_server/src/minimal_server.cpp +%%DATADIR%%/samples/cpp/services/ping_client/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/ping_client/src/ping_client.cpp +%%DATADIR%%/samples/cpp/services/ping_client/src/protobuf/ping.proto +%%DATADIR%%/samples/cpp/services/ping_client_dyn/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/ping_client_dyn/src/ping_client_dyn.cpp +%%DATADIR%%/samples/cpp/services/ping_client_dyn/src/proto_json_conv.cpp +%%DATADIR%%/samples/cpp/services/ping_client_dyn/src/proto_json_conv.h +%%DATADIR%%/samples/cpp/services/ping_server/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/ping_server/src/ping_server.cpp +%%DATADIR%%/samples/cpp/services/ping_server/src/protobuf/ping.proto +%%DATADIR%%/samples/cpp/services/rec_client_service_cli/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/rec_client_service_cli/src/ecalrecorder_client.cpp +%%DATADIR%%/samples/cpp/services/rec_client_service_gui/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/rec_client_service_gui/src/EcalrecGuiClient.cpp +%%DATADIR%%/samples/cpp/services/rec_client_service_gui/src/EcalrecGuiClient.h +%%DATADIR%%/samples/cpp/services/rec_client_service_gui/src/MainWindow.ui +%%DATADIR%%/samples/cpp/services/rec_client_service_gui/src/main.cpp +%%DATADIR%%/samples/cpp/services/rec_server_service_gui/CMakeLists.txt +%%DATADIR%%/samples/cpp/services/rec_server_service_gui/src/main.cpp +%%DATADIR%%/samples/cpp/services/rec_server_service_gui/src/rec_server_service_gui.cpp +%%DATADIR%%/samples/cpp/services/rec_server_service_gui/src/rec_server_service_gui.h +%%DATADIR%%/samples/cpp/services/rec_server_service_gui/src/rec_server_service_gui.ui +%%DATADIR%%/samples/csharp/minimal/minimal_rec/CMakeLists.txt +%%DATADIR%%/samples/csharp/minimal/minimal_rec/minimal_rec.cs +%%DATADIR%%/samples/csharp/minimal/minimal_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/csharp/minimal/minimal_rec_cb/minimal_rec_cb.cs +%%DATADIR%%/samples/csharp/minimal/minimal_snd/CMakeLists.txt +%%DATADIR%%/samples/csharp/minimal/minimal_snd/minimal_snd.cs +%%DATADIR%%/samples/csharp/person/person_rec/CMakeLists.txt +%%DATADIR%%/samples/csharp/person/person_rec/person_rec.cs +%%DATADIR%%/samples/csharp/person/person_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/csharp/person/person_rec_cb/person_rec_cb.cs +%%DATADIR%%/samples/csharp/person/person_rec_json_cb/CMakeLists.txt +%%DATADIR%%/samples/csharp/person/person_rec_json_cb/person_rec_json_cb.cs +%%DATADIR%%/samples/csharp/person/person_snd/CMakeLists.txt +%%DATADIR%%/samples/csharp/person/person_snd/person_snd.cs +%%DATADIR%%/samples/csharp/person/protobuf/Animal.cs +%%DATADIR%%/samples/csharp/person/protobuf/CMakeLists.txt +%%DATADIR%%/samples/csharp/person/protobuf/House.cs +%%DATADIR%%/samples/csharp/person/protobuf/Person.cs +%%DATADIR%%/samples/csharp/person/protobuf/animal.proto +%%DATADIR%%/samples/csharp/person/protobuf/house.proto +%%DATADIR%%/samples/csharp/person/protobuf/packages.config.in +%%DATADIR%%/samples/csharp/person/protobuf/person.proto +%%DATADIR%%/samples/data/person/person.hdf5 +%%DATADIR%%/samples/python/_protobuf/animal.proto +%%DATADIR%%/samples/python/_protobuf/animal_pb2.py +%%DATADIR%%/samples/python/_protobuf/house.proto +%%DATADIR%%/samples/python/_protobuf/house_pb2.py +%%DATADIR%%/samples/python/_protobuf/person.proto +%%DATADIR%%/samples/python/_protobuf/person_pb2.py +%%DATADIR%%/samples/python/ecalhdf5_rw/CMakeLists.txt +%%DATADIR%%/samples/python/ecalhdf5_rw/ecalhdf5_rw.py +%%DATADIR%%/samples/python/ecalhdf5_rw/ecalhdf5_rw.pyproj +%%DATADIR%%/samples/python/latency_rec/CMakeLists.txt +%%DATADIR%%/samples/python/latency_rec/latency_rec.py +%%DATADIR%%/samples/python/latency_rec/latency_rec.pyproj +%%DATADIR%%/samples/python/latency_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/python/latency_rec_cb/latency_rec_cb.py +%%DATADIR%%/samples/python/latency_rec_cb/latency_rec_cb.pyproj +%%DATADIR%%/samples/python/latency_snd/CMakeLists.txt +%%DATADIR%%/samples/python/latency_snd/latency_snd.py +%%DATADIR%%/samples/python/latency_snd/latency_snd.pyproj +%%DATADIR%%/samples/python/measurement_read/CMakeLists.txt +%%DATADIR%%/samples/python/measurement_read/measurement_read.py +%%DATADIR%%/samples/python/measurement_read/measurement_read.pyproj +%%DATADIR%%/samples/python/minimal_rec/CMakeLists.txt +%%DATADIR%%/samples/python/minimal_rec/minimal_rec.py +%%DATADIR%%/samples/python/minimal_rec/minimal_rec.pyproj +%%DATADIR%%/samples/python/minimal_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/python/minimal_rec_cb/minimal_rec_cb.py +%%DATADIR%%/samples/python/minimal_rec_cb/minimal_rec_cb.pyproj +%%DATADIR%%/samples/python/minimal_service/CMakeLists.txt +%%DATADIR%%/samples/python/minimal_service/minimal_service.pyproj +%%DATADIR%%/samples/python/minimal_service/minimal_service_client.py +%%DATADIR%%/samples/python/minimal_service/minimal_service_server.py +%%DATADIR%%/samples/python/minimal_snd/CMakeLists.txt +%%DATADIR%%/samples/python/minimal_snd/minimal_snd.py +%%DATADIR%%/samples/python/minimal_snd/minimal_snd.pyproj +%%DATADIR%%/samples/python/monitoring/CMakeLists.txt +%%DATADIR%%/samples/python/monitoring/monitoring.py +%%DATADIR%%/samples/python/monitoring/monitoring.pyproj +%%DATADIR%%/samples/python/person_rec/CMakeLists.txt +%%DATADIR%%/samples/python/person_rec/person_rec.py +%%DATADIR%%/samples/python/person_rec/person_rec.pyproj +%%DATADIR%%/samples/python/person_rec_cb/CMakeLists.txt +%%DATADIR%%/samples/python/person_rec_cb/person_rec_cb.py +%%DATADIR%%/samples/python/person_rec_cb/person_rec_cb.pyproj +%%DATADIR%%/samples/python/person_rec_json/CMakeLists.txt +%%DATADIR%%/samples/python/person_rec_json/person_rec_json.py +%%DATADIR%%/samples/python/person_rec_json/person_rec_json.pyproj +%%DATADIR%%/samples/python/person_snd/CMakeLists.txt +%%DATADIR%%/samples/python/person_snd/person_snd.py +%%DATADIR%%/samples/python/person_snd/person_snd.pyproj +share/icons/Humanity/scalable/mimetypes/application-ecalmeas.svg +share/icons/Humanity/scalable/mimetypes/application-ecalrec.svg +share/icons/Humanity/scalable/mimetypes/application-ecalsys.svg +share/icons/hicolor/256x256/apps/ecal_launcher.png +share/icons/hicolor/256x256/apps/ecal_mon_gui.png +share/icons/hicolor/256x256/apps/ecal_play_gui.png +share/icons/hicolor/256x256/apps/ecal_rec_gui.png +share/icons/hicolor/256x256/apps/ecal_sys_gui.png +share/mime/packages/ecal-play.xml +share/mime/packages/ecal-rec.xml +share/mime/packages/ecal-sys.xml diff --git a/net/fb303/Makefile b/net/fb303/Makefile index 2f29209c9f6b..833db61135dc 100644 --- a/net/fb303/Makefile +++ b/net/fb303/Makefile @@ -1,6 +1,6 @@ PORTNAME= fb303 DISTVERSIONPREFIX= v -DISTVERSION= 2023.01.02.00 +DISTVERSION= 2023.01.09.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fb303/distinfo b/net/fb303/distinfo index b9b0133089f6..8bb6406f7c01 100644 --- a/net/fb303/distinfo +++ b/net/fb303/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672685889 -SHA256 (facebook-fb303-v2023.01.02.00_GH0.tar.gz) = 260cdac75d109ef042f6de145082f7b80d367b9947c2eb4f09446568efab9564 -SIZE (facebook-fb303-v2023.01.02.00_GH0.tar.gz) = 240532 +TIMESTAMP = 1673298702 +SHA256 (facebook-fb303-v2023.01.09.00_GH0.tar.gz) = 674e870c69f0110acc92dde582f1979d745a8a523bcd46d671fb317b3e86175f +SIZE (facebook-fb303-v2023.01.09.00_GH0.tar.gz) = 240914 diff --git a/net/frr8/Makefile b/net/frr8/Makefile index c62c970eaf56..112495dc8628 100644 --- a/net/frr8/Makefile +++ b/net/frr8/Makefile @@ -36,7 +36,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/tools/etc/frr/support_bundle_commands.conf ${STAGEDIR}${ETCDIR}/ .else -BUILD_DEPENDS= gawk:lang/gawk LIB_DEPENDS= libjson-c.so:devel/json-c \ libyang.so.2:net/libyang2 \ libcares.so:dns/c-ares \ diff --git a/net/nebula/Makefile b/net/nebula/Makefile deleted file mode 100644 index c996edf1ba70..000000000000 --- a/net/nebula/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= nebula -DISTVERSIONPREFIX= v -DISTVERSION= 1.6.1 -CATEGORIES= net - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Scalable overlay networking tool -WWW= https://github.com/slackhq/nebula - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= go:modules - -GO_MODULE= github.com/slackhq/nebula -GO_TARGET= ./cmd/${PORTNAME} - -PLIST_FILES= bin/${PORTNAME} - -.include diff --git a/net/nebula/distinfo b/net/nebula/distinfo deleted file mode 100644 index 1c261f132703..000000000000 --- a/net/nebula/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1673258645 -SHA256 (go/net_nebula/nebula-v1.6.1/v1.6.1.mod) = b555f4be50246ff2d5373474de23bffccbea76514879dc2400fc5031cde73c3c -SIZE (go/net_nebula/nebula-v1.6.1/v1.6.1.mod) = 2042 -SHA256 (go/net_nebula/nebula-v1.6.1/v1.6.1.zip) = d0e28bf9e41484276be9da78530b1ba97b87fdd6b624fe4fd31505c4c12d0afe -SIZE (go/net_nebula/nebula-v1.6.1/v1.6.1.zip) = 1059841 diff --git a/net/nebula/pkg-descr b/net/nebula/pkg-descr deleted file mode 100644 index 702dd3763918..000000000000 --- a/net/nebula/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Nebula is a scalable overlay networking tool with a focus on performance, -simplicity and security. It lets you seamlessly connect computers anywhere -in the world. Nebula is portable, and runs on Linux, OSX, Windows, iOS, and -Android. It can be used to connect a small number of computers, but is also -able to connect tens of thousands of computers. - -Nebula incorporates a number of existing concepts like encryption, security -groups, certificates, and tunneling, and each of those individual pieces -existed before Nebula in various forms. What makes Nebula different to existing -offerings is that it brings all of these ideas together, resulting in a sum that -is greater than its individual parts. diff --git a/net/py-cloudscraper/Makefile b/net/py-cloudscraper/Makefile index 3c47ac3c9853..f8eb156f3d20 100644 --- a/net/py-cloudscraper/Makefile +++ b/net/py-cloudscraper/Makefile @@ -1,5 +1,5 @@ PORTNAME= cloudscraper -DISTVERSION= 1.2.66 +DISTVERSION= 1.2.68 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-cloudscraper/distinfo b/net/py-cloudscraper/distinfo index 03238719e267..8de2a01cb16e 100644 --- a/net/py-cloudscraper/distinfo +++ b/net/py-cloudscraper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669216076 -SHA256 (cloudscraper-1.2.66.tar.gz) = 5f0cde23774270e8a092de68e0fbd68e17854c767fc2d4042a91bda9e4816871 -SIZE (cloudscraper-1.2.66.tar.gz) = 93912 +TIMESTAMP = 1673341032 +SHA256 (cloudscraper-1.2.68.tar.gz) = 4d02aceffa90abd4dabc75b79bafa31636309baa7c0f2ee665e2d345aadb8863 +SIZE (cloudscraper-1.2.68.tar.gz) = 93903 diff --git a/net/py-maxminddb/Makefile b/net/py-maxminddb/Makefile index f21f7756a5c0..a15222f3a8b3 100644 --- a/net/py-maxminddb/Makefile +++ b/net/py-maxminddb/Makefile @@ -1,6 +1,7 @@ PORTNAME= maxminddb PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net python geography PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb -USES= compiler:c11 localbase python:3.6+ +USES= compiler:c11 localbase python:3.7+ USE_GITHUB= yes GH_ACCOUNT= maxmind GH_PROJECT= MaxMind-DB-Reader-python +GH_TAGNAME= d8accfe USE_PYTHON= autoplist distutils diff --git a/net/py-maxminddb/distinfo b/net/py-maxminddb/distinfo index 49eba332afc7..e4daaec2f9d1 100644 --- a/net/py-maxminddb/distinfo +++ b/net/py-maxminddb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665494901 -SHA256 (maxmind-MaxMind-DB-Reader-python-v2.2.0_GH0.tar.gz) = 3aefbd555988008f4eef7f27f385fa38dd6ede280777ce91309c9545ca56dd11 -SIZE (maxmind-MaxMind-DB-Reader-python-v2.2.0_GH0.tar.gz) = 35121 +TIMESTAMP = 1673278896 +SHA256 (maxmind-MaxMind-DB-Reader-python-v2.2.0-d8accfe_GH0.tar.gz) = 8c4c61fe1589fa4d4a6c30e994f30b68dec514ed7a0db6fb72513233a68f0cbf +SIZE (maxmind-MaxMind-DB-Reader-python-v2.2.0-d8accfe_GH0.tar.gz) = 35743 diff --git a/net/wangle/Makefile b/net/wangle/Makefile index 7ab56e942329..03d9523c312f 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2023.01.02.00 +DISTVERSION= 2023.01.09.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/distinfo b/net/wangle/distinfo index 546dbf9331bc..aaabe8b5b3d2 100644 --- a/net/wangle/distinfo +++ b/net/wangle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672685882 -SHA256 (facebook-wangle-v2023.01.02.00_GH0.tar.gz) = e62e867ed9677ce6eb527961df2d4e2f750238959e8cfd297ad0a3aa84000d27 -SIZE (facebook-wangle-v2023.01.02.00_GH0.tar.gz) = 338555 +TIMESTAMP = 1673298693 +SHA256 (facebook-wangle-v2023.01.09.00_GH0.tar.gz) = a3c5697d948d893ca9c8704b1ff1fde4324c1501f98806492682ced26b71b2a9 +SIZE (facebook-wangle-v2023.01.09.00_GH0.tar.gz) = 339187 diff --git a/science/afni/Makefile b/science/afni/Makefile index bd60647896e8..092c4f4b8b0f 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 22.3.07 +DISTVERSION= 23.0.00 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index 861e47abb51f..0a62818512e1 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670099590 -SHA256 (afni-afni-AFNI_22.3.07_GH0.tar.gz) = f807d054a1f3f0bdba7a4096ce22e68047817673a234ab87ca3c1f00ea7b8407 -SIZE (afni-afni-AFNI_22.3.07_GH0.tar.gz) = 52624089 +TIMESTAMP = 1673109196 +SHA256 (afni-afni-AFNI_23.0.00_GH0.tar.gz) = df82056ba78a77572a4065a6c3dc6788fe0b82f7b09b792561c7741953a04476 +SIZE (afni-afni-AFNI_23.0.00_GH0.tar.gz) = 52636683 diff --git a/science/afni/pkg-plist b/science/afni/pkg-plist index 252f52dd0e57..0f4a7e45a254 100644 --- a/science/afni/pkg-plist +++ b/science/afni/pkg-plist @@ -595,6 +595,7 @@ bin/imrotate bin/imstack bin/imstat bin/imupsam +bin/init_user_dotfiles.py bin/inspec bin/lesion_align bin/make_pq_script.py diff --git a/science/elk/Makefile b/science/elk/Makefile index 3696349faf84..39ab943faf65 100644 --- a/science/elk/Makefile +++ b/science/elk/Makefile @@ -1,5 +1,5 @@ PORTNAME= elk -DISTVERSION= 8.6.7 +DISTVERSION= 8.7.2 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/ PKGNAMESUFFIX= -chemistry diff --git a/science/elk/distinfo b/science/elk/distinfo index 0d3f3d1db8b0..d93f6ccd1397 100644 --- a/science/elk/distinfo +++ b/science/elk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670840855 -SHA256 (elk-chemistry/elk-8.6.7.tgz) = d685be1a8e401875646c80204addcdd6b93952ab8d1e821d512be903b38479a4 -SIZE (elk-chemistry/elk-8.6.7.tgz) = 3764657 +TIMESTAMP = 1673325048 +SHA256 (elk-chemistry/elk-8.7.2.tgz) = 09019595429c549922e8b949abf49f0b4f63f10a2f15d91c2d6f9162152a622d +SIZE (elk-chemistry/elk-8.7.2.tgz) = 3755821 diff --git a/science/elk/files/patch-src_Makefile b/science/elk/files/patch-src_Makefile index 737384e87c1d..c353de20dea0 100644 --- a/science/elk/files/patch-src_Makefile +++ b/science/elk/files/patch-src_Makefile @@ -1,11 +1,11 @@ ---- src/Makefile.orig 2022-12-12 11:05:38 UTC +--- src/Makefile.orig 2023-01-08 13:02:32 UTC +++ src/Makefile @@ -91,7 +91,7 @@ SRC_main1 = \ rfcopy.f90 rhomagv.f90 eveqn.f90 genffacgp.f90 unitary.f90 zmdet.f90 \ rfmtftoc.f90 zminv.f90 symrf.f90 genvmat.f90 writeeval.f90 mixerifc.f90 \ splinew.f90 nfftifc.f90 batchdv.f90 readevalsv.f90 readoccsv.f90 z2mm.f90 \ -- z2mctm.f90 z2mmct.f90 zmctmu.f90 zmctm.f90 -+ z2mctm.f90 z2mmct.f90 zmctmu.f90 zmctm.f90 mkl_stub.f90 +- z2mctm.f90 z2mmct.f90 zmctmu.f90 zmctm.f90 rzmctmu.f90 ++ z2mctm.f90 z2mmct.f90 zmctmu.f90 zmctm.f90 rzmctmu.f90 mkl_stub.f90 SRC_main = $(SRC_main0) $(SRC_main1) diff --git a/science/lammps/Makefile b/science/lammps/Makefile index df87211d0985..44cc90b0d31b 100644 --- a/science/lammps/Makefile +++ b/science/lammps/Makefile @@ -1,6 +1,6 @@ PORTNAME= lammps PORTVERSION= ${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/S/_update/./} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -63,7 +63,7 @@ EXCEPTIONS_DESC= Enable the use of C++ exceptions EXCEPTIONS_CMAKE_BOOL= LAMMPS_EXCEPTIONS MPI_CMAKE_BOOL= BUILD_MPI PKG_MPIIO -MPI_LIB_DEPENDS= libmpi.so:net/mpich +MPI_LIB_DEPENDS= libmpi.so:net/openmpi MPI_USES= compiler:c11 FFMPEG_CMAKE_BOOL= WITH_FFMPEG diff --git a/science/mmtf-cpp/Makefile b/science/mmtf-cpp/Makefile index 01db9e8db41f..fa17eaebe812 100644 --- a/science/mmtf-cpp/Makefile +++ b/science/mmtf-cpp/Makefile @@ -30,6 +30,8 @@ post-patch: # correct paths of test data to be accessible to the test executable s|\.\./submodules/mmtf_spec|${WRKSRC}/submodules/mmtf_spec|g; \ s|\.\./temporary_test_data|${WRKSRC}/temporary_test_data|g' \ ${WRKSRC}/tests/mmtf_tests.cpp + @${REINPLACE_CMD} -e '/find_package/s|msgpack|msgpackc-cxx|' \ + ${WRKSRC}/CMakeLists.txt do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} include ${STAGEDIR}${PREFIX} diff --git a/science/silo/files/patch-git-commit-be29ddf b/science/silo/files/patch-git-commit-be29ddf new file mode 100644 index 000000000000..fba494b0b956 --- /dev/null +++ b/science/silo/files/patch-git-commit-be29ddf @@ -0,0 +1,44 @@ +commit be29ddf0352bc8e5a7eecc8772a3acb64dfde18c +Author: miller86 +Date: Fri Dec 2 19:00:20 2022 -0800 + + fix obj-case-macro + +diff --git src/hdf5_drv/silo_hdf5.c src/hdf5_drv/silo_hdf5.c +index 17af250..c45d689 100644 +--- src/hdf5_drv/silo_hdf5.c ++++ src/hdf5_drv/silo_hdf5.c +@@ -1809,7 +1809,7 @@ db_hdf5_cwg(DBfile *_dbfile) + *dscount = m.MEMCNT; \ + *dsnames = (char **) calloc(*dscount, sizeof(char**)); \ + for (i = 0; i < *dscount; i++) \ +- (*dsnames)[i] = strdup(m.MEMNAME[i]); \ ++ (*dsnames)[i] = strdup(m.MEMNAME); \ + break; \ + } + +@@ -1857,15 +1857,15 @@ db_hdf5_get_obj_dsnames(DBfile *_dbfile, char const *name, int *dscount, char ** + + switch(_objtype) + { +- DB_OBJ_CASE(DB_QUADVAR, DBquadvar_mt, nvals, value) +- /*DB_OBJ_CASE(DB_QUAD_RECT, DBquadmesh_mt, nspace, coord) wont work for rect case */ +- DB_OBJ_CASE(DB_QUAD_CURV, DBquadmesh_mt, nspace, coord) +- DB_OBJ_CASE(DB_QUADMESH, DBquadmesh_mt, nspace, coord) +- DB_OBJ_CASE(DB_UCDVAR, DBucdvar_mt, nvals, value) +- DB_OBJ_CASE(DB_UCDMESH, DBucdmesh_mt, ndims, coord) +- DB_OBJ_CASE(DB_POINTVAR, DBpointvar_mt, nvals, data) +- DB_OBJ_CASE(DB_POINTMESH, DBpointmesh_mt, ndims, coord) +- DB_OBJ_CASE(DB_CSGVAR, DBcsgvar_mt, nvals, vals) ++ DB_OBJ_CASE(DB_QUADVAR, DBquadvar_mt, nvals, value[i]) ++ /*DB_OBJ_CASE(DB_QUAD_RECT, DBquadmesh_mt, nspace, coord[i]) wont work for rect case */ ++ DB_OBJ_CASE(DB_QUAD_CURV, DBquadmesh_mt, nspace, coord[i]) ++ DB_OBJ_CASE(DB_QUADMESH, DBquadmesh_mt, nspace, coord[i]) ++ DB_OBJ_CASE(DB_UCDVAR, DBucdvar_mt, nvals, value[i]) ++ DB_OBJ_CASE(DB_UCDMESH, DBucdmesh_mt, ndims, coord[i]) ++ DB_OBJ_CASE(DB_POINTVAR, DBpointvar_mt, nvals, data[i]) ++ DB_OBJ_CASE(DB_POINTMESH, DBpointmesh_mt, ndims, coord[i]) ++ DB_OBJ_CASE(DB_CSGVAR, DBcsgvar_mt, nvals, vals[i]) + DB_OBJ_CASE(DB_CURVE, DBcurve_mt, npts?1:1, yvarname) + } + H5Tclose(o); diff --git a/security/Makefile b/security/Makefile index 34524905156a..821d924775a0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -247,6 +247,7 @@ SUBDIR += keychain SUBDIR += keynote SUBDIR += keyprint + SUBDIR += keysmith SUBDIR += kf5-kdesu SUBDIR += kgpg SUBDIR += kickpass diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index d22df4b8fb59..a3579dc376b9 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,5 +1,5 @@ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2022.12.22.01 +PORTVERSION= 0.0.0.0.2023.01.09.01 CATEGORIES= security MAINTAINER= osa@FreeBSD.org @@ -19,7 +19,7 @@ CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 31bad25 +GH_TAGNAME= f8a10ee GH_TUPLE= golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \ golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \ golang:sys:04245dca01da:golang_sys/vendor/golang.org/x/sys \ diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index 5348fbd0862e..2847559b90b4 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1672156969 -SHA256 (google-boringssl-0.0.0.0.2022.12.22.01-31bad25_GH0.tar.gz) = 356f891e610df32762d358fb2fa438d83d94afc4b193822c4ec089933c93247a -SIZE (google-boringssl-0.0.0.0.2022.12.22.01-31bad25_GH0.tar.gz) = 30997247 +TIMESTAMP = 1673361619 +SHA256 (google-boringssl-0.0.0.0.2023.01.09.01-f8a10ee_GH0.tar.gz) = 4f1e43df680211424a784cea3dce67a004f4ab7e79e6f30084c89a7c894fae22 +SIZE (google-boringssl-0.0.0.0.2023.01.09.01-f8a10ee_GH0.tar.gz) = 30996939 SHA256 (golang-crypto-c07d793c2f9a_GH0.tar.gz) = bd1e0856c43287c6ebd20d59e2b4f2ffa91c5cc275dbb02bb2cfc822e6dc18a4 SIZE (golang-crypto-c07d793c2f9a_GH0.tar.gz) = 1732023 SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d diff --git a/security/dehydrated/pkg-plist b/security/dehydrated/pkg-plist index 7e8620d0cc4e..cfb377cbf850 100644 --- a/security/dehydrated/pkg-plist +++ b/security/dehydrated/pkg-plist @@ -1,8 +1,18 @@ bin/dehydrated -man/man1/dehydrated.1.gz @sample %%ETCDIR%%/config.sample @sample %%ETCDIR%%/domains.txt.sample @sample %%ETCDIR%%/hook.sh.sample etc/periodic/weekly/000.dehydrated +man/man1/dehydrated.1.gz +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/dns-verification.md +%%PORTDOCS%%%%DOCSDIR%%/domains_txt.md +%%PORTDOCS%%%%DOCSDIR%%/ecc.md +%%PORTDOCS%%%%DOCSDIR%%/hook_chain.md +%%PORTDOCS%%%%DOCSDIR%%/per-certificate-config.md +%%PORTDOCS%%%%DOCSDIR%%/staging.md +%%PORTDOCS%%%%DOCSDIR%%/tls-alpn.md +%%PORTDOCS%%%%DOCSDIR%%/troubleshooting.md +%%PORTDOCS%%%%DOCSDIR%%/wellknown.md @dir %%ETCDIR%%/.acme-challenges @dir %%WWWDIR%% diff --git a/security/fizz/Makefile b/security/fizz/Makefile index 0a5a09eb7fef..029b767ddbdd 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,6 @@ PORTNAME= fizz DISTVERSIONPREFIX= v -DISTVERSION= 2023.01.02.00 +DISTVERSION= 2023.01.09.00 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/distinfo b/security/fizz/distinfo index 5d1542755b2e..ca34cb8947ea 100644 --- a/security/fizz/distinfo +++ b/security/fizz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672685880 -SHA256 (facebookincubator-fizz-v2023.01.02.00_GH0.tar.gz) = 34f93cb6f666f6ccec4fab97090ae51101f3b7bf66a34c3ee7f55d21e9c8e2d7 -SIZE (facebookincubator-fizz-v2023.01.02.00_GH0.tar.gz) = 648829 +TIMESTAMP = 1673298692 +SHA256 (facebookincubator-fizz-v2023.01.09.00_GH0.tar.gz) = 0438cd4dd33938abaa6acb35bcb96375978e016d282244fc149d1470db1a05f8 +SIZE (facebookincubator-fizz-v2023.01.09.00_GH0.tar.gz) = 649195 diff --git a/security/keysmith/Makefile b/security/keysmith/Makefile new file mode 100644 index 000000000000..7d1035d3ee57 --- /dev/null +++ b/security/keysmith/Makefile @@ -0,0 +1,21 @@ +PORTNAME= keysmith +DISTVERSION= 22.11 +CATEGORIES= security kde +MASTER_SITES= KDE/stable/plasma-mobile/${DISTVERSION}/ + +MAINTAINER= kde@FreeBSD.org +COMMENT= Application to generate two-factor authentication tokens +WWW= https://invent.kde.org/utilities/keysmith + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libsodium.so:security/libsodium + +USES= cmake desktop-file-utils gettext kde:5 pkgconfig qt:5 tar:xz xorg +USE_KDE= dbusaddons ecm i18n kirigami2 windowsystem +USE_QT= concurrent core dbus declarative gui network quickcontrols2 svg widgets \ + buildtools:build qmake:build +USE_XORG= x11 + +.include diff --git a/security/keysmith/distinfo b/security/keysmith/distinfo new file mode 100644 index 000000000000..1a56490e0cf5 --- /dev/null +++ b/security/keysmith/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1673357992 +SHA256 (keysmith-22.11.tar.xz) = 65365cf3ec639d092206dbf1db0079c423a94cde5d59a917b3db0334f9d335aa +SIZE (keysmith-22.11.tar.xz) = 158952 diff --git a/security/keysmith/pkg-descr b/security/keysmith/pkg-descr new file mode 100644 index 000000000000..66a045a63edf --- /dev/null +++ b/security/keysmith/pkg-descr @@ -0,0 +1,3 @@ +Keysmith is an application to generate two-factor authentication (2FA) tokens +when logging in to your (online) accounts. Currently it supports both HOTP and +TOTP tokens. diff --git a/security/keysmith/pkg-plist b/security/keysmith/pkg-plist new file mode 100644 index 000000000000..f835294f5fda --- /dev/null +++ b/security/keysmith/pkg-plist @@ -0,0 +1,33 @@ +bin/keysmith +share/applications/org.kde.keysmith.desktop +share/icons/hicolor/scalable/apps/keysmith.svg +share/locale/ca/LC_MESSAGES/keysmith.mo +share/locale/ca@valencia/LC_MESSAGES/keysmith.mo +share/locale/cs/LC_MESSAGES/keysmith.mo +share/locale/de/LC_MESSAGES/keysmith.mo +share/locale/en_GB/LC_MESSAGES/keysmith.mo +share/locale/es/LC_MESSAGES/keysmith.mo +share/locale/et/LC_MESSAGES/keysmith.mo +share/locale/fi/LC_MESSAGES/keysmith.mo +share/locale/fr/LC_MESSAGES/keysmith.mo +share/locale/hu/LC_MESSAGES/keysmith.mo +share/locale/ia/LC_MESSAGES/keysmith.mo +share/locale/it/LC_MESSAGES/keysmith.mo +share/locale/ka/LC_MESSAGES/keysmith.mo +share/locale/ko/LC_MESSAGES/keysmith.mo +share/locale/nl/LC_MESSAGES/keysmith.mo +share/locale/nn/LC_MESSAGES/keysmith.mo +share/locale/pa/LC_MESSAGES/keysmith.mo +share/locale/pl/LC_MESSAGES/keysmith.mo +share/locale/pt/LC_MESSAGES/keysmith.mo +share/locale/pt_BR/LC_MESSAGES/keysmith.mo +share/locale/ro/LC_MESSAGES/keysmith.mo +share/locale/ru/LC_MESSAGES/keysmith.mo +share/locale/sk/LC_MESSAGES/keysmith.mo +share/locale/sl/LC_MESSAGES/keysmith.mo +share/locale/sv/LC_MESSAGES/keysmith.mo +share/locale/tr/LC_MESSAGES/keysmith.mo +share/locale/uk/LC_MESSAGES/keysmith.mo +share/locale/zh_CN/LC_MESSAGES/keysmith.mo +share/locale/zh_TW/LC_MESSAGES/keysmith.mo +share/metainfo/org.kde.keysmith.appdata.xml diff --git a/security/seal/Makefile b/security/seal/Makefile index 271cd28a848c..a4b0239f215a 100644 --- a/security/seal/Makefile +++ b/security/seal/Makefile @@ -1,5 +1,5 @@ PORTNAME= seal -DISTVERSION= 4.0.0 +DISTVERSION= 4.1.1 CATEGORIES= security MAINTAINER= lwhsu@FreeBSD.org diff --git a/security/seal/distinfo b/security/seal/distinfo index fcfa8e550adc..7aa83707ddb6 100644 --- a/security/seal/distinfo +++ b/security/seal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647580311 -SHA256 (Microsoft-SEAL-4.0.0_GH0.tar.gz) = 616653498ba8f3e0cd23abef1d451c6e161a63bd88922f43de4b3595348b5c7e -SIZE (Microsoft-SEAL-4.0.0_GH0.tar.gz) = 612928 +TIMESTAMP = 1673347962 +SHA256 (Microsoft-SEAL-4.1.1_GH0.tar.gz) = 000326fa0a12ff2879e63bd6c6eed0bc56bab4b5dd3e3b479c0e7425bd359f35 +SIZE (Microsoft-SEAL-4.1.1_GH0.tar.gz) = 621213 diff --git a/security/zeek/Makefile b/security/zeek/Makefile index a3b18f13f64a..947b07007578 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -1,5 +1,5 @@ PORTNAME= zeek -DISTVERSION= 5.0.4 +DISTVERSION= 5.0.5 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/security/zeek/distinfo b/security/zeek/distinfo index f993eb2a4981..0e73e546fd53 100644 --- a/security/zeek/distinfo +++ b/security/zeek/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1669313502 -SHA256 (zeek-5.0.4.tar.gz) = d01aa72864b1128513c0b3667148e765f83cd9f0befe9a751c51f0f19a8ba280 -SIZE (zeek-5.0.4.tar.gz) = 42712052 +TIMESTAMP = 1673303190 +SHA256 (zeek-5.0.5.tar.gz) = 3efed010ab2dcf623667d13b485dfec6d28f2b65f97e4c9f0f9192c37ace88d1 +SIZE (zeek-5.0.5.tar.gz) = 42718981 SHA256 (zeek-zeek-netmap-v2.0.0_GH0.tar.gz) = d37a69babfbb62a51a2413d6b83ae792ce1e7f1ccb1d51bd6b209a10fe5c4d75 SIZE (zeek-zeek-netmap-v2.0.0_GH0.tar.gz) = 9100 diff --git a/sysutils/reggae/Makefile b/sysutils/reggae/Makefile index aa56568f1b2d..ce8a2e91e573 100644 --- a/sysutils/reggae/Makefile +++ b/sysutils/reggae/Makefile @@ -1,6 +1,5 @@ PORTNAME= reggae -DISTVERSION= 0.2.7 -PORTREVISION= 1 +DISTVERSION= 0.2.8 CATEGORIES= sysutils MAINTAINER= meka@tilda.center diff --git a/sysutils/reggae/distinfo b/sysutils/reggae/distinfo index 72987ef95c5f..1514210dbce6 100644 --- a/sysutils/reggae/distinfo +++ b/sysutils/reggae/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666526082 -SHA256 (cbsd-reggae-0.2.7_GH0.tar.gz) = 4e9663dc9946a97cb17aeb64119bf278d802f84feb9421bd5989c3af9d6726df -SIZE (cbsd-reggae-0.2.7_GH0.tar.gz) = 50471 +TIMESTAMP = 1673309915 +SHA256 (cbsd-reggae-0.2.8_GH0.tar.gz) = 1d1ebc9f3920b04f5caf2f8d6ae2f4601d12729067a3ffbbe9598f904b6b95b7 +SIZE (cbsd-reggae-0.2.8_GH0.tar.gz) = 50875 diff --git a/sysutils/reggae/pkg-plist b/sysutils/reggae/pkg-plist index a9b4f7635ee7..6ef6f9b5f99f 100644 --- a/sysutils/reggae/pkg-plist +++ b/sysutils/reggae/pkg-plist @@ -68,6 +68,7 @@ man/man1/reggae.1.gz %%DATADIR%%/mk/service.mk %%DATADIR%%/mk/shell.mk %%DATADIR%%/mk/use.mk +%%DATADIR%%/scripts/apply-proxy.sh %%DATADIR%%/scripts/bhyve-init.sh %%DATADIR%%/scripts/cbsd-init.sh %%DATADIR%%/scripts/chef-provision.sh diff --git a/sysutils/rubygem-bundler/Makefile b/sysutils/rubygem-bundler/Makefile index e3ea35875b67..880e9e1fe7fa 100644 --- a/sysutils/rubygem-bundler/Makefile +++ b/sysutils/rubygem-bundler/Makefile @@ -1,5 +1,5 @@ PORTNAME= bundler -PORTVERSION= 2.3.26 +PORTVERSION= 2.4.1 PORTEPOCH= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-bundler/distinfo b/sysutils/rubygem-bundler/distinfo index f48e1ca43daa..dd839ca44b9e 100644 --- a/sysutils/rubygem-bundler/distinfo +++ b/sysutils/rubygem-bundler/distinfo @@ -1,3 +1,4 @@ -TIMESTAMP = 1669058403 -SHA256 (rubygem/bundler-2.3.26.gem) = 1ee53cdf61e728ad82c6dbff06cfcd8551d5422e88e86203f0e2dbe9ae999e09 -SIZE (rubygem/bundler-2.3.26.gem) = 411648 +TIMESTAMP = 1671919144 +SHA256 (rubygem/bundler-2.4.1.gem) = a6eb7847f55ad87e288eec3660870bef82ffb8a5c5f1b59dee5598f03bafb827 +SIZE (rubygem/bundler-2.4.1.gem) = 408576 + diff --git a/sysutils/superiotool/Makefile b/sysutils/superiotool/Makefile index 1b621fbedf07..29407d310c58 100644 --- a/sysutils/superiotool/Makefile +++ b/sysutils/superiotool/Makefile @@ -1,26 +1,29 @@ PORTNAME= superiotool -DISTVERSION= 20121019 -PORTREVISION= 1 +DISTVERSION= 4.18 +PORTEPOCH= 1 CATEGORIES= sysutils -MASTER_SITES= LOCAL/avg \ - http://www.icyb.net.ua/~avg/distfiles/ +MASTER_SITES= https://coreboot.org/releases/ +DISTFILES= coreboot-4.18.tar.xz MAINTAINER= avg@FreeBSD.org COMMENT= Helper tool for Super I/O chip detection and analysis WWW= http://www.coreboot.org/Superiotool -LIB_DEPENDS= libpci.so:devel/libpci +LICENSE= GPLv2 -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= this tool is for x86-specific hardware +LIB_DEPENDS= libpci.so:devel/libpci + USES= gmake tar:bzip2 PLIST_FILES= sbin/superiotool \ man/man8/superiotool.8.gz -WRKSRC= ${WRKDIR}/${PORTNAME} -UPSTREAM_VERS= 4.0-2827-g1a00cf0 +WRKSRC= ${WRKDIR}/coreboot-${DISTVERSION} +WRKSRC_SUBDIR= util/superiotool +#UPSTREAM_VERS= 4.17-8da4bfe5b MAKE_ENV+= VERSION=-DSUPERIOTOOL_VERSION='\"${UPSTREAM_VERS}\"' post-patch: diff --git a/sysutils/superiotool/distinfo b/sysutils/superiotool/distinfo index 0519162e163f..e3963e102c27 100644 --- a/sysutils/superiotool/distinfo +++ b/sysutils/superiotool/distinfo @@ -1,2 +1,3 @@ -SHA256 (superiotool-20121019.tar.bz2) = d4140f3a50e53f46dd9b1edfc8353113f29f437201907d613150d431dbfc7a62 -SIZE (superiotool-20121019.tar.bz2) = 29827 +TIMESTAMP = 1673376441 +SHA256 (coreboot-4.18.tar.xz) = 068f242857911c52090ecbf586a65802c5dead6c82e8bf2047d10ce8e5f28128 +SIZE (coreboot-4.18.tar.xz) = 57868424 diff --git a/sysutils/superiotool/files/patch-Makefile b/sysutils/superiotool/files/patch-Makefile index 8de94e3a0b81..32ebe2658a8f 100644 --- a/sysutils/superiotool/files/patch-Makefile +++ b/sysutils/superiotool/files/patch-Makefile @@ -1,49 +1,22 @@ ---- Makefile.orig 2012-10-19 16:44:32.000000000 +0300 -+++ Makefile 2012-10-20 01:32:35.427651135 +0300 -@@ -20,28 +20,24 @@ - - PROGRAM = superiotool - --CC = gcc --INSTALL = /usr/bin/install --PREFIX = /usr/local -+CC ?= gcc -+INSTALL ?= /usr/bin/install -+PREFIX ?= /usr/local +--- Makefile.orig 2022-10-16 20:14:31 UTC ++++ Makefile +@@ -8,7 +8,7 @@ PREFIX ?= /usr/local # Set the superiotool version string to the output of 'git describe'. -VERSION := -D'SUPERIOTOOL_VERSION="$(shell git describe 2>/dev/null)"' -- --CFLAGS += -O2 -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing \ -- -Werror-implicit-function-declaration -ansi -pedantic $(VERSION) --LDFLAGS += -lz -+VERSION ?= -D'SUPERIOTOOL_VERSION="$(shell git describe 2>/dev/null)"' - - OBJS = superiotool.o serverengines.o ali.o fintek.o ite.o nsc.o nuvoton.o \ - smsc.o winbond.o infineon.o ++#VERSION := -D'SUPERIOTOOL_VERSION="$(shell git describe 2>/dev/null)"' --OS_ARCH = $(shell uname) -+OS_ARCH = FreeBSD - ifeq ($(OS_ARCH), Darwin) - LIBS = -framework IOKit -framework DirectHW -lpci -lz - endif - ifeq ($(OS_ARCH), FreeBSD) --CFLAGS = -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \ -- -Werror-implicit-function-declaration -ansi $(VERSION) \ -+CFLAGS += -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \ -+ -Werror-implicit-function-declaration $(VERSION) \ - -I/usr/local/include - LDFLAGS += -L/usr/local/lib - LIBS = -lz -@@ -69,8 +65,8 @@ $(PROGRAM): $(OBJS) superiotool.h + CFLAGS += -O2 -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing \ + -Werror-implicit-function-declaration -ansi -pedantic $(VERSION) +@@ -56,8 +56,8 @@ install: $(PROGRAM) install: $(PROGRAM) mkdir -p $(DESTDIR)$(PREFIX)/sbin $(INSTALL) $(PROGRAM) $(DESTDIR)$(PREFIX)/sbin - mkdir -p $(DESTDIR)$(PREFIX)/share/man/man8 -- $(INSTALL) $(PROGRAM).8 $(DESTDIR)$(PREFIX)/share/man/man8 +- $(INSTALL) -p -m644 $(PROGRAM).8 $(DESTDIR)$(PREFIX)/share/man/man8 + mkdir -p $(DESTDIR)$(PREFIX)/man/man8 -+ $(INSTALL) $(PROGRAM).8 $(DESTDIR)$(PREFIX)/man/man8 ++ $(INSTALL) -p -m644 $(PROGRAM).8 $(DESTDIR)$(PREFIX)/man/man8 clean: - rm -f $(PROGRAM) *.o + rm -f $(PROGRAM) *.o junit.xml diff --git a/sysutils/tere/Makefile b/sysutils/tere/Makefile index 616ba33f8b4a..87e85984ce68 100644 --- a/sysutils/tere/Makefile +++ b/sysutils/tere/Makefile @@ -1,7 +1,6 @@ PORTNAME= tere DISTVERSIONPREFIX= v -DISTVERSION= 1.3.1 -PORTREVISION= 1 +DISTVERSION= 1.4.0 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -18,21 +17,25 @@ GH_ACCOUNT= mgunyho CARGO_CRATES= aho-corasick-0.7.18 \ autocfg-1.1.0 \ bitflags-1.3.2 \ + cc-1.0.78 \ cfg-if-1.0.0 \ - clap-3.2.17 \ - clap_lex-0.2.4 \ + clap-4.0.32 \ + clap_derive-4.0.21 \ + clap_lex-0.3.0 \ crokey-0.5.0 \ crokey-proc_macros-0.4.0 \ crossterm-0.24.0 \ crossterm_winapi-0.9.0 \ dirs-4.0.0 \ dirs-sys-0.3.6 \ + errno-0.2.8 \ + errno-dragonfly-0.1.2 \ getrandom-0.2.4 \ - hashbrown-0.11.2 \ heck-0.4.0 \ - indexmap-1.8.0 \ + io-lifetimes-0.7.5 \ itoa-1.0.1 \ libc-0.2.126 \ + linux-raw-sys-0.0.46 \ lock_api-0.4.7 \ log-0.4.14 \ memchr-2.4.1 \ @@ -41,12 +44,15 @@ CARGO_CRATES= aho-corasick-0.7.18 \ os_str_bytes-6.0.0 \ parking_lot-0.12.1 \ parking_lot_core-0.9.3 \ + proc-macro-error-1.0.4 \ + proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.43 \ quote-1.0.21 \ redox_syscall-0.2.10 \ redox_users-0.4.0 \ regex-1.6.0 \ regex-syntax-0.6.27 \ + rustix-0.35.9 \ rustversion-1.0.9 \ ryu-1.0.9 \ scopeguard-1.1.0 \ @@ -62,24 +68,32 @@ CARGO_CRATES= aho-corasick-0.7.18 \ strum-0.24.1 \ strum_macros-0.24.3 \ syn-1.0.99 \ - terminal_size-0.1.17 \ + terminal_size-0.2.2 \ textwrap-0.15.0 \ unicode-ident-1.0.3 \ unicode-linebreak-0.1.2 \ unicode-segmentation-1.9.0 \ unicode-width-0.1.9 \ + version_check-0.9.4 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasi-0.11.0+wasi-snapshot-preview1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-sys-0.36.1 \ + windows-sys-0.42.0 \ + windows_aarch64_gnullvm-0.42.0 \ windows_aarch64_msvc-0.36.1 \ + windows_aarch64_msvc-0.42.0 \ windows_i686_gnu-0.36.1 \ + windows_i686_gnu-0.42.0 \ windows_i686_msvc-0.36.1 \ + windows_i686_msvc-0.42.0 \ windows_x86_64_gnu-0.36.1 \ - windows_x86_64_msvc-0.36.1 - + windows_x86_64_gnu-0.42.0 \ + windows_x86_64_gnullvm-0.42.0 \ + windows_x86_64_msvc-0.36.1 \ + windows_x86_64_msvc-0.42.0 PLIST_FILES= bin/${PORTNAME} post-install: diff --git a/sysutils/tere/distinfo b/sysutils/tere/distinfo index 309cc0228bce..8ef634e601d8 100644 --- a/sysutils/tere/distinfo +++ b/sysutils/tere/distinfo @@ -1,16 +1,20 @@ -TIMESTAMP = 1672975954 +TIMESTAMP = 1673322668 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/cc-1.0.78.crate) = a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d +SIZE (rust/crates/cc-1.0.78.crate) = 61375 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/clap-3.2.17.crate) = 29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b -SIZE (rust/crates/clap-3.2.17.crate) = 213699 -SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5 -SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652 +SHA256 (rust/crates/clap-4.0.32.crate) = a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39 +SIZE (rust/crates/clap-4.0.32.crate) = 207531 +SHA256 (rust/crates/clap_derive-4.0.21.crate) = 0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014 +SIZE (rust/crates/clap_derive-4.0.21.crate) = 27567 +SHA256 (rust/crates/clap_lex-0.3.0.crate) = 0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8 +SIZE (rust/crates/clap_lex-0.3.0.crate) = 9671 SHA256 (rust/crates/crokey-0.5.0.crate) = 5d4d0222e6b1608e6ded46f004a0e18d892a18dde449aedcef0aec41e525b027 SIZE (rust/crates/crokey-0.5.0.crate) = 32620 SHA256 (rust/crates/crokey-proc_macros-0.4.0.crate) = 4d4832efaa2189caf3fbcf30a96e1f614503140712f7da8da4032ac1c841ac78 @@ -23,18 +27,22 @@ SHA256 (rust/crates/dirs-4.0.0.crate) = ca3aa72a6f96ea37bbc5aa912f6788242832f753 SIZE (rust/crates/dirs-4.0.0.crate) = 12503 SHA256 (rust/crates/dirs-sys-0.3.6.crate) = 03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780 SIZE (rust/crates/dirs-sys-0.3.6.crate) = 10626 +SHA256 (rust/crates/errno-0.2.8.crate) = f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1 +SIZE (rust/crates/errno-0.2.8.crate) = 9276 +SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf +SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 SHA256 (rust/crates/getrandom-0.2.4.crate) = 418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c SIZE (rust/crates/getrandom-0.2.4.crate) = 26800 -SHA256 (rust/crates/hashbrown-0.11.2.crate) = ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e -SIZE (rust/crates/hashbrown-0.11.2.crate) = 85713 SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9 SIZE (rust/crates/heck-0.4.0.crate) = 11161 -SHA256 (rust/crates/indexmap-1.8.0.crate) = 282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223 -SIZE (rust/crates/indexmap-1.8.0.crate) = 52583 +SHA256 (rust/crates/io-lifetimes-0.7.5.crate) = 59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074 +SIZE (rust/crates/io-lifetimes-0.7.5.crate) = 36261 SHA256 (rust/crates/itoa-1.0.1.crate) = 1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35 SIZE (rust/crates/itoa-1.0.1.crate) = 11059 SHA256 (rust/crates/libc-0.2.126.crate) = 349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836 SIZE (rust/crates/libc-0.2.126.crate) = 590481 +SHA256 (rust/crates/linux-raw-sys-0.0.46.crate) = d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d +SIZE (rust/crates/linux-raw-sys-0.0.46.crate) = 807633 SHA256 (rust/crates/lock_api-0.4.7.crate) = 327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53 SIZE (rust/crates/lock_api-0.4.7.crate) = 25371 SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 @@ -51,6 +59,10 @@ SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff49129 SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 SHA256 (rust/crates/parking_lot_core-0.9.3.crate) = 09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929 SIZE (rust/crates/parking_lot_core-0.9.3.crate) = 32256 +SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c +SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 +SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 +SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 SHA256 (rust/crates/proc-macro2-1.0.43.crate) = 0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab SIZE (rust/crates/proc-macro2-1.0.43.crate) = 41512 SHA256 (rust/crates/quote-1.0.21.crate) = bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179 @@ -63,6 +75,8 @@ SHA256 (rust/crates/regex-1.6.0.crate) = 4c4eb3267174b8c6c2f654116623910a0fef09c SIZE (rust/crates/regex-1.6.0.crate) = 239329 SHA256 (rust/crates/regex-syntax-0.6.27.crate) = a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244 SIZE (rust/crates/regex-syntax-0.6.27.crate) = 297300 +SHA256 (rust/crates/rustix-0.35.9.crate) = 72c825b8aa8010eb9ee99b75f05e10180b9278d161583034d7574c9d617aeada +SIZE (rust/crates/rustix-0.35.9.crate) = 268171 SHA256 (rust/crates/rustversion-1.0.9.crate) = 97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8 SIZE (rust/crates/rustversion-1.0.9.crate) = 17425 SHA256 (rust/crates/ryu-1.0.9.crate) = 73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f @@ -93,8 +107,8 @@ SHA256 (rust/crates/strum_macros-0.24.3.crate) = 1e385be0d24f186b4ce2f9982191e71 SIZE (rust/crates/strum_macros-0.24.3.crate) = 20696 SHA256 (rust/crates/syn-1.0.99.crate) = 58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13 SIZE (rust/crates/syn-1.0.99.crate) = 236084 -SHA256 (rust/crates/terminal_size-0.1.17.crate) = 633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df -SIZE (rust/crates/terminal_size-0.1.17.crate) = 9141 +SHA256 (rust/crates/terminal_size-0.2.2.crate) = 40ca90c434fd12083d1a6bdcbe9f92a14f96c8a1ba600ba451734ac334521f7a +SIZE (rust/crates/terminal_size-0.2.2.crate) = 10146 SHA256 (rust/crates/textwrap-0.15.0.crate) = b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb SIZE (rust/crates/textwrap-0.15.0.crate) = 52998 SHA256 (rust/crates/unicode-ident-1.0.3.crate) = c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf @@ -105,6 +119,8 @@ SHA256 (rust/crates/unicode-segmentation-1.9.0.crate) = 7e8820f5d777f6224dc4be36 SIZE (rust/crates/unicode-segmentation-1.9.0.crate) = 93241 SHA256 (rust/crates/unicode-width-0.1.9.crate) = 3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973 SIZE (rust/crates/unicode-width-0.1.9.crate) = 16745 +SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f +SIZE (rust/crates/version_check-0.9.4.crate) = 14895 SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 @@ -117,15 +133,31 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/windows-sys-0.36.1.crate) = ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2 SIZE (rust/crates/windows-sys-0.36.1.crate) = 3347053 +SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7 +SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.0.crate) = 41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e +SIZE (rust/crates/windows_aarch64_gnullvm-0.42.0.crate) = 357917 SHA256 (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47 SIZE (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 661960 +SHA256 (rust/crates/windows_aarch64_msvc-0.42.0.crate) = dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4 +SIZE (rust/crates/windows_aarch64_msvc-0.42.0.crate) = 659424 SHA256 (rust/crates/windows_i686_gnu-0.36.1.crate) = 180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6 SIZE (rust/crates/windows_i686_gnu-0.36.1.crate) = 818115 +SHA256 (rust/crates/windows_i686_gnu-0.42.0.crate) = fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7 +SIZE (rust/crates/windows_i686_gnu-0.42.0.crate) = 728570 SHA256 (rust/crates/windows_i686_msvc-0.36.1.crate) = e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024 SIZE (rust/crates/windows_i686_msvc-0.36.1.crate) = 724575 +SHA256 (rust/crates/windows_i686_msvc-0.42.0.crate) = 84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246 +SIZE (rust/crates/windows_i686_msvc-0.42.0.crate) = 717477 SHA256 (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1 SIZE (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 790934 +SHA256 (rust/crates/windows_x86_64_gnu-0.42.0.crate) = bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed +SIZE (rust/crates/windows_x86_64_gnu-0.42.0.crate) = 692493 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.0.crate) = 09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028 +SIZE (rust/crates/windows_x86_64_gnullvm-0.42.0.crate) = 357906 SHA256 (rust/crates/windows_x86_64_msvc-0.36.1.crate) = c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680 SIZE (rust/crates/windows_x86_64_msvc-0.36.1.crate) = 661999 -SHA256 (mgunyho-tere-v1.3.1_GH0.tar.gz) = 121d7db5eeb2624b6473cf5d3067650d64d0d68ab6908fc4122e5b7a47f0a5f4 -SIZE (mgunyho-tere-v1.3.1_GH0.tar.gz) = 281773 +SHA256 (rust/crates/windows_x86_64_msvc-0.42.0.crate) = f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5 +SIZE (rust/crates/windows_x86_64_msvc-0.42.0.crate) = 659377 +SHA256 (mgunyho-tere-v1.4.0_GH0.tar.gz) = 84eeafc346ee2207bcfb0a9e29a6a4e7748817741a0f7245a204d16da0ef651f +SIZE (mgunyho-tere-v1.4.0_GH0.tar.gz) = 287245 diff --git a/sysutils/zrepl/Makefile b/sysutils/zrepl/Makefile index 6dab6a4a7760..ed56db478494 100644 --- a/sysutils/zrepl/Makefile +++ b/sysutils/zrepl/Makefile @@ -1,16 +1,17 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= sysutils -MAINTAINER= lcook@FreeBSD.org +MAINTAINER= driesm@FreeBSD.org COMMENT= ZFS dataset replication tool WWW= https://zrepl.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:modules ncurses USE_RC_SUBR= zrepl GO_MODULE= github.com/${PORTNAME}/${PORTNAME} @@ -27,21 +28,6 @@ MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.8.5,1:textproc/py-sphin MANPAGES_USES= gmake python:build,3.6+ MANPAGES_PLIST_FILES= man/man1/zrepl.1.gz -.include - -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079 -USES+= ncurses -.else -USES+= ncurses:port -CFLAGS+= -I${LOCALBASE}/include/ncurses -.endif - -.if ${OPSYS} == "FreeBSD" -SUB_LIST+= DAEMON_LOGGING="-S -l \$${zrepl_facility} -s \$${zrepl_priority} -T \$${name}" -.else -SUB_LIST+= DAEMON_LOGGING="" -.endif - post-build-MANPAGES-on: @${MAKE_CMD} -C ${WRKSRC}/docs SPHINXBUILD=sphinx-build-${PYTHON_VER} man diff --git a/sysutils/zrepl/files/syslog.conf b/sysutils/zrepl/files/syslog.conf index 1cf0a16406e0..c825c409d5a6 100644 --- a/sysutils/zrepl/files/syslog.conf +++ b/sysutils/zrepl/files/syslog.conf @@ -3,4 +3,5 @@ # # SELECTOR ACTION # FACILITY.[!<=>]LEVEL +!zrepl local0.info /var/log/zrepl.log diff --git a/sysutils/zrepl/files/zrepl.in b/sysutils/zrepl/files/zrepl.in index 095a43f0d610..6a2510f80572 100644 --- a/sysutils/zrepl/files/zrepl.in +++ b/sysutils/zrepl/files/zrepl.in @@ -43,7 +43,8 @@ load_rc_config $name pidfile="/var/run/zrepl.pid" command="/usr/sbin/daemon" procname="%%PREFIX%%/bin/zrepl" -command_args="-p ${pidfile} %%DAEMON_LOGGING%% ${procname} ${zrepl_options} daemon" +command_args="-p ${pidfile} -S -l ${zrepl_facility} -s ${zrepl_priority} -T ${name} \ + ${procname} ${zrepl_options} daemon" start_precmd="zrepl_precmd" stop_postcmd="zrepl_postcmd" diff --git a/textproc/difftastic/Makefile b/textproc/difftastic/Makefile index fa2bf0be5d4e..48671c255355 100644 --- a/textproc/difftastic/Makefile +++ b/textproc/difftastic/Makefile @@ -1,6 +1,5 @@ PORTNAME= difftastic -DISTVERSION= 0.40.0 -PORTREVISION= 1 +DISTVERSION= 0.41.0 CATEGORIES= textproc MAINTAINER= amdmi3@FreeBSD.org @@ -22,9 +21,9 @@ CARGO_CRATES= aho-corasick-0.7.18 \ atty-0.2.14 \ autocfg-1.1.0 \ bitflags-1.3.2 \ - bumpalo-3.9.1 \ + bumpalo-3.11.1 \ bytecount-0.6.2 \ - cc-1.0.73 \ + cc-1.0.78 \ cfg-if-1.0.0 \ clap-3.1.18 \ clap_lex-0.2.0 \ @@ -70,8 +69,8 @@ CARGO_CRATES= aho-corasick-0.7.18 \ quick-error-1.2.3 \ quote-1.0.18 \ radix-heap-0.4.2 \ - rayon-1.5.3 \ - rayon-core-1.9.3 \ + rayon-1.6.1 \ + rayon-core-1.10.1 \ regex-1.5.6 \ regex-syntax-0.6.26 \ rustc-hash-1.1.0 \ diff --git a/textproc/difftastic/distinfo b/textproc/difftastic/distinfo index 78d2d8122747..67bc87972ba1 100644 --- a/textproc/difftastic/distinfo +++ b/textproc/difftastic/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1672314464 +TIMESTAMP = 1673265342 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 @@ -9,12 +9,12 @@ SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36 SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bumpalo-3.9.1.crate) = a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899 -SIZE (rust/crates/bumpalo-3.9.1.crate) = 77507 +SHA256 (rust/crates/bumpalo-3.11.1.crate) = 572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba +SIZE (rust/crates/bumpalo-3.11.1.crate) = 81207 SHA256 (rust/crates/bytecount-0.6.2.crate) = 72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e SIZE (rust/crates/bytecount-0.6.2.crate) = 12347 -SHA256 (rust/crates/cc-1.0.73.crate) = 2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11 -SIZE (rust/crates/cc-1.0.73.crate) = 57880 +SHA256 (rust/crates/cc-1.0.78.crate) = a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d +SIZE (rust/crates/cc-1.0.78.crate) = 61375 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/clap-3.1.18.crate) = d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b @@ -105,10 +105,10 @@ SHA256 (rust/crates/quote-1.0.18.crate) = a1feb54ed693b93a84e14094943b84b7c4eae2 SIZE (rust/crates/quote-1.0.18.crate) = 28911 SHA256 (rust/crates/radix-heap-0.4.2.crate) = 59ffec9df464013295b499298811e6a3de31bf8128092135826517db12dee601 SIZE (rust/crates/radix-heap-0.4.2.crate) = 9323 -SHA256 (rust/crates/rayon-1.5.3.crate) = bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d -SIZE (rust/crates/rayon-1.5.3.crate) = 167246 -SHA256 (rust/crates/rayon-core-1.9.3.crate) = 258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f -SIZE (rust/crates/rayon-core-1.9.3.crate) = 65300 +SHA256 (rust/crates/rayon-1.6.1.crate) = 6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7 +SIZE (rust/crates/rayon-1.6.1.crate) = 166330 +SHA256 (rust/crates/rayon-core-1.10.1.crate) = cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3 +SIZE (rust/crates/rayon-core-1.10.1.crate) = 70008 SHA256 (rust/crates/regex-1.5.6.crate) = d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1 SIZE (rust/crates/regex-1.5.6.crate) = 238593 SHA256 (rust/crates/regex-syntax-0.6.26.crate) = 49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64 @@ -173,5 +173,5 @@ SHA256 (rust/crates/wu-diff-0.1.2.crate) = 8e3e6735fcde06432870db8dc9d7e3ab1b937 SIZE (rust/crates/wu-diff-0.1.2.crate) = 33439 SHA256 (Wilfred-tree_magic-13dd6dda15c7062bd8f7dd5bc9bb5b16ce9ee613_GH0.tar.gz) = 223745daf2d61920e2a8895b26cf2defcb173fcf0a95f88341a2f5b90a87b766 SIZE (Wilfred-tree_magic-13dd6dda15c7062bd8f7dd5bc9bb5b16ce9ee613_GH0.tar.gz) = 15665052 -SHA256 (Wilfred-difftastic-0.40.0_GH0.tar.gz) = c544573f94d8d1e464683c9dfd5d6300e0502fcc9bea349d2c9422cf4e4cef41 -SIZE (Wilfred-difftastic-0.40.0_GH0.tar.gz) = 28787155 +SHA256 (Wilfred-difftastic-0.41.0_GH0.tar.gz) = 2dfb85b86fbde11976c83ff057610bd9fc2ebe3b8dc99d1ecaff28231e13cf45 +SIZE (Wilfred-difftastic-0.41.0_GH0.tar.gz) = 28848015 diff --git a/textproc/ibus-typing-booster/Makefile b/textproc/ibus-typing-booster/Makefile index 21b8c5b5266b..1295215df2c4 100644 --- a/textproc/ibus-typing-booster/Makefile +++ b/textproc/ibus-typing-booster/Makefile @@ -1,5 +1,5 @@ PORTNAME= ibus-typing-booster -PORTVERSION= 2.19.12 +PORTVERSION= 2.19.13 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org diff --git a/textproc/ibus-typing-booster/distinfo b/textproc/ibus-typing-booster/distinfo index ca309fd549e9..d942144e1c1a 100644 --- a/textproc/ibus-typing-booster/distinfo +++ b/textproc/ibus-typing-booster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672432923 -SHA256 (mike-fabian-ibus-typing-booster-2.19.12_GH0.tar.gz) = 54f67745607099a169b8022024feabee8310b0a465dde81cf9a2293e591edc86 -SIZE (mike-fabian-ibus-typing-booster-2.19.12_GH0.tar.gz) = 11103476 +TIMESTAMP = 1673285167 +SHA256 (mike-fabian-ibus-typing-booster-2.19.13_GH0.tar.gz) = d6a36891c9f62088e5ac8b114711b12e56ec5d0b00aa5b96ded271ea020a615c +SIZE (mike-fabian-ibus-typing-booster-2.19.13_GH0.tar.gz) = 11103689 diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index c6c3e7d0c268..2d91bb4efb80 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -1,6 +1,5 @@ PORTNAME= kdiff3 -DISTVERSION= 1.9.6 -PORTREVISION= 2 +DISTVERSION= 1.10.0 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME} diff --git a/textproc/kdiff3/distinfo b/textproc/kdiff3/distinfo index 1d2af939eba9..8f777f268e0c 100644 --- a/textproc/kdiff3/distinfo +++ b/textproc/kdiff3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656437560 -SHA256 (kdiff3-1.9.6.tar.xz) = ac922476f850613a739284e3faf477c98ac349ad15a737a2b72ded8451f6b2bc -SIZE (kdiff3-1.9.6.tar.xz) = 1059880 +TIMESTAMP = 1673373292 +SHA256 (kdiff3-1.10.0.tar.xz) = acddb30b8a067e17477105bcdf67d75ff8bdd1b1f0ebd840063b841067252eae +SIZE (kdiff3-1.10.0.tar.xz) = 1074824 diff --git a/textproc/kdiff3/files/patch-CMakeLists.txt b/textproc/kdiff3/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..ee79e462d35b --- /dev/null +++ b/textproc/kdiff3/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2023-01-11 06:42:35 UTC ++++ CMakeLists.txt +@@ -48,7 +48,7 @@ include(ECMOptionalAddSubdirectory) + include(ECMAddTests) + include(ECMOptionalAddSubdirectory) + +-ecm_setup_version(1.9.70 VARIABLE_PREFIX KDIFF3 VERSION_HEADER ${CMAKE_BINARY_DIR}/src/version.h) ++ecm_setup_version(1.10.0 VARIABLE_PREFIX KDIFF3 VERSION_HEADER ${CMAKE_BINARY_DIR}/src/version.h) + + # Some older versions on boost contain a bug that prevents compiling gcc offers a built-in workaround + # but that isn't enough to ship as clang has no such workaround. 1.65 is known to be affected. diff --git a/textproc/kdiff3/pkg-plist b/textproc/kdiff3/pkg-plist index 6c888c2e00ae..9ed42c41be79 100644 --- a/textproc/kdiff3/pkg-plist +++ b/textproc/kdiff3/pkg-plist @@ -46,10 +46,13 @@ share/icons/hicolor/32x32/apps/kdiff3.png share/icons/hicolor/48x48/apps/kdiff3.png share/icons/hicolor/64x64/apps/kdiff3.png share/icons/hicolor/scalable/apps/kdiff3.svgz +share/kservices5/kdiff3part.desktop share/kxmlgui5/kdiff3/kdiff3_shell.rc share/kxmlgui5/kdiff3part/kdiff3_part.rc share/locale/ar/LC_MESSAGES/kdiff3.mo +share/locale/bg/LC_MESSAGES/diff_ext.mo share/locale/bg/LC_MESSAGES/kdiff3.mo +share/locale/bg/LC_MESSAGES/kdiff3fileitemactionplugin.mo share/locale/br/LC_MESSAGES/kdiff3.mo share/locale/bs/LC_MESSAGES/kdiff3.mo share/locale/bs/LC_MESSAGES/kdiff3fileitemactionplugin.mo @@ -97,7 +100,6 @@ share/locale/gl/LC_MESSAGES/kdiff3.mo share/locale/gl/LC_MESSAGES/kdiff3fileitemactionplugin.mo share/locale/hi/LC_MESSAGES/kdiff3.mo share/locale/hne/LC_MESSAGES/kdiff3.mo -share/locale/hr/LC_MESSAGES/kdiff3.mo share/locale/hu/LC_MESSAGES/kdiff3.mo share/locale/hu/LC_MESSAGES/kdiff3fileitemactionplugin.mo share/locale/ia/LC_MESSAGES/diff_ext.mo @@ -109,7 +111,9 @@ share/locale/it/LC_MESSAGES/kdiff3fileitemactionplugin.mo share/locale/ja/LC_MESSAGES/diff_ext.mo share/locale/ja/LC_MESSAGES/kdiff3.mo share/locale/ja/LC_MESSAGES/kdiff3fileitemactionplugin.mo +share/locale/ka/LC_MESSAGES/diff_ext.mo share/locale/ka/LC_MESSAGES/kdiff3.mo +share/locale/ka/LC_MESSAGES/kdiff3fileitemactionplugin.mo share/locale/ko/LC_MESSAGES/diff_ext.mo share/locale/ko/LC_MESSAGES/kdiff3.mo share/locale/ko/LC_MESSAGES/kdiff3fileitemactionplugin.mo @@ -162,7 +166,9 @@ share/locale/sv/LC_MESSAGES/kdiff3.mo share/locale/sv/LC_MESSAGES/kdiff3fileitemactionplugin.mo share/locale/ta/LC_MESSAGES/kdiff3.mo share/locale/tg/LC_MESSAGES/kdiff3.mo +share/locale/tr/LC_MESSAGES/diff_ext.mo share/locale/tr/LC_MESSAGES/kdiff3.mo +share/locale/tr/LC_MESSAGES/kdiff3fileitemactionplugin.mo share/locale/ug/LC_MESSAGES/kdiff3.mo share/locale/ug/LC_MESSAGES/kdiff3fileitemactionplugin.mo share/locale/uk/LC_MESSAGES/diff_ext.mo diff --git a/textproc/zxing-cpp/Makefile b/textproc/zxing-cpp/Makefile index b1daa332047a..c36906fb4520 100644 --- a/textproc/zxing-cpp/Makefile +++ b/textproc/zxing-cpp/Makefile @@ -1,9 +1,11 @@ PORTNAME= zxing-cpp DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 -PORTREVISION= 1 +DISTVERSION= 2.0.0 CATEGORIES= textproc +PATCH_SITES= https://github.com/zxing-cpp/zxing-cpp/commit/ +PATCHFILES= 23c19c5f98602a4d69d1667fff99678308b28b5b.diff:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= ZXing C++ Library for QR code recognition WWW= https://github.com/nu-book/zxing-cpp diff --git a/textproc/zxing-cpp/distinfo b/textproc/zxing-cpp/distinfo index 692b4f9804c7..ecbf4553d270 100644 --- a/textproc/zxing-cpp/distinfo +++ b/textproc/zxing-cpp/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1661537741 -SHA256 (nu-book-zxing-cpp-v1.4.0_GH0.tar.gz) = 126767bb56f8a1f25ae84d233db2e9b9be50d71f5776092d0e170ca0f0ed1862 -SIZE (nu-book-zxing-cpp-v1.4.0_GH0.tar.gz) = 1018225 +TIMESTAMP = 1673351344 +SHA256 (nu-book-zxing-cpp-v2.0.0_GH0.tar.gz) = 12b76b7005c30d34265fc20356d340da179b0b4d43d2c1b35bcca86776069f76 +SIZE (nu-book-zxing-cpp-v2.0.0_GH0.tar.gz) = 856413 +SHA256 (23c19c5f98602a4d69d1667fff99678308b28b5b.diff) = f3b68edc91a55ba24fd5b85f49b66458dab06f9a26ff991509dd13677707c1c8 +SIZE (23c19c5f98602a4d69d1667fff99678308b28b5b.diff) = 727 diff --git a/textproc/zxing-cpp/pkg-plist b/textproc/zxing-cpp/pkg-plist index 295a60527ac9..3161a1ee737a 100644 --- a/textproc/zxing-cpp/pkg-plist +++ b/textproc/zxing-cpp/pkg-plist @@ -5,10 +5,8 @@ include/ZXing/BitMatrix.h include/ZXing/BitMatrixIO.h include/ZXing/ByteArray.h include/ZXing/CharacterSet.h -include/ZXing/CharacterSetECI.h include/ZXing/Content.h include/ZXing/DecodeHints.h -include/ZXing/DecodeStatus.h include/ZXing/Error.h include/ZXing/Flags.h include/ZXing/GTIN.h @@ -17,6 +15,7 @@ include/ZXing/Matrix.h include/ZXing/MultiFormatWriter.h include/ZXing/Point.h include/ZXing/Quadrilateral.h +include/ZXing/Range.h include/ZXing/ReadBarcode.h include/ZXing/Result.h include/ZXing/StructuredAppend.h @@ -29,6 +28,6 @@ lib/cmake/ZXing/ZXingConfigVersion.cmake lib/cmake/ZXing/ZXingTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/ZXing/ZXingTargets.cmake lib/libZXing.so -lib/libZXing.so.1 -lib/libZXing.so.1.4.0 +lib/libZXing.so.2.0.0 +lib/libZXing.so.3 libdata/pkgconfig/zxing.pc diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 9dd5f741b0e6..deade0e5dd1a 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,6 +1,5 @@ PORTNAME= firefox -DISTVERSION= 102.6.0 -PORTREVISION= 3 +DISTVERSION= 102.7.0 PORTEPOCH= 1 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo index f9c40f46b14d..4ca4dfd7b5a2 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670341791 -SHA256 (firefox-102.6.0esr.source.tar.xz) = d23154a4d876d76122161e7be2659de6e88985802d9e5125baf1d133f37f0ffe -SIZE (firefox-102.6.0esr.source.tar.xz) = 478856656 +TIMESTAMP = 1673286650 +SHA256 (firefox-102.7.0esr.source.tar.xz) = a7a4603417fcb42ec37f2cff9034280ce2ec772c0a5fc500fada4286ba3114aa +SIZE (firefox-102.7.0esr.source.tar.xz) = 479538092 diff --git a/www/firefox/Makefile b/www/firefox/Makefile index b3c481db551b..4b61bbe2dbdc 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,7 +1,5 @@ PORTNAME= firefox -DISTVERSION= 108.0.2 -PORTREVISION= 1 -# DISTVERSIONSUFFIX= b9 +DISTVERSION= 109.0 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ @@ -13,12 +11,12 @@ COMMENT= Web browser based on the browser portion of Mozilla WWW= https://www.mozilla.com/firefox BUILD_DEPENDS= nspr>=4.32:devel/nspr \ - nss>=3.85:security/nss \ + nss>=3.86:security/nss \ icu>=71.1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=5.3.1:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ - png>=1.6.37:graphics/png \ + png>=1.6.39:graphics/png \ dav1d>=1.0.0:multimedia/dav1d \ libvpx>=1.12.0:multimedia/libvpx \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index adda894e7d9d..0e4cc3517d27 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672880783 -SHA256 (firefox-108.0.2.source.tar.xz) = 42e6d6b27ad0694a4fc9dd736888ad36c99eb2dbcce96e134584805d644ca300 -SIZE (firefox-108.0.2.source.tar.xz) = 509638740 +TIMESTAMP = 1673297409 +SHA256 (firefox-109.0.source.tar.xz) = 892237fdead5da1ee15e98d383f5cd0cf0cfa5590ee5156f63c486abacc42291 +SIZE (firefox-109.0.source.tar.xz) = 499318384 diff --git a/www/firefox/files/patch-bug847568 b/www/firefox/files/patch-bug847568 index 3161dbb88d08..2b3c5e14e99e 100644 --- a/www/firefox/files/patch-bug847568 +++ b/www/firefox/files/patch-bug847568 @@ -97,13 +97,9 @@ index b91d9c1..a97e6eb 100755 echo If gfx/graphite2/src/files.mk has changed, please make corresponding diff --git gfx/harfbuzz/README-mozilla gfx/harfbuzz/README-mozilla index 3180257..4587a3b 100644 ---- gfx/harfbuzz/README-mozilla -+++ gfx/harfbuzz/README-mozilla -@@ -21,3 +21,8 @@ from within the gfx/harfbuzz directory. - - If the collection of source files changes, manual updates to moz.build may be - needed as we don't use the upstream makefiles. -+ +--- /dev/null ++++ gfx/harfbuzz/README-mozilla.fbsd +@@ -0,0 +1,4 @@ +The in-tree copy may be omitted during build by --with-system-harfbuzz. +Make sure to keep pkg-config version check within toolkit/moz.configure in sync +with checkout version or increment latest tag by one if it's not based diff --git a/www/firefox/files/patch-libwebrtc-generated b/www/firefox/files/patch-libwebrtc-generated index 5458f3d2df6e..a37c7b46294d 100644 --- a/www/firefox/files/patch-libwebrtc-generated +++ b/www/firefox/files/patch-libwebrtc-generated @@ -1,8 +1,7 @@ -commit 3dd423be3774ef9e3e9e9a8f0252a378520918fd +commit b3770d8e7f0d6fc220353356066c4c1021f37bde Author: Christoph Moench-Tegeder -Date: Sun Dec 4 21:38:16 2022 +0000 - regenerate libwebrtc patch for Firefox 108 + regenerate FreeBSD libwebrtc patch for Firefox 109 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 8fbfa680375d..ae63fb378f55 100644 @@ -8583,6 +8582,187 @@ index 24c1fe3c203d..e9b919471baa 100644 - DEFINES["_GNU_SOURCE"] = True - Library("jingle_logging_api_gn") +diff --git third_party/libwebrtc/api/make_ref_counted_gn/moz.build third_party/libwebrtc/api/make_ref_counted_gn/moz.build +index 2fafcbf37fb0..091db6cf5490 100644 +--- third_party/libwebrtc/api/make_ref_counted_gn/moz.build ++++ third_party/libwebrtc/api/make_ref_counted_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -37,153 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + 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 841bc83b09cd..d367856e783e 100644 --- third_party/libwebrtc/api/media_stream_interface_gn/moz.build @@ -12188,10 +12368,10 @@ index edd79b3ce1a9..4c338c4a44c9 100644 - DEFINES["_GNU_SOURCE"] = True - Library("simulated_network_api_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 caf50afe35c1..fbf2388bdbfe 100644 ---- third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build -+++ third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build +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 c3887b4f2edd..f911e6bcc323 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -12376,11 +12556,11 @@ index caf50afe35c1..fbf2388bdbfe 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("task_queue_gn") -diff --git third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build -index 9ebe97971a49..42be461044e1 100644 ---- third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build -+++ third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build + 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 caf50afe35c1..fbf2388bdbfe 100644 +--- third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build ++++ third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -12402,7 +12582,7 @@ index 9ebe97971a49..42be461044e1 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12421,6 +12601,10 @@ index 9ebe97971a49..42be461044e1 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -12561,11 +12745,11 @@ index 9ebe97971a49..42be461044e1 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 74133ed40fef..51fd54da9869 100644 ---- third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build -+++ third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build + Library("task_queue_gn") +diff --git third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build +index 9ebe97971a49..42be461044e1 100644 +--- third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build ++++ third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -12587,7 +12771,7 @@ index 74133ed40fef..51fd54da9869 100644 FINAL_LIBRARY = "webrtc" -@@ -37,161 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12606,10 +12790,6 @@ index 74133ed40fef..51fd54da9869 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -12675,10 +12855,6 @@ index 74133ed40fef..51fd54da9869 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -12688,6 +12864,10 @@ index 74133ed40fef..51fd54da9869 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -12750,11 +12930,11 @@ index 74133ed40fef..51fd54da9869 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("datagram_transport_interface_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 700b5a83f026..0ec2d0d307f7 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 + 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 74133ed40fef..51fd54da9869 100644 +--- third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build ++++ third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -12776,7 +12956,7 @@ index 700b5a83f026..0ec2d0d307f7 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,161 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12877,10 +13057,6 @@ index 700b5a83f026..0ec2d0d307f7 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -12943,11 +13119,11 @@ index 700b5a83f026..0ec2d0d307f7 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 15ad8475cee5..c998590d30dc 100644 ---- third_party/libwebrtc/api/transport/goog_cc_gn/moz.build -+++ third_party/libwebrtc/api/transport/goog_cc_gn/moz.build + Library("datagram_transport_interface_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 700b5a83f026..0ec2d0d307f7 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -12969,7 +13145,7 @@ index 15ad8475cee5..c998590d30dc 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12989,7 +13165,6 @@ index 15ad8475cee5..c998590d30dc 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -13018,11 +13193,6 @@ index 15ad8475cee5..c998590d30dc 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -13065,9 +13235,208 @@ index 15ad8475cee5..c998590d30dc 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + 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 15ad8475cee5..c998590d30dc 100644 +--- third_party/libwebrtc/api/transport/goog_cc_gn/moz.build ++++ third_party/libwebrtc/api/transport/goog_cc_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -41,174 +51,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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 += [ +- "dl", +- "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_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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 @@ -17147,7 +17516,7 @@ index 0eef21be59c9..18c24c05b243 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 ebe06a2cc5b2..fecceee6a855 100644 +index 9c539a9e235d..8472c95023d5 100644 --- third_party/libwebrtc/api/video/video_frame_i010_gn/moz.build +++ third_party/libwebrtc/api/video/video_frame_i010_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() @@ -17171,7 +17540,7 @@ index ebe06a2cc5b2..fecceee6a855 100644 FINAL_LIBRARY = "webrtc" -@@ -43,174 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,174 +57,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19081,7 +19450,7 @@ index 005c7222357d..cdc30aa176db 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 3b8aee86312b..574d68c4f54e 100644 +index 3a93583c1626..6aed057ed10b 100644 --- third_party/libwebrtc/api/video_codecs/scalability_mode_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/scalability_mode_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() @@ -19105,7 +19474,7 @@ index 3b8aee86312b..574d68c4f54e 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19124,6 +19493,10 @@ index 3b8aee86312b..574d68c4f54e 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -19198,6 +19571,10 @@ index 3b8aee86312b..574d68c4f54e 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -19262,7 +19639,7 @@ index 3b8aee86312b..574d68c4f54e 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 071f18ce405a..716778253e78 100644 +index 3a056cb30770..511508ae346e 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,10 +12,20 @@ AllowCompilerWarnings() @@ -19286,7 +19663,7 @@ index 071f18ce405a..716778253e78 100644 FINAL_LIBRARY = "webrtc" -@@ -50,165 +60,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -52,165 +62,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19454,10 +19831,10 @@ index 071f18ce405a..716778253e78 100644 - DEFINES["_GNU_SOURCE"] = True - Library("video_codecs_api_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 7be7d67bee33..621ce78b9680 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 +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 660d73625a3f..64f7fb530ab0 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 @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -19479,7 +19856,7 @@ index 7be7d67bee33..621ce78b9680 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,161 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19499,7 +19876,6 @@ index 7be7d67bee33..621ce78b9680 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -19528,11 +19904,6 @@ index 7be7d67bee33..621ce78b9680 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -19575,9 +19946,6 @@ index 7be7d67bee33..621ce78b9680 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -19589,10 +19957,6 @@ index 7be7d67bee33..621ce78b9680 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -19655,11 +20019,11 @@ index 7be7d67bee33..621ce78b9680 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 c588b3ce0e8f..ded6e4680a88 100644 ---- third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build -+++ third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build + Library("video_encoder_factory_template_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 5c1538f12c71..d56482c79d48 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 @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -19681,7 +20045,7 @@ index c588b3ce0e8f..ded6e4680a88 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,170 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19700,6 +20064,11 @@ index c588b3ce0e8f..ded6e4680a88 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -19725,6 +20094,11 @@ index c588b3ce0e8f..ded6e4680a88 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -19765,6 +20139,13 @@ index c588b3ce0e8f..ded6e4680a88 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -19836,11 +20217,11 @@ index c588b3ce0e8f..ded6e4680a88 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 333c77706b0d..7b9c37cd58af 100644 ---- third_party/libwebrtc/audio/audio_gn/moz.build -+++ third_party/libwebrtc/audio/audio_gn/moz.build + 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 4535eb0ef68d..fae75a782896 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 @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -19862,7 +20243,7 @@ index 333c77706b0d..7b9c37cd58af 100644 FINAL_LIBRARY = "webrtc" -@@ -54,174 +64,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,170 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19972,10 +20353,6 @@ index 333c77706b0d..7b9c37cd58af 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -20038,11 +20415,11 @@ index 333c77706b0d..7b9c37cd58af 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 ef559b9bc6ee..cbfaaadb7d89 100644 ---- third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build -+++ third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build + 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 710652e8bc49..eabb80269a3c 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 @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -20064,7 +20441,7 @@ index ef559b9bc6ee..cbfaaadb7d89 100644 FINAL_LIBRARY = "webrtc" -@@ -43,172 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,170 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20084,6 +20461,7 @@ index ef559b9bc6ee..cbfaaadb7d89 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -20113,6 +20491,7 @@ index ef559b9bc6ee..cbfaaadb7d89 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "dl", - "rt" - ] - @@ -20172,10 +20551,6 @@ index ef559b9bc6ee..cbfaaadb7d89 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -20238,11 +20613,11 @@ index ef559b9bc6ee..cbfaaadb7d89 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 3c1d8cc5e85a..f975048caa6c 100644 ---- third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build -+++ third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build + 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 7be7d67bee33..621ce78b9680 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -20264,7 +20639,7 @@ index 3c1d8cc5e85a..f975048caa6c 100644 FINAL_LIBRARY = "webrtc" -@@ -50,174 +60,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20440,11 +20815,11 @@ index 3c1d8cc5e85a..f975048caa6c 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 8e41f2704f3c..f8d69690a873 100644 ---- third_party/libwebrtc/call/audio_sender_interface_gn/moz.build -+++ third_party/libwebrtc/call/audio_sender_interface_gn/moz.build + 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 c588b3ce0e8f..ded6e4680a88 100644 +--- third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build ++++ third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -20466,7 +20841,7 @@ index 8e41f2704f3c..f8d69690a873 100644 FINAL_LIBRARY = "webrtc" -@@ -37,161 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20485,10 +20860,6 @@ index 8e41f2704f3c..f8d69690a873 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -20554,10 +20925,6 @@ index 8e41f2704f3c..f8d69690a873 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -20629,11 +20996,11 @@ index 8e41f2704f3c..f8d69690a873 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 0e14a5d16836..81e9778691b7 100644 ---- third_party/libwebrtc/call/bitrate_allocator_gn/moz.build -+++ third_party/libwebrtc/call/bitrate_allocator_gn/moz.build + 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 333c77706b0d..7b9c37cd58af 100644 +--- third_party/libwebrtc/audio/audio_gn/moz.build ++++ third_party/libwebrtc/audio/audio_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -20655,7 +21022,7 @@ index 0e14a5d16836..81e9778691b7 100644 FINAL_LIBRARY = "webrtc" -@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -54,174 +64,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20675,6 +21042,7 @@ index 0e14a5d16836..81e9778691b7 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -20704,6 +21072,7 @@ index 0e14a5d16836..81e9778691b7 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "dl", - "rt" - ] - @@ -20829,11 +21198,11 @@ index 0e14a5d16836..81e9778691b7 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 4e17c8a7a6e4..4031e4169cf6 100644 ---- third_party/libwebrtc/call/bitrate_configurator_gn/moz.build -+++ third_party/libwebrtc/call/bitrate_configurator_gn/moz.build + 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 ef559b9bc6ee..cbfaaadb7d89 100644 +--- third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build ++++ third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -20855,7 +21224,7 @@ index 4e17c8a7a6e4..4031e4169cf6 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -43,172 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20875,7 +21244,6 @@ index 4e17c8a7a6e4..4031e4169cf6 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -20905,7 +21273,6 @@ index 4e17c8a7a6e4..4031e4169cf6 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "dl", - "rt" - ] - @@ -21031,11 +21398,11 @@ index 4e17c8a7a6e4..4031e4169cf6 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("bitrate_configurator_gn") -diff --git third_party/libwebrtc/call/call_gn/moz.build third_party/libwebrtc/call/call_gn/moz.build -index 8a43be523080..efd9bf279328 100644 ---- third_party/libwebrtc/call/call_gn/moz.build -+++ third_party/libwebrtc/call/call_gn/moz.build + 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 3c1d8cc5e85a..f975048caa6c 100644 +--- third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build ++++ third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -21057,7 +21424,7 @@ index 8a43be523080..efd9bf279328 100644 FINAL_LIBRARY = "webrtc" -@@ -45,174 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,174 +60,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21233,11 +21600,11 @@ index 8a43be523080..efd9bf279328 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("call_gn") -diff --git third_party/libwebrtc/call/call_interfaces_gn/moz.build third_party/libwebrtc/call/call_interfaces_gn/moz.build -index fa81c96c30ba..811eabde6332 100644 ---- third_party/libwebrtc/call/call_interfaces_gn/moz.build -+++ third_party/libwebrtc/call/call_interfaces_gn/moz.build + 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 8e41f2704f3c..f8d69690a873 100644 +--- third_party/libwebrtc/call/audio_sender_interface_gn/moz.build ++++ third_party/libwebrtc/call/audio_sender_interface_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -21259,7 +21626,7 @@ index fa81c96c30ba..811eabde6332 100644 FINAL_LIBRARY = "webrtc" -@@ -47,174 +57,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,161 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21279,7 +21646,6 @@ index fa81c96c30ba..811eabde6332 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -21308,11 +21674,6 @@ index fa81c96c30ba..811eabde6332 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -21355,9 +21716,6 @@ index fa81c96c30ba..811eabde6332 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -21369,10 +21727,6 @@ index fa81c96c30ba..811eabde6332 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -21435,11 +21789,11 @@ index fa81c96c30ba..811eabde6332 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("call_interfaces_gn") -diff --git third_party/libwebrtc/call/fake_network_gn/moz.build third_party/libwebrtc/call/fake_network_gn/moz.build -index 6641aaf07204..e8dd8acc81b8 100644 ---- third_party/libwebrtc/call/fake_network_gn/moz.build -+++ third_party/libwebrtc/call/fake_network_gn/moz.build + 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 0e14a5d16836..81e9778691b7 100644 +--- third_party/libwebrtc/call/bitrate_allocator_gn/moz.build ++++ third_party/libwebrtc/call/bitrate_allocator_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -21461,7 +21815,7 @@ index 6641aaf07204..e8dd8acc81b8 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21481,7 +21835,6 @@ index 6641aaf07204..e8dd8acc81b8 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -21511,7 +21864,6 @@ index 6641aaf07204..e8dd8acc81b8 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "dl", - "rt" - ] - @@ -21637,11 +21989,11 @@ index 6641aaf07204..e8dd8acc81b8 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("fake_network_gn") -diff --git third_party/libwebrtc/call/receive_stream_interface_gn/moz.build third_party/libwebrtc/call/receive_stream_interface_gn/moz.build -index a7006906326a..3dc41cf90cd8 100644 ---- third_party/libwebrtc/call/receive_stream_interface_gn/moz.build -+++ third_party/libwebrtc/call/receive_stream_interface_gn/moz.build + 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 4e17c8a7a6e4..4031e4169cf6 100644 +--- third_party/libwebrtc/call/bitrate_configurator_gn/moz.build ++++ third_party/libwebrtc/call/bitrate_configurator_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -21663,7 +22015,7 @@ index a7006906326a..3dc41cf90cd8 100644 FINAL_LIBRARY = "webrtc" -@@ -37,170 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21773,6 +22125,10 @@ index a7006906326a..3dc41cf90cd8 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -21835,11 +22191,11 @@ index a7006906326a..3dc41cf90cd8 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 9a4504208de8..8de25ccf5453 100644 ---- third_party/libwebrtc/call/rtp_interfaces_gn/moz.build -+++ third_party/libwebrtc/call/rtp_interfaces_gn/moz.build + Library("bitrate_configurator_gn") +diff --git third_party/libwebrtc/call/call_gn/moz.build third_party/libwebrtc/call/call_gn/moz.build +index 8a43be523080..efd9bf279328 100644 +--- third_party/libwebrtc/call/call_gn/moz.build ++++ third_party/libwebrtc/call/call_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -21861,7 +22217,7 @@ index 9a4504208de8..8de25ccf5453 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,174 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22037,11 +22393,11 @@ index 9a4504208de8..8de25ccf5453 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 f245b8fe8a5f..f57bb730b3c9 100644 ---- third_party/libwebrtc/call/rtp_receiver_gn/moz.build -+++ third_party/libwebrtc/call/rtp_receiver_gn/moz.build + Library("call_gn") +diff --git third_party/libwebrtc/call/call_interfaces_gn/moz.build third_party/libwebrtc/call/call_interfaces_gn/moz.build +index fa81c96c30ba..811eabde6332 100644 +--- third_party/libwebrtc/call/call_interfaces_gn/moz.build ++++ third_party/libwebrtc/call/call_interfaces_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -22063,7 +22419,7 @@ index f245b8fe8a5f..f57bb730b3c9 100644 FINAL_LIBRARY = "webrtc" -@@ -43,174 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,174 +57,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22239,11 +22595,11 @@ index f245b8fe8a5f..f57bb730b3c9 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 56e1d8324603..4f93f4988594 100644 ---- third_party/libwebrtc/call/rtp_sender_gn/moz.build -+++ third_party/libwebrtc/call/rtp_sender_gn/moz.build + Library("call_interfaces_gn") +diff --git third_party/libwebrtc/call/fake_network_gn/moz.build third_party/libwebrtc/call/fake_network_gn/moz.build +index 6641aaf07204..e8dd8acc81b8 100644 +--- third_party/libwebrtc/call/fake_network_gn/moz.build ++++ third_party/libwebrtc/call/fake_network_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -22265,7 +22621,7 @@ index 56e1d8324603..4f93f4988594 100644 FINAL_LIBRARY = "webrtc" -@@ -43,174 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22441,11 +22797,11 @@ index 56e1d8324603..4f93f4988594 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("rtp_sender_gn") -diff --git third_party/libwebrtc/call/simulated_network_gn/moz.build third_party/libwebrtc/call/simulated_network_gn/moz.build -index dc88d9e8c718..0d858916f24b 100644 ---- third_party/libwebrtc/call/simulated_network_gn/moz.build -+++ third_party/libwebrtc/call/simulated_network_gn/moz.build + Library("fake_network_gn") +diff --git third_party/libwebrtc/call/receive_stream_interface_gn/moz.build third_party/libwebrtc/call/receive_stream_interface_gn/moz.build +index a7006906326a..3dc41cf90cd8 100644 +--- third_party/libwebrtc/call/receive_stream_interface_gn/moz.build ++++ third_party/libwebrtc/call/receive_stream_interface_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -22467,7 +22823,7 @@ index dc88d9e8c718..0d858916f24b 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,170 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22577,10 +22933,6 @@ index dc88d9e8c718..0d858916f24b 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -22643,11 +22995,11 @@ index dc88d9e8c718..0d858916f24b 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("simulated_network_gn") -diff --git third_party/libwebrtc/call/simulated_packet_receiver_gn/moz.build third_party/libwebrtc/call/simulated_packet_receiver_gn/moz.build -index 08140f915b20..46df12c957ef 100644 ---- third_party/libwebrtc/call/simulated_packet_receiver_gn/moz.build -+++ third_party/libwebrtc/call/simulated_packet_receiver_gn/moz.build + 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 9a4504208de8..8de25ccf5453 100644 +--- third_party/libwebrtc/call/rtp_interfaces_gn/moz.build ++++ third_party/libwebrtc/call/rtp_interfaces_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -22669,7 +23021,7 @@ index 08140f915b20..46df12c957ef 100644 FINAL_LIBRARY = "webrtc" -@@ -37,170 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22779,6 +23131,10 @@ index 08140f915b20..46df12c957ef 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -22841,11 +23197,11 @@ index 08140f915b20..46df12c957ef 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("simulated_packet_receiver_gn") -diff --git third_party/libwebrtc/call/version_gn/moz.build third_party/libwebrtc/call/version_gn/moz.build -index 6f82bc3c2801..b0a2d081546a 100644 ---- third_party/libwebrtc/call/version_gn/moz.build -+++ third_party/libwebrtc/call/version_gn/moz.build + 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 f245b8fe8a5f..f57bb730b3c9 100644 +--- third_party/libwebrtc/call/rtp_receiver_gn/moz.build ++++ third_party/libwebrtc/call/rtp_receiver_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -22867,7 +23223,7 @@ index 6f82bc3c2801..b0a2d081546a 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -43,174 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22886,6 +23242,11 @@ index 6f82bc3c2801..b0a2d081546a 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -22911,6 +23272,11 @@ index 6f82bc3c2801..b0a2d081546a 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -22951,6 +23317,13 @@ index 6f82bc3c2801..b0a2d081546a 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -23026,11 +23399,11 @@ index 6f82bc3c2801..b0a2d081546a 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 ee981f9452bc..162f225011f8 100644 ---- third_party/libwebrtc/call/video_stream_api_gn/moz.build -+++ third_party/libwebrtc/call/video_stream_api_gn/moz.build + 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 56e1d8324603..4f93f4988594 100644 +--- third_party/libwebrtc/call/rtp_sender_gn/moz.build ++++ third_party/libwebrtc/call/rtp_sender_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -23052,7 +23425,7 @@ index ee981f9452bc..162f225011f8 100644 FINAL_LIBRARY = "webrtc" -@@ -42,174 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -43,174 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23228,19 +23601,19 @@ index ee981f9452bc..162f225011f8 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("video_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 df7f52b4c647..4d14cdd35d47 100644 ---- third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build -+++ third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build -@@ -17,11 +17,20 @@ CXXFLAGS += [ + Library("rtp_sender_gn") +diff --git third_party/libwebrtc/call/simulated_network_gn/moz.build third_party/libwebrtc/call/simulated_network_gn/moz.build +index dc88d9e8c718..0d858916f24b 100644 +--- third_party/libwebrtc/call/simulated_network_gn/moz.build ++++ third_party/libwebrtc/call/simulated_network_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = True ++DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -23254,7 +23627,7 @@ index df7f52b4c647..4d14cdd35d47 100644 FINAL_LIBRARY = "webrtc" -@@ -48,127 +57,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23266,6 +23639,7 @@ index df7f52b4c647..4d14cdd35d47 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -23273,11 +23647,13 @@ index df7f52b4c647..4d14cdd35d47 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - -if CONFIG["OS_TARGET"] == "Darwin": - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_MAC"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True @@ -23295,13 +23671,13 @@ index df7f52b4c647..4d14cdd35d47 100644 - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_GNU_SOURCE"] = True - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "dl", - "rt" - ] - @@ -23311,6 +23687,7 @@ index df7f52b4c647..4d14cdd35d47 100644 - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -23326,6 +23703,7 @@ index df7f52b4c647..4d14cdd35d47 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True @@ -23350,148 +23728,6 @@ index df7f52b4c647..4d14cdd35d47 100644 - "secur32", - "winmm" - ] -- --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["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support" -- ] -- - 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 9a7a8fa7cc91..263d4c990206 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,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "webrtc" - -@@ -37,158 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 -- --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_ENABLE_AVX2"] = 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["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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["CPU_ARCH"] == "aarch64": @@ -23501,15 +23737,14 @@ index 9a7a8fa7cc91..263d4c990206 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - -- SOURCES += [ -- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse_arm.S", -- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12_armv7.S" -- ] -- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -23568,11 +23803,11 @@ index 9a7a8fa7cc91..263d4c990206 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 625fcd103a7b..b243ab2af3be 100644 ---- third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build -+++ third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build + Library("simulated_network_gn") +diff --git third_party/libwebrtc/call/simulated_packet_receiver_gn/moz.build third_party/libwebrtc/call/simulated_packet_receiver_gn/moz.build +index 08140f915b20..46df12c957ef 100644 +--- third_party/libwebrtc/call/simulated_packet_receiver_gn/moz.build ++++ third_party/libwebrtc/call/simulated_packet_receiver_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -23594,23 +23829,7 @@ index 625fcd103a7b..b243ab2af3be 100644 FINAL_LIBRARY = "webrtc" -@@ -37,6 +47,7 @@ UNIFIED_SOURCES += [ - "/third_party/libwebrtc/common_audio/ring_buffer.c", - "/third_party/libwebrtc/common_audio/signal_processing/auto_corr_to_refl_coef.c", - "/third_party/libwebrtc/common_audio/signal_processing/auto_correlation.c", -+ "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", - "/third_party/libwebrtc/common_audio/signal_processing/complex_fft.c", - "/third_party/libwebrtc/common_audio/signal_processing/copy_set_operations.c", - "/third_party/libwebrtc/common_audio/signal_processing/cross_correlation.c", -@@ -44,6 +55,7 @@ UNIFIED_SOURCES += [ - "/third_party/libwebrtc/common_audio/signal_processing/downsample_fast.c", - "/third_party/libwebrtc/common_audio/signal_processing/energy.c", - "/third_party/libwebrtc/common_audio/signal_processing/filter_ar.c", -+ "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c", - "/third_party/libwebrtc/common_audio/signal_processing/filter_ma_fast_q12.c", - "/third_party/libwebrtc/common_audio/signal_processing/get_hanning_window.c", - "/third_party/libwebrtc/common_audio/signal_processing/get_scaling_square.c", -@@ -79,228 +91,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,170 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23630,6 +23849,7 @@ index 625fcd103a7b..b243ab2af3be 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -23643,11 +23863,6 @@ index 625fcd103a7b..b243ab2af3be 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" -- ] -- -if CONFIG["OS_TARGET"] == "Linux": - - DEFINES["USE_AURA"] = "1" @@ -23664,6 +23879,7 @@ index 625fcd103a7b..b243ab2af3be 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "dl", - "rt" - ] - @@ -23681,11 +23897,6 @@ index 625fcd103a7b..b243ab2af3be 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" -- ] -- -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True @@ -23719,11 +23930,6 @@ index 625fcd103a7b..b243ab2af3be 100644 - "secur32", - "winmm" - ] -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -23733,21 +23939,10 @@ index 625fcd103a7b..b243ab2af3be 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "ppc64": -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" -- ] -- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -23773,13 +23968,6 @@ index 625fcd103a7b..b243ab2af3be 100644 DEFINES["USE_X11"] = "1" --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Android": -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" -- ] -- -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - - OS_LIBS += [ @@ -23793,28 +23981,11 @@ index 625fcd103a7b..b243ab2af3be 100644 - "android_support" - ] - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" -- ] -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Android": -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" -- ] -- -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" -- ] -- -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -23825,26 +23996,16 @@ index 625fcd103a7b..b243ab2af3be 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" -- ] -- -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" -- ] -- - 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 241c8788eb2f..c2d49a2321a2 100644 ---- third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build -+++ third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build + Library("simulated_packet_receiver_gn") +diff --git third_party/libwebrtc/call/version_gn/moz.build third_party/libwebrtc/call/version_gn/moz.build +index 6f82bc3c2801..b0a2d081546a 100644 +--- third_party/libwebrtc/call/version_gn/moz.build ++++ third_party/libwebrtc/call/version_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -23866,7 +24027,7 @@ index 241c8788eb2f..c2d49a2321a2 100644 FINAL_LIBRARY = "webrtc" -@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23885,10 +24046,6 @@ index 241c8788eb2f..c2d49a2321a2 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -23914,10 +24071,6 @@ index 241c8788eb2f..c2d49a2321a2 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -23958,13 +24111,6 @@ index 241c8788eb2f..c2d49a2321a2 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -24040,11 +24186,11 @@ index 241c8788eb2f..c2d49a2321a2 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 d81fd8f09ca0..ffb2fa21e12d 100644 ---- third_party/libwebrtc/common_audio/common_audio_gn/moz.build -+++ third_party/libwebrtc/common_audio/common_audio_gn/moz.build + 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 ee981f9452bc..162f225011f8 100644 +--- third_party/libwebrtc/call/video_stream_api_gn/moz.build ++++ third_party/libwebrtc/call/video_stream_api_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -24066,7 +24212,7 @@ index d81fd8f09ca0..ffb2fa21e12d 100644 FINAL_LIBRARY = "webrtc" -@@ -54,172 +64,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,174 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24086,6 +24232,7 @@ index d81fd8f09ca0..ffb2fa21e12d 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -24115,6 +24262,7 @@ index d81fd8f09ca0..ffb2fa21e12d 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "dl", - "rt" - ] - @@ -24240,22 +24388,20 @@ index d81fd8f09ca0..ffb2fa21e12d 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 0bb21dcc6f81..97a4c56f1a5b 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,22 @@ AllowCompilerWarnings() + Library("video_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 df7f52b4c647..4d14cdd35d47 100644 +--- third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build ++++ third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build +@@ -17,11 +17,20 @@ CXXFLAGS += [ 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_ARCH_ARM64"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" @@ -24268,7 +24414,7 @@ index 0bb21dcc6f81..97a4c56f1a5b 100644 FINAL_LIBRARY = "webrtc" -@@ -45,148 +55,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,127 +57,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24292,7 +24438,6 @@ index 0bb21dcc6f81..97a4c56f1a5b 100644 - -if CONFIG["OS_TARGET"] == "Darwin": - -- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_MAC"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True @@ -24325,7 +24470,6 @@ index 0bb21dcc6f81..97a4c56f1a5b 100644 - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -24342,7 +24486,6 @@ index 0bb21dcc6f81..97a4c56f1a5b 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True @@ -24368,14 +24511,164 @@ index 0bb21dcc6f81..97a4c56f1a5b 100644 - "winmm" - ] - --if CONFIG["CPU_ARCH"] == "arm": +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - -- CFLAGS += [ -- "-mfpu=neon" +- 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["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" - ] +- + 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 9a7a8fa7cc91..263d4c990206 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,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -37,158 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": - - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +- SOURCES += [ +- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse_arm.S", +- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12_armv7.S" +- ] - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -24391,8 +24684,8 @@ index 0bb21dcc6f81..97a4c56f1a5b 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" @@ -24402,10 +24695,6 @@ index 0bb21dcc6f81..97a4c56f1a5b 100644 DEFINES["USE_X11"] = "1" --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - - OS_LIBS += [ @@ -24413,26 +24702,46 @@ index 0bb21dcc6f81..97a4c56f1a5b 100644 - "unwind" - ] - +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - - 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 05386adf23c5..30ffc38e65fd 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,22 @@ AllowCompilerWarnings() +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + 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 625fcd103a7b..b243ab2af3be 100644 +--- third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build ++++ third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build +@@ -12,10 +12,20 @@ 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_ARCH_ARM64"] = True +DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_ENABLE_AVX2"] = True ++DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" @@ -24445,7 +24754,23 @@ index 05386adf23c5..30ffc38e65fd 100644 FINAL_LIBRARY = "webrtc" -@@ -44,148 +54,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,6 +47,7 @@ UNIFIED_SOURCES += [ + "/third_party/libwebrtc/common_audio/ring_buffer.c", + "/third_party/libwebrtc/common_audio/signal_processing/auto_corr_to_refl_coef.c", + "/third_party/libwebrtc/common_audio/signal_processing/auto_correlation.c", ++ "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", + "/third_party/libwebrtc/common_audio/signal_processing/complex_fft.c", + "/third_party/libwebrtc/common_audio/signal_processing/copy_set_operations.c", + "/third_party/libwebrtc/common_audio/signal_processing/cross_correlation.c", +@@ -44,6 +55,7 @@ UNIFIED_SOURCES += [ + "/third_party/libwebrtc/common_audio/signal_processing/downsample_fast.c", + "/third_party/libwebrtc/common_audio/signal_processing/energy.c", + "/third_party/libwebrtc/common_audio/signal_processing/filter_ar.c", ++ "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c", + "/third_party/libwebrtc/common_audio/signal_processing/filter_ma_fast_q12.c", + "/third_party/libwebrtc/common_audio/signal_processing/get_hanning_window.c", + "/third_party/libwebrtc/common_audio/signal_processing/get_scaling_square.c", +@@ -79,228 +91,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24457,6 +24782,7 @@ index 05386adf23c5..30ffc38e65fd 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -24469,7 +24795,7 @@ index 05386adf23c5..30ffc38e65fd 100644 - -if CONFIG["OS_TARGET"] == "Darwin": - -- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_MAC"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True @@ -24477,6 +24803,11 @@ index 05386adf23c5..30ffc38e65fd 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", +- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" +- ] +- -if CONFIG["OS_TARGET"] == "Linux": - - DEFINES["USE_AURA"] = "1" @@ -24487,7 +24818,6 @@ index 05386adf23c5..30ffc38e65fd 100644 - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_GNU_SOURCE"] = True - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True @@ -24502,8 +24832,8 @@ index 05386adf23c5..30ffc38e65fd 100644 - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -24511,6 +24841,11 @@ index 05386adf23c5..30ffc38e65fd 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", +- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" +- ] +- -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True @@ -24519,7 +24854,7 @@ index 05386adf23c5..30ffc38e65fd 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True @@ -24545,14 +24880,33 @@ index 05386adf23c5..30ffc38e65fd 100644 - "winmm" - ] - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", +- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ +- CFLAGS += [ - "-mfpu=neon" - ] - - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["CPU_ARCH"] == "ppc64": +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", +- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" +- ] - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -24568,8 +24922,8 @@ index 05386adf23c5..30ffc38e65fd 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" @@ -24581,7 +24935,10 @@ index 05386adf23c5..30ffc38e65fd 100644 -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Android": - -- DEFINES["WEBRTC_ARCH_ARM64"] = True +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", +- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" +- ] - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - @@ -24590,192 +24947,64 @@ index 05386adf23c5..30ffc38e65fd 100644 - "unwind" - ] - --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- - 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 93daf376421d..40d8a4b08f17 100644 ---- third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build -+++ third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build -@@ -9,14 +9,27 @@ - COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - -+CXXFLAGS += [ -+ "-msse2" -+] -+ - 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "webrtc" - -@@ -43,143 +56,10 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": -- -- CXXFLAGS += [ -- "-msse2" -- ] -- -- 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["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": - - OS_LIBS += [ -- "log" +- "android_support" - ] - --if CONFIG["OS_TARGET"] == "Darwin": -- -- CXXFLAGS += [ -- "-msse2" +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", +- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" - ] - -- 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": +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Android": - -- CXXFLAGS += [ -- "-msse2" +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", +- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" - ] - -- 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" +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True -- 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/common_audio/signal_processing/complex_bit_reverse.c", +- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" - ] - --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- CXXFLAGS += [ -- "-msse2" -- ] +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - -- 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_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["OS_TARGET"] == "WINNT": +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - -- 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["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_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", +- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" - ] - --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["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - --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["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - -- OS_LIBS += [ -- "android_support" +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", +- "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" - ] - - 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 47f99dbd830c..93b9d78370f1 100644 ---- third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build -+++ third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build + 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 241c8788eb2f..c2d49a2321a2 100644 +--- third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build ++++ third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -24797,7 +25026,7 @@ index 47f99dbd830c..93b9d78370f1 100644 FINAL_LIBRARY = "webrtc" -@@ -42,172 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24971,11 +25200,11 @@ index 47f99dbd830c..93b9d78370f1 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 51acac9bad1a..6ed17d2eb8dd 100644 ---- third_party/libwebrtc/common_audio/fir_filter_gn/moz.build -+++ third_party/libwebrtc/common_audio/fir_filter_gn/moz.build + 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 d81fd8f09ca0..ffb2fa21e12d 100644 +--- third_party/libwebrtc/common_audio/common_audio_gn/moz.build ++++ third_party/libwebrtc/common_audio/common_audio_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -24997,7 +25226,7 @@ index 51acac9bad1a..6ed17d2eb8dd 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -54,172 +64,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25016,6 +25245,10 @@ index 51acac9bad1a..6ed17d2eb8dd 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -25041,6 +25274,10 @@ index 51acac9bad1a..6ed17d2eb8dd 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -25081,6 +25318,13 @@ index 51acac9bad1a..6ed17d2eb8dd 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -25090,6 +25334,10 @@ index 51acac9bad1a..6ed17d2eb8dd 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -25152,20 +25400,22 @@ index 51acac9bad1a..6ed17d2eb8dd 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 b1047de5ccb2..128eb766d596 100644 ---- third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build -+++ third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build -@@ -12,10 +12,20 @@ AllowCompilerWarnings() + 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 0bb21dcc6f81..97a4c56f1a5b 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,22 @@ 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_ARCH_ARM64"] = True +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_AVX2"] = True + DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" @@ -25178,7 +25428,7 @@ index b1047de5ccb2..128eb766d596 100644 FINAL_LIBRARY = "webrtc" -@@ -37,168 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,148 +55,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25190,7 +25440,6 @@ index b1047de5ccb2..128eb766d596 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -25203,7 +25452,7 @@ index b1047de5ccb2..128eb766d596 100644 - -if CONFIG["OS_TARGET"] == "Darwin": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_MAC"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True @@ -25221,6 +25470,7 @@ index b1047de5ccb2..128eb766d596 100644 - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GNU_SOURCE"] = True - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True @@ -25235,8 +25485,8 @@ index b1047de5ccb2..128eb766d596 100644 - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -25252,7 +25502,7 @@ index b1047de5ccb2..128eb766d596 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True @@ -25277,18 +25527,15 @@ index b1047de5ccb2..128eb766d596 100644 - "secur32", - "winmm" - ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +- -if CONFIG["CPU_ARCH"] == "arm": - +- CFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -25304,8 +25551,8 @@ index b1047de5ccb2..128eb766d596 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" @@ -25315,6 +25562,10 @@ index b1047de5ccb2..128eb766d596 100644 DEFINES["USE_X11"] = "1" +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - - OS_LIBS += [ @@ -25322,46 +25573,26 @@ index b1047de5ccb2..128eb766d596 100644 - "unwind" - ] - --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support" -- ] -- -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +- DEFINES["WEBRTC_ARCH_ARM64"] = True - - 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 142887be2aeb..24ac42fb0329 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,10 +12,20 @@ AllowCompilerWarnings() + 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 05386adf23c5..30ffc38e65fd 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,22 @@ 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_ARCH_ARM64"] = True +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_AVX2"] = True + DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" @@ -25374,7 +25605,7 @@ index 142887be2aeb..24ac42fb0329 100644 FINAL_LIBRARY = "webrtc" -@@ -41,101 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,148 +54,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25386,7 +25617,6 @@ index 142887be2aeb..24ac42fb0329 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -25399,7 +25629,7 @@ index 142887be2aeb..24ac42fb0329 100644 - -if CONFIG["OS_TARGET"] == "Darwin": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_MAC"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True @@ -25417,6 +25647,7 @@ index 142887be2aeb..24ac42fb0329 100644 - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GNU_SOURCE"] = True - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True @@ -25431,8 +25662,8 @@ index 142887be2aeb..24ac42fb0329 100644 - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -25448,7 +25679,7 @@ index 142887be2aeb..24ac42fb0329 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True @@ -25473,41 +25704,15 @@ index 142887be2aeb..24ac42fb0329 100644 - "secur32", - "winmm" - ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["CPU_ARCH"] == "aarch64": - -@@ -146,117 +62,28 @@ if CONFIG["CPU_ARCH"] == "aarch64": - "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc" - ] - +- -if CONFIG["CPU_ARCH"] == "arm": -+if CONFIG["CPU_ARCH"] == "x86": - - CXXFLAGS += [ +- +- CXXFLAGS += [ - "-mfpu=neon" - ] - - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc" -+ "-msse2" - ] - --if CONFIG["CPU_ARCH"] == "x86": -- - UNIFIED_SOURCES += [ - "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc" - ] - - if CONFIG["CPU_ARCH"] == "x86_64": - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc" -- ] - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -25523,15 +25728,20 @@ index 142887be2aeb..24ac42fb0329 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" + +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Android": - -- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_ARCH_ARM64"] = True - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - @@ -25540,79 +25750,30 @@ index 142887be2aeb..24ac42fb0329 100644 - "unwind" - ] - --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- CXXFLAGS += [ -- "-msse2" -- ] -- -- OS_LIBS += [ -- "android_support" -- ] -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Android": -- -- CXXFLAGS += [ -- "-msse2" -- ] -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Darwin": -- - CXXFLAGS += [ - "-msse2" - ] - -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- CXXFLAGS += [ -- "-msse2" -- ] -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- CXXFLAGS += [ -- "-msse2" -+ UNIFIED_SOURCES += [ -+ "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc" - ] - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "OpenBSD": +- DEFINES["WEBRTC_ARCH_ARM64"] = True - -- CXXFLAGS += [ -- "-msse2" -- ] -+ DEFINES["USE_X11"] = "1" + 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 93daf376421d..40d8a4b08f17 100644 +--- third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build ++++ third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build +@@ -9,14 +9,27 @@ + COMPILE_FLAGS["OS_INCLUDES"] = [] + AllowCompilerWarnings() - 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 b007a1e5ed8d..d6be72cf693c 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,10 +12,20 @@ AllowCompilerWarnings() ++CXXFLAGS += [ ++ "-msse2" ++] ++ 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_AVX2"] = True + DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -25626,28 +25787,38 @@ index b007a1e5ed8d..d6be72cf693c 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -43,143 +56,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - -if CONFIG["OS_TARGET"] == "Android": - +- CXXFLAGS += [ +- "-msse2" +- ] +- - 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_AVX2"] = 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_ENABLE_AVX2"] = True +- CXXFLAGS += [ +- "-msse2" +- ] +- - DEFINES["WEBRTC_MAC"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True @@ -25657,6 +25828,10 @@ index b007a1e5ed8d..d6be72cf693c 100644 - -if CONFIG["OS_TARGET"] == "Linux": - +- CXXFLAGS += [ +- "-msse2" +- ] +- - DEFINES["USE_AURA"] = "1" - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_NSS_CERTS"] = "1" @@ -25665,18 +25840,26 @@ index b007a1e5ed8d..d6be72cf693c 100644 - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GNU_SOURCE"] = True - 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": - +- CXXFLAGS += [ +- "-msse2" +- ] +- - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -25692,7 +25875,6 @@ index b007a1e5ed8d..d6be72cf693c 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True @@ -25710,23 +25892,14 @@ index b007a1e5ed8d..d6be72cf693c 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -+ DEFINES["_DEBUG"] = True - - if CONFIG["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" - ] - -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -25741,8 +25914,8 @@ index b007a1e5ed8d..d6be72cf693c 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" @@ -25752,44 +25925,17 @@ index b007a1e5ed8d..d6be72cf693c 100644 DEFINES["USE_X11"] = "1" --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support", -- "unwind" -- ] -- -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": - - OS_LIBS += [ - "android_support" - ] - --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- - 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 ec6e2eca861f..7b51a5386c8d 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 + 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 47f99dbd830c..93b9d78370f1 100644 +--- third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build ++++ third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -25811,18 +25957,7 @@ index ec6e2eca861f..7b51a5386c8d 100644 FINAL_LIBRARY = "webrtc" -@@ -28,6 +38,10 @@ LOCAL_INCLUDES += [ - "/tools/profiler/public" - ] - -+UNIFIED_SOURCES += [ -+ "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" -+] -+ - if not CONFIG["MOZ_DEBUG"]: - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -@@ -37,203 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,172 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25841,6 +25976,10 @@ index ec6e2eca861f..7b51a5386c8d 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -25851,10 +25990,6 @@ index ec6e2eca861f..7b51a5386c8d 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" -- ] -- -if CONFIG["OS_TARGET"] == "Linux": - - DEFINES["USE_AURA"] = "1" @@ -25870,6 +26005,10 @@ index ec6e2eca861f..7b51a5386c8d 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -25884,10 +26023,6 @@ index ec6e2eca861f..7b51a5386c8d 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" -- ] -- -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True @@ -25915,8 +26050,11 @@ index ec6e2eca861f..7b51a5386c8d 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" - ] + DEFINES["_DEBUG"] = True @@ -25927,20 +26065,14 @@ index ec6e2eca861f..7b51a5386c8d 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - -- SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_arm.S" -- ] -- --if CONFIG["CPU_ARCH"] == "ppc64": -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" -- ] -- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -25966,12 +26098,6 @@ index ec6e2eca861f..7b51a5386c8d 100644 DEFINES["USE_X11"] = "1" --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Android": -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" -- ] -- -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - - OS_LIBS += [ @@ -25985,25 +26111,11 @@ index ec6e2eca861f..7b51a5386c8d 100644 - "android_support" - ] - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" -- ] -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Android": -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" -- ] -- -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" -- ] -- -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -26014,24 +26126,16 @@ index ec6e2eca861f..7b51a5386c8d 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" -- ] -- -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" -- ] -- - 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 369cdc3ac64d..8d71417aa908 100644 ---- third_party/libwebrtc/common_video/common_video_gn/moz.build -+++ third_party/libwebrtc/common_video/common_video_gn/moz.build + 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 51acac9bad1a..6ed17d2eb8dd 100644 +--- third_party/libwebrtc/common_audio/fir_filter_gn/moz.build ++++ third_party/libwebrtc/common_audio/fir_filter_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -26053,7 +26157,7 @@ index 369cdc3ac64d..8d71417aa908 100644 FINAL_LIBRARY = "webrtc" -@@ -55,174 +65,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26072,11 +26176,6 @@ index 369cdc3ac64d..8d71417aa908 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "GLESv2", -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -26102,11 +26201,6 @@ index 369cdc3ac64d..8d71417aa908 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -26147,13 +26241,6 @@ index 369cdc3ac64d..8d71417aa908 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -26163,10 +26250,6 @@ index 369cdc3ac64d..8d71417aa908 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -26229,11 +26312,11 @@ index 369cdc3ac64d..8d71417aa908 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("common_video_gn") -diff --git third_party/libwebrtc/common_video/frame_counts_gn/moz.build third_party/libwebrtc/common_video/frame_counts_gn/moz.build -index d1be405adf26..1e284ffb51df 100644 ---- third_party/libwebrtc/common_video/frame_counts_gn/moz.build -+++ third_party/libwebrtc/common_video/frame_counts_gn/moz.build + 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 b1047de5ccb2..128eb766d596 100644 +--- third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build ++++ third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -26255,7 +26338,7 @@ index d1be405adf26..1e284ffb51df 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,168 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26274,6 +26357,10 @@ index d1be405adf26..1e284ffb51df 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -26299,6 +26386,10 @@ index d1be405adf26..1e284ffb51df 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -26339,6 +26430,13 @@ index d1be405adf26..1e284ffb51df 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -26410,11 +26508,11 @@ index d1be405adf26..1e284ffb51df 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("frame_counts_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 651826f452fe..061cfc842908 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 + 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 142887be2aeb..24ac42fb0329 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -26436,7 +26534,7 @@ index 651826f452fe..061cfc842908 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,101 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26484,6 +26582,10 @@ index 651826f452fe..061cfc842908 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -26524,16 +26626,25 @@ index 651826f452fe..061cfc842908 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True +@@ -146,117 +62,28 @@ if CONFIG["CPU_ARCH"] == "aarch64": + "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc" + ] -if CONFIG["CPU_ARCH"] == "arm": -- -- CXXFLAGS += [ ++if CONFIG["CPU_ARCH"] == "x86": + + CXXFLAGS += [ - "-mfpu=neon" - ] - @@ -26541,6 +26652,23 @@ index 651826f452fe..061cfc842908 100644 - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc" ++ "-msse2" + ] + +-if CONFIG["CPU_ARCH"] == "x86": +- + UNIFIED_SOURCES += [ + "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc" + ] + + if CONFIG["CPU_ARCH"] == "x86_64": + +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc" +- ] +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -26562,10 +26690,9 @@ index 651826f452fe..061cfc842908 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - - OS_LIBS += [ @@ -26575,10 +26702,26 @@ index 651826f452fe..061cfc842908 100644 - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": - +- CXXFLAGS += [ +- "-msse2" +- ] +- - OS_LIBS += [ - "android_support" - ] - +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Android": +- +- CXXFLAGS += [ +- "-msse2" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Darwin": +- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -26591,19 +26734,37 @@ index 651826f452fe..061cfc842908 100644 - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - +- CXXFLAGS += [ +- "-msse2" +- ] +- - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - +- CXXFLAGS += [ +- "-msse2" ++ UNIFIED_SOURCES += [ ++ "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc" + ] + - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "OpenBSD": - - Library("generic_frame_descriptor_gn") -diff --git third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build -index fc4a82d00bde..b06802646e84 100644 ---- third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build -+++ third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build +- CXXFLAGS += [ +- "-msse2" +- ] ++ DEFINES["USE_X11"] = "1" + + 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 b007a1e5ed8d..d6be72cf693c 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -26625,7 +26786,7 @@ index fc4a82d00bde..b06802646e84 100644 FINAL_LIBRARY = "webrtc" -@@ -44,165 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26644,10 +26805,6 @@ index fc4a82d00bde..b06802646e84 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -26713,10 +26870,6 @@ index fc4a82d00bde..b06802646e84 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -26792,11 +26945,11 @@ index fc4a82d00bde..b06802646e84 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 49e8f523ed87..b41ba4eddf9e 100644 ---- third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build -+++ third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build + 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 ec6e2eca861f..7b51a5386c8d 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -26818,7 +26971,18 @@ index 49e8f523ed87..b41ba4eddf9e 100644 FINAL_LIBRARY = "webrtc" -@@ -46,165 +56,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -28,6 +38,10 @@ LOCAL_INCLUDES += [ + "/tools/profiler/public" + ] + ++UNIFIED_SOURCES += [ ++ "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" ++] ++ + if not CONFIG["MOZ_DEBUG"]: + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +@@ -37,203 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26837,10 +27001,6 @@ index 49e8f523ed87..b41ba4eddf9e 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -26851,6 +27011,10 @@ index 49e8f523ed87..b41ba4eddf9e 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" +- ] +- -if CONFIG["OS_TARGET"] == "Linux": - - DEFINES["USE_AURA"] = "1" @@ -26880,6 +27044,10 @@ index 49e8f523ed87..b41ba4eddf9e 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" +- ] +- -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True @@ -26907,8 +27075,8 @@ index 49e8f523ed87..b41ba4eddf9e 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - -- OS_LIBS += [ -- "winmm" +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" - ] + DEFINES["_DEBUG"] = True @@ -26919,14 +27087,20 @@ index 49e8f523ed87..b41ba4eddf9e 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - +- SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_arm.S" +- ] +- +-if CONFIG["CPU_ARCH"] == "ppc64": +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" +- ] +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -26952,6 +27126,12 @@ index 49e8f523ed87..b41ba4eddf9e 100644 DEFINES["USE_X11"] = "1" +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Android": +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" +- ] +- -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - - OS_LIBS += [ @@ -26965,11 +27145,25 @@ index 49e8f523ed87..b41ba4eddf9e 100644 - "android_support" - ] - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Android": +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" +- ] +- -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" +- ] +- -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -26980,16 +27174,24 @@ index 49e8f523ed87..b41ba4eddf9e 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" +- ] +- -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 0d6463867101..292edf8bdf23 100644 ---- third_party/libwebrtc/logging/rtc_event_field_gn/moz.build -+++ third_party/libwebrtc/logging/rtc_event_field_gn/moz.build +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" +- ] +- + 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 369cdc3ac64d..8d71417aa908 100644 +--- third_party/libwebrtc/common_video/common_video_gn/moz.build ++++ third_party/libwebrtc/common_video/common_video_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -27011,7 +27213,7 @@ index 0d6463867101..292edf8bdf23 100644 FINAL_LIBRARY = "webrtc" -@@ -44,165 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -55,174 +65,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27031,6 +27233,7 @@ index 0d6463867101..292edf8bdf23 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -27059,6 +27262,11 @@ index 0d6463867101..292edf8bdf23 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -27101,6 +27309,9 @@ index 0d6463867101..292edf8bdf23 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -27178,11 +27389,11 @@ index 0d6463867101..292edf8bdf23 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("rtc_event_field_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 d6d86cdf23c4..f652832a8a4d 100644 ---- third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build -+++ third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build + Library("common_video_gn") +diff --git third_party/libwebrtc/common_video/frame_counts_gn/moz.build third_party/libwebrtc/common_video/frame_counts_gn/moz.build +index d1be405adf26..1e284ffb51df 100644 +--- third_party/libwebrtc/common_video/frame_counts_gn/moz.build ++++ third_party/libwebrtc/common_video/frame_counts_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -27204,7 +27415,7 @@ index d6d86cdf23c4..f652832a8a4d 100644 FINAL_LIBRARY = "webrtc" -@@ -43,161 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27223,10 +27434,6 @@ index d6d86cdf23c4..f652832a8a4d 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -27301,10 +27508,6 @@ index d6d86cdf23c4..f652832a8a4d 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -27367,11 +27570,11 @@ index d6d86cdf23c4..f652832a8a4d 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 985b84c85042..b6028c696a8b 100644 ---- third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build -+++ third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build + Library("frame_counts_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 651826f452fe..061cfc842908 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -27393,7 +27596,7 @@ index 985b84c85042..b6028c696a8b 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27481,10 +27684,6 @@ index 985b84c85042..b6028c696a8b 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -27560,11 +27759,11 @@ index 985b84c85042..b6028c696a8b 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 cc048c7fdad3..d0d8c7a098d1 100644 ---- third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build -+++ third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build + Library("generic_frame_descriptor_gn") +diff --git third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build +index fc4a82d00bde..b06802646e84 100644 +--- third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build ++++ third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -27586,7 +27785,7 @@ index cc048c7fdad3..d0d8c7a098d1 100644 FINAL_LIBRARY = "webrtc" -@@ -44,174 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,165 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27606,7 +27805,6 @@ index cc048c7fdad3..d0d8c7a098d1 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -27635,11 +27833,6 @@ index cc048c7fdad3..d0d8c7a098d1 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -27682,9 +27875,6 @@ index cc048c7fdad3..d0d8c7a098d1 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -27762,11 +27952,11 @@ index cc048c7fdad3..d0d8c7a098d1 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 b1758b72bf25..b65614c9846d 100644 ---- third_party/libwebrtc/logging/rtc_event_video_gn/moz.build -+++ third_party/libwebrtc/logging/rtc_event_video_gn/moz.build + 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 49e8f523ed87..b41ba4eddf9e 100644 +--- third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build ++++ third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -27788,7 +27978,7 @@ index b1758b72bf25..b65614c9846d 100644 FINAL_LIBRARY = "webrtc" -@@ -42,165 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,165 +56,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27955,11 +28145,11 @@ index b1758b72bf25..b65614c9846d 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 0273e154491a..7d67e8476b53 100644 ---- third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build -+++ third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build + 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 0d6463867101..292edf8bdf23 100644 +--- third_party/libwebrtc/logging/rtc_event_field_gn/moz.build ++++ third_party/libwebrtc/logging/rtc_event_field_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -27981,7 +28171,7 @@ index 0273e154491a..7d67e8476b53 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,165 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28148,11 +28338,11 @@ index 0273e154491a..7d67e8476b53 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("rtc_stream_config_gn") -diff --git third_party/libwebrtc/media/rtc_encoder_simulcast_proxy_gn/moz.build third_party/libwebrtc/media/rtc_encoder_simulcast_proxy_gn/moz.build -index 9fd4c74381a6..4d2e584f2b12 100644 ---- third_party/libwebrtc/media/rtc_encoder_simulcast_proxy_gn/moz.build -+++ third_party/libwebrtc/media/rtc_encoder_simulcast_proxy_gn/moz.build + Library("rtc_event_field_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 d6d86cdf23c4..f652832a8a4d 100644 +--- third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build ++++ third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -28174,7 +28364,7 @@ index 9fd4c74381a6..4d2e584f2b12 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -43,161 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28194,7 +28384,6 @@ index 9fd4c74381a6..4d2e584f2b12 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -28223,11 +28412,6 @@ index 9fd4c74381a6..4d2e584f2b12 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -28268,13 +28452,6 @@ index 9fd4c74381a6..4d2e584f2b12 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -28350,11 +28527,11 @@ index 9fd4c74381a6..4d2e584f2b12 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("rtc_encoder_simulcast_proxy_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 09893f4183f6..c32a7bbe84b4 100644 ---- third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build -+++ third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build + 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 985b84c85042..b6028c696a8b 100644 +--- third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build ++++ third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -28376,7 +28553,7 @@ index 09893f4183f6..c32a7bbe84b4 100644 FINAL_LIBRARY = "webrtc" -@@ -43,174 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28396,7 +28573,6 @@ index 09893f4183f6..c32a7bbe84b4 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -28425,11 +28601,6 @@ index 09893f4183f6..c32a7bbe84b4 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -28472,9 +28643,6 @@ index 09893f4183f6..c32a7bbe84b4 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -28552,11 +28720,11 @@ index 09893f4183f6..c32a7bbe84b4 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 b9b963ad03b1..63d1adfc9f3f 100644 ---- third_party/libwebrtc/media/rtc_media_base_gn/moz.build -+++ third_party/libwebrtc/media/rtc_media_base_gn/moz.build + 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 cc048c7fdad3..d0d8c7a098d1 100644 +--- third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build ++++ third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -28578,7 +28746,7 @@ index b9b963ad03b1..63d1adfc9f3f 100644 FINAL_LIBRARY = "webrtc" -@@ -46,174 +56,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,174 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28754,11 +28922,11 @@ index b9b963ad03b1..63d1adfc9f3f 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 b3e48563c04d..85b15dbdb123 100644 ---- third_party/libwebrtc/media/rtc_media_config_gn/moz.build -+++ third_party/libwebrtc/media/rtc_media_config_gn/moz.build + 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 b1758b72bf25..b65614c9846d 100644 +--- third_party/libwebrtc/logging/rtc_event_video_gn/moz.build ++++ third_party/libwebrtc/logging/rtc_event_video_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -28780,7 +28948,7 @@ index b3e48563c04d..85b15dbdb123 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,165 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28799,6 +28967,10 @@ index b3e48563c04d..85b15dbdb123 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -28864,6 +29036,10 @@ index b3e48563c04d..85b15dbdb123 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -28873,6 +29049,10 @@ index b3e48563c04d..85b15dbdb123 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -28935,11 +29115,11 @@ index b3e48563c04d..85b15dbdb123 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("rtc_media_config_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 1bc62c2080fa..f3ccbadd37d0 100644 ---- third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build -+++ third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build + 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 0273e154491a..7d67e8476b53 100644 +--- third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build ++++ third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -28961,7 +29141,7 @@ index 1bc62c2080fa..f3ccbadd37d0 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28981,7 +29161,6 @@ index 1bc62c2080fa..f3ccbadd37d0 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -29010,11 +29189,6 @@ index 1bc62c2080fa..f3ccbadd37d0 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -29057,9 +29231,6 @@ index 1bc62c2080fa..f3ccbadd37d0 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -29137,11 +29308,11 @@ index 1bc62c2080fa..f3ccbadd37d0 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("rtc_simulcast_encoder_adapter_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 24f8656db097..b5761737772d 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 + Library("rtc_stream_config_gn") +diff --git third_party/libwebrtc/media/rtc_encoder_simulcast_proxy_gn/moz.build third_party/libwebrtc/media/rtc_encoder_simulcast_proxy_gn/moz.build +index 9fd4c74381a6..4d2e584f2b12 100644 +--- third_party/libwebrtc/media/rtc_encoder_simulcast_proxy_gn/moz.build ++++ third_party/libwebrtc/media/rtc_encoder_simulcast_proxy_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -29163,7 +29334,7 @@ index 24f8656db097..b5761737772d 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29183,6 +29354,7 @@ index 24f8656db097..b5761737772d 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -29211,6 +29383,11 @@ index 24f8656db097..b5761737772d 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -29253,6 +29430,9 @@ index 24f8656db097..b5761737772d 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -29330,11 +29510,11 @@ index 24f8656db097..b5761737772d 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 3d193a4a3437..2c9f1c45b3ec 100644 ---- third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build + Library("rtc_encoder_simulcast_proxy_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 09893f4183f6..c32a7bbe84b4 100644 +--- third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build ++++ third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -29356,7 +29536,7 @@ index 3d193a4a3437..2c9f1c45b3ec 100644 FINAL_LIBRARY = "webrtc" -@@ -45,172 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -43,174 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29376,6 +29556,7 @@ index 3d193a4a3437..2c9f1c45b3ec 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -29405,6 +29586,7 @@ index 3d193a4a3437..2c9f1c45b3ec 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "dl", - "rt" - ] - @@ -29530,11 +29712,11 @@ index 3d193a4a3437..2c9f1c45b3ec 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 9f3c0d8abda1..846f9f907e72 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 + 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 b9b963ad03b1..63d1adfc9f3f 100644 +--- third_party/libwebrtc/media/rtc_media_base_gn/moz.build ++++ third_party/libwebrtc/media/rtc_media_base_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -29556,7 +29738,7 @@ index 9f3c0d8abda1..846f9f907e72 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,174 +56,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29575,6 +29757,11 @@ index 9f3c0d8abda1..846f9f907e72 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -29600,6 +29787,11 @@ index 9f3c0d8abda1..846f9f907e72 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -29640,6 +29832,13 @@ index 9f3c0d8abda1..846f9f907e72 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -29649,6 +29848,10 @@ index 9f3c0d8abda1..846f9f907e72 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -29711,11 +29914,11 @@ index 9f3c0d8abda1..846f9f907e72 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 132dbaad9bef..c1648ebdc6da 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 + 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 b3e48563c04d..85b15dbdb123 100644 +--- third_party/libwebrtc/media/rtc_media_config_gn/moz.build ++++ third_party/libwebrtc/media/rtc_media_config_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -29737,7 +29940,7 @@ index 132dbaad9bef..c1648ebdc6da 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29756,10 +29959,6 @@ index 132dbaad9bef..c1648ebdc6da 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -29825,10 +30024,6 @@ index 132dbaad9bef..c1648ebdc6da 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -29838,10 +30033,6 @@ index 132dbaad9bef..c1648ebdc6da 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -29904,11 +30095,11 @@ index 132dbaad9bef..c1648ebdc6da 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 725d37c02703..f3ae48b25ffb 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 + Library("rtc_media_config_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 1bc62c2080fa..f3ccbadd37d0 100644 +--- third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build ++++ third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -29930,7 +30121,7 @@ index 725d37c02703..f3ae48b25ffb 100644 FINAL_LIBRARY = "webrtc" -@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29950,6 +30141,7 @@ index 725d37c02703..f3ae48b25ffb 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -29979,6 +30171,7 @@ index 725d37c02703..f3ae48b25ffb 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "dl", - "rt" - ] - @@ -30104,196 +30297,11 @@ index 725d37c02703..f3ae48b25ffb 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 7ef11d489203..cf3f1f338ba0 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,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "webrtc" - -@@ -41,157 +51,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 -- --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_ENABLE_AVX2"] = 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["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support", -- "unwind" -- ] -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support" -- ] -- --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- - 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 b65fc49e5237..1a504c38fce1 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 + Library("rtc_simulcast_encoder_adapter_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 24f8656db097..b5761737772d 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -30315,7 +30323,7 @@ index b65fc49e5237..1a504c38fce1 100644 FINAL_LIBRARY = "webrtc" -@@ -51,172 +61,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -30363,10 +30371,6 @@ index b65fc49e5237..1a504c38fce1 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -30409,9 +30413,6 @@ index b65fc49e5237..1a504c38fce1 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -30489,11 +30490,11 @@ index b65fc49e5237..1a504c38fce1 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 15764353c966..e9ed99aad0a1 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 + 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 3d193a4a3437..2c9f1c45b3ec 100644 +--- third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -30515,7 +30516,7 @@ index 15764353c966..e9ed99aad0a1 100644 FINAL_LIBRARY = "webrtc" -@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,172 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -30689,11 +30690,11 @@ index 15764353c966..e9ed99aad0a1 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 ea97f94f457d..3feac0906041 100644 ---- third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build + 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 9f3c0d8abda1..846f9f907e72 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -30715,7 +30716,7 @@ index ea97f94f457d..3feac0906041 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -30808,10 +30809,6 @@ index ea97f94f457d..3feac0906041 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -30874,11 +30871,11 @@ index ea97f94f457d..3feac0906041 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 80fb9807c16f..88b940e9c6c3 100644 ---- third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build + 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 132dbaad9bef..c1648ebdc6da 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -30900,7 +30897,7 @@ index 80fb9807c16f..88b940e9c6c3 100644 FINAL_LIBRARY = "webrtc" -@@ -42,165 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31067,11 +31064,11 @@ index 80fb9807c16f..88b940e9c6c3 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 87571de3048e..6af30071257f 100644 ---- third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build + 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 725d37c02703..f3ae48b25ffb 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -31093,7 +31090,7 @@ index 87571de3048e..6af30071257f 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31112,6 +31109,10 @@ index 87571de3048e..6af30071257f 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -31137,6 +31138,10 @@ index 87571de3048e..6af30071257f 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -31177,6 +31182,13 @@ index 87571de3048e..6af30071257f 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -31186,7 +31198,7 @@ index 87571de3048e..6af30071257f 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CFLAGS += [ +- CXXFLAGS += [ - "-mfpu=neon" - ] - @@ -31252,11 +31264,11 @@ index 87571de3048e..6af30071257f 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 be80bff2213e..8d9f37d48283 100644 ---- third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build + 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 7ef11d489203..cf3f1f338ba0 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -31278,7 +31290,7 @@ index be80bff2213e..8d9f37d48283 100644 FINAL_LIBRARY = "webrtc" -@@ -42,165 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31297,10 +31309,6 @@ index be80bff2213e..8d9f37d48283 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -31366,10 +31374,6 @@ index be80bff2213e..8d9f37d48283 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -31445,11 +31449,11 @@ index be80bff2213e..8d9f37d48283 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 771a415b58fe..64ca7ca1f4fc 100644 ---- third_party/libwebrtc/modules/audio_coding/ilbc_c_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/ilbc_c_gn/moz.build + 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 b65fc49e5237..1a504c38fce1 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -31471,7 +31475,7 @@ index 771a415b58fe..64ca7ca1f4fc 100644 FINAL_LIBRARY = "webrtc" -@@ -109,172 +119,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,172 +61,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31579,7 +31583,7 @@ index 771a415b58fe..64ca7ca1f4fc 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CFLAGS += [ +- CXXFLAGS += [ - "-mfpu=neon" - ] - @@ -31645,11 +31649,11 @@ index 771a415b58fe..64ca7ca1f4fc 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 a652760054da..4927afb7d7e6 100644 ---- third_party/libwebrtc/modules/audio_coding/ilbc_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/ilbc_gn/moz.build + 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 15764353c966..e9ed99aad0a1 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -31671,7 +31675,7 @@ index a652760054da..4927afb7d7e6 100644 FINAL_LIBRARY = "webrtc" -@@ -42,172 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31845,11 +31849,11 @@ index a652760054da..4927afb7d7e6 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("ilbc_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 1cf433ded05c..17649824103d 100644 ---- third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build + 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 ea97f94f457d..3feac0906041 100644 +--- third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -31871,7 +31875,7 @@ index 1cf433ded05c..17649824103d 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31964,6 +31968,10 @@ index 1cf433ded05c..17649824103d 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -32026,11 +32034,11 @@ index 1cf433ded05c..17649824103d 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("isac_bwinfo_gn") -diff --git third_party/libwebrtc/modules/audio_coding/isac_c_gn/moz.build third_party/libwebrtc/modules/audio_coding/isac_c_gn/moz.build -index 09da7ad6738f..9028bcf4b2b6 100644 ---- third_party/libwebrtc/modules/audio_coding/isac_c_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/isac_c_gn/moz.build + 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 80fb9807c16f..88b940e9c6c3 100644 +--- third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -32052,7 +32060,7 @@ index 09da7ad6738f..9028bcf4b2b6 100644 FINAL_LIBRARY = "webrtc" -@@ -63,151 +73,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,165 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -32100,11 +32108,6 @@ index 09da7ad6738f..9028bcf4b2b6 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "m", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -32147,9 +32150,6 @@ index 09da7ad6738f..9028bcf4b2b6 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -32159,178 +32159,1338 @@ index 09da7ad6738f..9028bcf4b2b6 100644 DEFINES["WEBRTC_ARCH_ARM64"] = True DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support" -- ] -- --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- - Library("isac_c_gn") -diff --git third_party/libwebrtc/modules/audio_coding/isac_common_gn/moz.build third_party/libwebrtc/modules/audio_coding/isac_common_gn/moz.build -index bdc092498c84..17c7236ffe82 100644 ---- third_party/libwebrtc/modules/audio_coding/isac_common_gn/moz.build -+++ third_party/libwebrtc/modules/audio_coding/isac_common_gn/moz.build -@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "webrtc" - -@@ -37,161 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 -- --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_ENABLE_AVX2"] = 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["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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["CPU_ARCH"] == "arm": - -- OS_LIBS += [ -- "winmm" +- CXXFLAGS += [ +- "-mfpu=neon" - ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + 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 87571de3048e..6af30071257f 100644 +--- third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -41,157 +51,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- CFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + 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 be80bff2213e..8d9f37d48283 100644 +--- third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -42,165 +52,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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 += [ +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + 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 771a415b58fe..64ca7ca1f4fc 100644 +--- third_party/libwebrtc/modules/audio_coding/ilbc_c_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/ilbc_c_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -109,172 +119,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- CFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + 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 a652760054da..4927afb7d7e6 100644 +--- third_party/libwebrtc/modules/audio_coding/ilbc_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/ilbc_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -42,172 +52,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + Library("ilbc_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 1cf433ded05c..17649824103d 100644 +--- third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -37,153 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + Library("isac_bwinfo_gn") +diff --git third_party/libwebrtc/modules/audio_coding/isac_c_gn/moz.build third_party/libwebrtc/modules/audio_coding/isac_c_gn/moz.build +index 09da7ad6738f..9028bcf4b2b6 100644 +--- third_party/libwebrtc/modules/audio_coding/isac_c_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/isac_c_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -63,151 +73,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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 += [ +- "m", +- "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_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + Library("isac_c_gn") +diff --git third_party/libwebrtc/modules/audio_coding/isac_common_gn/moz.build third_party/libwebrtc/modules/audio_coding/isac_common_gn/moz.build +index bdc092498c84..17c7236ffe82 100644 +--- third_party/libwebrtc/modules/audio_coding/isac_common_gn/moz.build ++++ third_party/libwebrtc/modules/audio_coding/isac_common_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -37,161 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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 += [ +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": - - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True @@ -33472,7 +34632,7 @@ index 81572e410402..59bbb7146249 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 50f2227c0bd7..baa80fe26989 100644 +index 032a190b0afc..603b0dd150aa 100644 --- third_party/libwebrtc/modules/audio_coding/neteq_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/neteq_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() @@ -51508,10 +52668,10 @@ index 1d9b39c90ee9..df973d1d6465 100644 DEFINES["USE_X11"] = "1" -diff --git third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build -index 809899a92847..329aa27afaf0 100644 ---- third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build -+++ third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build +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 8631744ab1bf..04e39447905c 100644 +--- third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build ++++ third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build @@ -14,10 +14,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -51533,7 +52693,7 @@ index 809899a92847..329aa27afaf0 100644 FINAL_LIBRARY = "webrtc" -@@ -66,63 +76,25 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -69,62 +79,25 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -51574,7 +52734,6 @@ index 809899a92847..329aa27afaf0 100644 + DEFINES["WEBRTC_HAS_NEON"] = True - OS_LIBS += [ -- "dl", - "rt" - ] +if not CONFIG["MOZ_X11"] and CONFIG["OS_TARGET"] == "FreeBSD": @@ -51606,7 +52765,7 @@ index 809899a92847..329aa27afaf0 100644 OS_LIBS += [ "X11", -@@ -151,287 +123,4 @@ if CONFIG["OS_TARGET"] == "OpenBSD": +@@ -153,287 +126,4 @@ if CONFIG["OS_TARGET"] == "OpenBSD": "/third_party/libwebrtc/modules/desktop_capture/window_capturer_linux.cc" ] @@ -51698,7 +52857,7 @@ index 809899a92847..329aa27afaf0 100644 - DEFINES["WEBRTC_USE_PIPEWIRE"] = True - DEFINES["_GNU_SOURCE"] = True - -- UNIFIED_SOURCES += [ +- SOURCES += [ - "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/moz_base_capturer_pipewire.cc" - ] - @@ -51753,7 +52912,7 @@ index 809899a92847..329aa27afaf0 100644 - DEFINES["WEBRTC_USE_PIPEWIRE"] = True - DEFINES["_GNU_SOURCE"] = True - -- UNIFIED_SOURCES += [ +- SOURCES += [ - "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/moz_base_capturer_pipewire.cc" - ] - @@ -51763,7 +52922,7 @@ index 809899a92847..329aa27afaf0 100644 - DEFINES["WEBRTC_USE_PIPEWIRE"] = True - DEFINES["_GNU_SOURCE"] = True - -- UNIFIED_SOURCES += [ +- SOURCES += [ - "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/moz_base_capturer_pipewire.cc" - ] - @@ -51773,7 +52932,7 @@ index 809899a92847..329aa27afaf0 100644 - DEFINES["WEBRTC_USE_PIPEWIRE"] = True - DEFINES["_GNU_SOURCE"] = True - -- UNIFIED_SOURCES += [ +- SOURCES += [ - "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/moz_base_capturer_pipewire.cc" - ] - @@ -51893,11 +53052,89 @@ index 809899a92847..329aa27afaf0 100644 - "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_window_property.cc" - ] - - Library("desktop_capture_generic_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 0c90f71d76bc..3c1d109d7338 100644 ---- third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build -+++ third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build + 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 e884abb54d56..000000000000 +--- third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn/moz.build ++++ /dev/null +@@ -1,72 +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_AVX2"] = 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["_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 = "webrtc" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "/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/modules/desktop_capture/mac/desktop_configuration.mm", +- "/third_party/libwebrtc/modules/desktop_capture/mac/desktop_frame_cgimage.mm", +- "/third_party/libwebrtc/modules/desktop_capture/mac/desktop_frame_iosurface.mm", +- "/third_party/libwebrtc/modules/desktop_capture/mac/desktop_frame_provider.mm", +- "/third_party/libwebrtc/modules/desktop_capture/mac/screen_capturer_mac.mm", +- "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_mac.mm", +- "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_darwin.mm", +- "/third_party/libwebrtc/modules/desktop_capture/window_capturer_mac.mm", +- "/third_party/libwebrtc/modules/desktop_capture/window_finder_mac.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["CPU_ARCH"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-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 c0ef33e2b342..01dae095db30 100644 +--- third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build ++++ third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -51919,7 +53156,7 @@ index 0c90f71d76bc..3c1d109d7338 100644 FINAL_LIBRARY = "webrtc" -@@ -37,208 +47,14 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,138 +57,14 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -51949,11 +53186,6 @@ index 0c90f71d76bc..3c1d109d7338 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -51962,24 +53194,12 @@ index 0c90f71d76bc..3c1d109d7338 100644 - DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_POSIX"] = True -- DEFINES["WEBRTC_USE_X11"] = 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 += [ -- "X11", -- "Xcomposite", -- "Xdamage", -- "Xext", -- "Xfixes", -- "Xrandr", -- "Xrender", -- "Xtst" -- ] -- -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True @@ -52006,15 +53226,6 @@ index 0c90f71d76bc..3c1d109d7338 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "d3d11", -- "dxgi", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -52024,6 +53235,10 @@ index 0c90f71d76bc..3c1d109d7338 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -52033,18 +53248,6 @@ index 0c90f71d76bc..3c1d109d7338 100644 -if CONFIG["CPU_ARCH"] == "ppc64": - - DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_USE_X11"] = True -- -- OS_LIBS += [ -- "X11", -- "Xcomposite", -- "Xdamage", -- "Xext", -- "Xfixes", -- "Xrandr", -- "Xrender", -- "Xtst" -- ] - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": - @@ -52080,138 +53283,24 @@ index 0c90f71d76bc..3c1d109d7338 100644 -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_USE_X11"] = True -- -- OS_LIBS += [ -- "X11", -- "Xcomposite", -- "Xdamage", -- "Xext", -- "Xfixes", -- "Xrandr", -- "Xrender", -- "Xtst" -- ] - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_USE_X11"] = True -- -- OS_LIBS += [ -- "X11", -- "Xcomposite", -- "Xdamage", -- "Xext", -- "Xfixes", -- "Xrandr", -- "Xrender", -- "Xtst" -- ] - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_USE_X11"] = True -- -- OS_LIBS += [ -- "X11", -- "Xcomposite", -- "Xdamage", -- "Xext", -- "Xfixes", -- "Xrandr", -- "Xrender", -- "Xtst" -- ] - -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_USE_X11"] = True -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 e884abb54d56..000000000000 ---- third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn/moz.build -+++ /dev/null -@@ -1,72 +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_AVX2"] = 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["_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 = "webrtc" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/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/modules/desktop_capture/mac/desktop_configuration.mm", -- "/third_party/libwebrtc/modules/desktop_capture/mac/desktop_frame_cgimage.mm", -- "/third_party/libwebrtc/modules/desktop_capture/mac/desktop_frame_iosurface.mm", -- "/third_party/libwebrtc/modules/desktop_capture/mac/desktop_frame_provider.mm", -- "/third_party/libwebrtc/modules/desktop_capture/mac/screen_capturer_mac.mm", -- "/third_party/libwebrtc/modules/desktop_capture/mouse_cursor_monitor_mac.mm", -- "/third_party/libwebrtc/modules/desktop_capture/screen_capturer_darwin.mm", -- "/third_party/libwebrtc/modules/desktop_capture/window_capturer_mac.mm", -- "/third_party/libwebrtc/modules/desktop_capture/window_finder_mac.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["CPU_ARCH"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --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 c0ef33e2b342..01dae095db30 100644 ---- third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build -+++ third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build + +diff --git third_party/libwebrtc/modules/module_api_gn/moz.build third_party/libwebrtc/modules/module_api_gn/moz.build +index 9cb0e4d6203a..320177a15a95 100644 +--- third_party/libwebrtc/modules/module_api_gn/moz.build ++++ third_party/libwebrtc/modules/module_api_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -52233,11 +53322,25 @@ index c0ef33e2b342..01dae095db30 100644 FINAL_LIBRARY = "webrtc" -@@ -47,138 +57,14 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = True @@ -52312,19 +53415,13 @@ index c0ef33e2b342..01dae095db30 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_HAS_NEON"] = True -- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["CPU_ARCH"] == "ppc64": +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - -- DEFINES["USE_X11"] = "1" +- DEFINES["_DEBUG"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": - @@ -52342,42 +53439,49 @@ index c0ef33e2b342..01dae095db30 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" + +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_X11"] = "1" -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - 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 9cb0e4d6203a..320177a15a95 100644 ---- third_party/libwebrtc/modules/module_api_gn/moz.build -+++ third_party/libwebrtc/modules/module_api_gn/moz.build + 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 03b9f6c4e5e6..4100fd966dea 100644 +--- third_party/libwebrtc/modules/module_api_public_gn/moz.build ++++ third_party/libwebrtc/modules/module_api_public_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -52554,11 +53658,11 @@ index 9cb0e4d6203a..320177a15a95 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 03b9f6c4e5e6..4100fd966dea 100644 ---- third_party/libwebrtc/modules/module_api_public_gn/moz.build -+++ third_party/libwebrtc/modules/module_api_public_gn/moz.build + 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 4c59791a1007..12fac51de819 100644 +--- third_party/libwebrtc/modules/module_fec_api_gn/moz.build ++++ third_party/libwebrtc/modules/module_fec_api_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -52735,11 +53839,11 @@ index 03b9f6c4e5e6..4100fd966dea 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 4c59791a1007..12fac51de819 100644 ---- third_party/libwebrtc/modules/module_fec_api_gn/moz.build -+++ third_party/libwebrtc/modules/module_fec_api_gn/moz.build + 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 f03ff5ebcd21..e7500b1da54a 100644 +--- third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build ++++ third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -52761,7 +53865,7 @@ index 4c59791a1007..12fac51de819 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -52780,6 +53884,10 @@ index 4c59791a1007..12fac51de819 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -52854,6 +53962,10 @@ index 4c59791a1007..12fac51de819 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -52916,11 +54028,11 @@ index 4c59791a1007..12fac51de819 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 f03ff5ebcd21..e7500b1da54a 100644 ---- third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build -+++ third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build + 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 eb2187efdcd8..beebc743cd97 100644 +--- third_party/libwebrtc/modules/pacing/pacing_gn/moz.build ++++ third_party/libwebrtc/modules/pacing/pacing_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -52942,7 +54054,7 @@ index f03ff5ebcd21..e7500b1da54a 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,174 +59,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -52962,6 +54074,7 @@ index f03ff5ebcd21..e7500b1da54a 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -52990,6 +54103,11 @@ index f03ff5ebcd21..e7500b1da54a 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -53030,6 +54148,13 @@ index f03ff5ebcd21..e7500b1da54a 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -53105,13 +54230,13 @@ index f03ff5ebcd21..e7500b1da54a 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 d899917672bd..e7a8d4dd1960 100644 ---- third_party/libwebrtc/modules/pacing/pacing_gn/moz.build -+++ third_party/libwebrtc/modules/pacing/pacing_gn/moz.build -@@ -12,10 +12,20 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + Library("pacing_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 7af9c5fc0071..c4b2d55b1a59 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,10 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" @@ -53131,7 +54256,7 @@ index d899917672bd..e7a8d4dd1960 100644 FINAL_LIBRARY = "webrtc" -@@ -50,174 +60,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -53,174 +63,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53307,13 +54432,13 @@ index d899917672bd..e7a8d4dd1960 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("pacing_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 7af9c5fc0071..c4b2d55b1a59 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,10 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" + Library("remote_bitrate_estimator_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 800b7ccea105..f5f609138c1e 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,10 +12,20 @@ AllowCompilerWarnings() + DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" @@ -53333,7 +54458,7 @@ index 7af9c5fc0071..c4b2d55b1a59 100644 FINAL_LIBRARY = "webrtc" -@@ -53,174 +63,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -84,174 +94,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53509,13 +54634,13 @@ index 7af9c5fc0071..c4b2d55b1a59 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("remote_bitrate_estimator_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 800b7ccea105..f5f609138c1e 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,10 +12,20 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + 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 4e7d516d4b7f..bb1a3d90307d 100644 +--- third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build ++++ third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build +@@ -13,10 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" @@ -53535,7 +54660,7 @@ index 800b7ccea105..f5f609138c1e 100644 FINAL_LIBRARY = "webrtc" -@@ -84,174 +94,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -93,174 +103,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53711,13 +54836,13 @@ index 800b7ccea105..f5f609138c1e 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 4e7d516d4b7f..bb1a3d90307d 100644 ---- third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build -+++ third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build -@@ -13,10 +13,20 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" + 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 7bb5cb10cee9..f2555eb6396b 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,10 +12,20 @@ AllowCompilerWarnings() + DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" @@ -53737,7 +54862,7 @@ index 4e7d516d4b7f..bb1a3d90307d 100644 FINAL_LIBRARY = "webrtc" -@@ -93,174 +103,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53757,7 +54882,6 @@ index 4e7d516d4b7f..bb1a3d90307d 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -53786,11 +54910,6 @@ index 4e7d516d4b7f..bb1a3d90307d 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -53833,9 +54952,6 @@ index 4e7d516d4b7f..bb1a3d90307d 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -53913,11 +55029,196 @@ index 4e7d516d4b7f..bb1a3d90307d 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 7bb5cb10cee9..f2555eb6396b 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 + 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 f03573036511..1f2604f215ba 100644 +--- third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build ++++ third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -41,157 +51,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- CFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + 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 240656c0f3f0..a30888bae720 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -53939,7 +55240,7 @@ index 7bb5cb10cee9..f2555eb6396b 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53958,10 +55259,6 @@ index 7bb5cb10cee9..f2555eb6396b 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -54027,10 +55324,6 @@ index 7bb5cb10cee9..f2555eb6396b 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -54040,7 +55333,7 @@ index 7bb5cb10cee9..f2555eb6396b 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ +- CFLAGS += [ - "-mfpu=neon" - ] - @@ -54106,11 +55399,11 @@ index 7bb5cb10cee9..f2555eb6396b 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 f03573036511..1f2604f215ba 100644 ---- third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build -+++ third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build + 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 3657b2cbe0f6..af48f581b06c 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -54132,7 +55425,7 @@ index f03573036511..1f2604f215ba 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,157 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54291,11 +55584,11 @@ index f03573036511..1f2604f215ba 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 240656c0f3f0..a30888bae720 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 + 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 5b578af55e2d..dba1235df3b3 100644 +--- third_party/libwebrtc/modules/utility/utility_gn/moz.build ++++ third_party/libwebrtc/modules/utility/utility_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -54317,7 +55610,7 @@ index 240656c0f3f0..a30888bae720 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,166 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54336,6 +55629,15 @@ index 240656c0f3f0..a30888bae720 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/modules/utility/source/helpers_android.cc", +- "/third_party/libwebrtc/modules/utility/source/jvm_android.cc" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -54410,10 +55712,6 @@ index 240656c0f3f0..a30888bae720 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -54445,6 +55743,10 @@ index 240656c0f3f0..a30888bae720 100644 -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - OS_LIBS += [ - "android_support", - "unwind" @@ -54476,11 +55778,11 @@ index 240656c0f3f0..a30888bae720 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 3657b2cbe0f6..af48f581b06c 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 + 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 d7b98c3a7818..3fcb8eb39e05 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 @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -54502,7 +55804,21 @@ index 3657b2cbe0f6..af48f581b06c 100644 FINAL_LIBRARY = "webrtc" -@@ -45,157 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -28,6 +38,13 @@ LOCAL_INCLUDES += [ + "/tools/profiler/public" + ] + ++UNIFIED_SOURCES += [ ++ "/third_party/libwebrtc/modules/video_capture/linux/device_info_linux.cc", ++ "/third_party/libwebrtc/modules/video_capture/linux/device_info_v4l2.cc", ++ "/third_party/libwebrtc/modules/video_capture/linux/video_capture_linux.cc", ++ "/third_party/libwebrtc/modules/video_capture/linux/video_capture_v4l2.cc" ++] ++ + if not CONFIG["MOZ_DEBUG"]: + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +@@ -37,203 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54521,6 +55837,11 @@ index 3657b2cbe0f6..af48f581b06c 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -54546,6 +55867,18 @@ index 3657b2cbe0f6..af48f581b06c 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/modules/video_capture/linux/device_info_linux.cc", +- "/third_party/libwebrtc/modules/video_capture/linux/device_info_v4l2.cc", +- "/third_party/libwebrtc/modules/video_capture/linux/video_capture_linux.cc", +- "/third_party/libwebrtc/modules/video_capture/linux/video_capture_v4l2.cc" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -54560,6 +55893,13 @@ index 3657b2cbe0f6..af48f581b06c 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/modules/video_capture/linux/device_info_linux.cc", +- "/third_party/libwebrtc/modules/video_capture/linux/device_info_v4l2.cc", +- "/third_party/libwebrtc/modules/video_capture/linux/video_capture_linux.cc", +- "/third_party/libwebrtc/modules/video_capture/linux/video_capture_v4l2.cc" +- ] +- -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True @@ -54586,6 +55926,28 @@ index 3657b2cbe0f6..af48f581b06c 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "ole32", +- "oleaut32", +- "secur32", +- "strmiids", +- "user32", +- "winmm" +- ] +- +- SOURCES += [ +- "/third_party/libwebrtc/modules/video_capture/windows/device_info_ds.cc", +- "/third_party/libwebrtc/modules/video_capture/windows/help_functions_ds.cc", +- "/third_party/libwebrtc/modules/video_capture/windows/sink_filter_ds.cc" +- ] +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/modules/video_capture/windows/video_capture_ds.cc", +- "/third_party/libwebrtc/modules/video_capture/windows/video_capture_factory_windows.cc" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -54595,10 +55957,6 @@ index 3657b2cbe0f6..af48f581b06c 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -54648,6 +56006,10 @@ index 3657b2cbe0f6..af48f581b06c 100644 - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - @@ -54661,11 +56023,11 @@ index 3657b2cbe0f6..af48f581b06c 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 12447a421204..4cf06f7309d6 100644 ---- third_party/libwebrtc/modules/utility/utility_gn/moz.build -+++ third_party/libwebrtc/modules/utility/utility_gn/moz.build + 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 4cad010d6416..62b8f59f4920 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -54687,7 +56049,7 @@ index 12447a421204..4cf06f7309d6 100644 FINAL_LIBRARY = "webrtc" -@@ -41,177 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,174 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54707,14 +56069,10 @@ index 12447a421204..4cf06f7309d6 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/modules/utility/source/helpers_android.cc", -- "/third_party/libwebrtc/modules/utility/source/jvm_android.cc" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -54741,6 +56099,7 @@ index 12447a421204..4cf06f7309d6 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "dl", - "rt" - ] - @@ -54866,11 +56225,11 @@ index 12447a421204..4cf06f7309d6 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 d7b98c3a7818..3fcb8eb39e05 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 + 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 09766af69824..d381a8730b53 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -54892,21 +56251,7 @@ index d7b98c3a7818..3fcb8eb39e05 100644 FINAL_LIBRARY = "webrtc" -@@ -28,6 +38,13 @@ LOCAL_INCLUDES += [ - "/tools/profiler/public" - ] - -+UNIFIED_SOURCES += [ -+ "/third_party/libwebrtc/modules/video_capture/linux/device_info_linux.cc", -+ "/third_party/libwebrtc/modules/video_capture/linux/device_info_v4l2.cc", -+ "/third_party/libwebrtc/modules/video_capture/linux/video_capture_linux.cc", -+ "/third_party/libwebrtc/modules/video_capture/linux/video_capture_v4l2.cc" -+] -+ - if not CONFIG["MOZ_DEBUG"]: - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -@@ -37,203 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54926,7 +56271,6 @@ index d7b98c3a7818..3fcb8eb39e05 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -54955,18 +56299,6 @@ index d7b98c3a7818..3fcb8eb39e05 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/modules/video_capture/linux/device_info_linux.cc", -- "/third_party/libwebrtc/modules/video_capture/linux/device_info_v4l2.cc", -- "/third_party/libwebrtc/modules/video_capture/linux/video_capture_linux.cc", -- "/third_party/libwebrtc/modules/video_capture/linux/video_capture_v4l2.cc" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -54981,13 +56313,6 @@ index d7b98c3a7818..3fcb8eb39e05 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/modules/video_capture/linux/device_info_linux.cc", -- "/third_party/libwebrtc/modules/video_capture/linux/device_info_v4l2.cc", -- "/third_party/libwebrtc/modules/video_capture/linux/video_capture_linux.cc", -- "/third_party/libwebrtc/modules/video_capture/linux/video_capture_v4l2.cc" -- ] -- -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True @@ -55016,26 +56341,8 @@ index d7b98c3a7818..3fcb8eb39e05 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "ole32", -- "oleaut32", -- "secur32", -- "strmiids", -- "user32", - "winmm" - ] -- -- SOURCES += [ -- "/third_party/libwebrtc/modules/video_capture/windows/device_info_ds.cc", -- "/third_party/libwebrtc/modules/video_capture/windows/help_functions_ds.cc", -- "/third_party/libwebrtc/modules/video_capture/windows/sink_filter_ds.cc" -- ] -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/modules/video_capture/windows/video_capture_ds.cc", -- "/third_party/libwebrtc/modules/video_capture/windows/video_capture_factory_windows.cc" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -55045,6 +56352,10 @@ index d7b98c3a7818..3fcb8eb39e05 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -55094,10 +56405,6 @@ index d7b98c3a7818..3fcb8eb39e05 100644 - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - @@ -55111,11 +56418,11 @@ index d7b98c3a7818..3fcb8eb39e05 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 4cad010d6416..62b8f59f4920 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 + 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 d4d71bf7fb4a..7abada72701b 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -55137,7 +56444,7 @@ index 4cad010d6416..62b8f59f4920 100644 FINAL_LIBRARY = "webrtc" -@@ -45,174 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -55157,7 +56464,6 @@ index 4cad010d6416..62b8f59f4920 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -55186,11 +56492,6 @@ index 4cad010d6416..62b8f59f4920 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -55231,13 +56532,6 @@ index 4cad010d6416..62b8f59f4920 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -55247,10 +56541,6 @@ index 4cad010d6416..62b8f59f4920 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -55313,11 +56603,11 @@ index 4cad010d6416..62b8f59f4920 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 09766af69824..d381a8730b53 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 + 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 f3bef360d869..5cd53c990b1f 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -55506,11 +56796,11 @@ index 09766af69824..d381a8730b53 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 d4d71bf7fb4a..7abada72701b 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 + 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 c21b84284b07..dce99512e78b 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 @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -55532,7 +56822,7 @@ index d4d71bf7fb4a..7abada72701b 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,174 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -55552,6 +56842,7 @@ index d4d71bf7fb4a..7abada72701b 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -55580,6 +56871,11 @@ index d4d71bf7fb4a..7abada72701b 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -55620,6 +56916,13 @@ index d4d71bf7fb4a..7abada72701b 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -55629,6 +56932,10 @@ index d4d71bf7fb4a..7abada72701b 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -55691,11 +56998,11 @@ index d4d71bf7fb4a..7abada72701b 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 f3bef360d869..5cd53c990b1f 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 + Library("dav1d_decoder_gn") +diff --git third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_decoder_gn/moz.build third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_decoder_gn/moz.build +index 15ec27b21d92..06fc30f5f006 100644 +--- third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_decoder_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_decoder_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -55884,11 +57191,11 @@ index f3bef360d869..5cd53c990b1f 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 c21b84284b07..dce99512e78b 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 + Library("aom_av1_decoder_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 2c74aec10f15..1cff15f0207c 100644 +--- third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -55910,7 +57217,7 @@ index c21b84284b07..dce99512e78b 100644 FINAL_LIBRARY = "webrtc" -@@ -45,174 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56086,11 +57393,11 @@ index c21b84284b07..dce99512e78b 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("dav1d_decoder_gn") -diff --git third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_decoder_gn/moz.build third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_decoder_gn/moz.build -index 15ec27b21d92..06fc30f5f006 100644 ---- third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_decoder_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_decoder_gn/moz.build + 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 b39c49bdadc3..8a2b99b5d253 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -56279,11 +57586,213 @@ index 15ec27b21d92..06fc30f5f006 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("aom_av1_decoder_gn") -diff --git third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_if_supported_gn/moz.build third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_if_supported_gn/moz.build -index c0793ac64532..78ea3bb3a715 100644 ---- third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_if_supported_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_if_supported_gn/moz.build + 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 34db2964e210..80fc8fcc1d90 100644 +--- third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -41,174 +51,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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 += [ +- "dl", +- "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_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + Library("frame_helpers_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 82f0c8ee2d1b..7e6132c596c6 100644 +--- third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -56305,7 +57814,7 @@ index c0793ac64532..78ea3bb3a715 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,172 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56353,6 +57862,10 @@ index c0793ac64532..78ea3bb3a715 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -56395,6 +57908,9 @@ index c0793ac64532..78ea3bb3a715 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -56472,11 +57988,11 @@ index c0793ac64532..78ea3bb3a715 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("aom_av1_encoder_if_supported_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 2c74aec10f15..1cff15f0207c 100644 ---- third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build + 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 12ec6e5913bc..9f95558376b5 100644 +--- third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -56674,11 +58190,11 @@ index 2c74aec10f15..1cff15f0207c 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 b39c49bdadc3..8a2b99b5d253 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 + 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 2c545af9de6b..fe6268db54ad 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -56867,11 +58383,11 @@ index b39c49bdadc3..8a2b99b5d253 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 34db2964e210..80fc8fcc1d90 100644 ---- third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build + 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 dbd579d02d44..352319713761 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -56893,7 +58409,7 @@ index 34db2964e210..80fc8fcc1d90 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,165 +58,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56913,7 +58429,6 @@ index 34db2964e210..80fc8fcc1d90 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -56942,11 +58457,6 @@ index 34db2964e210..80fc8fcc1d90 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -56989,9 +58499,6 @@ index 34db2964e210..80fc8fcc1d90 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -57069,11 +58576,11 @@ index 34db2964e210..80fc8fcc1d90 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("frame_helpers_gn") -diff --git third_party/libwebrtc/modules/video_coding/inter_frame_delay_gn/moz.build third_party/libwebrtc/modules/video_coding/inter_frame_delay_gn/moz.build -index 39c9dc872e42..51664e2e391c 100644 ---- third_party/libwebrtc/modules/video_coding/inter_frame_delay_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/inter_frame_delay_gn/moz.build + 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 8e22ed6814a7..d534ab923de5 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -57258,11 +58765,11 @@ index 39c9dc872e42..51664e2e391c 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("inter_frame_delay_gn") -diff --git third_party/libwebrtc/modules/video_coding/jitter_estimator_gn/moz.build third_party/libwebrtc/modules/video_coding/jitter_estimator_gn/moz.build -index cf593c373a4d..220b9c4c9d1a 100644 ---- third_party/libwebrtc/modules/video_coding/jitter_estimator_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/jitter_estimator_gn/moz.build + Library("scalable_video_controller_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 cb5e4a4bf707..a16be3b05afd 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -57284,7 +58791,200 @@ index cf593c373a4d..220b9c4c9d1a 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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 += [ +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + Library("svc_rate_allocator_gn") +diff --git third_party/libwebrtc/modules/video_coding/timing/codec_timer_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/codec_timer_gn/moz.build +index fe230f262d9d..943834d76711 100644 +--- third_party/libwebrtc/modules/video_coding/timing/codec_timer_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/timing/codec_timer_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -57304,7 +59004,6 @@ index cf593c373a4d..220b9c4c9d1a 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -57333,11 +59032,6 @@ index cf593c373a4d..220b9c4c9d1a 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -57378,13 +59072,6 @@ index cf593c373a4d..220b9c4c9d1a 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -57460,11 +59147,11 @@ index cf593c373a4d..220b9c4c9d1a 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("jitter_estimator_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 82f0c8ee2d1b..7e6132c596c6 100644 ---- third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build + Library("codec_timer_gn") +diff --git third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_gn/moz.build +index 84a87f2a49a2..71c277b678e7 100644 +--- third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -57486,7 +59173,7 @@ index 82f0c8ee2d1b..7e6132c596c6 100644 FINAL_LIBRARY = "webrtc" -@@ -42,172 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -57534,10 +59221,6 @@ index 82f0c8ee2d1b..7e6132c596c6 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -57578,13 +59261,6 @@ index 82f0c8ee2d1b..7e6132c596c6 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -57660,11 +59336,11 @@ index 82f0c8ee2d1b..7e6132c596c6 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 12ec6e5913bc..9f95558376b5 100644 ---- third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build + Library("inter_frame_delay_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 f45f6f072fd5..3ee24c7a63aa 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -57862,11 +59538,11 @@ index 12ec6e5913bc..9f95558376b5 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("packet_buffer_gn") -diff --git third_party/libwebrtc/modules/video_coding/rtt_filter_gn/moz.build third_party/libwebrtc/modules/video_coding/rtt_filter_gn/moz.build -index 6d5975df6f43..5f50281931e2 100644 ---- third_party/libwebrtc/modules/video_coding/rtt_filter_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/rtt_filter_gn/moz.build + 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 54c90f4fee99..73f8f55bfc5c 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -58052,10 +59728,10 @@ index 6d5975df6f43..5f50281931e2 100644 - DEFINES["_GNU_SOURCE"] = True - Library("rtt_filter_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 08ac03f56841..fe6268db54ad 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 +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 7f4e361630f5..692e85478b61 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -58077,7 +59753,7 @@ index 08ac03f56841..fe6268db54ad 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58125,6 +59801,10 @@ index 08ac03f56841..fe6268db54ad 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -58165,6 +59845,13 @@ index 08ac03f56841..fe6268db54ad 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -58240,11 +59927,11 @@ index 08ac03f56841..fe6268db54ad 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 dbd579d02d44..352319713761 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 + 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 da29622b17bf..01c957b82bfd 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -58266,7 +59953,7 @@ index dbd579d02d44..352319713761 100644 FINAL_LIBRARY = "webrtc" -@@ -48,165 +58,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,174 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58286,6 +59973,7 @@ index dbd579d02d44..352319713761 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -58314,6 +60002,11 @@ index dbd579d02d44..352319713761 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -58356,6 +60049,9 @@ index dbd579d02d44..352319713761 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -58433,11 +60129,11 @@ index dbd579d02d44..352319713761 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 8e22ed6814a7..d534ab923de5 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 + 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 40d6c2fa3440..b2797c97a4b0 100644 +--- third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -58459,7 +60155,7 @@ index 8e22ed6814a7..d534ab923de5 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -59,174 +69,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58479,6 +60175,7 @@ index 8e22ed6814a7..d534ab923de5 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -58507,6 +60204,11 @@ index 8e22ed6814a7..d534ab923de5 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -58547,6 +60249,13 @@ index 8e22ed6814a7..d534ab923de5 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -58622,11 +60331,11 @@ index 8e22ed6814a7..d534ab923de5 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("scalable_video_controller_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 cb5e4a4bf707..a16be3b05afd 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 + 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 1fb1c3455908..8ed800072743 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -58648,7 +60357,7 @@ index cb5e4a4bf707..a16be3b05afd 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -52,174 +62,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58668,6 +60377,7 @@ index cb5e4a4bf707..a16be3b05afd 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -58696,6 +60406,11 @@ index cb5e4a4bf707..a16be3b05afd 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -58738,6 +60453,9 @@ index cb5e4a4bf707..a16be3b05afd 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -58815,11 +60533,11 @@ index cb5e4a4bf707..a16be3b05afd 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("svc_rate_allocator_gn") -diff --git third_party/libwebrtc/modules/video_coding/timing_gn/moz.build third_party/libwebrtc/modules/video_coding/timing_gn/moz.build -index 6d1325709c05..7015194d6bea 100644 ---- third_party/libwebrtc/modules/video_coding/timing_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/timing_gn/moz.build + 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 68f59decaac9..5374c02be1ab 100644 +--- third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -58841,7 +60559,7 @@ index 6d1325709c05..7015194d6bea 100644 FINAL_LIBRARY = "webrtc" -@@ -42,172 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,174 +56,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58861,6 +60579,7 @@ index 6d1325709c05..7015194d6bea 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -58890,6 +60609,7 @@ index 6d1325709c05..7015194d6bea 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "dl", - "rt" - ] - @@ -59015,11 +60735,11 @@ index 6d1325709c05..7015194d6bea 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("timing_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 da29622b17bf..01c957b82bfd 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 + 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 6f360d915d5d..653b68087a6c 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 @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -59041,7 +60761,7 @@ index da29622b17bf..01c957b82bfd 100644 FINAL_LIBRARY = "webrtc" -@@ -42,174 +52,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59061,7 +60781,6 @@ index da29622b17bf..01c957b82bfd 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -59090,11 +60809,6 @@ index da29622b17bf..01c957b82bfd 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -59135,13 +60849,6 @@ index da29622b17bf..01c957b82bfd 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -59217,11 +60924,11 @@ index da29622b17bf..01c957b82bfd 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 2cb8a184972b..e4a8a6926196 100644 ---- third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build + Library("webrtc_libvpx_interface_gn") +diff --git third_party/libwebrtc/modules/video_coding/webrtc_multiplex_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_multiplex_gn/moz.build +index 2b1679f9417e..43721cb39474 100644 +--- third_party/libwebrtc/modules/video_coding/webrtc_multiplex_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/webrtc_multiplex_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -59243,7 +60950,7 @@ index 2cb8a184972b..e4a8a6926196 100644 FINAL_LIBRARY = "webrtc" -@@ -60,174 +70,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,174 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59419,11 +61126,11 @@ index 2cb8a184972b..e4a8a6926196 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 1fb1c3455908..8ed800072743 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 + Library("webrtc_multiplex_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 d4a85cbfc7fe..557f8cce3ace 100644 +--- third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -59445,7 +61152,7 @@ index 1fb1c3455908..8ed800072743 100644 FINAL_LIBRARY = "webrtc" -@@ -52,174 +62,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,174 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59621,11 +61328,11 @@ index 1fb1c3455908..8ed800072743 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 68f59decaac9..5374c02be1ab 100644 ---- third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build + 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 1e8317f46e63..e8019e2d5bc3 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -59647,7 +61354,7 @@ index 68f59decaac9..5374c02be1ab 100644 FINAL_LIBRARY = "webrtc" -@@ -46,174 +56,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59667,7 +61374,6 @@ index 68f59decaac9..5374c02be1ab 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -59696,11 +61402,6 @@ index 68f59decaac9..5374c02be1ab 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -59741,13 +61442,6 @@ index 68f59decaac9..5374c02be1ab 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -59823,11 +61517,11 @@ index 68f59decaac9..5374c02be1ab 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 6f360d915d5d..653b68087a6c 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 + 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 2e8bb42e847e..bd3f307bbc43 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -59849,7 +61543,7 @@ index 6f360d915d5d..653b68087a6c 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,174 +56,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59869,6 +61563,7 @@ index 6f360d915d5d..653b68087a6c 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -59897,6 +61592,11 @@ index 6f360d915d5d..653b68087a6c 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -59937,6 +61637,13 @@ index 6f360d915d5d..653b68087a6c 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -60012,11 +61719,11 @@ index 6f360d915d5d..653b68087a6c 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("webrtc_libvpx_interface_gn") -diff --git third_party/libwebrtc/modules/video_coding/webrtc_multiplex_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_multiplex_gn/moz.build -index 2b1679f9417e..43721cb39474 100644 ---- third_party/libwebrtc/modules/video_coding/webrtc_multiplex_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/webrtc_multiplex_gn/moz.build + 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 e3f0d1774eba..36a2e95654f4 100644 +--- third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build ++++ third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -60038,7 +61745,7 @@ index 2b1679f9417e..43721cb39474 100644 FINAL_LIBRARY = "webrtc" -@@ -44,174 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,174 +56,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60214,11 +61921,11 @@ index 2b1679f9417e..43721cb39474 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("webrtc_multiplex_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 d4a85cbfc7fe..557f8cce3ace 100644 ---- third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build + 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 c73282c2ee34..f5f423de241b 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -60240,7 +61947,7 @@ index d4a85cbfc7fe..557f8cce3ace 100644 FINAL_LIBRARY = "webrtc" -@@ -44,174 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60416,11 +62123,11 @@ index d4a85cbfc7fe..557f8cce3ace 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 62a8f103c953..e8019e2d5bc3 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 + Library("webrtc_vp9_helpers_gn") +diff --git third_party/libwebrtc/modules/video_processing/denoiser_filter_gn/moz.build third_party/libwebrtc/modules/video_processing/denoiser_filter_gn/moz.build +index 0aaecfdf510a..70a93b65f156 100644 +--- third_party/libwebrtc/modules/video_processing/denoiser_filter_gn/moz.build ++++ third_party/libwebrtc/modules/video_processing/denoiser_filter_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -60442,7 +62149,7 @@ index 62a8f103c953..e8019e2d5bc3 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60535,10 +62242,6 @@ index 62a8f103c953..e8019e2d5bc3 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -60601,11 +62304,11 @@ index 62a8f103c953..e8019e2d5bc3 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 2e8bb42e847e..bd3f307bbc43 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 + Library("denoiser_filter_gn") +diff --git third_party/libwebrtc/modules/video_processing/video_processing_gn/moz.build third_party/libwebrtc/modules/video_processing/video_processing_gn/moz.build +index aa332adfa9a7..2bdd0d2bebbb 100644 +--- third_party/libwebrtc/modules/video_processing/video_processing_gn/moz.build ++++ third_party/libwebrtc/modules/video_processing/video_processing_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -60627,7 +62330,7 @@ index 2e8bb42e847e..bd3f307bbc43 100644 FINAL_LIBRARY = "webrtc" -@@ -46,174 +56,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,174 +57,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60803,20 +62506,22 @@ index 2e8bb42e847e..bd3f307bbc43 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 e3f0d1774eba..36a2e95654f4 100644 ---- third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build -+++ third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build -@@ -12,10 +12,20 @@ AllowCompilerWarnings() + Library("video_processing_gn") +diff --git third_party/libwebrtc/modules/video_processing/video_processing_neon_gn/moz.build third_party/libwebrtc/modules/video_processing/video_processing_neon_gn/moz.build +index 3588b0ac325f..e1d6759739e5 100644 +--- third_party/libwebrtc/modules/video_processing/video_processing_neon_gn/moz.build ++++ third_party/libwebrtc/modules/video_processing/video_processing_neon_gn/moz.build +@@ -12,12 +12,22 @@ 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_ARCH_ARM64"] = True +DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_AVX2"] = True + DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" @@ -60829,7 +62534,7 @@ index e3f0d1774eba..36a2e95654f4 100644 FINAL_LIBRARY = "webrtc" -@@ -46,174 +56,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -43,133 +53,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60841,21 +62546,15 @@ index e3f0d1774eba..36a2e95654f4 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_AVX2"] = 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_ENABLE_AVX2"] = True +- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_MAC"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True @@ -60873,23 +62572,19 @@ index e3f0d1774eba..36a2e95654f4 100644 - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GNU_SOURCE"] = True - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -60905,7 +62600,7 @@ index e3f0d1774eba..36a2e95654f4 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True @@ -60924,19 +62619,6 @@ index e3f0d1774eba..36a2e95654f4 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - -if CONFIG["CPU_ARCH"] == "arm": - - CXXFLAGS += [ @@ -60945,12 +62627,11 @@ index e3f0d1774eba..36a2e95654f4 100644 - - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True - -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 @@ -60972,6 +62653,10 @@ index e3f0d1774eba..36a2e95654f4 100644 DEFINES["USE_X11"] = "1" +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - - OS_LIBS += [ @@ -60979,45 +62664,30 @@ index e3f0d1774eba..36a2e95654f4 100644 - "unwind" - ] - --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support" -- ] -- -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +- DEFINES["WEBRTC_ARCH_ARM64"] = True - - 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 c73282c2ee34..f5f423de241b 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,10 +12,20 @@ AllowCompilerWarnings() + Library("video_processing_neon_gn") +diff --git third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn/moz.build third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn/moz.build +index 9d41f521fdb8..0c3a0c9fcefc 100644 +--- third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn/moz.build ++++ third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn/moz.build +@@ -9,14 +9,27 @@ + COMPILE_FLAGS["OS_INCLUDES"] = [] + AllowCompilerWarnings() + ++CXXFLAGS += [ ++ "-msse2" ++] ++ 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_AVX2"] = True + DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -61031,19 +62701,22 @@ index c73282c2ee34..f5f423de241b 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,143 +55,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - -if CONFIG["OS_TARGET"] == "Android": - +- CXXFLAGS += [ +- "-msse2" +- ] +- - 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_AVX2"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -61051,13 +62724,15 @@ index c73282c2ee34..f5f423de241b 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - -if CONFIG["OS_TARGET"] == "Darwin": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- CXXFLAGS += [ +- "-msse2" +- ] +- - DEFINES["WEBRTC_MAC"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True @@ -61067,6 +62742,10 @@ index c73282c2ee34..f5f423de241b 100644 - -if CONFIG["OS_TARGET"] == "Linux": - +- CXXFLAGS += [ +- "-msse2" +- ] +- - DEFINES["USE_AURA"] = "1" - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_NSS_CERTS"] = "1" @@ -61075,23 +62754,26 @@ index c73282c2ee34..f5f423de241b 100644 - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GNU_SOURCE"] = True - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "dl", - "rt" - ] - -if CONFIG["OS_TARGET"] == "OpenBSD": - +- CXXFLAGS += [ +- "-msse2" +- ] +- - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -61107,7 +62789,6 @@ index c73282c2ee34..f5f423de241b 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True @@ -61132,22 +62813,6 @@ index c73282c2ee34..f5f423de241b 100644 - "secur32", - "winmm" - ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -61163,8 +62828,8 @@ index c73282c2ee34..f5f423de241b 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" @@ -61174,44 +62839,294 @@ index c73282c2ee34..f5f423de241b 100644 DEFINES["USE_X11"] = "1" --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": - - OS_LIBS += [ -- "android_support", -- "unwind" +- "android_support" +- ] +- + Library("video_processing_sse2_gn") +diff --git third_party/libwebrtc/moz.build third_party/libwebrtc/moz.build +index 78a668b8646e..69f69fa74b5e 100644 +--- third_party/libwebrtc/moz.build ++++ third_party/libwebrtc/moz.build +@@ -26,7 +26,9 @@ DIRS += [ + "/third_party/libwebrtc/api/audio_codecs/ilbc/audio_decoder_ilbc_gn", + "/third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_config_gn", + "/third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_gn", ++ "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", + "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_gn", ++ "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", + "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_gn", + "/third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn", + "/third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn", +@@ -171,7 +173,9 @@ DIRS += [ + "/third_party/libwebrtc/modules/audio_coding/ilbc_c_gn", + "/third_party/libwebrtc/modules/audio_coding/ilbc_gn", + "/third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn", ++ "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", + "/third_party/libwebrtc/modules/audio_coding/isac_common_gn", ++ "/third_party/libwebrtc/modules/audio_coding/isac_gn", + "/third_party/libwebrtc/modules/audio_coding/isac_vad_gn", + "/third_party/libwebrtc/modules/audio_coding/legacy_encoded_audio_frame_gn", + "/third_party/libwebrtc/modules/audio_coding/neteq_gn", +@@ -264,6 +268,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", ++ "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", ++ "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", + "/third_party/libwebrtc/modules/module_api_gn", + "/third_party/libwebrtc/modules/module_api_public_gn", + "/third_party/libwebrtc/modules/module_fec_api_gn", +@@ -460,224 +466,7 @@ DIRS += [ + "/third_party/libwebrtc/webrtc_gn" + ] + +-if CONFIG["OS_TARGET"] == "Android": +- +- DIRS += [ +- "/third_party/libwebrtc/rtc_base/ifaddrs_android_gn" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_gn", +- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", +- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn", +- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", +- "/third_party/libwebrtc/rtc_base/system/cocoa_threading_gn", +- "/third_party/libwebrtc/sdk/base_objc_gn", +- "/third_party/libwebrtc/sdk/helpers_objc_gn" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_gn", +- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", +- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn" +- ] +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_gn", +- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", +- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", +- "/third_party/libwebrtc/rtc_base/win/create_direct3d_device_gn", +- "/third_party/libwebrtc/rtc_base/win/get_activation_factory_gn", +- "/third_party/libwebrtc/rtc_base/win/hstring_gn", +- "/third_party/libwebrtc/rtc_base/win/windows_version_gn", +- "/third_party/libwebrtc/rtc_base/win32_gn" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Android": +- +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", +- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", +- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_gn", +- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn" +- ] +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_fix_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_fix_gn", +- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", +- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_fix_c_arm_asm_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_fix_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_fix_common_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_fix_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_neon_gn", +- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn", +- "/third_party/libwebrtc/rtc_base/system/asm_defines_gn" - ] - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": - -- OS_LIBS += [ -- "android_support" +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", +- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", +- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_gn", +- "/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/video_processing/video_processing_sse2_gn" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Android": +- +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", +- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", +- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_gn", +- "/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/video_processing/video_processing_sse2_gn" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Darwin": +- +- DIRS += [ +- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", +- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", +- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Darwin": +- +- DIRS += [ +- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", +- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", +- "/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/video_processing/video_processing_sse2_gn" - ] - -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", +- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", +- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_gn", +- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", +- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", +- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn" +- ] - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_fix_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_fix_gn", +- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", +- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_fix_c_arm_asm_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_fix_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_fix_common_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_fix_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_neon_gn", +- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", +- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", +- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn", +- "/third_party/libwebrtc/rtc_base/system/asm_defines_gn" +- ] +- +-if CONFIG["CPU_ARCH"] == "ppc64" and CONFIG["OS_TARGET"] == "Linux": +- +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_gn" +- ] - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", +- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", +- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_gn", +- "/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/video_processing/video_processing_sse2_gn" +- ] - -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +- DIRS += [ +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", +- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", +- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", +- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", +- "/third_party/libwebrtc/modules/audio_coding/isac_gn", +- "/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/video_processing/video_processing_sse2_gn" +- ] - - Library("webrtc_vp9_helpers_gn") -diff --git third_party/libwebrtc/modules/video_processing/denoiser_filter_gn/moz.build third_party/libwebrtc/modules/video_processing/denoiser_filter_gn/moz.build -index 0aaecfdf510a..70a93b65f156 100644 ---- third_party/libwebrtc/modules/video_processing/denoiser_filter_gn/moz.build -+++ third_party/libwebrtc/modules/video_processing/denoiser_filter_gn/moz.build +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DIRS += [ +- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", +- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", +- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DIRS += [ +- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", +- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", +- "/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/video_processing/video_processing_sse2_gn" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "WINNT": ++if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "FreeBSD": + + DIRS += [ + "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", +@@ -685,7 +474,7 @@ if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "WINNT": + "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn" + ] + +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "WINNT": ++if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "FreeBSD": + + DIRS += [ + "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", +@@ -696,7 +485,7 @@ if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "WINNT": + "/third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn" + ] + +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "WINNT": ++if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "FreeBSD": + + DIRS += [ + "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", +diff --git third_party/libwebrtc/rtc_base/async_resolver_interface_gn/moz.build third_party/libwebrtc/rtc_base/async_resolver_interface_gn/moz.build +index 5628bb3a4ff8..47fb8bc57c43 100644 +--- third_party/libwebrtc/rtc_base/async_resolver_interface_gn/moz.build ++++ third_party/libwebrtc/rtc_base/async_resolver_interface_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -61233,7 +63148,7 @@ index 0aaecfdf510a..70a93b65f156 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -61252,6 +63167,11 @@ index 0aaecfdf510a..70a93b65f156 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -61317,6 +63237,13 @@ index 0aaecfdf510a..70a93b65f156 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -61326,6 +63253,10 @@ index 0aaecfdf510a..70a93b65f156 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -61388,11 +63319,11 @@ index 0aaecfdf510a..70a93b65f156 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("denoiser_filter_gn") -diff --git third_party/libwebrtc/modules/video_processing/video_processing_gn/moz.build third_party/libwebrtc/modules/video_processing/video_processing_gn/moz.build -index aa332adfa9a7..2bdd0d2bebbb 100644 ---- third_party/libwebrtc/modules/video_processing/video_processing_gn/moz.build -+++ third_party/libwebrtc/modules/video_processing/video_processing_gn/moz.build + Library("async_resolver_interface_gn") +diff --git third_party/libwebrtc/rtc_base/async_socket_gn/moz.build third_party/libwebrtc/rtc_base/async_socket_gn/moz.build +index 732d8224bb5a..cd84d89e28c8 100644 +--- third_party/libwebrtc/rtc_base/async_socket_gn/moz.build ++++ third_party/libwebrtc/rtc_base/async_socket_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -61414,7 +63345,7 @@ index aa332adfa9a7..2bdd0d2bebbb 100644 FINAL_LIBRARY = "webrtc" -@@ -47,174 +57,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -61463,11 +63394,6 @@ index aa332adfa9a7..2bdd0d2bebbb 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -61590,22 +63516,20 @@ index aa332adfa9a7..2bdd0d2bebbb 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("video_processing_gn") -diff --git third_party/libwebrtc/modules/video_processing/video_processing_neon_gn/moz.build third_party/libwebrtc/modules/video_processing/video_processing_neon_gn/moz.build -index 3588b0ac325f..e1d6759739e5 100644 ---- third_party/libwebrtc/modules/video_processing/video_processing_neon_gn/moz.build -+++ third_party/libwebrtc/modules/video_processing/video_processing_neon_gn/moz.build -@@ -12,12 +12,22 @@ AllowCompilerWarnings() + Library("async_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 10985c3a09a3..12fe81e90a59 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,10 +12,20 @@ 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_ARCH_ARM64"] = True +DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_ENABLE_AVX2"] = True ++DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" @@ -61618,7 +63542,7 @@ index 3588b0ac325f..e1d6759739e5 100644 FINAL_LIBRARY = "webrtc" -@@ -43,133 +53,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -61630,15 +63554,20 @@ index 3588b0ac325f..e1d6759739e5 100644 - DEFINES["HAVE_SYS_UIO_H"] = True - DEFINES["WEBRTC_ANDROID"] = True - DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = 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_ARCH_ARM64"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_MAC"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True @@ -61656,7 +63585,6 @@ index 3588b0ac325f..e1d6759739e5 100644 - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_GNU_SOURCE"] = True - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True @@ -61667,8 +63595,8 @@ index 3588b0ac325f..e1d6759739e5 100644 - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -61684,7 +63612,7 @@ index 3588b0ac325f..e1d6759739e5 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True @@ -61703,6 +63631,16 @@ index 3588b0ac325f..e1d6759739e5 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +- OS_LIBS += [ +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + -if CONFIG["CPU_ARCH"] == "arm": - - CXXFLAGS += [ @@ -61711,11 +63649,12 @@ index 3588b0ac325f..e1d6759739e5 100644 - - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - -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 @@ -61737,10 +63676,6 @@ index 3588b0ac325f..e1d6759739e5 100644 DEFINES["USE_X11"] = "1" --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - - OS_LIBS += [ @@ -61748,30 +63683,45 @@ index 3588b0ac325f..e1d6759739e5 100644 - "unwind" - ] - +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - - Library("video_processing_neon_gn") -diff --git third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn/moz.build third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn/moz.build -index 9d41f521fdb8..0c3a0c9fcefc 100644 ---- third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn/moz.build -+++ third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn/moz.build -@@ -9,14 +9,27 @@ - COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - -+CXXFLAGS += [ -+ "-msse2" -+] -+ +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + 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 b3daad93040a..d18471cbb946 100644 +--- third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = True ++DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -61785,22 +63735,19 @@ index 9d41f521fdb8..0c3a0c9fcefc 100644 FINAL_LIBRARY = "webrtc" -@@ -42,143 +55,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - -if CONFIG["OS_TARGET"] == "Android": - -- CXXFLAGS += [ -- "-msse2" -- ] -- - 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_AVX2"] = True - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_GNU_SOURCE"] = True @@ -61813,10 +63760,7 @@ index 9d41f521fdb8..0c3a0c9fcefc 100644 - -if CONFIG["OS_TARGET"] == "Darwin": - -- CXXFLAGS += [ -- "-msse2" -- ] -- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_MAC"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True @@ -61826,10 +63770,6 @@ index 9d41f521fdb8..0c3a0c9fcefc 100644 - -if CONFIG["OS_TARGET"] == "Linux": - -- CXXFLAGS += [ -- "-msse2" -- ] -- - DEFINES["USE_AURA"] = "1" - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_NSS_CERTS"] = "1" @@ -61838,26 +63778,18 @@ index 9d41f521fdb8..0c3a0c9fcefc 100644 - DEFINES["WEBRTC_LINUX"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_GNU_SOURCE"] = True - 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": - -- CXXFLAGS += [ -- "-msse2" -- ] -- - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["USE_X11"] = "1" - DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True @@ -61873,6 +63805,7 @@ index 9d41f521fdb8..0c3a0c9fcefc 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True @@ -61890,14 +63823,23 @@ index 9d41f521fdb8..0c3a0c9fcefc 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": - -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" +- CXXFLAGS += [ +- "-mfpu=neon" - ] - +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -61912,8 +63854,8 @@ index 9d41f521fdb8..0c3a0c9fcefc 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" @@ -61923,304 +63865,44 @@ index 9d41f521fdb8..0c3a0c9fcefc 100644 DEFINES["USE_X11"] = "1" --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support" -- ] -- - Library("video_processing_sse2_gn") -diff --git third_party/libwebrtc/moz.build third_party/libwebrtc/moz.build -index 3b546257660a..c7fa79488695 100644 ---- third_party/libwebrtc/moz.build -+++ third_party/libwebrtc/moz.build -@@ -26,7 +26,9 @@ DIRS += [ - "/third_party/libwebrtc/api/audio_codecs/ilbc/audio_decoder_ilbc_gn", - "/third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_config_gn", - "/third_party/libwebrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_gn", -+ "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", - "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_gn", -+ "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", - "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_gn", - "/third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn", - "/third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn", -@@ -165,7 +167,9 @@ DIRS += [ - "/third_party/libwebrtc/modules/audio_coding/ilbc_c_gn", - "/third_party/libwebrtc/modules/audio_coding/ilbc_gn", - "/third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn", -+ "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", - "/third_party/libwebrtc/modules/audio_coding/isac_common_gn", -+ "/third_party/libwebrtc/modules/audio_coding/isac_gn", - "/third_party/libwebrtc/modules/audio_coding/isac_vad_gn", - "/third_party/libwebrtc/modules/audio_coding/legacy_encoded_audio_frame_gn", - "/third_party/libwebrtc/modules/audio_coding/neteq_gn", -@@ -258,6 +262,9 @@ 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", -+ "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn", -+ "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", -+ "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", - "/third_party/libwebrtc/modules/module_api_gn", - "/third_party/libwebrtc/modules/module_api_public_gn", - "/third_party/libwebrtc/modules/module_fec_api_gn", -@@ -452,233 +459,7 @@ DIRS += [ - "/third_party/libwebrtc/webrtc_gn" - ] - --if CONFIG["OS_TARGET"] == "Android": -- -- DIRS += [ -- "/third_party/libwebrtc/rtc_base/ifaddrs_android_gn", -- "/third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_gn", -- "/third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_internal_gn" -- ] -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn", -- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", -- "/third_party/libwebrtc/rtc_base/system/cocoa_threading_gn", -- "/third_party/libwebrtc/sdk/base_objc_gn", -- "/third_party/libwebrtc/sdk/helpers_objc_gn" -- ] -- --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", -- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn" -- ] -- --if CONFIG["OS_TARGET"] == "WINNT": -- -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", -- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", -- "/third_party/libwebrtc/rtc_base/win/create_direct3d_device_gn", -- "/third_party/libwebrtc/rtc_base/win/get_activation_factory_gn", -- "/third_party/libwebrtc/rtc_base/win/hstring_gn", -- "/third_party/libwebrtc/rtc_base/win/windows_version_gn", -- "/third_party/libwebrtc/rtc_base/win32_gn" -- ] -- --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Android": -- -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", -- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", -- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_gn", -- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn" -- ] -- -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_fix_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_fix_gn", -- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", -- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_fix_c_arm_asm_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_fix_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_fix_common_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_fix_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_neon_gn", -- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn", -- "/third_party/libwebrtc/rtc_base/system/asm_defines_gn" +- OS_LIBS += [ +- "android_support", +- "unwind" - ] - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": - -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", -- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_gn", -- "/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/video_processing/video_processing_sse2_gn" -- ] -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Android": -- -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", -- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_gn", -- "/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/video_processing/video_processing_sse2_gn" -- ] -- --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Darwin": -- -- DIRS += [ -- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", -- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", -- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn" -- ] -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Darwin": -- -- DIRS += [ -- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", -- "/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/video_processing/video_processing_sse2_gn" +- OS_LIBS += [ +- "android_support" - ] - -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", -- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", -- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", -- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", -- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn" -- ] +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_fix_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_fix_gn", -- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", -- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_fix_c_arm_asm_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_fix_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_fix_common_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_fix_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_neon_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", -- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", -- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn", -- "/third_party/libwebrtc/rtc_base/system/asm_defines_gn" -- ] -- --if CONFIG["CPU_ARCH"] == "ppc64" and CONFIG["OS_TARGET"] == "Linux": -- -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_gn" -- ] +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", -- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_gn", -- "/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_generic_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", -- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", -- "/third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn" -- ] +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - -- DIRS += [ -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn", -- "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn", -- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_c_gn", -- "/third_party/libwebrtc/modules/audio_coding/isac_gn", -- "/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_generic_gn", -- "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", -- "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", -- "/third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn" -- ] -- --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DIRS += [ -- "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", -- "/third_party/libwebrtc/common_audio/common_audio_neon_gn", -- "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn" -- ] -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DIRS += [ -- "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -- "/third_party/libwebrtc/common_audio/common_audio_sse2_gn", -- "/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/video_processing/video_processing_sse2_gn" -- ] +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "WINNT": -+if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "FreeBSD": - - DIRS += [ - "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", -@@ -686,7 +467,7 @@ if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "WINNT": - "/third_party/libwebrtc/modules/video_processing/video_processing_neon_gn" - ] - --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "WINNT": -+if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "FreeBSD": - - DIRS += [ - "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -@@ -697,7 +478,7 @@ if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "WINNT": - "/third_party/libwebrtc/modules/video_processing/video_processing_sse2_gn" - ] - --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "WINNT": -+if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "FreeBSD": - - DIRS += [ - "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -diff --git third_party/libwebrtc/rtc_base/async_resolver_interface_gn/moz.build third_party/libwebrtc/rtc_base/async_resolver_interface_gn/moz.build -index 5628bb3a4ff8..47fb8bc57c43 100644 ---- third_party/libwebrtc/rtc_base/async_resolver_interface_gn/moz.build -+++ third_party/libwebrtc/rtc_base/async_resolver_interface_gn/moz.build + Library("bit_buffer_gn") +diff --git third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build +index 5578717236fa..ba596983b322 100644 +--- third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build ++++ third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -62242,7 +63924,7 @@ index 5628bb3a4ff8..47fb8bc57c43 100644 FINAL_LIBRARY = "webrtc" -@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62262,7 +63944,6 @@ index 5628bb3a4ff8..47fb8bc57c43 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -62331,13 +64012,6 @@ index 5628bb3a4ff8..47fb8bc57c43 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -62413,11 +64087,11 @@ index 5628bb3a4ff8..47fb8bc57c43 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("async_resolver_interface_gn") -diff --git third_party/libwebrtc/rtc_base/async_socket_gn/moz.build third_party/libwebrtc/rtc_base/async_socket_gn/moz.build -index 732d8224bb5a..cd84d89e28c8 100644 ---- third_party/libwebrtc/rtc_base/async_socket_gn/moz.build -+++ third_party/libwebrtc/rtc_base/async_socket_gn/moz.build + 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 153ffc6d7bec..b2d99bd4e310 100644 +--- third_party/libwebrtc/rtc_base/buffer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/buffer_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -62439,7 +64113,7 @@ index 732d8224bb5a..cd84d89e28c8 100644 FINAL_LIBRARY = "webrtc" -@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62459,7 +64133,6 @@ index 732d8224bb5a..cd84d89e28c8 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -62528,13 +64201,6 @@ index 732d8224bb5a..cd84d89e28c8 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -62544,10 +64210,6 @@ index 732d8224bb5a..cd84d89e28c8 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -62610,11 +64272,11 @@ index 732d8224bb5a..cd84d89e28c8 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("async_socket_gn") -diff --git third_party/libwebrtc/rtc_base/atomicops_gn/moz.build third_party/libwebrtc/rtc_base/atomicops_gn/moz.build -index 8194e6319634..739f29eb59d9 100644 ---- third_party/libwebrtc/rtc_base/atomicops_gn/moz.build -+++ third_party/libwebrtc/rtc_base/atomicops_gn/moz.build + 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 ab65698bbdbc..681652e6c65c 100644 +--- third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -62636,7 +64298,7 @@ index 8194e6319634..739f29eb59d9 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62655,6 +64317,10 @@ index 8194e6319634..739f29eb59d9 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -62729,6 +64395,10 @@ index 8194e6319634..739f29eb59d9 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -62791,11 +64461,11 @@ index 8194e6319634..739f29eb59d9 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("atomicops_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 10985c3a09a3..12fe81e90a59 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 + 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 3cda1af49dc2..9f18b513a3e7 100644 +--- third_party/libwebrtc/rtc_base/byte_order_gn/moz.build ++++ third_party/libwebrtc/rtc_base/byte_order_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -62817,7 +64487,7 @@ index 10985c3a09a3..12fe81e90a59 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62836,10 +64506,6 @@ index 10985c3a09a3..12fe81e90a59 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -62905,10 +64571,6 @@ index 10985c3a09a3..12fe81e90a59 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -62918,10 +64580,6 @@ index 10985c3a09a3..12fe81e90a59 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -62984,11 +64642,11 @@ index 10985c3a09a3..12fe81e90a59 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 b3daad93040a..d18471cbb946 100644 ---- third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build + Library("byte_order_gn") +diff --git third_party/libwebrtc/rtc_base/callback_list_gn/moz.build third_party/libwebrtc/rtc_base/callback_list_gn/moz.build +index 6c63dc79e25e..9ff476fbcfd0 100644 +--- third_party/libwebrtc/rtc_base/callback_list_gn/moz.build ++++ third_party/libwebrtc/rtc_base/callback_list_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -63173,11 +64831,11 @@ index b3daad93040a..d18471cbb946 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("bit_buffer_gn") -diff --git third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build -index 5578717236fa..ba596983b322 100644 ---- third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build -+++ third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build + Library("callback_list_gn") +diff --git third_party/libwebrtc/rtc_base/checks_gn/moz.build third_party/libwebrtc/rtc_base/checks_gn/moz.build +index 1c7ee114d266..cbfd21ec0181 100644 +--- third_party/libwebrtc/rtc_base/checks_gn/moz.build ++++ third_party/libwebrtc/rtc_base/checks_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -63362,11 +65020,11 @@ index 5578717236fa..ba596983b322 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 153ffc6d7bec..b2d99bd4e310 100644 ---- third_party/libwebrtc/rtc_base/buffer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/buffer_gn/moz.build + 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 710110b47814..89cf3756d48f 100644 +--- third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build ++++ third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -63388,7 +65046,7 @@ index 153ffc6d7bec..b2d99bd4e310 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -63407,10 +65065,6 @@ index 153ffc6d7bec..b2d99bd4e310 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -63547,11 +65201,11 @@ index 153ffc6d7bec..b2d99bd4e310 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 ab65698bbdbc..681652e6c65c 100644 ---- third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build + 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 aeba5a1f25a5..f2fd0ab3ebab 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -63670,191 +65324,10 @@ index ab65698bbdbc..681652e6c65c 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support", -- "unwind" -- ] -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support" -- ] -- --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- - 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 3cda1af49dc2..9f18b513a3e7 100644 ---- third_party/libwebrtc/rtc_base/byte_order_gn/moz.build -+++ third_party/libwebrtc/rtc_base/byte_order_gn/moz.build -@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "webrtc" - -@@ -37,153 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 -- --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_ENABLE_AVX2"] = 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["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -63917,11 +65390,11 @@ index 3cda1af49dc2..9f18b513a3e7 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("byte_order_gn") -diff --git third_party/libwebrtc/rtc_base/callback_list_gn/moz.build third_party/libwebrtc/rtc_base/callback_list_gn/moz.build -index 6c63dc79e25e..9ff476fbcfd0 100644 ---- third_party/libwebrtc/rtc_base/callback_list_gn/moz.build -+++ third_party/libwebrtc/rtc_base/callback_list_gn/moz.build + 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 0f8ada65b808..a7da0c928a3f 100644 +--- third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build ++++ third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -63943,7 +65416,7 @@ index 6c63dc79e25e..9ff476fbcfd0 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64040,10 +65513,191 @@ index 6c63dc79e25e..9ff476fbcfd0 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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 78923e89eab3..2eb4118af594 100644 +--- third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build ++++ third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -37,157 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -64106,11 +65760,11 @@ index 6c63dc79e25e..9ff476fbcfd0 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("callback_list_gn") -diff --git third_party/libwebrtc/rtc_base/checks_gn/moz.build third_party/libwebrtc/rtc_base/checks_gn/moz.build -index 1c7ee114d266..cbfd21ec0181 100644 ---- third_party/libwebrtc/rtc_base/checks_gn/moz.build -+++ third_party/libwebrtc/rtc_base/checks_gn/moz.build + 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 5a3b34c3eb3f..42099791f250 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -64295,11 +65949,11 @@ index 1c7ee114d266..cbfd21ec0181 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 710110b47814..89cf3756d48f 100644 ---- third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build -+++ third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build + 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 9e2ce84542b5..62e32f186625 100644 +--- third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build ++++ third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -64321,7 +65975,7 @@ index 710110b47814..89cf3756d48f 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64340,6 +65994,10 @@ index 710110b47814..89cf3756d48f 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -64414,6 +66072,10 @@ index 710110b47814..89cf3756d48f 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -64476,11 +66138,11 @@ index 710110b47814..89cf3756d48f 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 aeba5a1f25a5..f2fd0ab3ebab 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 + 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 0a389c181a0f..b8aa831636e1 100644 +--- third_party/libwebrtc/rtc_base/divide_round_gn/moz.build ++++ third_party/libwebrtc/rtc_base/divide_round_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -64502,7 +66164,7 @@ index aeba5a1f25a5..f2fd0ab3ebab 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64599,10 +66261,6 @@ index aeba5a1f25a5..f2fd0ab3ebab 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -64665,11 +66323,11 @@ index aeba5a1f25a5..f2fd0ab3ebab 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 0f8ada65b808..a7da0c928a3f 100644 ---- third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build -+++ third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build + Library("divide_round_gn") +diff --git third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build +index 50d367865f42..a2edb19a6a18 100644 +--- third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -64691,7 +66349,7 @@ index 0f8ada65b808..a7da0c928a3f 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64779,191 +66437,10 @@ index 0f8ada65b808..a7da0c928a3f 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -+ DEFINES["_DEBUG"] = True - - if CONFIG["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support", -- "unwind" -- ] -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support" -- ] -- --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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 78923e89eab3..2eb4118af594 100644 ---- third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build -+++ third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build -@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "webrtc" - -@@ -37,157 +47,15 @@ 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_AVX2"] = 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" +- "winmm" - ] -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = 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 -- --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_ENABLE_AVX2"] = 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["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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["CPU_ARCH"] == "aarch64": @@ -64973,6 +66450,10 @@ index 78923e89eab3..2eb4118af594 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -65035,11 +66516,11 @@ index 78923e89eab3..2eb4118af594 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 5a3b34c3eb3f..42099791f250 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 + 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 6fae52bb42f3..74a792863f98 100644 +--- third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -65061,7 +66542,7 @@ index 5a3b34c3eb3f..42099791f250 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -65149,6 +66630,10 @@ index 5a3b34c3eb3f..42099791f250 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -65224,11 +66709,11 @@ index 5a3b34c3eb3f..42099791f250 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 9e2ce84542b5..62e32f186625 100644 ---- third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build -+++ third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build + 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 4e7e01cb33c9..ad9fa6f31eb9 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -65250,7 +66735,7 @@ index 9e2ce84542b5..62e32f186625 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -65338,6 +66823,10 @@ index 9e2ce84542b5..62e32f186625 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -65413,11 +66902,11 @@ index 9e2ce84542b5..62e32f186625 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 0a389c181a0f..b8aa831636e1 100644 ---- third_party/libwebrtc/rtc_base/divide_round_gn/moz.build -+++ third_party/libwebrtc/rtc_base/divide_round_gn/moz.build + 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 b77512ed7ca4..f883d87512f8 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -65439,7 +66928,7 @@ index 0a389c181a0f..b8aa831636e1 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -65527,6 +67016,10 @@ index 0a389c181a0f..b8aa831636e1 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -65536,6 +67029,10 @@ index 0a389c181a0f..b8aa831636e1 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -65598,11 +67095,11 @@ index 0a389c181a0f..b8aa831636e1 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("divide_round_gn") -diff --git third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build -index 50d367865f42..a2edb19a6a18 100644 ---- third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build + 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 b2eda23031d9..c2aefebf335f 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -65791,11 +67288,11 @@ index 50d367865f42..a2edb19a6a18 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 6fae52bb42f3..74a792863f98 100644 ---- third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build + 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 28b528d00af0..dc663b172140 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -65984,11 +67481,11 @@ index 6fae52bb42f3..74a792863f98 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 4e7e01cb33c9..ad9fa6f31eb9 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 + 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 b87d19dcfa02..79155a069937 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -66010,7 +67507,7 @@ index 4e7e01cb33c9..ad9fa6f31eb9 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,165 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66177,11 +67674,11 @@ index 4e7e01cb33c9..ad9fa6f31eb9 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 b77512ed7ca4..f883d87512f8 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 + Library("field_trial_parser_gn") +diff --git third_party/libwebrtc/rtc_base/experiments/jitter_upper_bound_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/jitter_upper_bound_experiment_gn/moz.build +index d99945875231..8c5e660e2d89 100644 +--- third_party/libwebrtc/rtc_base/experiments/jitter_upper_bound_experiment_gn/moz.build ++++ third_party/libwebrtc/rtc_base/experiments/jitter_upper_bound_experiment_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -66370,11 +67867,11 @@ index b77512ed7ca4..f883d87512f8 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 b2eda23031d9..c2aefebf335f 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 + Library("jitter_upper_bound_experiment_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 4fc29dd00bdc..981a45f0db1c 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -66563,11 +68060,11 @@ index b2eda23031d9..c2aefebf335f 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 28b528d00af0..dc663b172140 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 + 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 eb804281b3b4..b1ca07bf3516 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -66756,11 +68253,11 @@ index 28b528d00af0..dc663b172140 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 b87d19dcfa02..79155a069937 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 + Library("min_video_bitrate_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 b1c8c0d0f5da..4161e1d2d4c4 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -66782,7 +68279,7 @@ index b87d19dcfa02..79155a069937 100644 FINAL_LIBRARY = "webrtc" -@@ -44,165 +54,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66949,11 +68446,11 @@ index b87d19dcfa02..79155a069937 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("field_trial_parser_gn") -diff --git third_party/libwebrtc/rtc_base/experiments/jitter_upper_bound_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/jitter_upper_bound_experiment_gn/moz.build -index d99945875231..8c5e660e2d89 100644 ---- third_party/libwebrtc/rtc_base/experiments/jitter_upper_bound_experiment_gn/moz.build -+++ third_party/libwebrtc/rtc_base/experiments/jitter_upper_bound_experiment_gn/moz.build + 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 e03ac53c529c..86fc14d049d4 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -67142,11 +68639,11 @@ index d99945875231..8c5e660e2d89 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("jitter_upper_bound_experiment_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 4fc29dd00bdc..981a45f0db1c 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 + 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 8eab3b601803..589003868373 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -67335,11 +68832,11 @@ index 4fc29dd00bdc..981a45f0db1c 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 eb804281b3b4..b1ca07bf3516 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 + 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 0d2c512c84c9..0685f26b42d7 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -67528,11 +69025,11 @@ index eb804281b3b4..b1ca07bf3516 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("min_video_bitrate_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 b1c8c0d0f5da..4161e1d2d4c4 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 + 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 a2d84caa9cb3..a279d9d22081 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -67721,11 +69218,11 @@ index b1c8c0d0f5da..4161e1d2d4c4 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 e03ac53c529c..86fc14d049d4 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 + 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 587c408000b8..d03c88253ad4 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -67914,11 +69411,11 @@ index e03ac53c529c..86fc14d049d4 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 8eab3b601803..589003868373 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 + Library("stable_target_rate_experiment_gn") +diff --git third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build +index 1823f5043239..95ed70141a86 100644 +--- third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build ++++ third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -67940,7 +69437,7 @@ index 8eab3b601803..589003868373 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -67959,10 +69456,6 @@ index 8eab3b601803..589003868373 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -68028,10 +69521,6 @@ index 8eab3b601803..589003868373 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -68041,10 +69530,6 @@ index 8eab3b601803..589003868373 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -68107,11 +69592,11 @@ index 8eab3b601803..589003868373 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 0d2c512c84c9..0685f26b42d7 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 + 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 b4a901c6ef51..371cbfdafaa5 100644 +--- third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build ++++ third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -68133,7 +69618,7 @@ index 0d2c512c84c9..0685f26b42d7 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68221,10 +69706,6 @@ index 0d2c512c84c9..0685f26b42d7 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -68300,11 +69781,105 @@ index 0d2c512c84c9..0685f26b42d7 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 a2d84caa9cb3..a279d9d22081 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 + 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 404b7f5f924a..000000000000 +--- third_party/libwebrtc/rtc_base/ifaddrs_android_gn/moz.build ++++ /dev/null +@@ -1,88 +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_AVX2"] = 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["_GNU_SOURCE"] = True +-DEFINES["__STDC_CONSTANT_MACROS"] = True +-DEFINES["__STDC_FORMAT_MACROS"] = True +- +-FINAL_LIBRARY = "webrtc" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "/ipc/chromium/src", +- "/third_party/libwebrtc/", +- "/third_party/libwebrtc/third_party/abseil-cpp/", +- "/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["CPU_ARCH"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-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 7b8ac423f8d1..fda3fcb7ee03 100644 +--- third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build ++++ third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -68326,7 +69901,7 @@ index a2d84caa9cb3..a279d9d22081 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68345,10 +69920,6 @@ index a2d84caa9cb3..a279d9d22081 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -68414,10 +69985,6 @@ index a2d84caa9cb3..a279d9d22081 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -68427,10 +69994,6 @@ index a2d84caa9cb3..a279d9d22081 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -68493,11 +70056,11 @@ index a2d84caa9cb3..a279d9d22081 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 587c408000b8..d03c88253ad4 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 + 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 686dd85e6761..fe2c7a08a1a8 100644 +--- third_party/libwebrtc/rtc_base/ip_address_gn/moz.build ++++ third_party/libwebrtc/rtc_base/ip_address_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -68519,7 +70082,7 @@ index 587c408000b8..d03c88253ad4 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68539,6 +70102,7 @@ index 587c408000b8..d03c88253ad4 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -68609,6 +70173,9 @@ index 587c408000b8..d03c88253ad4 100644 - DEFINES["__STD_C"] = True - - OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", - "winmm" - ] + DEFINES["_DEBUG"] = True @@ -68686,11 +70253,11 @@ index 587c408000b8..d03c88253ad4 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("stable_target_rate_experiment_gn") -diff --git third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build -index 1823f5043239..95ed70141a86 100644 ---- third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build -+++ third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build + Library("ip_address_gn") +diff --git third_party/libwebrtc/rtc_base/location_gn/moz.build third_party/libwebrtc/rtc_base/location_gn/moz.build +index e5ccd52a24a3..61b1ea14bb0e 100644 +--- third_party/libwebrtc/rtc_base/location_gn/moz.build ++++ third_party/libwebrtc/rtc_base/location_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -68712,7 +70279,7 @@ index 1823f5043239..95ed70141a86 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68805,6 +70372,10 @@ index 1823f5043239..95ed70141a86 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -68867,11 +70438,11 @@ index 1823f5043239..95ed70141a86 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 b4a901c6ef51..371cbfdafaa5 100644 ---- third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build -+++ third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build + Library("location_gn") +diff --git third_party/libwebrtc/rtc_base/logging_gn/moz.build third_party/libwebrtc/rtc_base/logging_gn/moz.build +index 25c1b293e768..1ee3e013fdf4 100644 +--- third_party/libwebrtc/rtc_base/logging_gn/moz.build ++++ third_party/libwebrtc/rtc_base/logging_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -68893,7 +70464,7 @@ index b4a901c6ef51..371cbfdafaa5 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68981,6 +70552,10 @@ index b4a901c6ef51..371cbfdafaa5 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -69056,105 +70631,11 @@ index b4a901c6ef51..371cbfdafaa5 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 404b7f5f924a..000000000000 ---- third_party/libwebrtc/rtc_base/ifaddrs_android_gn/moz.build -+++ /dev/null -@@ -1,88 +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_AVX2"] = 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["_GNU_SOURCE"] = True --DEFINES["__STDC_CONSTANT_MACROS"] = True --DEFINES["__STDC_FORMAT_MACROS"] = True -- --FINAL_LIBRARY = "webrtc" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/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["CPU_ARCH"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if CONFIG["CPU_ARCH"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- -- OS_LIBS += [ -- "android_support", -- "unwind" -- ] -- --if CONFIG["CPU_ARCH"] == "x86": -- -- OS_LIBS += [ -- "android_support" -- ] -- --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 7b8ac423f8d1..fda3fcb7ee03 100644 ---- third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build -+++ third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build + Library("logging_gn") +diff --git third_party/libwebrtc/rtc_base/macromagic_gn/moz.build third_party/libwebrtc/rtc_base/macromagic_gn/moz.build +index acc69504c3b6..1d52ca24913f 100644 +--- third_party/libwebrtc/rtc_base/macromagic_gn/moz.build ++++ third_party/libwebrtc/rtc_base/macromagic_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -69331,11 +70812,11 @@ index 7b8ac423f8d1..fda3fcb7ee03 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 686dd85e6761..fe2c7a08a1a8 100644 ---- third_party/libwebrtc/rtc_base/ip_address_gn/moz.build -+++ third_party/libwebrtc/rtc_base/ip_address_gn/moz.build + 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 aeb28674b90e..36f62de9f2ec 100644 +--- third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build ++++ third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -69357,7 +70838,7 @@ index 686dd85e6761..fe2c7a08a1a8 100644 FINAL_LIBRARY = "webrtc" -@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69377,7 +70858,6 @@ index 686dd85e6761..fe2c7a08a1a8 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -69446,13 +70926,6 @@ index 686dd85e6761..fe2c7a08a1a8 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -69528,11 +71001,11 @@ index 686dd85e6761..fe2c7a08a1a8 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("ip_address_gn") -diff --git third_party/libwebrtc/rtc_base/location_gn/moz.build third_party/libwebrtc/rtc_base/location_gn/moz.build -index e5ccd52a24a3..61b1ea14bb0e 100644 ---- third_party/libwebrtc/rtc_base/location_gn/moz.build -+++ third_party/libwebrtc/rtc_base/location_gn/moz.build + Library("aligned_malloc_gn") +diff --git third_party/libwebrtc/rtc_base/memory/always_valid_pointer_gn/moz.build third_party/libwebrtc/rtc_base/memory/always_valid_pointer_gn/moz.build +index 3e4d3419f80b..9d6236051c42 100644 +--- third_party/libwebrtc/rtc_base/memory/always_valid_pointer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/memory/always_valid_pointer_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -69554,7 +71027,7 @@ index e5ccd52a24a3..61b1ea14bb0e 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69573,6 +71046,10 @@ index e5ccd52a24a3..61b1ea14bb0e 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -69647,10 +71124,6 @@ index e5ccd52a24a3..61b1ea14bb0e 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -69713,11 +71186,11 @@ index e5ccd52a24a3..61b1ea14bb0e 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("location_gn") -diff --git third_party/libwebrtc/rtc_base/logging_gn/moz.build third_party/libwebrtc/rtc_base/logging_gn/moz.build -index 25c1b293e768..1ee3e013fdf4 100644 ---- third_party/libwebrtc/rtc_base/logging_gn/moz.build -+++ third_party/libwebrtc/rtc_base/logging_gn/moz.build + Library("always_valid_pointer_gn") +diff --git third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build +index d41b52655bce..522cda07763b 100644 +--- third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build ++++ third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -69739,7 +71212,7 @@ index 25c1b293e768..1ee3e013fdf4 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69827,10 +71300,6 @@ index 25c1b293e768..1ee3e013fdf4 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -69840,10 +71309,6 @@ index 25c1b293e768..1ee3e013fdf4 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -69906,11 +71371,11 @@ index 25c1b293e768..1ee3e013fdf4 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("logging_gn") -diff --git third_party/libwebrtc/rtc_base/macromagic_gn/moz.build third_party/libwebrtc/rtc_base/macromagic_gn/moz.build -index acc69504c3b6..1d52ca24913f 100644 ---- third_party/libwebrtc/rtc_base/macromagic_gn/moz.build -+++ third_party/libwebrtc/rtc_base/macromagic_gn/moz.build + 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 0764466d8e3b..5f2029471f2f 100644 +--- third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build ++++ third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -69932,7 +71397,7 @@ index acc69504c3b6..1d52ca24913f 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69951,6 +71416,10 @@ index acc69504c3b6..1d52ca24913f 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -70087,11 +71556,11 @@ index acc69504c3b6..1d52ca24913f 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 aeb28674b90e..36f62de9f2ec 100644 ---- third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build -+++ third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build + 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 9544696f1008..d58709a21a1e 100644 +--- third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build ++++ third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -70113,7 +71582,7 @@ index aeb28674b90e..36f62de9f2ec 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70133,6 +71602,7 @@ index aeb28674b90e..36f62de9f2ec 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -70201,6 +71671,13 @@ index aeb28674b90e..36f62de9f2ec 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -70276,11 +71753,11 @@ index aeb28674b90e..36f62de9f2ec 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("aligned_malloc_gn") -diff --git third_party/libwebrtc/rtc_base/memory/always_valid_pointer_gn/moz.build third_party/libwebrtc/rtc_base/memory/always_valid_pointer_gn/moz.build -index 3e4d3419f80b..9d6236051c42 100644 ---- third_party/libwebrtc/rtc_base/memory/always_valid_pointer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/memory/always_valid_pointer_gn/moz.build + Library("net_helpers_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 e91b1ddbda6c..1d867252d81c 100644 +--- third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build ++++ third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -70302,7 +71779,7 @@ index 3e4d3419f80b..9d6236051c42 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70321,10 +71798,6 @@ index 3e4d3419f80b..9d6236051c42 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -70399,6 +71872,10 @@ index 3e4d3419f80b..9d6236051c42 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -70461,11 +71938,11 @@ index 3e4d3419f80b..9d6236051c42 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("always_valid_pointer_gn") -diff --git third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build -index d41b52655bce..522cda07763b 100644 ---- third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build -+++ third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build + 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 14b68b441e64..ba1b2ca9935f 100644 +--- third_party/libwebrtc/rtc_base/network_constants_gn/moz.build ++++ third_party/libwebrtc/rtc_base/network_constants_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -70487,7 +71964,7 @@ index d41b52655bce..522cda07763b 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70584,6 +72061,10 @@ index d41b52655bce..522cda07763b 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -70646,11 +72127,11 @@ index d41b52655bce..522cda07763b 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 0764466d8e3b..5f2029471f2f 100644 ---- third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build -+++ third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build + Library("network_constants_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 52ae3bc16660..16674329bbce 100644 +--- third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build ++++ third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -70672,7 +72153,7 @@ index 0764466d8e3b..5f2029471f2f 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70692,6 +72173,7 @@ index 0764466d8e3b..5f2029471f2f 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -70760,6 +72242,13 @@ index 0764466d8e3b..5f2029471f2f 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -70769,6 +72258,10 @@ index 0764466d8e3b..5f2029471f2f 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -70831,11 +72324,11 @@ index 0764466d8e3b..5f2029471f2f 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 9544696f1008..d58709a21a1e 100644 ---- third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build -+++ third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build + 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 a10089f6f666..8485d4793a5e 100644 +--- third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build ++++ third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -70857,7 +72350,7 @@ index 9544696f1008..d58709a21a1e 100644 FINAL_LIBRARY = "webrtc" -@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70877,7 +72370,6 @@ index 9544696f1008..d58709a21a1e 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -70946,13 +72438,6 @@ index 9544696f1008..d58709a21a1e 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -70962,10 +72447,6 @@ index 9544696f1008..d58709a21a1e 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -71028,11 +72509,11 @@ index 9544696f1008..d58709a21a1e 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("net_helpers_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 e91b1ddbda6c..1d867252d81c 100644 ---- third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build -+++ third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build + 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 c759dfd0eebd..96517102c624 100644 +--- third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build ++++ third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -71054,7 +72535,7 @@ index e91b1ddbda6c..1d867252d81c 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71073,6 +72554,10 @@ index e91b1ddbda6c..1d867252d81c 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -71138,6 +72623,10 @@ index e91b1ddbda6c..1d867252d81c 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -71213,11 +72702,11 @@ index e91b1ddbda6c..1d867252d81c 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 14b68b441e64..ba1b2ca9935f 100644 ---- third_party/libwebrtc/rtc_base/network_constants_gn/moz.build -+++ third_party/libwebrtc/rtc_base/network_constants_gn/moz.build + 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 5962bb527ef7..506d35309aed 100644 +--- third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build ++++ third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -71239,7 +72728,7 @@ index 14b68b441e64..ba1b2ca9935f 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71258,10 +72747,6 @@ index 14b68b441e64..ba1b2ca9935f 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -71402,11 +72887,11 @@ index 14b68b441e64..ba1b2ca9935f 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("network_constants_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 52ae3bc16660..16674329bbce 100644 ---- third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build -+++ third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build + 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 48de05c6565d..c1a93ff618ca 100644 +--- third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build ++++ third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -71428,7 +72913,7 @@ index 52ae3bc16660..16674329bbce 100644 FINAL_LIBRARY = "webrtc" -@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71447,11 +72932,6 @@ index 52ae3bc16660..16674329bbce 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "GLESv2", -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -71517,13 +72997,6 @@ index 52ae3bc16660..16674329bbce 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -71533,10 +73006,6 @@ index 52ae3bc16660..16674329bbce 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -71599,11 +73068,11 @@ index 52ae3bc16660..16674329bbce 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 a10089f6f666..8485d4793a5e 100644 ---- third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build -+++ third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build + 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 e1eee7aaa3b1..f23e850ec5b3 100644 +--- third_party/libwebrtc/rtc_base/race_checker_gn/moz.build ++++ third_party/libwebrtc/rtc_base/race_checker_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -71625,7 +73094,7 @@ index a10089f6f666..8485d4793a5e 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71722,6 +73191,10 @@ index a10089f6f666..8485d4793a5e 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -71784,11 +73257,11 @@ index a10089f6f666..8485d4793a5e 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 c759dfd0eebd..96517102c624 100644 ---- third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build -+++ third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build + 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 a0f473e42d34..39ae2da973a6 100644 +--- third_party/libwebrtc/rtc_base/random_gn/moz.build ++++ third_party/libwebrtc/rtc_base/random_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -71810,7 +73283,7 @@ index c759dfd0eebd..96517102c624 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71898,10 +73371,6 @@ index c759dfd0eebd..96517102c624 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -71977,11 +73446,11 @@ index c759dfd0eebd..96517102c624 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 5962bb527ef7..506d35309aed 100644 ---- third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build -+++ third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build + 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 f3b81590de11..f71d50ba8718 100644 +--- third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -72003,7 +73472,7 @@ index 5962bb527ef7..506d35309aed 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72022,6 +73491,10 @@ index 5962bb527ef7..506d35309aed 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -72047,6 +73520,10 @@ index 5962bb527ef7..506d35309aed 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -72087,6 +73564,13 @@ index 5962bb527ef7..506d35309aed 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -72162,11 +73646,11 @@ index 5962bb527ef7..506d35309aed 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 48de05c6565d..c1a93ff618ca 100644 ---- third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build -+++ third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build + 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 fdb081242ba1..432cb13774bf 100644 +--- third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -72188,7 +73672,7 @@ index 48de05c6565d..c1a93ff618ca 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72207,6 +73691,10 @@ index 48de05c6565d..c1a93ff618ca 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -72272,6 +73760,10 @@ index 48de05c6565d..c1a93ff618ca 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -72281,6 +73773,10 @@ index 48de05c6565d..c1a93ff618ca 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -72343,11 +73839,11 @@ index 48de05c6565d..c1a93ff618ca 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 e1eee7aaa3b1..f23e850ec5b3 100644 ---- third_party/libwebrtc/rtc_base/race_checker_gn/moz.build -+++ third_party/libwebrtc/rtc_base/race_checker_gn/moz.build + 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 b793860d1fce..615068342e2c 100644 +--- third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -72369,7 +73865,7 @@ index e1eee7aaa3b1..f23e850ec5b3 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72457,6 +73953,10 @@ index e1eee7aaa3b1..f23e850ec5b3 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -72532,11 +74032,11 @@ index e1eee7aaa3b1..f23e850ec5b3 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 a0f473e42d34..39ae2da973a6 100644 ---- third_party/libwebrtc/rtc_base/random_gn/moz.build -+++ third_party/libwebrtc/rtc_base/random_gn/moz.build + 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 765cb316c386..20e25b4b8f4b 100644 +--- third_party/libwebrtc/rtc_base/refcount_gn/moz.build ++++ third_party/libwebrtc/rtc_base/refcount_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -72558,7 +74058,7 @@ index a0f473e42d34..39ae2da973a6 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72577,10 +74077,6 @@ index a0f473e42d34..39ae2da973a6 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -72655,10 +74151,6 @@ index a0f473e42d34..39ae2da973a6 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -72721,11 +74213,11 @@ index a0f473e42d34..39ae2da973a6 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 f3b81590de11..f71d50ba8718 100644 ---- third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build + Library("refcount_gn") +diff --git third_party/libwebrtc/rtc_base/rtc_base_gn/moz.build third_party/libwebrtc/rtc_base/rtc_base_gn/moz.build +index 5b5c4803e02f..2e37d9a011ce 100644 +--- third_party/libwebrtc/rtc_base/rtc_base_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rtc_base_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -72747,7 +74239,15 @@ index f3b81590de11..f71d50ba8718 100644 FINAL_LIBRARY = "webrtc" -@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -33,6 +43,7 @@ UNIFIED_SOURCES += [ + "/third_party/libwebrtc/rtc_base/crypt_string.cc", + "/third_party/libwebrtc/rtc_base/data_rate_limiter.cc", + "/third_party/libwebrtc/rtc_base/file_rotating_stream.cc", ++ "/third_party/libwebrtc/rtc_base/ifaddrs_converter.cc", + "/third_party/libwebrtc/rtc_base/log_sinks.cc", + "/third_party/libwebrtc/rtc_base/network_route.cc", + "/third_party/libwebrtc/rtc_base/stream.cc" +@@ -47,191 +58,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72767,9 +74267,14 @@ index f3b81590de11..f71d50ba8718 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/ifaddrs_converter.cc" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -72780,6 +74285,11 @@ index f3b81590de11..f71d50ba8718 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/ifaddrs_converter.cc", +- "/third_party/libwebrtc/rtc_base/mac_ifaddrs_converter.cc" +- ] +- -if CONFIG["OS_TARGET"] == "Linux": - - DEFINES["USE_AURA"] = "1" @@ -72796,9 +74306,14 @@ index f3b81590de11..f71d50ba8718 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "dl", - "rt" - ] - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/ifaddrs_converter.cc" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -72813,6 +74328,10 @@ index f3b81590de11..f71d50ba8718 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/ifaddrs_converter.cc" +- ] +- -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True @@ -72921,11 +74440,11 @@ index f3b81590de11..f71d50ba8718 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 fdb081242ba1..432cb13774bf 100644 ---- third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build + Library("rtc_base_gn") +diff --git third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build +index 8357ece6eb30..6c60ddd28df2 100644 +--- third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -72947,7 +74466,7 @@ index fdb081242ba1..432cb13774bf 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73035,10 +74554,6 @@ index fdb081242ba1..432cb13774bf 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -73114,11 +74629,11 @@ index fdb081242ba1..432cb13774bf 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 b793860d1fce..615068342e2c 100644 ---- third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build + 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 46355c5d0d6c..f2bdd05562f7 100644 +--- third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -73140,7 +74655,7 @@ index b793860d1fce..615068342e2c 100644 FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -43,161 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73228,10 +74743,6 @@ index b793860d1fce..615068342e2c 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -73307,11 +74818,11 @@ index b793860d1fce..615068342e2c 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 765cb316c386..20e25b4b8f4b 100644 ---- third_party/libwebrtc/rtc_base/refcount_gn/moz.build -+++ third_party/libwebrtc/rtc_base/refcount_gn/moz.build + Library("rtc_numerics_gn") +diff --git third_party/libwebrtc/rtc_base/rtc_task_queue_gn/moz.build third_party/libwebrtc/rtc_base/rtc_task_queue_gn/moz.build +index 333461b952e1..1d8bba37341e 100644 +--- third_party/libwebrtc/rtc_base/rtc_task_queue_gn/moz.build ++++ third_party/libwebrtc/rtc_base/rtc_task_queue_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -73333,7 +74844,7 @@ index 765cb316c386..20e25b4b8f4b 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73352,6 +74863,10 @@ index 765cb316c386..20e25b4b8f4b 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -73426,6 +74941,10 @@ index 765cb316c386..20e25b4b8f4b 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -73488,11 +75007,11 @@ index 765cb316c386..20e25b4b8f4b 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("refcount_gn") -diff --git third_party/libwebrtc/rtc_base/rtc_base_gn/moz.build third_party/libwebrtc/rtc_base/rtc_base_gn/moz.build -index 5b5c4803e02f..2e37d9a011ce 100644 ---- third_party/libwebrtc/rtc_base/rtc_base_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rtc_base_gn/moz.build + Library("rtc_task_queue_gn") +diff --git third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build +index fd120e422965..8147a59fe325 100644 +--- third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build ++++ third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -73514,15 +75033,7 @@ index 5b5c4803e02f..2e37d9a011ce 100644 FINAL_LIBRARY = "webrtc" -@@ -33,6 +43,7 @@ UNIFIED_SOURCES += [ - "/third_party/libwebrtc/rtc_base/crypt_string.cc", - "/third_party/libwebrtc/rtc_base/data_rate_limiter.cc", - "/third_party/libwebrtc/rtc_base/file_rotating_stream.cc", -+ "/third_party/libwebrtc/rtc_base/ifaddrs_converter.cc", - "/third_party/libwebrtc/rtc_base/log_sinks.cc", - "/third_party/libwebrtc/rtc_base/network_route.cc", - "/third_party/libwebrtc/rtc_base/stream.cc" -@@ -47,191 +58,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73541,15 +75052,6 @@ index 5b5c4803e02f..2e37d9a011ce 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "GLESv2", -- "log" -- ] -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/ifaddrs_converter.cc" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -73560,11 +75062,6 @@ index 5b5c4803e02f..2e37d9a011ce 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/ifaddrs_converter.cc", -- "/third_party/libwebrtc/rtc_base/mac_ifaddrs_converter.cc" -- ] -- -if CONFIG["OS_TARGET"] == "Linux": - - DEFINES["USE_AURA"] = "1" @@ -73580,15 +75077,6 @@ index 5b5c4803e02f..2e37d9a011ce 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "dl", -- "rt" -- ] -- -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/ifaddrs_converter.cc" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -73603,10 +75091,6 @@ index 5b5c4803e02f..2e37d9a011ce 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/ifaddrs_converter.cc" -- ] -- -if CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True @@ -73633,13 +75117,6 @@ index 5b5c4803e02f..2e37d9a011ce 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -73649,10 +75126,6 @@ index 5b5c4803e02f..2e37d9a011ce 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -73715,11 +75188,11 @@ index 5b5c4803e02f..2e37d9a011ce 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("rtc_base_gn") -diff --git third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build -index 8357ece6eb30..6c60ddd28df2 100644 ---- third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build + 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 aa5d30753476..23497bfe94f9 100644 +--- third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build ++++ third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -73741,7 +75214,7 @@ index 8357ece6eb30..6c60ddd28df2 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73838,10 +75311,6 @@ index 8357ece6eb30..6c60ddd28df2 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -73904,11 +75373,11 @@ index 8357ece6eb30..6c60ddd28df2 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 46355c5d0d6c..f2bdd05562f7 100644 ---- third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build + 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 fd5b77f258ab..27ad4b92689d 100644 +--- third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build ++++ third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -73930,7 +75399,7 @@ index 46355c5d0d6c..f2bdd05562f7 100644 FINAL_LIBRARY = "webrtc" -@@ -43,161 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74027,10 +75496,6 @@ index 46355c5d0d6c..f2bdd05562f7 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -74093,11 +75558,11 @@ index 46355c5d0d6c..f2bdd05562f7 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("rtc_numerics_gn") -diff --git third_party/libwebrtc/rtc_base/rtc_task_queue_gn/moz.build third_party/libwebrtc/rtc_base/rtc_task_queue_gn/moz.build -index 333461b952e1..1d8bba37341e 100644 ---- third_party/libwebrtc/rtc_base/rtc_task_queue_gn/moz.build -+++ third_party/libwebrtc/rtc_base/rtc_task_queue_gn/moz.build + 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 da05f0b07f46..92d1c01b52ed 100644 +--- third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build ++++ third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -74282,11 +75747,11 @@ index 333461b952e1..1d8bba37341e 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("rtc_task_queue_gn") -diff --git third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build -index fd120e422965..8147a59fe325 100644 ---- third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build -+++ third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build + 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 2cd722b53276..bccf19feeb19 100644 +--- third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build ++++ third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -74463,11 +75928,11 @@ index fd120e422965..8147a59fe325 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 aa5d30753476..23497bfe94f9 100644 ---- third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build -+++ third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build + 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 615800aaf567..e8fb17f6a5b9 100644 +--- third_party/libwebrtc/rtc_base/socket_address_gn/moz.build ++++ third_party/libwebrtc/rtc_base/socket_address_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -74489,7 +75954,7 @@ index aa5d30753476..23497bfe94f9 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74509,6 +75974,7 @@ index aa5d30753476..23497bfe94f9 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -74577,6 +76043,13 @@ index aa5d30753476..23497bfe94f9 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -74586,6 +76059,10 @@ index aa5d30753476..23497bfe94f9 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -74648,11 +76125,11 @@ index aa5d30753476..23497bfe94f9 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 fd5b77f258ab..27ad4b92689d 100644 ---- third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build -+++ third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build + 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 c8ec2004a876..5c8f28025406 100644 +--- third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build ++++ third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -74674,7 +76151,7 @@ index fd5b77f258ab..27ad4b92689d 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,165 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74694,6 +76171,7 @@ index fd5b77f258ab..27ad4b92689d 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -74762,6 +76240,13 @@ index fd5b77f258ab..27ad4b92689d 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -74833,11 +76318,11 @@ index fd5b77f258ab..27ad4b92689d 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 da05f0b07f46..92d1c01b52ed 100644 ---- third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build -+++ third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build + 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 a77aa3b56628..6e658e258670 100644 +--- third_party/libwebrtc/rtc_base/socket_gn/moz.build ++++ third_party/libwebrtc/rtc_base/socket_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -74859,7 +76344,7 @@ index da05f0b07f46..92d1c01b52ed 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74879,6 +76364,7 @@ index da05f0b07f46..92d1c01b52ed 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -74947,6 +76433,13 @@ index da05f0b07f46..92d1c01b52ed 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -75022,11 +76515,11 @@ index da05f0b07f46..92d1c01b52ed 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 2cd722b53276..bccf19feeb19 100644 ---- third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build -+++ third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build + 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 03c9f6c70a20..69625cc108ab 100644 +--- third_party/libwebrtc/rtc_base/socket_server_gn/moz.build ++++ third_party/libwebrtc/rtc_base/socket_server_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -75048,7 +76541,7 @@ index 2cd722b53276..bccf19feeb19 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,165 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75067,6 +76560,11 @@ index 2cd722b53276..bccf19feeb19 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "GLESv2", +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -75132,6 +76630,13 @@ index 2cd722b53276..bccf19feeb19 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -75203,11 +76708,11 @@ index 2cd722b53276..bccf19feeb19 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 615800aaf567..e8fb17f6a5b9 100644 ---- third_party/libwebrtc/rtc_base/socket_address_gn/moz.build -+++ third_party/libwebrtc/rtc_base/socket_address_gn/moz.build + Library("socket_server_gn") +diff --git third_party/libwebrtc/rtc_base/stringutils_gn/moz.build third_party/libwebrtc/rtc_base/stringutils_gn/moz.build +index a28a8193e323..1ba4ab392fc0 100644 +--- third_party/libwebrtc/rtc_base/stringutils_gn/moz.build ++++ third_party/libwebrtc/rtc_base/stringutils_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -75229,7 +76734,7 @@ index 615800aaf567..e8fb17f6a5b9 100644 FINAL_LIBRARY = "webrtc" -@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,161 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75249,7 +76754,6 @@ index 615800aaf567..e8fb17f6a5b9 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -75318,13 +76822,6 @@ index 615800aaf567..e8fb17f6a5b9 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -75400,11 +76897,11 @@ index 615800aaf567..e8fb17f6a5b9 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 c8ec2004a876..5c8f28025406 100644 ---- third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build -+++ third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build + 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 9122864ca6c2..a3b46c212962 100644 +--- third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build ++++ third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -75426,7 +76923,7 @@ index c8ec2004a876..5c8f28025406 100644 FINAL_LIBRARY = "webrtc" -@@ -37,165 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75446,7 +76943,6 @@ index c8ec2004a876..5c8f28025406 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -75515,13 +77011,6 @@ index c8ec2004a876..5c8f28025406 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -75593,11 +77082,11 @@ index c8ec2004a876..5c8f28025406 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 a77aa3b56628..6e658e258670 100644 ---- third_party/libwebrtc/rtc_base/socket_gn/moz.build -+++ third_party/libwebrtc/rtc_base/socket_gn/moz.build + 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 60b12d104404..243fe58a51a8 100644 +--- third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build ++++ third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -75619,7 +77108,7 @@ index a77aa3b56628..6e658e258670 100644 FINAL_LIBRARY = "webrtc" -@@ -41,169 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75639,7 +77128,6 @@ index a77aa3b56628..6e658e258670 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -75708,13 +77196,6 @@ index a77aa3b56628..6e658e258670 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -75724,10 +77205,6 @@ index a77aa3b56628..6e658e258670 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -75790,11 +77267,11 @@ index a77aa3b56628..6e658e258670 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 03c9f6c70a20..69625cc108ab 100644 ---- third_party/libwebrtc/rtc_base/socket_server_gn/moz.build -+++ third_party/libwebrtc/rtc_base/socket_server_gn/moz.build + 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 e930dc4eb87f..8ccfb074dfaf 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -75816,7 +77293,7 @@ index 03c9f6c70a20..69625cc108ab 100644 FINAL_LIBRARY = "webrtc" -@@ -37,165 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75836,7 +77313,6 @@ index 03c9f6c70a20..69625cc108ab 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -75905,13 +77381,6 @@ index 03c9f6c70a20..69625cc108ab 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -75921,6 +77390,10 @@ index 03c9f6c70a20..69625cc108ab 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -75983,11 +77456,11 @@ index 03c9f6c70a20..69625cc108ab 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("socket_server_gn") -diff --git third_party/libwebrtc/rtc_base/stringutils_gn/moz.build third_party/libwebrtc/rtc_base/stringutils_gn/moz.build -index a28a8193e323..1ba4ab392fc0 100644 ---- third_party/libwebrtc/rtc_base/stringutils_gn/moz.build -+++ third_party/libwebrtc/rtc_base/stringutils_gn/moz.build + 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 c1c194d69d18..331e816fc2e4 100644 +--- third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build ++++ third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -76009,7 +77482,7 @@ index a28a8193e323..1ba4ab392fc0 100644 FINAL_LIBRARY = "webrtc" -@@ -45,161 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76028,10 +77501,6 @@ index a28a8193e323..1ba4ab392fc0 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -76172,11 +77641,11 @@ index a28a8193e323..1ba4ab392fc0 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 9122864ca6c2..a3b46c212962 100644 ---- third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build -+++ third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build + 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 3f9531ff334a..32428dc7e390 100644 +--- third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build ++++ third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -76198,7 +77667,7 @@ index 9122864ca6c2..a3b46c212962 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76295,6 +77764,10 @@ index 9122864ca6c2..a3b46c212962 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -76357,11 +77830,11 @@ index 9122864ca6c2..a3b46c212962 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 60b12d104404..243fe58a51a8 100644 ---- third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build -+++ third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build + 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 11ad1ecba2b2..19fddb84d994 100644 +--- third_party/libwebrtc/rtc_base/system/arch_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/arch_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -76383,7 +77856,7 @@ index 60b12d104404..243fe58a51a8 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76402,10 +77875,6 @@ index 60b12d104404..243fe58a51a8 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -76542,11 +78011,96 @@ index 60b12d104404..243fe58a51a8 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 e930dc4eb87f..8ccfb074dfaf 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 + 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 b9564ebb31f8..000000000000 +--- third_party/libwebrtc/rtc_base/system/asm_defines_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. ### +- +-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_AVX2"] = 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["_GNU_SOURCE"] = True +-DEFINES["__STDC_CONSTANT_MACROS"] = True +-DEFINES["__STDC_FORMAT_MACROS"] = True +- +-FINAL_LIBRARY = "webrtc" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "/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 += [ +- "android_support", +- "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/assume_gn/moz.build third_party/libwebrtc/rtc_base/system/assume_gn/moz.build +index 890c29b07adb..ad43616a002b 100644 +--- third_party/libwebrtc/rtc_base/system/assume_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/assume_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -76568,7 +78122,7 @@ index e930dc4eb87f..8ccfb074dfaf 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76587,10 +78141,6 @@ index e930dc4eb87f..8ccfb074dfaf 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -76665,10 +78215,6 @@ index e930dc4eb87f..8ccfb074dfaf 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -76731,11 +78277,79 @@ index e930dc4eb87f..8ccfb074dfaf 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 c1c194d69d18..331e816fc2e4 100644 ---- third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build -+++ third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build + Library("assume_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 9885a84ac85a..000000000000 +--- third_party/libwebrtc/rtc_base/system/cocoa_threading_gn/moz.build ++++ /dev/null +@@ -1,62 +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_AVX2"] = 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["_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 = "webrtc" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "/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["CPU_ARCH"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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 7dcc5ecaeca6..b4c9c40e90d0 100644 +--- third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -76757,7 +78371,7 @@ index c1c194d69d18..331e816fc2e4 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76776,6 +78390,10 @@ index c1c194d69d18..331e816fc2e4 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -76916,11 +78534,11 @@ index c1c194d69d18..331e816fc2e4 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 3f9531ff334a..32428dc7e390 100644 ---- third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build -+++ third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build + Library("file_wrapper_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 53f44fea711e..152615e8312b 100644 +--- third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -76942,7 +78560,7 @@ index 3f9531ff334a..32428dc7e390 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76961,10 +78579,6 @@ index 3f9531ff334a..32428dc7e390 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -77039,10 +78653,6 @@ index 3f9531ff334a..32428dc7e390 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -77105,11 +78715,11 @@ index 3f9531ff334a..32428dc7e390 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 11ad1ecba2b2..19fddb84d994 100644 ---- third_party/libwebrtc/rtc_base/system/arch_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/arch_gn/moz.build + 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 e8568c6f63ee..4f6d21fda069 100644 +--- third_party/libwebrtc/rtc_base/system/inline_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/inline_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -77286,96 +78896,11 @@ index 11ad1ecba2b2..19fddb84d994 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 b9564ebb31f8..000000000000 ---- third_party/libwebrtc/rtc_base/system/asm_defines_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. ### -- --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_AVX2"] = 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["_GNU_SOURCE"] = True --DEFINES["__STDC_CONSTANT_MACROS"] = True --DEFINES["__STDC_FORMAT_MACROS"] = True -- --FINAL_LIBRARY = "webrtc" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/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 += [ -- "android_support", -- "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/assume_gn/moz.build third_party/libwebrtc/rtc_base/system/assume_gn/moz.build -index 890c29b07adb..ad43616a002b 100644 ---- third_party/libwebrtc/rtc_base/system/assume_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/assume_gn/moz.build + 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 f8920b35d245..ca1224c0f3ed 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -77552,79 +79077,11 @@ index 890c29b07adb..ad43616a002b 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("assume_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 9885a84ac85a..000000000000 ---- third_party/libwebrtc/rtc_base/system/cocoa_threading_gn/moz.build -+++ /dev/null -@@ -1,62 +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_AVX2"] = 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["_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 = "webrtc" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/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["CPU_ARCH"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = 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 7dcc5ecaeca6..b4c9c40e90d0 100644 ---- third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build + 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 beb3a726f2a4..0516b3ad4df8 100644 +--- third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -77646,7 +79103,7 @@ index 7dcc5ecaeca6..b4c9c40e90d0 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -77665,10 +79122,6 @@ index 7dcc5ecaeca6..b4c9c40e90d0 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -77743,10 +79196,6 @@ index 7dcc5ecaeca6..b4c9c40e90d0 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -77809,11 +79258,11 @@ index 7dcc5ecaeca6..b4c9c40e90d0 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("file_wrapper_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 53f44fea711e..152615e8312b 100644 ---- third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build + 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 2de3ad5f5565..70942ab98bbe 100644 +--- third_party/libwebrtc/rtc_base/system/unused_gn/moz.build ++++ third_party/libwebrtc/rtc_base/system/unused_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -77990,11 +79439,11 @@ index 53f44fea711e..152615e8312b 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 e8568c6f63ee..4f6d21fda069 100644 ---- third_party/libwebrtc/rtc_base/system/inline_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/inline_gn/moz.build + 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 3a3b4a4b13cf..7594e86586e5 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -78171,11 +79620,11 @@ index e8568c6f63ee..4f6d21fda069 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 f8920b35d245..ca1224c0f3ed 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 + 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 46a6acae4497..06150956fbb0 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -78197,7 +79646,7 @@ index f8920b35d245..ca1224c0f3ed 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78216,187 +79665,10 @@ index f8920b35d245..ca1224c0f3ed 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - --if CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = 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 -- --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_ENABLE_AVX2"] = 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["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": -- - OS_LIBS += [ -- "android_support", -- "unwind" -- ] -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support" +- "log" - ] - --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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 beb3a726f2a4..0516b3ad4df8 100644 ---- third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build -@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "webrtc" - -@@ -37,153 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = True @@ -78422,6 +79694,10 @@ index beb3a726f2a4..0516b3ad4df8 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -78462,6 +79738,13 @@ index beb3a726f2a4..0516b3ad4df8 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -78471,6 +79754,10 @@ index beb3a726f2a4..0516b3ad4df8 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -78533,11 +79820,11 @@ index beb3a726f2a4..0516b3ad4df8 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 2de3ad5f5565..70942ab98bbe 100644 ---- third_party/libwebrtc/rtc_base/system/unused_gn/moz.build -+++ third_party/libwebrtc/rtc_base/system/unused_gn/moz.build + 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 c123810d56dc..a4bd3ae0e8d0 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -78559,7 +79846,7 @@ index 2de3ad5f5565..70942ab98bbe 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78578,6 +79865,10 @@ index 2de3ad5f5565..70942ab98bbe 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -78652,6 +79943,10 @@ index 2de3ad5f5565..70942ab98bbe 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -78714,11 +80009,11 @@ index 2de3ad5f5565..70942ab98bbe 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 3a3b4a4b13cf..7594e86586e5 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 + 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 7d7f8864f3e8..f51bf20a585b 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -78740,7 +80035,7 @@ index 3a3b4a4b13cf..7594e86586e5 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78833,6 +80128,10 @@ index 3a3b4a4b13cf..7594e86586e5 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -78895,11 +80194,11 @@ index 3a3b4a4b13cf..7594e86586e5 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("warn_current_thread_is_deadlocked_gn") -diff --git third_party/libwebrtc/rtc_base/task_utils/pending_task_safety_flag_gn/moz.build third_party/libwebrtc/rtc_base/task_utils/pending_task_safety_flag_gn/moz.build -index f330b9926bcf..90ba23ecca27 100644 ---- third_party/libwebrtc/rtc_base/task_utils/pending_task_safety_flag_gn/moz.build -+++ third_party/libwebrtc/rtc_base/task_utils/pending_task_safety_flag_gn/moz.build + Library("sigslot_gn") +diff --git third_party/libwebrtc/rtc_base/threading_gn/moz.build third_party/libwebrtc/rtc_base/threading_gn/moz.build +index 56207997aec8..903dc4e0bb74 100644 +--- third_party/libwebrtc/rtc_base/threading_gn/moz.build ++++ third_party/libwebrtc/rtc_base/threading_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -78921,7 +80220,7 @@ index f330b9926bcf..90ba23ecca27 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,169 +57,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78941,6 +80240,7 @@ index f330b9926bcf..90ba23ecca27 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -79009,6 +80309,13 @@ index f330b9926bcf..90ba23ecca27 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -79084,11 +80391,11 @@ index f330b9926bcf..90ba23ecca27 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("pending_task_safety_flag_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 46a6acae4497..06150956fbb0 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 + Library("threading_gn") +diff --git third_party/libwebrtc/rtc_base/time/timestamp_extrapolator_gn/moz.build third_party/libwebrtc/rtc_base/time/timestamp_extrapolator_gn/moz.build +index af464b00bdd8..4e0d38f5dbd5 100644 +--- third_party/libwebrtc/rtc_base/time/timestamp_extrapolator_gn/moz.build ++++ third_party/libwebrtc/rtc_base/time/timestamp_extrapolator_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -79110,7 +80417,7 @@ index 46a6acae4497..06150956fbb0 100644 FINAL_LIBRARY = "webrtc" -@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79158,10 +80465,6 @@ index 46a6acae4497..06150956fbb0 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -79202,13 +80505,6 @@ index 46a6acae4497..06150956fbb0 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -79284,11 +80580,11 @@ index 46a6acae4497..06150956fbb0 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("repeating_task_gn") -diff --git third_party/libwebrtc/rtc_base/task_utils/to_queued_task_gn/moz.build third_party/libwebrtc/rtc_base/task_utils/to_queued_task_gn/moz.build -index 4133cceb8920..377053ce68a7 100644 ---- third_party/libwebrtc/rtc_base/task_utils/to_queued_task_gn/moz.build -+++ third_party/libwebrtc/rtc_base/task_utils/to_queued_task_gn/moz.build + Library("timestamp_extrapolator_gn") +diff --git third_party/libwebrtc/rtc_base/timestamp_aligner_gn/moz.build third_party/libwebrtc/rtc_base/timestamp_aligner_gn/moz.build +index be466ada874c..f6723437f53d 100644 +--- third_party/libwebrtc/rtc_base/timestamp_aligner_gn/moz.build ++++ third_party/libwebrtc/rtc_base/timestamp_aligner_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -79310,7 +80606,7 @@ index 4133cceb8920..377053ce68a7 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79398,6 +80694,10 @@ index 4133cceb8920..377053ce68a7 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -79407,6 +80707,10 @@ index 4133cceb8920..377053ce68a7 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -79469,12 +80773,12 @@ index 4133cceb8920..377053ce68a7 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("to_queued_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 c123810d56dc..a4bd3ae0e8d0 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,10 +12,20 @@ AllowCompilerWarnings() + Library("timestamp_aligner_gn") +diff --git third_party/libwebrtc/rtc_base/timeutils_gn/moz.build third_party/libwebrtc/rtc_base/timeutils_gn/moz.build +index 782ed92c4944..dd49ac4f6a35 100644 +--- third_party/libwebrtc/rtc_base/timeutils_gn/moz.build ++++ third_party/libwebrtc/rtc_base/timeutils_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 @@ -79483,6 +80787,7 @@ index c123810d56dc..a4bd3ae0e8d0 100644 +DEFINES["WEBRTC_BSD"] = True +DEFINES["WEBRTC_ENABLE_AVX2"] = 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" @@ -79495,7 +80800,7 @@ index c123810d56dc..a4bd3ae0e8d0 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -43,165 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79583,6 +80888,10 @@ index c123810d56dc..a4bd3ae0e8d0 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -79658,11 +80967,192 @@ index c123810d56dc..a4bd3ae0e8d0 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 7d7f8864f3e8..f51bf20a585b 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 + 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 18ffa6ea6955..e2ecd2648914 100644 +--- third_party/libwebrtc/rtc_base/type_traits_gn/moz.build ++++ third_party/libwebrtc/rtc_base/type_traits_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -37,153 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 +- +-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_ENABLE_AVX2"] = 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["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True +- + Library("type_traits_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 16a72f40d74b..f0d8aac6e18f 100644 +--- third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build ++++ third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -79684,7 +81174,7 @@ index 7d7f8864f3e8..f51bf20a585b 100644 FINAL_LIBRARY = "webrtc" -@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79703,6 +81193,10 @@ index 7d7f8864f3e8..f51bf20a585b 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -79777,10 +81271,6 @@ index 7d7f8864f3e8..f51bf20a585b 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -79843,11 +81333,11 @@ index 7d7f8864f3e8..f51bf20a585b 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("sigslot_gn") -diff --git third_party/libwebrtc/rtc_base/threading_gn/moz.build third_party/libwebrtc/rtc_base/threading_gn/moz.build -index 56207997aec8..903dc4e0bb74 100644 ---- third_party/libwebrtc/rtc_base/threading_gn/moz.build -+++ third_party/libwebrtc/rtc_base/threading_gn/moz.build + Library("unit_base_gn") +diff --git third_party/libwebrtc/rtc_base/untyped_function_gn/moz.build third_party/libwebrtc/rtc_base/untyped_function_gn/moz.build +index b0f228c1463d..87020062c90b 100644 +--- third_party/libwebrtc/rtc_base/untyped_function_gn/moz.build ++++ third_party/libwebrtc/rtc_base/untyped_function_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -79869,7 +81359,7 @@ index 56207997aec8..903dc4e0bb74 100644 FINAL_LIBRARY = "webrtc" -@@ -47,169 +57,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79888,11 +81378,6 @@ index 56207997aec8..903dc4e0bb74 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "GLESv2", -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -79958,13 +81443,6 @@ index 56207997aec8..903dc4e0bb74 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -79974,10 +81452,6 @@ index 56207997aec8..903dc4e0bb74 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -80040,11 +81514,11 @@ index 56207997aec8..903dc4e0bb74 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("threading_gn") -diff --git third_party/libwebrtc/rtc_base/time/timestamp_extrapolator_gn/moz.build third_party/libwebrtc/rtc_base/time/timestamp_extrapolator_gn/moz.build -index af464b00bdd8..4e0d38f5dbd5 100644 ---- third_party/libwebrtc/rtc_base/time/timestamp_extrapolator_gn/moz.build -+++ third_party/libwebrtc/rtc_base/time/timestamp_extrapolator_gn/moz.build + Library("untyped_function_gn") +diff --git third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build +index 11b148352fb2..bd171a928126 100644 +--- third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build ++++ third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -80229,205 +81703,426 @@ index af464b00bdd8..4e0d38f5dbd5 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("timestamp_extrapolator_gn") -diff --git third_party/libwebrtc/rtc_base/timestamp_aligner_gn/moz.build third_party/libwebrtc/rtc_base/timestamp_aligner_gn/moz.build -index be466ada874c..f6723437f53d 100644 ---- third_party/libwebrtc/rtc_base/timestamp_aligner_gn/moz.build -+++ third_party/libwebrtc/rtc_base/timestamp_aligner_gn/moz.build -@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "webrtc" - -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "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 285700f44e15..000000000000 +--- third_party/libwebrtc/rtc_base/win/create_direct3d_device_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/. - --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_AVX2"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_GNU_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True +- ### 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["PSAPI_VERSION"] = "2" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["UNICODE"] = True +-DEFINES["USE_AURA"] = "1" +-DEFINES["WEBRTC_ENABLE_AVX2"] = 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_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 = "webrtc" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "/ipc/chromium/src", +- "/third_party/libwebrtc/", +- "/third_party/libwebrtc/third_party/abseil-cpp/", +- "/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["CPU_ARCH"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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 e5469ac129ce..000000000000 +--- third_party/libwebrtc/rtc_base/win/get_activation_factory_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. ### +- +-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["PSAPI_VERSION"] = "2" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["UNICODE"] = True +-DEFINES["USE_AURA"] = "1" +-DEFINES["WEBRTC_ENABLE_AVX2"] = 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_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 = "webrtc" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "/ipc/chromium/src", +- "/third_party/libwebrtc/", +- "/third_party/libwebrtc/third_party/abseil-cpp/", +- "/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["CPU_ARCH"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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 eb715b9756f7..000000000000 +--- third_party/libwebrtc/rtc_base/win/hstring_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. ### +- +-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["PSAPI_VERSION"] = "2" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["UNICODE"] = True +-DEFINES["USE_AURA"] = "1" +-DEFINES["WEBRTC_ENABLE_AVX2"] = 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_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 = "webrtc" +- +- +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "/ipc/chromium/src", +- "/third_party/libwebrtc/", +- "/third_party/libwebrtc/third_party/abseil-cpp/", +- "/tools/profiler/public" +-] +- +-SOURCES += [ +- "/third_party/libwebrtc/rtc_base/win/hstring.cc" +-] - -- OS_LIBS += [ -- "log" -- ] +-if not CONFIG["MOZ_DEBUG"]: - --if CONFIG["OS_TARGET"] == "Darwin": +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True - -- DEFINES["WEBRTC_ENABLE_AVX2"] = 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 +-if CONFIG["MOZ_DEBUG"] == "1": - --if CONFIG["OS_TARGET"] == "Linux": +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -- 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["CPU_ARCH"] == "aarch64": - --if CONFIG["OS_TARGET"] == "OpenBSD": +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_AVX2"] = 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 +-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 3c7eb72713d5..000000000000 +--- third_party/libwebrtc/rtc_base/win/windows_version_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/. - --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["WEBRTC_ENABLE_AVX2"] = True -- 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 +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### - -- OS_LIBS += [ -- "winmm" -- ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] +-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["UNICODE"] = True +-DEFINES["USE_AURA"] = "1" +-DEFINES["WEBRTC_ENABLE_AVX2"] = 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_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_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True +-FINAL_LIBRARY = "webrtc" - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - -- DEFINES["_DEBUG"] = True +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "/ipc/chromium/src", +- "/third_party/libwebrtc/", +- "/third_party/libwebrtc/third_party/abseil-cpp/", +- "/tools/profiler/public" +-] - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/win/windows_version.cc" +-] - -- DEFINES["_DEBUG"] = True +-if not CONFIG["MOZ_DEBUG"]: - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True - -- DEFINES["_DEBUG"] = True +-if CONFIG["MOZ_DEBUG"] == "1": - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - -- DEFINES["_DEBUG"] = True +-if CONFIG["CPU_ARCH"] == "aarch64": - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +-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 356c932f58f2..000000000000 +--- third_party/libwebrtc/rtc_base/win32_gn/moz.build ++++ /dev/null +@@ -1,84 +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["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - -- OS_LIBS += [ -- "android_support", -- "unwind" -- ] +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### - --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() - -- OS_LIBS += [ -- "android_support" -- ] +-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["UNICODE"] = True +-DEFINES["USE_AURA"] = "1" +-DEFINES["WEBRTC_ENABLE_AVX2"] = 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_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["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +-FINAL_LIBRARY = "webrtc" - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "/ipc/chromium/src", +- "/third_party/libwebrtc/", +- "/third_party/libwebrtc/third_party/abseil-cpp/", +- "/tools/profiler/public" +-] - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +-OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +-] - --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +-UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/rtc_base/win32.cc", +- "/third_party/libwebrtc/rtc_base/win32_window.cc" +-] - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +-if not CONFIG["MOZ_DEBUG"]: - --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +-if CONFIG["MOZ_DEBUG"] == "1": - - Library("timestamp_aligner_gn") -diff --git third_party/libwebrtc/rtc_base/timeutils_gn/moz.build third_party/libwebrtc/rtc_base/timeutils_gn/moz.build -index 782ed92c4944..dd49ac4f6a35 100644 ---- third_party/libwebrtc/rtc_base/timeutils_gn/moz.build -+++ third_party/libwebrtc/rtc_base/timeutils_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["CPU_ARCH"] == "aarch64": +- +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = 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 1b5f0d9528a1..86eb1881eba8 100644 +--- third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build ++++ third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build +@@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True @@ -80436,7 +82131,6 @@ index 782ed92c4944..dd49ac4f6a35 100644 +DEFINES["WEBRTC_BSD"] = True +DEFINES["WEBRTC_ENABLE_AVX2"] = 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" @@ -80449,7 +82143,7 @@ index 782ed92c4944..dd49ac4f6a35 100644 FINAL_LIBRARY = "webrtc" -@@ -43,165 +53,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -80537,10 +82231,6 @@ index 782ed92c4944..dd49ac4f6a35 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -80616,192 +82306,167 @@ index 782ed92c4944..dd49ac4f6a35 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 18ffa6ea6955..e2ecd2648914 100644 ---- third_party/libwebrtc/rtc_base/type_traits_gn/moz.build -+++ third_party/libwebrtc/rtc_base/type_traits_gn/moz.build -@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "webrtc" - -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": + 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 95464447d39b..000000000000 +--- third_party/libwebrtc/sdk/base_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/. - -- 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_AVX2"] = 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": +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### - -- DEFINES["WEBRTC_ENABLE_AVX2"] = 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 +-CMFLAGS += [ +- "-fobjc-arc" +-] - --if CONFIG["OS_TARGET"] == "Linux": +-CMMFLAGS += [ +- "-fobjc-arc" +-] - -- 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 +-COMPILE_FLAGS["OS_INCLUDES"] = [] +-AllowCompilerWarnings() - --if CONFIG["OS_TARGET"] == "OpenBSD": +-DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +-DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True +-DEFINES["RTC_ENABLE_VP9"] = True +-DEFINES["WEBRTC_ENABLE_AVX2"] = 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["_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["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_AVX2"] = 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 +-FINAL_LIBRARY = "webrtc" - --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["WEBRTC_ENABLE_AVX2"] = True -- 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["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "/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" +-] - -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True +-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 CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +-if not CONFIG["MOZ_DEBUG"]: - -- DEFINES["_DEBUG"] = True +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +-if CONFIG["MOZ_DEBUG"] == "1": - +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - DEFINES["_DEBUG"] = True - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +-if CONFIG["CPU_ARCH"] == "aarch64": - -- DEFINES["_DEBUG"] = True +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +-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 234fe71d1d25..000000000000 +--- third_party/libwebrtc/sdk/helpers_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/. - -- DEFINES["_DEBUG"] = True - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### +- ### DO NOT edit it by hand. ### - -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +-CMFLAGS += [ +- "-fobjc-arc" +-] - --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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +-CMMFLAGS += [ +- "-fobjc-arc" +-] - -- OS_LIBS += [ -- "android_support", -- "unwind" -- ] +-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_AVX2"] = 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["_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["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +-FINAL_LIBRARY = "webrtc" - -- OS_LIBS += [ -- "android_support" -- ] - --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +-LOCAL_INCLUDES += [ +- "!/ipc/ipdl/_ipdlheaders", +- "/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" +-] - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +-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 CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +-if not CONFIG["MOZ_DEBUG"]: - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" +- DEFINES["NDEBUG"] = True +- DEFINES["NVALGRIND"] = True - --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +-if CONFIG["MOZ_DEBUG"] == "1": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- DEFINES["_DEBUG"] = True - --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +-if CONFIG["CPU_ARCH"] == "aarch64": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True +- DEFINES["WEBRTC_ARCH_ARM64"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True - - Library("type_traits_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 16a72f40d74b..f0d8aac6e18f 100644 ---- third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build -+++ third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build +-Library("helpers_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 ed0facb6bf83..2a2e962fbd6e 100644 +--- third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build ++++ third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -80823,7 +82488,7 @@ index 16a72f40d74b..f0d8aac6e18f 100644 FINAL_LIBRARY = "webrtc" -@@ -37,157 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -80920,6 +82585,10 @@ index 16a72f40d74b..f0d8aac6e18f 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -80982,11 +82651,11 @@ index 16a72f40d74b..f0d8aac6e18f 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("unit_base_gn") -diff --git third_party/libwebrtc/rtc_base/untyped_function_gn/moz.build third_party/libwebrtc/rtc_base/untyped_function_gn/moz.build -index b0f228c1463d..87020062c90b 100644 ---- third_party/libwebrtc/rtc_base/untyped_function_gn/moz.build -+++ third_party/libwebrtc/rtc_base/untyped_function_gn/moz.build + 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 6fe8360de36e..b8dcc03c5611 100644 +--- third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build ++++ third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -81008,7 +82677,7 @@ index b0f228c1463d..87020062c90b 100644 FINAL_LIBRARY = "webrtc" -@@ -37,153 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81027,6 +82696,10 @@ index b0f228c1463d..87020062c90b 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "log" +- ] +- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -81092,6 +82765,10 @@ index b0f228c1463d..87020062c90b 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -81101,6 +82778,10 @@ index b0f228c1463d..87020062c90b 100644 -if CONFIG["CPU_ARCH"] == "arm": - +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -81163,11 +82844,11 @@ index b0f228c1463d..87020062c90b 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("untyped_function_gn") -diff --git third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build -index 11b148352fb2..bd171a928126 100644 ---- third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build -+++ third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build + 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 b17503cb5956..d6cc8db5aee7 100644 +--- third_party/libwebrtc/system_wrappers/metrics_gn/moz.build ++++ third_party/libwebrtc/system_wrappers/metrics_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -81339,438 +83020,24 @@ index 11b148352fb2..bd171a928126 100644 - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- - 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 285700f44e15..000000000000 ---- third_party/libwebrtc/rtc_base/win/create_direct3d_device_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. ### -- --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["PSAPI_VERSION"] = "2" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["UNICODE"] = True --DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ENABLE_AVX2"] = 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_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 = "webrtc" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/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["CPU_ARCH"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = 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 e5469ac129ce..000000000000 ---- third_party/libwebrtc/rtc_base/win/get_activation_factory_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. ### -- --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["PSAPI_VERSION"] = "2" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["UNICODE"] = True --DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ENABLE_AVX2"] = 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_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 = "webrtc" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/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["CPU_ARCH"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = 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 eb715b9756f7..000000000000 ---- third_party/libwebrtc/rtc_base/win/hstring_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. ### -- --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["PSAPI_VERSION"] = "2" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["UNICODE"] = True --DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ENABLE_AVX2"] = 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_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 = "webrtc" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/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["CPU_ARCH"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = 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 3c7eb72713d5..000000000000 ---- third_party/libwebrtc/rtc_base/win/windows_version_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. ### -- --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["PSAPI_VERSION"] = "2" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["UNICODE"] = True --DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ENABLE_AVX2"] = 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_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 = "webrtc" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/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["CPU_ARCH"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = 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 356c932f58f2..000000000000 ---- third_party/libwebrtc/rtc_base/win32_gn/moz.build -+++ /dev/null -@@ -1,84 +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["PSAPI_VERSION"] = "2" --DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True --DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["UNICODE"] = True --DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ENABLE_AVX2"] = 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_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 = "webrtc" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] -- --OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" --] -- --UNIFIED_SOURCES += [ -- "/third_party/libwebrtc/rtc_base/win32.cc", -- "/third_party/libwebrtc/rtc_base/win32_window.cc" --] -- --if not CONFIG["MOZ_DEBUG"]: -- -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["MOZ_DEBUG"] == "1": +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["CPU_ARCH"] == "aarch64": +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True +- 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 1b5f0d9528a1..86eb1881eba8 100644 ---- third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build -+++ third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build + 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 46d6c227154e..2641fd638072 100644 +--- third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build ++++ third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -81792,7 +83059,7 @@ index 1b5f0d9528a1..86eb1881eba8 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -45,182 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81811,6 +83078,12 @@ index 1b5f0d9528a1..86eb1881eba8 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- LOCAL_INCLUDES += [ +- "/config/external/nspr/", +- "/nsprpub/lib/ds/", +- "/nsprpub/pr/include/" +- ] +- - OS_LIBS += [ - "log" - ] @@ -81840,6 +83113,14 @@ index 1b5f0d9528a1..86eb1881eba8 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" @@ -81880,6 +83161,13 @@ index 1b5f0d9528a1..86eb1881eba8 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -81955,167 +83243,11 @@ index 1b5f0d9528a1..86eb1881eba8 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 95464447d39b..000000000000 ---- third_party/libwebrtc/sdk/base_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. ### -- --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_AVX2"] = 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["_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 = "webrtc" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/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["CPU_ARCH"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = 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 234fe71d1d25..000000000000 ---- third_party/libwebrtc/sdk/helpers_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" --] -- --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_AVX2"] = 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["_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 = "webrtc" -- -- --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/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["CPU_ARCH"] == "aarch64": -- -- DEFINES["WEBRTC_ARCH_ARM64"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --Library("helpers_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 ed0facb6bf83..2a2e962fbd6e 100644 ---- third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build -+++ third_party/libwebrtc/system_wrappers/denormal_disabler_gn/moz.build + 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 f5dd5dd860e5..c4184eeaf57b 100644 +--- third_party/libwebrtc/test/rtp_test_utils_gn/moz.build ++++ third_party/libwebrtc/test/rtp_test_utils_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -82137,7 +83269,7 @@ index ed0facb6bf83..2a2e962fbd6e 100644 FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,170 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82157,6 +83289,7 @@ index ed0facb6bf83..2a2e962fbd6e 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -82185,6 +83318,11 @@ index ed0facb6bf83..2a2e962fbd6e 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - +- OS_LIBS += [ +- "dl", +- "rt" +- ] +- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -82225,6 +83363,13 @@ index ed0facb6bf83..2a2e962fbd6e 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -82234,10 +83379,6 @@ index ed0facb6bf83..2a2e962fbd6e 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -82300,33 +83441,24 @@ index ed0facb6bf83..2a2e962fbd6e 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 6fe8360de36e..b8dcc03c5611 100644 ---- third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build -+++ third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build -@@ -12,10 +12,20 @@ AllowCompilerWarnings() + 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 9f6b45a412ad..40b0de7e0875 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" - DEFINES["RTC_DAV1D_IN_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_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["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "webrtc" -@@ -41,165 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82336,28 +83468,12 @@ index 6fe8360de36e..b8dcc03c5611 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_ENABLE_AVX2"] = 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_ENABLE_AVX2"] = 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 - -if CONFIG["OS_TARGET"] == "Linux": - @@ -82366,27 +83482,18 @@ index 6fe8360de36e..b8dcc03c5611 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_ENABLE_AVX2"] = 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": - @@ -82396,18 +83503,17 @@ index 6fe8360de36e..b8dcc03c5611 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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 @@ -82415,25 +83521,139 @@ index 6fe8360de36e..b8dcc03c5611 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- - OS_LIBS += [ -- "winmm" +- "android_support", +- "unwind" - ] -+ DEFINES["_DEBUG"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- 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 461ee70d7ebe..462dd153bed5 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() - if CONFIG["CPU_ARCH"] == "aarch64": + 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["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True + FINAL_LIBRARY = "webrtc" --if CONFIG["CPU_ARCH"] == "arm": +@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] +-if CONFIG["OS_TARGET"] == "Android": - -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- +-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["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 +- +-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_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["_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"] == "Android": - @@ -82445,8 +83665,8 @@ index 6fe8360de36e..b8dcc03c5611 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["_DEBUG"] = True -- + DEFINES["_DEBUG"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True @@ -82475,51 +83695,38 @@ index 6fe8360de36e..b8dcc03c5611 100644 - -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 b17503cb5956..d6cc8db5aee7 100644 ---- third_party/libwebrtc/system_wrappers/metrics_gn/moz.build -+++ third_party/libwebrtc/system_wrappers/metrics_gn/moz.build -@@ -12,10 +12,20 @@ AllowCompilerWarnings() + 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 b3e8809eff73..9284b6479ec7 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" - DEFINES["RTC_DAV1D_IN_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_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["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "webrtc" -@@ -41,161 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82529,28 +83736,12 @@ index b17503cb5956..d6cc8db5aee7 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_ENABLE_AVX2"] = 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_ENABLE_AVX2"] = 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 - -if CONFIG["OS_TARGET"] == "Linux": - @@ -82559,27 +83750,18 @@ index b17503cb5956..d6cc8db5aee7 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_ENABLE_AVX2"] = 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": - @@ -82589,40 +83771,23 @@ index b17503cb5956..d6cc8db5aee7 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - @@ -82634,8 +83799,8 @@ index b17503cb5956..d6cc8db5aee7 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["_DEBUG"] = True -- + DEFINES["_DEBUG"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True @@ -82664,51 +83829,38 @@ index b17503cb5956..d6cc8db5aee7 100644 - -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 46d6c227154e..2641fd638072 100644 ---- third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build -+++ third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build -@@ -12,10 +12,20 @@ AllowCompilerWarnings() + 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 4233003ad577..914cb7710806 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" - DEFINES["RTC_DAV1D_IN_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_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["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "webrtc" -@@ -45,182 +55,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82718,34 +83870,12 @@ index 46d6c227154e..2641fd638072 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_ENABLE_AVX2"] = 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_ENABLE_AVX2"] = 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 - -if CONFIG["OS_TARGET"] == "Linux": - @@ -82754,35 +83884,18 @@ index 46d6c227154e..2641fd638072 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_ENABLE_AVX2"] = 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": - @@ -82792,18 +83905,17 @@ index 46d6c227154e..2641fd638072 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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 @@ -82811,29 +83923,6 @@ index 46d6c227154e..2641fd638072 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -82844,8 +83933,8 @@ index 46d6c227154e..2641fd638072 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["_DEBUG"] = True -- + DEFINES["_DEBUG"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True @@ -82874,51 +83963,38 @@ index 46d6c227154e..2641fd638072 100644 - -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 f5dd5dd860e5..c4184eeaf57b 100644 ---- third_party/libwebrtc/test/rtp_test_utils_gn/moz.build -+++ third_party/libwebrtc/test/rtp_test_utils_gn/moz.build -@@ -12,10 +12,20 @@ AllowCompilerWarnings() + 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 58015ede9d26..5369db6348e3 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" - DEFINES["RTC_DAV1D_IN_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_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["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "webrtc" -@@ -37,170 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82928,29 +84004,12 @@ index f5dd5dd860e5..c4184eeaf57b 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_ENABLE_AVX2"] = 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_ENABLE_AVX2"] = 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 - -if CONFIG["OS_TARGET"] == "Linux": - @@ -82959,32 +84018,18 @@ index f5dd5dd860e5..c4184eeaf57b 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 += [ -- "dl", -- "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_AVX2"] = 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": - @@ -82994,18 +84039,17 @@ index f5dd5dd860e5..c4184eeaf57b 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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 @@ -83013,25 +84057,6 @@ index f5dd5dd860e5..c4184eeaf57b 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -83042,8 +84067,8 @@ index f5dd5dd860e5..c4184eeaf57b 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["_DEBUG"] = True -- + DEFINES["_DEBUG"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True @@ -83072,29 +84097,25 @@ index f5dd5dd860e5..c4184eeaf57b 100644 - -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True - 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 9f6b45a412ad..40b0de7e0875 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 + 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 7d2c3d979f69..0672749e0277 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() @@ -83224,11 +84245,11 @@ index 9f6b45a412ad..40b0de7e0875 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 461ee70d7ebe..462dd153bed5 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 + 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 f96ddd93bb4f..9879bb11b81a 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() @@ -83241,7 +84262,7 @@ index 461ee70d7ebe..462dd153bed5 100644 FINAL_LIBRARY = "webrtc" -@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -35,122 +40,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83304,6 +84325,12 @@ index 461ee70d7ebe..462dd153bed5 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -83313,13 +84340,13 @@ index 461ee70d7ebe..462dd153bed5 100644 - 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"] == "OpenBSD": +- + DEFINES["_DEBUG"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -83358,11 +84385,11 @@ index 461ee70d7ebe..462dd153bed5 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 b3e8809eff73..9284b6479ec7 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 + Library("log_severity_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 5dc6a845d591..b78073c507d5 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() @@ -83375,7 +84402,7 @@ index b3e8809eff73..9284b6479ec7 100644 FINAL_LIBRARY = "webrtc" -@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -35,122 +40,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83438,6 +84465,12 @@ index b3e8809eff73..9284b6479ec7 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -83447,13 +84480,13 @@ index b3e8809eff73..9284b6479ec7 100644 - 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"] == "OpenBSD": +- + DEFINES["_DEBUG"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -83492,11 +84525,11 @@ index b3e8809eff73..9284b6479ec7 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 4233003ad577..914cb7710806 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 + 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 a95db633b3fb..35ec1033253b 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() @@ -83509,7 +84542,7 @@ index 4233003ad577..914cb7710806 100644 FINAL_LIBRARY = "webrtc" -@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -35,122 +40,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83572,6 +84605,12 @@ index 4233003ad577..914cb7710806 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -83581,13 +84620,13 @@ index 4233003ad577..914cb7710806 100644 - 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"] == "OpenBSD": +- + DEFINES["_DEBUG"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -83626,11 +84665,11 @@ index 4233003ad577..914cb7710806 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 58015ede9d26..5369db6348e3 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 + 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 4e39dbb89676..061dd886d61b 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() @@ -83760,11 +84799,11 @@ index 58015ede9d26..5369db6348e3 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 7d2c3d979f69..0672749e0277 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 + 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 4d655fcce792..7ff74145e47e 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() @@ -83894,11 +84933,11 @@ index 7d2c3d979f69..0672749e0277 100644 - - 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 f96ddd93bb4f..9879bb11b81a 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 + 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 7209713cb85a..689837b0c0d3 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() @@ -83911,7 +84950,7 @@ index f96ddd93bb4f..9879bb11b81a 100644 FINAL_LIBRARY = "webrtc" -@@ -35,122 +40,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83974,12 +85013,6 @@ index f96ddd93bb4f..9879bb11b81a 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -83989,13 +85022,13 @@ index f96ddd93bb4f..9879bb11b81a 100644 - 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"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -84034,11 +85067,11 @@ index f96ddd93bb4f..9879bb11b81a 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("log_severity_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 5dc6a845d591..b78073c507d5 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 + Library("compressed_tuple_gn") +diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/container/flat_hash_map_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/container/flat_hash_map_gn/moz.build +index 70b3e1cb35d4..237e183bc25d 100644 +--- third_party/libwebrtc/third_party/abseil-cpp/absl/container/flat_hash_map_gn/moz.build ++++ third_party/libwebrtc/third_party/abseil-cpp/absl/container/flat_hash_map_gn/moz.build @@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -84051,7 +85084,7 @@ index 5dc6a845d591..b78073c507d5 100644 FINAL_LIBRARY = "webrtc" -@@ -35,122 +40,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -84114,12 +85147,6 @@ index 5dc6a845d591..b78073c507d5 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -84129,13 +85156,13 @@ index 5dc6a845d591..b78073c507d5 100644 - 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"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -84174,129 +85201,145 @@ index 5dc6a845d591..b78073c507d5 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("raw_logging_internal_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 -deleted file mode 100644 -index 6413dbafcb95..000000000000 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_gn/moz.build -+++ /dev/null -@@ -1,53 +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("flat_hash_map_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 39fbab30d973..f5b45eb3b183 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" ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -31,116 +36,10 @@ 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["_GNU_SOURCE"] = True - --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() +-if CONFIG["OS_TARGET"] == "Darwin": - --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["ANDROID"] = True --DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" --DEFINES["HAVE_SYS_UIO_H"] = True --DEFINES["_GNU_SOURCE"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" - --FINAL_LIBRARY = "webrtc" +-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 - --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] +-if CONFIG["OS_TARGET"] == "OpenBSD": - --if not CONFIG["MOZ_DEBUG"]: +- 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["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True +-if CONFIG["OS_TARGET"] == "WINNT": - --if CONFIG["MOZ_DEBUG"] == "1": +- 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_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["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_DEBUG"] = True +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - --if CONFIG["CPU_ARCH"] == "arm": +- DEFINES["_DEBUG"] = True - -- OS_LIBS += [ -- "android_support", -- "unwind" -- ] +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": - --if CONFIG["CPU_ARCH"] == "x86": +- DEFINES["_DEBUG"] = True - -- OS_LIBS += [ -- "android_support" -- ] +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": - --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 -deleted file mode 100644 -index ab9288e847f7..000000000000 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/cleanup/cleanup_internal_gn/moz.build -+++ /dev/null -@@ -1,53 +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"] == "OpenBSD": - +- 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"] == "WINNT": - --COMPILE_FLAGS["OS_INCLUDES"] = [] --AllowCompilerWarnings() +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" - --DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" --DEFINES["ANDROID"] = True --DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" --DEFINES["HAVE_SYS_UIO_H"] = True --DEFINES["_GNU_SOURCE"] = 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" + +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": - --FINAL_LIBRARY = "webrtc" +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] - +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": - --LOCAL_INCLUDES += [ -- "!/ipc/ipdl/_ipdlheaders", -- "/ipc/chromium/src", -- "/third_party/libwebrtc/", -- "/third_party/libwebrtc/third_party/abseil-cpp/", -- "/tools/profiler/public" --] +- OS_LIBS += [ +- "android_support" +- ] - --if not CONFIG["MOZ_DEBUG"]: +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "0" -- DEFINES["NDEBUG"] = True -- DEFINES["NVALGRIND"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["MOZ_DEBUG"] == "1": +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - -- DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- DEFINES["_DEBUG"] = True +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["CPU_ARCH"] == "arm": +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - -- OS_LIBS += [ -- "android_support", -- "unwind" -- ] +- DEFINES["_GNU_SOURCE"] = True - --if CONFIG["CPU_ARCH"] == "x86": +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - -- OS_LIBS += [ -- "android_support" -- ] +- 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 7209713cb85a..689837b0c0d3 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 + 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 6161d5ce01bf..99ad3eae9e46 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() @@ -84426,11 +85469,11 @@ index 7209713cb85a..689837b0c0d3 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("compressed_tuple_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/container/flat_hash_map_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/container/flat_hash_map_gn/moz.build -index 70b3e1cb35d4..237e183bc25d 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/container/flat_hash_map_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/container/flat_hash_map_gn/moz.build + 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 067748c5ac6f..69a36f938696 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() @@ -84560,11 +85603,11 @@ index 70b3e1cb35d4..237e183bc25d 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("flat_hash_map_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 39fbab30d973..f5b45eb3b183 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 + 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 64977c41edec..b9f84bae9e9c 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() @@ -84694,11 +85737,11 @@ index 39fbab30d973..f5b45eb3b183 100644 - - 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 6161d5ce01bf..99ad3eae9e46 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 + 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 b98bc24b90d1..ba4d02e31530 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() @@ -84828,11 +85871,11 @@ index 6161d5ce01bf..99ad3eae9e46 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("inlined_vector_internal_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 64977c41edec..b9f84bae9e9c 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 + 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 639a1bf3ba8d..8ba0ade290ac 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() @@ -84962,11 +86005,11 @@ index 64977c41edec..b9f84bae9e9c 100644 - - 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 b98bc24b90d1..ba4d02e31530 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 + 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 3d18e6187f5c..8e5d8abf8a36 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() @@ -85096,11 +86139,11 @@ index b98bc24b90d1..ba4d02e31530 100644 - - 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 639a1bf3ba8d..8ba0ade290ac 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 + 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 d927703f2116..5dafbbe1c776 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() @@ -85113,7 +86156,7 @@ index 639a1bf3ba8d..8ba0ade290ac 100644 FINAL_LIBRARY = "webrtc" -@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -35,122 +40,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85176,6 +86219,12 @@ index 639a1bf3ba8d..8ba0ade290ac 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -85185,13 +86234,13 @@ index 639a1bf3ba8d..8ba0ade290ac 100644 - 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"] == "OpenBSD": +- + DEFINES["_DEBUG"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -85230,11 +86279,11 @@ index 639a1bf3ba8d..8ba0ade290ac 100644 - - 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 3d18e6187f5c..8e5d8abf8a36 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 + Library("int128_gn") +diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/strings/internal_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/strings/internal_gn/moz.build +index a62204b2113c..18ad2847682c 100644 +--- third_party/libwebrtc/third_party/abseil-cpp/absl/strings/internal_gn/moz.build ++++ third_party/libwebrtc/third_party/abseil-cpp/absl/strings/internal_gn/moz.build @@ -10,6 +10,11 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -85247,7 +86296,7 @@ index 3d18e6187f5c..8e5d8abf8a36 100644 FINAL_LIBRARY = "webrtc" -@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,122 +42,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85310,6 +86359,12 @@ index 3d18e6187f5c..8e5d8abf8a36 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -85319,9 +86374,149 @@ index 3d18e6187f5c..8e5d8abf8a36 100644 - 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support", +- "unwind" +- ] +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +- +- OS_LIBS += [ +- "android_support" +- ] +- +-if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("internal_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 d855b7beed02..031c9d92eb3b 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" ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -50,122 +55,10 @@ 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 +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- +-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["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 +- +-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_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["_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["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +-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 @@ -85364,11 +86559,11 @@ index 3d18e6187f5c..8e5d8abf8a36 100644 - - 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 d927703f2116..5dafbbe1c776 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 + 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 146f86e25baa..5448e770c8ed 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"] = [] AllowCompilerWarnings() @@ -85504,11 +86699,11 @@ index d927703f2116..5dafbbe1c776 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("int128_gn") -diff --git third_party/libwebrtc/third_party/abseil-cpp/absl/strings/internal_gn/moz.build third_party/libwebrtc/third_party/abseil-cpp/absl/strings/internal_gn/moz.build -index a62204b2113c..18ad2847682c 100644 ---- third_party/libwebrtc/third_party/abseil-cpp/absl/strings/internal_gn/moz.build -+++ third_party/libwebrtc/third_party/abseil-cpp/absl/strings/internal_gn/moz.build + 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 4af10489f537..3293ff093af5 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() @@ -85521,7 +86716,7 @@ index a62204b2113c..18ad2847682c 100644 FINAL_LIBRARY = "webrtc" -@@ -37,122 +42,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -35,122 +40,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85644,11 +86839,11 @@ index a62204b2113c..18ad2847682c 100644 - - DEFINES["_GNU_SOURCE"] = True - - Library("internal_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 d855b7beed02..031c9d92eb3b 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 + 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 3b839cf457ba..9ab1def9fe7d 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() @@ -85661,7 +86856,7 @@ index d855b7beed02..031c9d92eb3b 100644 FINAL_LIBRARY = "webrtc" -@@ -50,122 +55,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85724,24 +86919,18 @@ index d855b7beed02..031c9d92eb3b 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -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"] == "Linux": +- + DEFINES["_DEBUG"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True @@ -85784,11 +86973,11 @@ index d855b7beed02..031c9d92eb3b 100644 - - DEFINES["_GNU_SOURCE"] = True - - 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 146f86e25baa..5448e770c8ed 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 + 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 31ab9bee8481..1953f12c2923 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() @@ -85801,7 +86990,7 @@ index 146f86e25baa..5448e770c8ed 100644 FINAL_LIBRARY = "webrtc" -@@ -35,122 +40,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85864,12 +87053,6 @@ index 146f86e25baa..5448e770c8ed 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -85879,13 +87062,13 @@ index 146f86e25baa..5448e770c8ed 100644 - 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"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -85924,11 +87107,11 @@ index 146f86e25baa..5448e770c8ed 100644 - - DEFINES["_GNU_SOURCE"] = True - - 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 4af10489f537..3293ff093af5 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 + 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 406ec1f6a9ac..bdbaa44d33cd 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() @@ -85941,7 +87124,7 @@ index 4af10489f537..3293ff093af5 100644 FINAL_LIBRARY = "webrtc" -@@ -35,122 +40,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86004,12 +87187,6 @@ index 4af10489f537..3293ff093af5 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -86019,13 +87196,13 @@ index 4af10489f537..3293ff093af5 100644 - 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"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": - - DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" @@ -86064,11 +87241,11 @@ index 4af10489f537..3293ff093af5 100644 - - DEFINES["_GNU_SOURCE"] = True - - 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 3b839cf457ba..9ab1def9fe7d 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 + 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 e4cc97e69fe0..fba5f187fc43 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"] = [] AllowCompilerWarnings() @@ -86198,24 +87375,27 @@ index 3b839cf457ba..9ab1def9fe7d 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 31ab9bee8481..1953f12c2923 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"] = [] + Library("utility_gn") +diff --git third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build +index be95ea0b6491..623ae45edde0 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 = "webrtc" -@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: + +@@ -32,133 +40,14 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86226,11 +87406,15 @@ index 31ab9bee8481..1953f12c2923 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": - @@ -86242,6 +87426,8 @@ index 31ab9bee8481..1953f12c2923 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": - @@ -86251,6 +87437,8 @@ index 31ab9bee8481..1953f12c2923 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": - @@ -86265,19 +87453,29 @@ index 31ab9bee8481..1953f12c2923 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["CPU_ARCH"] == "arm": +- +- CFLAGS += [ +- "-mfpu=neon" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["CPU_ARCH"] == "ppc64": + + DEFINES["PFFFT_SIMD_DISABLE"] = True + -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -86288,8 +87486,8 @@ index 31ab9bee8481..1953f12c2923 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True @@ -86332,24 +87530,27 @@ index 31ab9bee8481..1953f12c2923 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 406ec1f6a9ac..bdbaa44d33cd 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"] = [] + 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 37ea6a91a115..d711f7d67e9c 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["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 = "webrtc" -@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: + +@@ -32,128 +40,10 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86360,11 +87561,15 @@ index 406ec1f6a9ac..bdbaa44d33cd 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": - @@ -86376,6 +87581,8 @@ index 406ec1f6a9ac..bdbaa44d33cd 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": - @@ -86385,6 +87592,8 @@ index 406ec1f6a9ac..bdbaa44d33cd 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": - @@ -86399,12 +87608,10 @@ index 406ec1f6a9ac..bdbaa44d33cd 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 @@ -86412,18 +87619,24 @@ index 406ec1f6a9ac..bdbaa44d33cd 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +-if CONFIG["CPU_ARCH"] == "arm": - -- DEFINES["_DEBUG"] = True +- CXXFLAGS += [ +- "-mfpu=neon" +- ] - +-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 - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True @@ -86466,24 +87679,33 @@ index 406ec1f6a9ac..bdbaa44d33cd 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 e4cc97e69fe0..fba5f187fc43 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"] = [] - AllowCompilerWarnings() - + 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 a1f7c3beeb02..09c4d62a258e 100644 +--- third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build ++++ third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True FINAL_LIBRARY = "webrtc" -@@ -31,116 +36,10 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,174 +60,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86493,12 +87715,29 @@ index e4cc97e69fe0..fba5f187fc43 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_ENABLE_AVX2"] = 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_ENABLE_AVX2"] = 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 - -if CONFIG["OS_TARGET"] == "Linux": - @@ -86507,18 +87746,32 @@ index e4cc97e69fe0..fba5f187fc43 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 += [ +- "dl", +- "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_AVX2"] = 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": - @@ -86528,17 +87781,18 @@ index e4cc97e69fe0..fba5f187fc43 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- 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 @@ -86546,6 +87800,29 @@ index e4cc97e69fe0..fba5f187fc43 100644 - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True - +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["CPU_ARCH"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["CPU_ARCH"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": - - DEFINES["_DEBUG"] = True @@ -86556,8 +87833,8 @@ index e4cc97e69fe0..fba5f187fc43 100644 - -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": - - DEFINES["_DEBUG"] = True - +- DEFINES["_DEBUG"] = True +- -if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["_DEBUG"] = True @@ -86586,41 +87863,51 @@ index e4cc97e69fe0..fba5f187fc43 100644 - -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("utility_gn") -diff --git third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build -index be95ea0b6491..623ae45edde0 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() - + Library("video_adaptation_gn") +diff --git third_party/libwebrtc/video/decode_synchronizer_gn/moz.build third_party/libwebrtc/video/decode_synchronizer_gn/moz.build +index 413feef38cef..919a2f81dfc3 100644 +--- third_party/libwebrtc/video/decode_synchronizer_gn/moz.build ++++ third_party/libwebrtc/video/decode_synchronizer_gn/moz.build +@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" +DEFINES["_LARGEFILE64_SOURCE"] = True +DEFINES["_LARGEFILE_SOURCE"] = True +DEFINES["__STDC_CONSTANT_MACROS"] = True +DEFINES["__STDC_FORMAT_MACROS"] = True -+ - FINAL_LIBRARY = "webrtc" + FINAL_LIBRARY = "webrtc" -@@ -32,133 +40,14 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86630,12 +87917,24 @@ index be95ea0b6491..623ae45edde0 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_ENABLE_AVX2"] = 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_ENABLE_AVX2"] = 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 @@ -86648,17 +87947,26 @@ index be95ea0b6491..623ae45edde0 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_ENABLE_AVX2"] = True +- DEFINES["WEBRTC_POSIX"] = True - DEFINES["_FILE_OFFSET_BITS"] = "64" - DEFINES["_LARGEFILE64_SOURCE"] = True - DEFINES["_LARGEFILE_SOURCE"] = True @@ -86673,6 +87981,8 @@ index be95ea0b6491..623ae45edde0 100644 - DEFINES["PSAPI_VERSION"] = "2" - DEFINES["UNICODE"] = True - DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- DEFINES["WEBRTC_WIN"] = True - DEFINES["WIN32"] = True - DEFINES["WIN32_LEAN_AND_MEAN"] = True - DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" @@ -86680,180 +87990,43 @@ index be95ea0b6491..623ae45edde0 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 - --if CONFIG["CPU_ARCH"] == "arm": -- -- CFLAGS += [ -- "-mfpu=neon" -- ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["CPU_ARCH"] == "ppc64": - - DEFINES["PFFFT_SIMD_DISABLE"] = 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": -- - OS_LIBS += [ -- "android_support", -- "unwind" -- ] -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support" +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" - ] -- --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_GNU_SOURCE"] = True -- - 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 37ea6a91a115..d711f7d67e9c 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 = "webrtc" ++ DEFINES["_DEBUG"] = True + if CONFIG["CPU_ARCH"] == "aarch64": -@@ -32,128 +40,10 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True - 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["CPU_ARCH"] == "arm": - - CXXFLAGS += [ - "-mfpu=neon" - ] - +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- -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 @@ -86890,25 +88063,29 @@ index 37ea6a91a115..d711f7d67e9c 100644 - -if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - -if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": - +- DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 a1f7c3beeb02..09c4d62a258e 100644 ---- third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build -+++ third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build + Library("decode_synchronizer_gn") +diff --git third_party/libwebrtc/video/frame_buffer_proxy_gn/moz.build third_party/libwebrtc/video/frame_buffer_proxy_gn/moz.build +index d43415a0d44b..c19726355973 100644 +--- third_party/libwebrtc/video/frame_buffer_proxy_gn/moz.build ++++ third_party/libwebrtc/video/frame_buffer_proxy_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -86930,7 +88107,7 @@ index a1f7c3beeb02..09c4d62a258e 100644 FINAL_LIBRARY = "webrtc" -@@ -50,174 +60,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87106,11 +88283,11 @@ index a1f7c3beeb02..09c4d62a258e 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("video_adaptation_gn") -diff --git third_party/libwebrtc/video/decode_synchronizer_gn/moz.build third_party/libwebrtc/video/decode_synchronizer_gn/moz.build -index 413feef38cef..919a2f81dfc3 100644 ---- third_party/libwebrtc/video/decode_synchronizer_gn/moz.build -+++ third_party/libwebrtc/video/decode_synchronizer_gn/moz.build + Library("frame_buffer_proxy_gn") +diff --git third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build +index 1f9b0da3e765..afedfd58ecca 100644 +--- third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build ++++ third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -87306,11 +88483,11 @@ index 413feef38cef..919a2f81dfc3 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("decode_synchronizer_gn") -diff --git third_party/libwebrtc/video/frame_buffer_proxy_gn/moz.build third_party/libwebrtc/video/frame_buffer_proxy_gn/moz.build -index d43415a0d44b..c19726355973 100644 ---- third_party/libwebrtc/video/frame_buffer_proxy_gn/moz.build -+++ third_party/libwebrtc/video/frame_buffer_proxy_gn/moz.build + 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 f5abae5c998e..b1350324b8c9 100644 +--- third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build ++++ third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -87332,7 +88509,7 @@ index d43415a0d44b..c19726355973 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -37,168 +47,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87352,7 +88529,6 @@ index d43415a0d44b..c19726355973 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -87382,7 +88558,6 @@ index d43415a0d44b..c19726355973 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "dl", - "rt" - ] - @@ -87442,10 +88617,6 @@ index d43415a0d44b..c19726355973 100644 -if CONFIG["CPU_ARCH"] == "arm": - -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- - DEFINES["WEBRTC_ARCH_ARM"] = True - DEFINES["WEBRTC_ARCH_ARM_V7"] = True - DEFINES["WEBRTC_HAS_NEON"] = True @@ -87508,11 +88679,11 @@ index d43415a0d44b..c19726355973 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("frame_buffer_proxy_gn") -diff --git third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build -index 1f9b0da3e765..afedfd58ecca 100644 ---- third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build -+++ third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build + 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 6d3c94548684..1324d9441a3f 100644 +--- third_party/libwebrtc/video/frame_decode_timing_gn/moz.build ++++ third_party/libwebrtc/video/frame_decode_timing_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -87708,207 +88879,11 @@ index 1f9b0da3e765..afedfd58ecca 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 f5abae5c998e..b1350324b8c9 100644 ---- third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build -+++ third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build -@@ -12,10 +12,20 @@ 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_AVX2"] = 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["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "webrtc" - -@@ -37,168 +47,15 @@ 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_AVX2"] = 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_ENABLE_AVX2"] = 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 -- --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_ENABLE_AVX2"] = 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["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- 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["CPU_ARCH"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["CPU_ARCH"] == "arm": -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if 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["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support", -- "unwind" -- ] -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": -- -- OS_LIBS += [ -- "android_support" -- ] -- --if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- DEFINES["_GNU_SOURCE"] = True -- - 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 6d3c94548684..1324d9441a3f 100644 ---- third_party/libwebrtc/video/frame_decode_timing_gn/moz.build -+++ third_party/libwebrtc/video/frame_decode_timing_gn/moz.build + 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 6cd922640b5d..f0a182d3c53c 100644 +--- third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build ++++ third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -87930,7 +88905,7 @@ index 6d3c94548684..1324d9441a3f 100644 FINAL_LIBRARY = "webrtc" -@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87950,6 +88925,7 @@ index 6d3c94548684..1324d9441a3f 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "GLESv2", - "log" - ] - @@ -87979,6 +88955,7 @@ index 6d3c94548684..1324d9441a3f 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ +- "dl", - "rt" - ] - @@ -88104,11 +89081,11 @@ index 6d3c94548684..1324d9441a3f 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - 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 6cd922640b5d..f0a182d3c53c 100644 ---- third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build -+++ third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build + Library("frame_dumping_decoder_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 11be038704fa..bea4589911ab 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,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -88130,7 +89107,7 @@ index 6cd922640b5d..f0a182d3c53c 100644 FINAL_LIBRARY = "webrtc" -@@ -41,174 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -88150,7 +89127,6 @@ index 6cd922640b5d..f0a182d3c53c 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "GLESv2", - "log" - ] - @@ -88180,7 +89156,6 @@ index 6cd922640b5d..f0a182d3c53c 100644 - DEFINES["__STDC_FORMAT_MACROS"] = True - - OS_LIBS += [ -- "dl", - "rt" - ] - @@ -88306,11 +89281,11 @@ index 6cd922640b5d..f0a182d3c53c 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("frame_dumping_decoder_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 11be038704fa..bea4589911ab 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 + 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 e2984f7fb465..52fa4195adf5 100644 +--- third_party/libwebrtc/video/unique_timestamp_counter_gn/moz.build ++++ third_party/libwebrtc/video/unique_timestamp_counter_gn/moz.build @@ -12,10 +12,20 @@ AllowCompilerWarnings() DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True @@ -88332,7 +89307,7 @@ index 11be038704fa..bea4589911ab 100644 FINAL_LIBRARY = "webrtc" -@@ -41,172 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -41,157 +51,15 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -88351,10 +89326,6 @@ index 11be038704fa..bea4589911ab 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "log" -- ] -- -if CONFIG["OS_TARGET"] == "Darwin": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -88380,10 +89351,6 @@ index 11be038704fa..bea4589911ab 100644 - DEFINES["__STDC_CONSTANT_MACROS"] = True - DEFINES["__STDC_FORMAT_MACROS"] = True - -- OS_LIBS += [ -- "rt" -- ] -- -if CONFIG["OS_TARGET"] == "OpenBSD": - - DEFINES["USE_GLIB"] = "1" @@ -88424,13 +89391,6 @@ index 11be038704fa..bea4589911ab 100644 - DEFINES["_WIN32_WINNT"] = "0x0A00" - DEFINES["_WINDOWS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["CPU_ARCH"] == "aarch64": @@ -88506,7 +89466,7 @@ index 11be038704fa..bea4589911ab 100644 - DEFINES["WEBRTC_ENABLE_AVX2"] = True - DEFINES["_GNU_SOURCE"] = True - - Library("task_queue_frame_decode_scheduler_gn") + Library("unique_timestamp_counter_gn") diff --git third_party/libwebrtc/video/video_gn/moz.build third_party/libwebrtc/video/video_gn/moz.build index bc06006cbea4..37fe8c168d75 100644 --- third_party/libwebrtc/video/video_gn/moz.build diff --git a/www/gallery-dl/Makefile b/www/gallery-dl/Makefile index 346fd9429240..048c2c8d1164 100644 --- a/www/gallery-dl/Makefile +++ b/www/gallery-dl/Makefile @@ -1,6 +1,6 @@ PORTNAME= gallery-dl DISTVERSIONPREFIX= v -DISTVERSION= 1.24.2 +DISTVERSION= 1.24.3 CATEGORIES= www # Implicit approval to commit trivial version updates. diff --git a/www/gallery-dl/distinfo b/www/gallery-dl/distinfo index ef717f089625..a9b51ef26cee 100644 --- a/www/gallery-dl/distinfo +++ b/www/gallery-dl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671370863 -SHA256 (mikf-gallery-dl-v1.24.2_GH0.tar.gz) = e0d760359393c0750bd0b918db73dea3edbb99f3021e116f547a76018af8e946 -SIZE (mikf-gallery-dl-v1.24.2_GH0.tar.gz) = 509230 +TIMESTAMP = 1673398715 +SHA256 (mikf-gallery-dl-v1.24.3_GH0.tar.gz) = 32dd1ebbab78b3a8abdd20e91373f8ff3c41adfa5d9af08825743ed57290e476 +SIZE (mikf-gallery-dl-v1.24.3_GH0.tar.gz) = 518417 diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index ee8c69aea14b..3de71aa61930 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,6 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2023.01.02.00 +DISTVERSION= 2023.01.09.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/proxygen/distinfo b/www/proxygen/distinfo index 7c428377f66e..2c1b4a217072 100644 --- a/www/proxygen/distinfo +++ b/www/proxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672685887 -SHA256 (facebook-proxygen-v2023.01.02.00_GH0.tar.gz) = ca5f528368339f967bf3a8c677810fa39482aa0049b6efbf0f635e8936f11e31 -SIZE (facebook-proxygen-v2023.01.02.00_GH0.tar.gz) = 1092304 +TIMESTAMP = 1673298699 +SHA256 (facebook-proxygen-v2023.01.09.00_GH0.tar.gz) = a10e83c6a29bbcf164f0502030665902689b5571f25298f77fffb519204179c1 +SIZE (facebook-proxygen-v2023.01.09.00_GH0.tar.gz) = 1092881 diff --git a/www/rubygem-rack/Makefile b/www/rubygem-rack/Makefile index ae5e5d03530d..8248f1a2e662 100644 --- a/www/rubygem-rack/Makefile +++ b/www/rubygem-rack/Makefile @@ -1,5 +1,5 @@ PORTNAME= rack -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 PORTEPOCH= 3 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-rack/distinfo b/www/rubygem-rack/distinfo index 6b2ea9685e10..cce7d288d913 100644 --- a/www/rubygem-rack/distinfo +++ b/www/rubygem-rack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670498789 -SHA256 (rubygem/rack-3.0.2.gem) = 7313e1a28e8301e08f86de3ee0c82d9e3e1602586683007fdd018abe5e818420 -SIZE (rubygem/rack-3.0.2.gem) = 107520 +TIMESTAMP = 1672095696 +SHA256 (rubygem/rack-3.0.3.gem) = 3a3b430e04eb9c5eb1e93502ce80e1c534eb20586eca8d2fbfb1b99960aad300 +SIZE (rubygem/rack-3.0.3.gem) = 107520 diff --git a/www/rubygem-rack22/Makefile b/www/rubygem-rack22/Makefile index 76e54ccd6f95..9e9f623b0dbe 100644 --- a/www/rubygem-rack22/Makefile +++ b/www/rubygem-rack22/Makefile @@ -1,5 +1,5 @@ PORTNAME= rack -PORTVERSION= 2.2.4 +PORTVERSION= 2.2.5 PORTEPOCH= 3 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-rack22/distinfo b/www/rubygem-rack22/distinfo index cff443608b88..492426a54ddf 100644 --- a/www/rubygem-rack22/distinfo +++ b/www/rubygem-rack22/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657292558 -SHA256 (rubygem/rack-2.2.4.gem) = ea2232b638cbd919129c8c8ad8012ecaccc09f848152a7e705d2139d0137ac2b -SIZE (rubygem/rack-2.2.4.gem) = 151552 +TIMESTAMP = 1672096265 +SHA256 (rubygem/rack-2.2.5.gem) = 724426d0d1dd60f35247024413af93f8e1071c7cfe2c012e59503e5bd7f4b293 +SIZE (rubygem/rack-2.2.5.gem) = 151552 diff --git a/www/uwebsockets/Makefile b/www/uwebsockets/Makefile index 33937f30ff5e..7b515a3411c1 100644 --- a/www/uwebsockets/Makefile +++ b/www/uwebsockets/Makefile @@ -1,6 +1,6 @@ PORTNAME= uwebsockets DISTVERSIONPREFIX= v -DISTVERSION= 20.34.0 +DISTVERSION= 20.36.0 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/uwebsockets/distinfo b/www/uwebsockets/distinfo index 33d6d84b50e2..ce3b83f28c2b 100644 --- a/www/uwebsockets/distinfo +++ b/www/uwebsockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672253899 -SHA256 (uNetworking-uWebSockets-v20.34.0_GH0.tar.gz) = 6d89b8f0f1e7239e0acd932a7b320dc6950ad99406b2ad327847ca77c8972a7d -SIZE (uNetworking-uWebSockets-v20.34.0_GH0.tar.gz) = 179142 +TIMESTAMP = 1673318194 +SHA256 (uNetworking-uWebSockets-v20.36.0_GH0.tar.gz) = cda266f7ed6abe67ef3cae6e223a580fe5091db9156c1f4123ee328ae21511c9 +SIZE (uNetworking-uWebSockets-v20.36.0_GH0.tar.gz) = 179647 diff --git a/x11-toolkits/kirigami-addons/Makefile b/x11-toolkits/kirigami-addons/Makefile index 4a71fb086a2d..a0a06e8e6ad7 100644 --- a/x11-toolkits/kirigami-addons/Makefile +++ b/x11-toolkits/kirigami-addons/Makefile @@ -1,5 +1,5 @@ PORTNAME= kirigami-addons -DISTVERSION= 0.6.1 +DISTVERSION= 0.6.2 CATEGORIES= x11-toolkits kde MASTER_SITES= KDE/stable/${PORTNAME}/ DIST_SUBDIR= KDE diff --git a/x11-toolkits/kirigami-addons/distinfo b/x11-toolkits/kirigami-addons/distinfo index 025fe8d8c4b2..643b51abcc69 100644 --- a/x11-toolkits/kirigami-addons/distinfo +++ b/x11-toolkits/kirigami-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671455894 -SHA256 (KDE/kirigami-addons-0.6.1.tar.xz) = 2a399afa29ea5ad2c74f5b20e52055aebc43867405596e16b9b1ebe0d000d7d2 -SIZE (KDE/kirigami-addons-0.6.1.tar.xz) = 83396 +TIMESTAMP = 1673287284 +SHA256 (KDE/kirigami-addons-0.6.2.tar.xz) = 828b9b40883946e649c44834ecfff7edaa7015e961beebf6c99151fb478b0dd0 +SIZE (KDE/kirigami-addons-0.6.2.tar.xz) = 83620 diff --git a/x11-wm/cagebreak/Makefile b/x11-wm/cagebreak/Makefile index f6835c8f8a32..ec32d321ba68 100644 --- a/x11-wm/cagebreak/Makefile +++ b/x11-wm/cagebreak/Makefile @@ -1,12 +1,7 @@ PORTNAME= cagebreak -DISTVERSION= 2.0.0 +DISTVERSION= 2.0.1 CATEGORIES= x11-wm wayland -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 3f4a45ee2db1.patch:-p1 # https://github.com/project-repo/cagebreak/pull/37 -PATCHFILES+= eb900383c51f.patch:-p1 # https://github.com/project-repo/cagebreak/pull/37 -PATCHFILES+= 8126a6857fe2.patch:-p1 # https://github.com/project-repo/cagebreak/pull/37 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland tiling compositor inspired by ratpoison WWW= https://github.com/project-repo/cagebreak diff --git a/x11-wm/cagebreak/distinfo b/x11-wm/cagebreak/distinfo index ddfe7a4bc698..51949b1a32bc 100644 --- a/x11-wm/cagebreak/distinfo +++ b/x11-wm/cagebreak/distinfo @@ -1,9 +1,3 @@ -TIMESTAMP = 1673212155 -SHA256 (project-repo-cagebreak-2.0.0_GH0.tar.gz) = 14f1a0286a0ceee9cbe6eb23cd4d351be8110d3a786e9dbf4e942cc0aff7bf4f -SIZE (project-repo-cagebreak-2.0.0_GH0.tar.gz) = 176426 -SHA256 (3f4a45ee2db1.patch) = 923b124306d873b247e765fc24d95cdb735e174d2899f8c38f0372d47c5653cc -SIZE (3f4a45ee2db1.patch) = 1945 -SHA256 (eb900383c51f.patch) = 3161b796d600d44159f2bfa4257a2eaffe64fa6163ddb91327883519dbf3facd -SIZE (eb900383c51f.patch) = 674 -SHA256 (8126a6857fe2.patch) = 9ba0b08e7e8a905111352c0902daf553374af03025b830f7637a379343b9c7bd -SIZE (8126a6857fe2.patch) = 4020 +TIMESTAMP = 1673286499 +SHA256 (project-repo-cagebreak-2.0.1_GH0.tar.gz) = 87f45fe9db511728e80f4b4f081c4b5e3472d95a27713664cee47117efd025de +SIZE (project-repo-cagebreak-2.0.1_GH0.tar.gz) = 179140