// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #[allow(dead_code)] #[allow(non_snake_case)] #[allow(non_camel_case_types)] #[allow(non_upper_case_globals)] mod bindings { include!(concat!(env!("OUT_DIR"), "/bindings.rs")); } #[cfg(cpp)] pub use bindings::root::*; #[cfg(not(cpp))] pub use bindings::*;