Generated files from "codesearch-gen-chromium-linux" build 1143, revision 95bab29803f610d9e3cb14abe4e6e81086dcbc8e
81 files changed
tree: 72ae7c788bb3f5303cb2ac03f63226b8e35cbb19
  1. Debug/
  2. 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.