blob: b86f6963d86dea8357a5fc98f888dade772956b9 [file] [log] [blame] [edit]
# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//common-mk/pkg_config.gni")
group("all") {
deps = [ ":document_scanner_perf_test" ]
}
executable("document_scanner_perf_test") {
sources = [ "document_scanner_perf_test.cc" ]
configs += [
"//camera/build:cros_camera_common",
"//common-mk:test",
]
install_path = "bin"
pkg_deps = [
"libbrillo",
"libchrome",
]
}