BUILD.gn (334B)
1 # Copyright 2023 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/rust_executable.gni") 6 7 rust_executable("test_control_flow_guard") { 8 allow_unsafe = true 9 crate_root = "test_control_flow_guard.rs" 10 sources = [ crate_root ] 11 }