blob: dc9ecad83bc4dba69e49716e16085aeb61868045 [file] [edit]
# Copyright 2026 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
crubit_src_dir = "//third_party/rust-toolchain/lib/third_party/crubit"
crubit_absl_dep_target = "//third_party/abseil-cpp:absl"
crubit_gn_configs_to_remove = [
"//build/config/compiler:chromium_code",
"//build/config/compiler:disallow_unstable_features",
]
crubit_gn_support_configs_to_add = [
"//build/config/compiler:no_chromium_code",
"//build/rust/crubit:allow_unstable_features_required_by_crubit",
]