Generated files from "codesearch-gen-chromium-linux" build 525, revision d6278fe9c587f7af6d7d26ee34cbdfc4b69d0d64
18 files changed
tree: 76fa56648f025afdb8ffdfec77008cf1a93ffbb2
  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.