Generated files from "codesearch-gen-chromium-fuchsia" build 8749791446789515617, revision 2465fb7714f79e5e91912b73efa888d3a9a8bd01
225 files changed
tree: 1f44c12c3aa4d5c9af1eeb4c818ae6cbcc1d0c8d
  1. android-Debug/
  2. chromeos-Debug/
  3. cronet-Debug/
  4. fuchsia-Debug/
  5. ios-Debug/
  6. lacros-Debug/
  7. linux-Debug/
  8. mac-Debug/
  9. webview-Debug/
  10. win-Debug/
  11. README.md
README.md

What's this?

This git repository exists to allow the source files generated during a Chromium build to be indexed by code search.

You do not need to clone this repository, and it is not used in any way during a build.

How does it work?

A Codeserach builder (e.g. codesearch-gen-chromium-linux) regularly does a full build of Chromium, and afterwards pushes all the generated files (from the src/out/{out_dir}/gen directory) into this git repository.

The code search crawler indexes that gitlink repository following all the gitlinks inside, which eventually leads it here and allows it to index the generated code.