forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move //third_party/benchmark to //flutter/third_party/benchmark (flut…
…ter#47652) As part of eliminating the Flutter buildroot (flutter/flutter#67373), we are moving all third-party dependencies from //third_party to //flutter/third_party. Once all third-party dependencies have been migrated, tooling and config will be moved and the buildroot will be eliminated altogether. No tests changed because there is no semantic change to this PR. This is simply relocating a dependency.
- Loading branch information
Showing
8 changed files
with
67 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Copyright 2016 The Fuchsia Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
config("benchmark_config") { | ||
visibility = [ ":*" ] | ||
include_dirs = [ "include" ] | ||
} | ||
static_library("benchmark") { | ||
testonly = true | ||
|
||
sources = [ | ||
"//flutter/third_party/benchmark/src/arraysize.h", | ||
"//flutter/third_party/benchmark/src/benchmark.cc", | ||
"//flutter/third_party/benchmark/src/benchmark_api_internal.cc", | ||
"//flutter/third_party/benchmark/src/benchmark_api_internal.h", | ||
"//flutter/third_party/benchmark/src/benchmark_main.cc", | ||
"//flutter/third_party/benchmark/src/benchmark_name.cc", | ||
"//flutter/third_party/benchmark/src/benchmark_register.cc", | ||
"//flutter/third_party/benchmark/src/benchmark_register.h", | ||
"//flutter/third_party/benchmark/src/benchmark_runner.cc", | ||
"//flutter/third_party/benchmark/src/benchmark_runner.h", | ||
"//flutter/third_party/benchmark/src/check.h", | ||
"//flutter/third_party/benchmark/src/colorprint.cc", | ||
"//flutter/third_party/benchmark/src/colorprint.h", | ||
"//flutter/third_party/benchmark/src/commandlineflags.cc", | ||
"//flutter/third_party/benchmark/src/commandlineflags.h", | ||
"//flutter/third_party/benchmark/src/complexity.cc", | ||
"//flutter/third_party/benchmark/src/complexity.h", | ||
"//flutter/third_party/benchmark/src/console_reporter.cc", | ||
"//flutter/third_party/benchmark/src/counter.cc", | ||
"//flutter/third_party/benchmark/src/counter.h", | ||
"//flutter/third_party/benchmark/src/csv_reporter.cc", | ||
"//flutter/third_party/benchmark/src/cycleclock.h", | ||
"//flutter/third_party/benchmark/src/internal_macros.h", | ||
"//flutter/third_party/benchmark/src/json_reporter.cc", | ||
"//flutter/third_party/benchmark/src/log.h", | ||
"//flutter/third_party/benchmark/src/mutex.h", | ||
"//flutter/third_party/benchmark/src/perf_counters.cc", | ||
"//flutter/third_party/benchmark/src/perf_counters.h", | ||
"//flutter/third_party/benchmark/src/re.h", | ||
"//flutter/third_party/benchmark/src/reporter.cc", | ||
"//flutter/third_party/benchmark/src/sleep.cc", | ||
"//flutter/third_party/benchmark/src/sleep.h", | ||
"//flutter/third_party/benchmark/src/statistics.cc", | ||
"//flutter/third_party/benchmark/src/statistics.h", | ||
"//flutter/third_party/benchmark/src/string_util.cc", | ||
"//flutter/third_party/benchmark/src/string_util.h", | ||
"//flutter/third_party/benchmark/src/sysinfo.cc", | ||
"//flutter/third_party/benchmark/src/thread_manager.h", | ||
"//flutter/third_party/benchmark/src/thread_timer.h", | ||
"//flutter/third_party/benchmark/src/timers.cc", | ||
"//flutter/third_party/benchmark/src/timers.h", | ||
] | ||
public_configs = [ ":benchmark_config" ] | ||
defines = [ | ||
"HAVE_STD_REGEX", | ||
"HAVE_THREAD_SAFETY_ATTRIBUTES", | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Signature: 88225600314ebc39278ede6c886440b5 | ||
Signature: 58eabd70bbf9797956ee94d042df857d | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters