blob: a9ca0e6237a5992fc97f5e6998801030b2dd16ca [file] [log] [blame]
# Copyright 2019 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.
cc_library(
name = "base",
hdrs = [
"compiler_specific.h",
"debug/leak_annotations.h",
"macros.h",
"no_destructor.h",
"optional.h",
"stl_util.h",
"template_util.h",
],
visibility = ["//visibility:public"],
deps = [
"//build:build_config",
"//polyfills",
],
)