Commit 2d4506ca authored by David Benjamin's avatar David Benjamin Committed by Chromium LUCI CQ

Build the BoringSSL command-line tool

It contains a benchmarking command that should help confirm the
impact of https://chromium-review.googlesource.com/c/chromium/src/+/2595350.

Change-Id: Id69232190a3b29538162c46568cf12558606fd44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595253
Commit-Queue: David Benjamin <davidben@chromium.org>
Commit-Queue: Adam Langley <agl@chromium.org>
Auto-Submit: David Benjamin <davidben@chromium.org>
Reviewed-by: default avatarAdam Langley <agl@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840764}
parent 02f0d471
...@@ -199,6 +199,24 @@ if (build_with_chromium) { ...@@ -199,6 +199,24 @@ if (build_with_chromium) {
deps += [ "//base/test:test_support" ] deps += [ "//base/test:test_support" ]
} }
if (!is_ios) {
executable("boringssl_tool") {
testonly = true
sources = tool_sources
deps = [
":boringssl",
"//build/win:default_exe_manifest",
]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [
":internal_config",
"//build/config/compiler:no_chromium_code",
]
}
}
config("fuzzer_config") { config("fuzzer_config") {
visibility = [ ":*" ] # Only targets in this file can depend on this. visibility = [ ":*" ] # Only targets in this file can depend on this.
defines = [ defines = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment