commit | 91d6b1a975877ca7b34051893174ecd7a34fb5c6 | [log] [tgz] |
---|---|---|
author | Weilun Shi <sweilun@chromium.org> | Thu Aug 20 22:53:54 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 20 22:53:54 2020 |
tree | 264797dae0eaeabe01537af782c31867410226d4 | |
parent | 8e7bf78e9bc92725c998ef1a726f7b291d5505c9 [diff] |
Add histograms_index file to record all available histograms xmls This histograms_index file provides a convenient way for a job to know all of the histogram files without having to search for them. As we split up histograms, we need a way to locate all available histograms xmls and thus we need this index file. This cl also adds a PRESUBMIT check to make sure this index file is up-to-date. Bug: 1116807 Change-Id: Ifc55e421092448b5cecaa573f02e651a098428bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359234 Reviewed-by: Steven Holte <holte@chromium.org> Reviewed-by: Brian White <bcwhite@chromium.org> Commit-Queue: Weilun Shi <sweilun@chromium.org> Auto-Submit: Weilun Shi <sweilun@chromium.org> Cr-Commit-Position: refs/heads/master@{#800357}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.