Files
cdesouza-chromium 0a9855f7f4 [toolchain] Xcode license accept tools (#36672)
This PR adds a python script that can be setup to accept the License for
us, in an approach similar to the one used by Chromium infra's puppet.
2026-05-25 13:46:55 +01:00

11 lines
450 B
Python
Executable File

#!/usr/bin/env python
# Copyright (c) 2020 The Brave Authors. All rights reserved.
# 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 https://mozilla.org/MPL/2.0/.
# Version number and URL for pre-configured rust dependency package
# e.g. rust_deps_mac_0.1.0.gz
DEPS_PACKAGES_URL = "https://brave-build-deps-public.s3.brave.com"