| Index: base/trace_event/BUILD.gn
|
| diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
|
| index 475f738c3da12184a730b9a9646dcdf5dd031a17..9a85be81e57c675f4c73dfa49a90cdc78ce3c7fa 100644
|
| --- a/base/trace_event/BUILD.gn
|
| +++ b/base/trace_event/BUILD.gn
|
| @@ -2,8 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# Should be static library, see documentation on //base:base for discussion.
|
| -static_library("trace_event") {
|
| +source_set("trace_event") {
|
| sources = [
|
| "common/trace_event_common.h",
|
| "heap_profiler_allocation_context.cc",
|
|
|