blob: beeac1a9d25acaf9c2ff950c04a5717821aa97d4 [file] [log] [blame]
Victor Vasilievf0c48d22019-08-19 17:14:18 -04001# Copyright 2019 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
Dan Zhang6dafefa2020-06-22 16:17:51 -04004load("//build_config:build_config.bzl", "build_config")
Victor Vasilievf0c48d22019-08-19 17:14:18 -04005
6cc_library(
7 name = "polyfills",
8 hdrs = [
9 "base/base_export.h",
10 "base/component_export.h",
11 "base/debug/alias.h",
12 "base/export_template.h",
13 "base/logging.h",
14 "base/trace_event/memory_usage_estimator.h",
15 ],
Dan Zhangdbf5ad12020-03-23 19:10:32 -040016 copts = build_config.default_copts,
Victor Vasilievf0c48d22019-08-19 17:14:18 -040017 visibility = ["//visibility:public"],
18)