blob: fda222f95e066bdf3aaa44a92abcf3ae1f4f5380 [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# 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",
]
pkg_deps = [
"libbrillo",
"libchrome",
]
}