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

1ee32055ea was reverted in 67de95b8c9.

This reverts commit a8e8e2d5a2
and follow-up a0dc6001df
This commit is contained in:
Nico Weber 2021-11-16 20:06:24 -05:00
parent 34d15eaced
commit bbccf49922
2 changed files with 1 additions and 5 deletions

View File

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

View File

@ -1,9 +1,6 @@
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",
@ -12,7 +9,6 @@ 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",