# 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 }