Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
Ben Pastene 57ee4e3bef chromeos: Run all Tast tests via the host-side tast bin.
*except for coverage tests, since they need special setup.

This removes support for the '--use-host-tast-bin' arg, since we'll
now default to always using.

Bug: 923426
Change-Id: Ifb57f53153c4d4db73e98e98cce1ef9a49548679
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585002
Reviewed-by: John Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#655245}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: d33514e31c554ba8e861ad03ac6dc66d5a325cf2
2019-04-30 16:05:42 +00:00
android [bundles] Add install script and its dependencies to runtime deps 2019-04-30 15:36:28 +00:00
args Disable PipeWire for default headless builds 2019-01-08 22:02:10 +00:00
chromeos chromeos: Run all Tast tests via the host-side tast bin. 2019-04-30 16:05:42 +00:00
cipd
config [bundles] Add install script and its dependencies to runtime deps 2019-04-30 15:36:28 +00:00
docs
fuchsia Roll Fuchsia SDK from 891478702174 to 891475811432 2019-04-30 13:36:00 +00:00
git-hooks
internal
ios
linux
mac Assert when using FORCE_MAC_TOOLCHAIN and target_os=ios. 2019-03-26 17:59:11 +00:00
sanitizers Suppress TSAN races with net::(anonymous namespace)::g_network_change_notifier 2019-04-15 17:29:26 +00:00
toolchain Add partitioned native library generation tooling 2019-04-25 18:26:41 +00:00
util Fix incorrect webview labels in version_codes.txt 2019-04-29 20:44:08 +00:00
win Make a bytestring explicitly raw due to confusing use of invalid escape sequences 2019-03-21 20:20:29 +00:00
.gitignore
BUILD.gn arm64/compiler Remove thinLTO cache clearing. 2019-02-27 16:26:48 +00:00
OWNERS Fix typos, clarify comment 2019-02-20 02:07:05 +00:00
OWNERS.status
README.md Clarify where to land //build changes 2019-01-09 02:56:30 +00:00
apply_locales.py
build-ctags.sh
build_config.h
buildflag.h
buildflag_header.gni Revert "Make BLINK_ANIMATION_USE_TIME_DELTA visible to renderer:blink_pch" 2019-03-13 14:51:32 +00:00
check_gn_headers.py Turn off error return code in check_gn_headers 2019-03-04 21:25:22 +00:00
check_gn_headers_unittest.py
check_gn_headers_whitelist.txt Fix chromeos_export 2019-01-11 19:31:40 +00:00
check_return_value.py
ciopfs.sha1
clobber.py
common.croc
compiled_action.gni
compute_build_timestamp.py Improve Python 3 support in build scripts 2019-03-19 15:04:20 +00:00
copy_test_data_ios.py
cp.py
detect_host_arch.py
dir_exists.py
dotfile_settings.gni
download_nacl_toolchains.py Improve Python 3 support in build scripts 2019-03-19 15:04:20 +00:00
download_translation_unit_tool.py
env_dump.py
extract_from_cab.py
extract_partition.py Add partitioned native library generation tooling 2019-04-25 18:26:41 +00:00
find_depot_tools.py
find_isolated_tests.py
fix_gn_headers.py
gdb-add-index
get_landmines.py Improve Python 3 support in build scripts 2019-03-19 15:04:20 +00:00
gn_helpers.py Improve Python 3 support in build scripts 2019-03-19 15:04:20 +00:00
gn_helpers_unittest.py
gn_run_binary.py
install-build-deps-android.sh Remove support for Artful+add support for Disco+first code for Java 11 2019-04-24 21:40:17 +00:00
install-build-deps.sh Remove support for Artful+add support for Disco+first code for Java 11 2019-04-24 21:40:17 +00:00
install-chroot.sh
landmine_utils.py
landmines.py
locale_tool.py build/locale_tool.py: Fix buggy detection of grd translation elements. 2019-04-18 22:11:28 +00:00
mac_toolchain.py mac: roll to Xcode 9.3.1 aka 10.13 SDK 2019-03-06 18:34:11 +00:00
nocompile.gni Make nocompile tests respect clang_base_path 2019-01-14 13:40:16 +00:00
package_mac_toolchain.py
partitioned_shared_library.gni Add partitioned native library generation tooling 2019-04-25 18:26:41 +00:00
precompile.cc
precompile.h
print_python_deps.py Reland "Allow .pydeps files to detect use of vpython" 2019-03-26 15:08:10 +00:00
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
split_static_library.gni
swarming_xcode_install.py
symlink.gni
symlink.py Add Windows support to build/symlink.py 2019-02-06 22:57:24 +00:00
timestamp.gni Add arg to change script for computing build timestamp 2019-03-26 01:05:23 +00:00
tree_truth.sh
update-linux-sandbox.sh
vs_toolchain.py //build/vs_toolchain.py: Fix SyntaxWarnings about invalid escape sequences 2019-04-28 15:42:21 +00:00
whitespace_file.txt Whitespace test. 2019-02-28 16:58:48 +00:00
win_is_xtree_patched.py Improve Python 3 support in build scripts 2019-03-19 15:04:20 +00:00
write_build_date_header.py
write_buildflag_header.py

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.

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