e3d63e962f
Expose third_party/google_benchmark:google_benchmark as a public dep from third_party/google_benchmark:benchmark_main and a v8_libbase dependency to empty_benchmark to expose base/macros.h. Bug: v8:7330 Change-Id: I5205af365da2ac7c35647acff90ed65d831cfa07 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2851888 Commit-Queue: Dan Elphick <delphick@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Auto-Submit: Dan Elphick <delphick@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#74217} |
||
---|---|---|
.. | ||
BUILD.gn | ||
OWNERS | ||
README.v8 |
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. To include this library in the V8 checkout, add the following clause to your .gclient configuration. "custom_vars": { "checkout_google_benchmark": True, } Local Additions: * gn file for building in V8