Generated files from "codesearch-gen-chromium-win" build 4110, revision 0ed788e3a7dc8b7c18c7462c68bc2c0574b495cb
3622 files changed
tree: 92581e1b63761dfd3bf4a57eca6dd17d6211b24b
  1. android-Debug/
  2. chromeos-Debug/
  3. Debug/
  4. win-Debug/
  5. 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 (https://cs.chromium.org).

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

How does it work?

A build slave regularly does a full Linux build of Chromium, and afterwards pushes all the generated files (from the src/out/Debug/gen directory) into this git repository.

Another build slave maintains a git repository containing gitlinks (git submodules) representing the dependencies specified in Chromium's DEPS file. That script also adds a gitlink named “out” pointing to this 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.