forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce sources.gni file with a list of used .proto files
Bug: 181318121 Change-Id: I2c3f9d4ae6069a7c0cd6aba2112a8e44e5c1dd2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2722439 Reviewed-by: Eric Seckler <eseckler@chromium.org> Commit-Queue: Andrew Shulaev <ddrone@google.com> Cr-Commit-Position: refs/heads/master@{#860762}
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright (c) 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. | ||
|
||
# List of .proto files used when defining Chromium extensions for typed events. | ||
# New files should be added to this list. | ||
# | ||
# DO NOT EDIT THIS AT THE MOMENT. This file has to be supported in Perfetto | ||
# first in order to be useful. | ||
# TODO(b/181318121): Implement the support in Perfetto and remove the warning. | ||
chrome_track_event_sources = [ "chrome_track_event.proto" ] |