tree: 3a37db52b43732bb0f38a190ed5e6d5a59fa439d [path history] [tgz]
  1. android/
  2. args/
  3. chromeos/
  4. cipd/
  5. config/
  6. docs/
  7. fuchsia/
  8. internal/
  9. ios/
  10. linux/
  11. mac/
  12. sanitizers/
  13. toolchain/
  14. util/
  15. win/
  16. apply_locales.py
  17. build-ctags.sh
  18. BUILD.gn
  19. build_config.h
  20. buildflag.h
  21. buildflag_header.gni
  22. check_gn_headers.py
  23. check_gn_headers_unittest.py
  24. check_gn_headers_whitelist.txt
  25. check_return_value.py
  26. ciopfs.sha1
  27. clobber.py
  28. common.croc
  29. compiled_action.gni
  30. compute_build_timestamp.py
  31. copy_test_data_ios.py
  32. cp.py
  33. detect_host_arch.py
  34. dir_exists.py
  35. dotfile_settings.gni
  36. download_nacl_toolchains.py
  37. env_dump.py
  38. extract_from_cab.py
  39. extract_partition.py
  40. find_depot_tools.py
  41. find_isolated_tests.py
  42. fix_gn_headers.py
  43. gdb-add-index
  44. get_landmines.py
  45. gn_helpers.py
  46. gn_helpers_unittest.py
  47. gn_run_binary.py
  48. install-build-deps-android.sh
  49. install-build-deps.sh
  50. install-chroot.sh
  51. landmine_utils.py
  52. landmines.py
  53. locale_tool.py
  54. mac_toolchain.py
  55. nocompile.gni
  56. OWNERS
  57. OWNERS.setnoparent
  58. OWNERS.status
  59. package_mac_toolchain.py
  60. partitioned_shared_library.gni
  61. precompile.cc
  62. precompile.h
  63. print_python_deps.py
  64. protoc_java.py
  65. protoc_java.pydeps
  66. README.md
  67. redirect_stdout.py
  68. rm.py
  69. run_swarming_xcode_install.py
  70. sample_arg_file.gn
  71. sanitize-mac-build-log.sed
  72. sanitize-mac-build-log.sh
  73. sanitize-win-build-log.sed
  74. sanitize-win-build-log.sh
  75. shim_headers.gni
  76. swarming_xcode_install.py
  77. symlink.gni
  78. symlink.py
  79. timestamp.gni
  80. tree_truth.sh
  81. update-linux-sandbox.sh
  82. vs_toolchain.py
  83. whitespace_file.txt
  84. write_build_date_header.py
  85. write_buildflag_header.py
  86. xcode_binaries.yaml
qt-everywhere-src-5.15.1/qtwebengine/src/3rdparty/chromium/build/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