diff options
Diffstat (limited to 'chromium/base/trace_event/features.gni')
-rw-r--r-- | chromium/base/trace_event/features.gni | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chromium/base/trace_event/features.gni b/chromium/base/trace_event/features.gni deleted file mode 100644 index 7d6bb2a8509..00000000000 --- a/chromium/base/trace_event/features.gni +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 2020 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# Features used by //base/trace_event and //services/tracing. -declare_args() { - # Switches the TRACE_EVENT instrumentation from base's TraceLog implementation - # to //third_party/perfetto's client library. Not implemented yet, currently a - # no-op to set up trybot infrastructure. - # TODO(eseckler): Implement. - use_perfetto_client_library = false -} |