Reland "[gn build] (manually) port 1ee32055ea (benchmark move)"

This reverts commit bbccf49922.
1ee32055ea relanded in 5dda2efde5.
This commit is contained in:
Nico Weber 2021-12-07 20:50:39 -05:00
parent 4a2c827b17
commit 8720247f60
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,6 @@ executable("ScudoBenchmarks") {
sources = [ "malloc_benchmark.cpp" ]
deps = [
"//compiler-rt/lib/scudo/standalone:sources",
"//llvm/utils/benchmark",
"//third-party/benchmark",
]
}

View File

@ -1,6 +1,9 @@
static_library("benchmark") {
sources = [
"src/benchmark.cc",
"src/benchmark_api_internal.cc",
"src/benchmark_name.cc",
"src/benchmark_runner.cc",
"src/benchmark_register.cc",
"src/colorprint.cc",
"src/commandlineflags.cc",
@ -9,6 +12,7 @@ static_library("benchmark") {
"src/counter.cc",
"src/csv_reporter.cc",
"src/json_reporter.cc",
"src/perf_counters.cc",
"src/reporter.cc",
"src/sleep.cc",
"src/statistics.cc",