0

Delete useless trace_event/builtin_categories.cc

As a result of the cleanup in https://crrev.com/1398513, the file only
includes trace_event/builtin_categories.h and contains nothing else.
Delete it.

Change-Id: I696c608f7a42227c8511526728360d4c01950074
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6302609
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Etienne Pierre-Doray <etiennep@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1424808}
This commit is contained in:
Lei Zhang
2025-02-25 14:33:16 -08:00
committed by Chromium LUCI CQ
parent 315c95485c
commit 017fc373a0
2 changed files with 0 additions and 6 deletions

@ -2384,7 +2384,6 @@ component("base") {
if (enable_base_tracing) {
sources += [
"trace_event/auto_open_close_event.h",
"trace_event/builtin_categories.cc",
"trace_event/builtin_categories.h",
"trace_event/heap_profiler.h",
"trace_event/interned_args_helper.cc",

@ -1,5 +0,0 @@
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/trace_event/builtin_categories.h"