blob: f2396c7618f40b446eaf090fb46e5c4d553fe4a2 [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/rust/rust_shared_library.gni")
rust_shared_library("test_rust_shared_library") {
allow_unsafe = true
sources = [ "src/lib.rs" ]
cxx_bindings = [ "src/lib.rs" ]
build_native_rust_unit_tests = true
}