Generated files from "codesearch-gen-chromium-win" build 8715153198017396801, revision 902df0c109a77818ba27fa1fc34f95136b8910a5
124 files changed
tree: cdaf8d0c7956cb68ff9b448d8440b327927eb03d
  1. android-Debug/
  2. chromeos-Debug/
  3. cronet-Debug/
  4. fuchsia-Debug/
  5. ios-Debug/
  6. linux-Debug/
  7. mac-Debug/
  8. webview-Debug/
  9. win-Debug/
  10. 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.