sources.gni 537 B

1234567891011
  1. # Copyright (c) 2020 The Chromium 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. # List of .proto files used when defining Chromium extensions for typed events.
  5. # New files should be added to this list.
  6. #
  7. # DO NOT EDIT THIS AT THE MOMENT. This file has to be supported in Perfetto
  8. # first in order to be useful.
  9. # TODO(b/181318121): Implement the support in Perfetto and remove the warning.
  10. chrome_track_event_sources = [ "chrome_track_event.proto" ]