diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /third_party/libwebrtc/build/xcode_binaries.yaml | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libwebrtc/build/xcode_binaries.yaml')
-rw-r--r-- | third_party/libwebrtc/build/xcode_binaries.yaml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/third_party/libwebrtc/build/xcode_binaries.yaml b/third_party/libwebrtc/build/xcode_binaries.yaml new file mode 100644 index 0000000000..779b3ac15f --- /dev/null +++ b/third_party/libwebrtc/build/xcode_binaries.yaml @@ -0,0 +1,57 @@ +# This yaml file is used to package binaries from Xcode.app. +# To use this: +# 1) Move Xcode.app to the same directory as this file, +# and rename Xcode.app to xcode_binaries. Or make a symlink: +# $ rm -rf build/xcode_binaries && \ +# ln -s /Applications/Xcode.app build/xcode_binaries +# 2) Call `cipd create --pkg-def build/xcode_binaries.yaml` +# To deploy the newly created cipd package across the fleet, modify +# mac_toolchain.py to point to the new cipd hash. +# +# Note that runhooks extracts the cipd file to build/mac/xcode_binaries -- your +# build/xcode_binaries you're creating in step 1 above isn't used as part of +# the Chromium build, build/mac_files/xcode_binaries is. So you need to +# `runhooks` after updating the hash in mac_toolchain.py like everyone else to +# get the new bits for your local build. +# +# The ACLs for this package are determined by the directory structure. The +# nomenclature mirrors that of the hermetic toolchain to avoid ACL duplication. +package: infra_internal/ios/xcode/xcode_binaries/mac-amd64 +description: A hermetic deployment of all Xcode binaries used to build Chromium. +root: "xcode_binaries" +data: + - dir: Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ + - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/bison + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bison + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/gm4 + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/gperf + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-nm + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-objdump + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-otool + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-size + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/mig + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool-classic + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/size + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/size-classic + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libcodedirectory.dylib + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libswiftDemangle.dylib + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libtapi.dylib + - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec/migcom + - file: Contents/Developer/usr/bin/atos + - file: Contents/Resources/English.lproj/License.rtf + - file: Contents/Resources/LicenseInfo.plist + - dir: Contents/SharedFrameworks/CoreSymbolicationDT.framework + - dir: Contents/SharedFrameworks/DebugSymbolsDT.framework + - dir: Contents/SharedFrameworks/MallocStackLoggingDT.framework + - dir: Contents/SharedFrameworks/SymbolicationDT.framework + - file: Contents/version.plist +# llvm-size and size are run on swarming, those are symlinked to out of +# isolated tree and produce invdalid symlink if we don't use copy mode here. +install_mode: copy |