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
5cc_library(
6    name = "trace_event_common",
7    hdrs = ["trace_event_common.h"],
8    include_prefix = "base/trace_event/common",
9    visibility = ["//visibility:public"],
10)
11