BUILD.gn (344B)
1 # Copyright 2021 The Chromium Authors 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 import("//chromium/build/rust/cargo_crate.gni") 6 7 cargo_crate("test_proc_macro_crate") { 8 crate_root = "crate/src/lib.rs" 9 crate_type = "proc-macro" 10 sources = [ "crate/src/lib.rs" ] 11 epoch = "0.2" 12 }