README.chromium 634 B

12345678910111213141516171819202122232425
  1. Name: Google Benchmark
  2. Short Name: benchmark
  3. URL: https://github.com/google/benchmark
  4. Version: unknown
  5. License: Apache 2.0
  6. License File: NOT_SHIPPED
  7. Security Critical: no
  8. Description:
  9. A microbenchmark support library.
  10. Google Benchmark is NOT supported for writing benchmarks in Chromium. It is
  11. included to run benchmarks in third-party code that have already been written
  12. against Google Benchmarks.
  13. To include this library in the Chromium checkout, add the following clause to
  14. your .gclient configuration.
  15. "custom_vars": {
  16. "checkout_google_benchmark": True,
  17. }
  18. Local Additions:
  19. * gn file for building in chromium