e13a744a45
This removes the blanket exclusion for third_party but leaves third_party/icu excluded (which is the same as chrome). Most fixed issues are to do with previously removed header files and missing dependencies. Bug: v8:7330 Change-Id: I7e634e35c0620a1f3db9aba01119921e4f781e3e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2856838 Auto-Submit: Dan Elphick <delphick@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#74295} |
||
---|---|---|
.. | ||
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