BUILD.trace_event_common 339 B

12345678910
  1. # Copyright 2021 the V8 project 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.
  4. cc_library(
  5. name = "trace_event_common",
  6. hdrs = ["trace_event_common.h"],
  7. include_prefix = "base/trace_event/common",
  8. visibility = ["//visibility:public"],
  9. )