11 lines
339 B
Plaintext
11 lines
339 B
Plaintext
|
# Copyright 2021 the V8 project 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 = "trace_event_common",
|
||
|
hdrs = ["trace_event_common.h"],
|
||
|
include_prefix = "base/trace_event/common",
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|