Victor Vasiliev | f0c48d2 | 2019-08-19 17:14:18 -0400 | [diff] [blame] | 1 | # 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 Zhang | 6dafefa | 2020-06-22 16:17:51 -0400 | [diff] [blame^] | 4 | load("//build_config:build_config.bzl", "build_config") |
Victor Vasiliev | f0c48d2 | 2019-08-19 17:14:18 -0400 | [diff] [blame] | 5 | |
| 6 | cc_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 Zhang | dbf5ad1 | 2020-03-23 19:10:32 -0400 | [diff] [blame] | 16 | copts = build_config.default_copts, |
Victor Vasiliev | f0c48d2 | 2019-08-19 17:14:18 -0400 | [diff] [blame] | 17 | visibility = ["//visibility:public"], |
| 18 | ) |