Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
buildconfig.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: Google Benchmark
Short Name: benchmark
URL: https://github.com/google/benchmark
Version: unknown
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no

Description:
A microbenchmark support library.

Google Benchmark is NOT supported for writing benchmarks in Chromium. It is
included to run benchmarks in third-party code that have already been written
against Google Benchmarks.

To include this library in the Chromium checkout, add the following clause to
your .gclient configuration.

"custom_vars": {
"checkout_google_benchmark": True,
}


Local Additions:
* gn file for building in chromium