Sign in
gn
/
gn.git
/
270735aad0feec26c61b107c053a84bfcf230f62
/
.
/
src
/
gn
/
starlark
/
crates
/
ffi
/
build.rs
blob: ae666d1fca4a15842ce9f55b8e014e25df2e365a [
file
]
// Copyright 2026 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
include
!(
"../build_helper.rs"
);
fn
main
()
{
require_libs
(&[
"base"
,
"gn_lib"
]);
}