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.
SuperSize: Add support for METADATA.chromium
There is an upcoming migration that will move component information OWNERS -> METADATA.chromium See: https://chromium-review.googlesource.com/c/chromium/src/+/2248340 For the interim, support both. Bug: None Change-Id: Icb03b8b7b69a509f760c3b15a69f2d16eec3801d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269698 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#783012}
- Loading branch information
Showing
3 changed files
with
89 additions
and
64 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
6 changes: 6 additions & 0 deletions
6
tools/binary_size/libsupersize/testdata/mock_source_directory/base/METADATA.chromium
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,6 @@ | ||
monorail { | ||
project: "chromium" | ||
component: "Blink>Internal" | ||
} | ||
team_email: "team@chromium.org" | ||
os: OS_LINUX |
2 changes: 1 addition & 1 deletion
2
tools/binary_size/libsupersize/testdata/mock_source_directory/base/OWNERS
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
file://OWNERS | ||
|
||
# COMPONENT: Blink>Internal | ||
# COMPONENT: ignored |