Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
chromium-autoroll 5e22a2309a Roll Fuchsia SDK from 0.20200830.3.1 to 0.20200831.0.1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll
Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast
Tbr: cr-fuchsia+bot@chromium.org
Change-Id: I00e6f700c11819bee92cd48b2e48a91306e20730
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2384518
Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#803023}
GitOrigin-RevId: c499b31cde68f006c84fc912e8e5efedc26f79e5
2020-08-31 00:12:26 -07:00
android Revert "Rename wrapper_scripts for generated_script tests in MB." 2020-08-30 17:16:56 -07:00
apple [ios] Add support for building .swift files 2020-08-24 02:11:30 -07:00
args Revert "Reland "Reland "X11 and Ozone: enable use_x11 and use_ozone""" 2020-08-28 17:16:50 -07:00
chromeos
cipd
config Add xvfb logic to all windowed test launcher targets. 2020-08-28 20:32:28 -07:00
docs
fuchsia Roll Fuchsia SDK from 0.20200830.3.1 to 0.20200831.0.1 2020-08-31 00:12:26 -07:00
internal
ios
lacros [lacros] Add documentation for use with xvfb 2020-08-21 12:14:51 -07:00
linux Reland "Roll sysroots" 2020-08-27 18:31:30 -07:00
mac
sanitizers Refactor OS_LINUX preprocessor directive for LaCrOS effort. 2020-08-18 11:19:38 -07:00
skia_gold_common Add Gold CRS arg 2020-08-21 11:32:16 -07:00
toolchain Handle toolchains with/without ..\.. in variables 2020-08-24 22:34:47 -07:00
util Revert "Update TrichromeChrome version code." 2020-08-28 07:36:54 -07:00
win
.gitignore [Fuchsia] Switch to dynamic loading of loosely-coupled target modules. 2020-08-27 15:25:01 -07:00
.style.yapf
BUILD.gn
OWNERS
OWNERS.setnoparent
OWNERS.status
README.md
apply_locales.py
build-ctags.sh
build_config.h Refactor OS_LINUX preprocessor directive for LaCrOS effort. 2020-08-23 16:58:55 -07:00
buildflag.h
buildflag_header.gni
check_gn_headers.py
check_gn_headers_unittest.py
check_gn_headers_whitelist.txt
check_return_value.py
ciopfs.sha1
clobber.py
compiled_action.gni
compute_build_timestamp.py
copy_test_data_ios.py
cp.py
detect_host_arch.py
dir_exists.py
dotfile_settings.gni
download_nacl_toolchains.py
env_dump.py
extract_from_cab.py
extract_partition.py Implement DWARF Fission support in Chrome Android. 2020-08-24 21:43:00 -07:00
find_depot_tools.py
find_isolated_tests.py
fix_gn_headers.py
gdb-add-index
get_landmines.py
get_symlink_targets.py
gn_helpers.py
gn_helpers_unittest.py
gn_logs.gni
gn_run_binary.py
install-build-deps-android.sh
install-build-deps.sh Specify libtinfo5 legacy package for building on Ubuntu 20.04 2020-08-25 23:10:26 -07:00
install-chroot.sh
landmine_utils.py
landmines.py
locale_tool.py
mac_toolchain.py mac/arm64: Update to Xcode 12b6 (12A8189n) 2020-08-25 23:58:48 -07:00
nocompile.gni [build] Add include_dirs option to nocompile_test 2020-08-13 11:33:46 -07:00
noop.py
partitioned_shared_library.gni Implement DWARF Fission support in Chrome Android. 2020-08-24 21:43:00 -07:00
precompile.cc
precompile.h
print_python_deps.py
protoc_java.py
protoc_java.pydeps
redirect_stdout.py
rm.py
run_swarming_xcode_install.py
sample_arg_file.gn
sanitize-mac-build-log.sed
sanitize-mac-build-log.sh
sanitize-win-build-log.sed
sanitize-win-build-log.sh
shim_headers.gni
swarming_xcode_install.py
symlink.gni
symlink.py
timestamp.gni
tree_truth.sh
update-linux-sandbox.sh
vs_toolchain.py
whitespace_file.txt
write_build_date_header.py
write_buildflag_header.py
xcode_binaries.yaml mac: Include atos in hermetic Xcode packages 2020-08-13 11:57:19 -07:00

README.md

About

//build contains:

  • Core GN templates and configuration
  • Core Python build scripts

Since this directory is DEPS'ed in by some other repositories (webrtc, pdfium, v8, etc), it should be kept as self-contained as possible by not referring to files outside of it. Some exceptions exist (//testing, select //third_party subdirectories), but new dependencies tend to break these other projects, and so should be avoided.

Changes to //build should be landed in the Chromium repo. They will then be replicated to the stand-alone build repo by the gsubtreed tool. Note: You can find all directories already available through gsubtreed in the list of all chromium repos.

Contents

  • //build/config - Common templates via .gni files.
  • //build/toolchain - GN toolchain definitions.
  • Other .py files - Some are used by GN/Ninja. Some by gclient hooks, some are just random utilities.

Files referenced by //.gn:

  • //build/BUILDCONFIG.gn - Included by all BUILD.gn files.
  • //build/secondary - An overlay for BUILD.gn files. Enables adding BUILD.gn to directories that live in sub-repositories.
  • //build_overrides - Refer to //build_overrides/README.md.

Docs