blob: fd225a1c4996771161a8d1d8d0aa9cf97955a295 [file] [log] [blame]
# Copyright 2018 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.
# WARNING: This file is automatically generated.
import("//build_overrides/build.gni")
if (build_with_chromium) {
visibility = [
"//third_party/webrtc/*",
"//third_party/abseil-cpp/*",
]
} else {
visibility = [ "*" ]
}
source_set("int128") {
configs += [ "//third_party/abseil-cpp:absl_default_cflags_cc" ]
public_configs = [ "//third_party/abseil-cpp:absl_include_config" ]
sources = [
"int128.cc",
"int128_have_intrinsic.inc",
"int128_no_intrinsic.inc",
]
public = [
"int128.h",
]
deps = [
"../base:config",
"../base:core_headers",
]
}