blob: 9fb0e8515d0b6c480c95a8983c58e62733f60dd3 [file]
# 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.
# Copied from Chromium //third_party/fast_float/BUILD.gn
config("fast_float_config") {
include_dirs = [ "src/include" ]
}
source_set("fast_float") {
public = [ "src/include/fast_float/fast_float.h" ]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
public_configs = [ ":fast_float_config" ]
}