Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/heads/main /. /build
tree: 45d88a89a4cebcc90505076d58420f3c3544688f [path history][tgz]
  1. 3pp_common/
  2. android/
  3. apple/
  4. args/
  5. autoroll/
  6. chromeos/
  7. cipd/
  8. config/
  9. docs/
  10. fuchsia/
  11. gn_ast/
  12. internal/
  13. ios/
  14. linux/
  15. mac/
  16. mcp_servers/
  17. private_code_test/
  18. rust/
  19. sanitizers/
  20. skia_gold_common/
  21. toolchain/
  22. util/
  23. win/
  24. .clang-tidy
  25. .clangd
  26. .git-blame-ignore-revs
  27. .gitignore
  28. .style.yapf
  29. action_helpers.py
  30. action_helpers_unittest.py
  31. add_rts_filters.py
  32. build-ctags.sh
  33. BUILD.gn
  34. build_config.h
  35. buildflag.h
  36. buildflag_header.gni
  37. check_gn_headers.py
  38. check_gn_headers_allowlist.txt
  39. check_gn_headers_unittest.py
  40. check_return_value.py
  41. ciopfs.sha1
  42. clobber.py
  43. clobber_unittest.py
  44. compiled_action.gni
  45. compute_build_timestamp.py
  46. copy_test_data_ios.py
  47. cp.py
  48. DEPS
  49. detect_host_arch.py
  50. DIR_METADATA
  51. dotfile_settings.gni
  52. env_dump.py
  53. extract_from_cab.py
  54. extract_partition.py
  55. find_depot_tools.py
  56. fix_gn_headers.py
  57. gdb-add-index
  58. get_landmines.py
  59. get_symlink_targets.py
  60. gn_editor
  61. gn_helpers.py
  62. gn_helpers_unittest.py
  63. gn_logs.gni
  64. gn_run_binary.py
  65. install-build-deps.py
  66. install-build-deps.sh
  67. install-chroot.sh
  68. landmine_utils.py
  69. landmines.py
  70. locale_tool.py
  71. mac_toolchain.py
  72. metadata.json.in
  73. nocompile.gni
  74. noop.py
  75. OWNERS
  76. OWNERS.setnoparent
  77. OWNERS.status
  78. partitioned_shared_library.gni
  79. precompile.cc
  80. precompile.h
  81. PRESUBMIT.py
  82. PRESUBMIT_test.py
  83. print_python_deps.py
  84. protoc_java.py
  85. protoc_java.pydeps
  86. README.md
  87. redirect_stdout.py
  88. rm.py
  89. sample_arg_file.gn
  90. sanitize-mac-build-log.sed
  91. sanitize-mac-build-log.sh
  92. sanitize-win-build-log.sed
  93. sanitize-win-build-log.sh
  94. shim_headers.gni
  95. symlink.gni
  96. symlink.py
  97. timestamp.gni
  98. tree_truth.sh
  99. update-linux-sandbox.sh
  100. vs_toolchain.py
  101. whitespace_file.txt
  102. write_buildflag_header.py
  103. xcode_binaries.yaml
  104. zip_helpers.py
  105. zip_helpers_unittest.py
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-alonebuild repo by thegsubtreed tool. Note: You can find all directories already available through gsubtreed in thelist 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 allBUILD.gn files.
  • //build/secondary - An overlay forBUILD.gn files. Enables addingBUILD.gn to directories that live in sub-repositories.
  • //build_overrides - Refer to//build_overrides/README.md.

Docs


[8]ページ先頭

©2009-2025 Movatter.jp