-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move owners files into config/owners
The separate *_OWNERS files are related and can be grouped together in a folder to make this distinction clear. This will allow us to update the PRESUBMIT script to explicitly mark them as exclusive change directory. Note that the directory is named "owner", as we can't name it "owners" as that is case-insensitive equivalent to "OWNERS", which Windows can't handle in its presubmits. DISABLE_THIRD_PARTY_CHECK=OWNERS update [email protected] Bug: 1187573 Change-Id: Ib94a544c9dc01f788a8b75a5c8111ab52fbc27b8 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2814658 Commit-Queue: Tim van der Lippe <[email protected]> Commit-Queue: Yang Guo <[email protected]> Auto-Submit: Tim van der Lippe <[email protected]> Reviewed-by: Yang Guo <[email protected]>
- Loading branch information
1 parent
2506df7
commit 2e14387
Showing
28 changed files
with
49 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
file://ENG_REVIEW_OWNERS | ||
file://config/owner/ENG_REVIEW_OWNERS | ||
|
||
per-file .*=file://INFRA_OWNERS | ||
per-file AUTHORS=file://COMMON_OWNERS | ||
per-file BUILD.gn=file://INFRA_OWNERS | ||
per-file DEPS=file://INFRA_OWNERS | ||
per-file PRESUBMIT.py=file://INFRA_OWNERS | ||
per-file ARCHITECTURE.md=file://INFRA_OWNERS | ||
per-file README.md=file://COMMON_OWNERS | ||
per-file WATCHLISTS=file://INFRA_OWNERS | ||
per-file all_devtools_files.gni=file://COMMON_OWNERS | ||
per-file all_devtools_modules.gni=file://COMMON_OWNERS | ||
per-file devtools_grd_files.gni=file://COMMON_OWNERS | ||
per-file codereview.settings=file://INFRA_OWNERS | ||
per-file devtools_image_files.gni=file://COMMON_OWNERS | ||
per-file devtools_module_entrypoints.gni=file://COMMON_OWNERS | ||
per-file htaccess=file://INFRA_OWNERS | ||
per-file karma.conf.json=file://INFRA_OWNERS | ||
per-file package-lock.json=file://INFRA_OWNERS | ||
per-file package.json=file://INFRA_OWNERS | ||
per-file tsconfig.base.json=file://INFRA_OWNERS | ||
per-file tsconfig.json=file://INFRA_OWNERS | ||
per-file .*=file://config/owner/INFRA_OWNERS | ||
per-file AUTHORS=file://config/owner/COMMON_OWNERS | ||
per-file BUILD.gn=file://config/owner/INFRA_OWNERS | ||
per-file DEPS=file://config/owner/INFRA_OWNERS | ||
per-file PRESUBMIT.py=file://config/owner/INFRA_OWNERS | ||
per-file ARCHITECTURE.md=file://config/owner/INFRA_OWNERS | ||
per-file README.md=file://config/owner/COMMON_OWNERS | ||
per-file WATCHLISTS=file://config/owner/INFRA_OWNERS | ||
per-file all_devtools_files.gni=file://config/owner/COMMON_OWNERS | ||
per-file all_devtools_modules.gni=file://config/owner/COMMON_OWNERS | ||
per-file devtools_grd_files.gni=file://config/owner/COMMON_OWNERS | ||
per-file codereview.settings=file://config/owner/INFRA_OWNERS | ||
per-file devtools_image_files.gni=file://config/owner/COMMON_OWNERS | ||
per-file devtools_module_entrypoints.gni=file://config/owner/COMMON_OWNERS | ||
per-file htaccess=file://config/owner/INFRA_OWNERS | ||
per-file karma.conf.json=file://config/owner/INFRA_OWNERS | ||
per-file package-lock.json=file://config/owner/INFRA_OWNERS | ||
per-file package.json=file://config/owner/INFRA_OWNERS | ||
per-file tsconfig.base.json=file://config/owner/INFRA_OWNERS | ||
per-file tsconfig.json=file://config/owner/INFRA_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
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 +1 @@ | ||
file://INFRA_OWNERS | ||
file://config/owner/INFRA_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,4 +1,4 @@ | ||
file://ENG_REVIEW_OWNERS | ||
file://config/owner/ENG_REVIEW_OWNERS | ||
|
||
[email protected] | ||
[email protected] | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 +1 @@ | ||
file://COMMON_OWNERS | ||
file://config/owner/COMMON_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 +1 @@ | ||
file://COMMON_OWNERS | ||
file://config/owner/COMMON_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,5 +1,5 @@ | ||
file://INFRA_OWNERS | ||
per-file *_test_runner=file://COMMON_OWNERS | ||
per-file audits*=file://LIGHTHOUSE_OWNERS | ||
file://config/owner/INFRA_OWNERS | ||
per-file *_test_runner=file://config/owner/COMMON_OWNERS | ||
per-file audits*=file://config/owner/LIGHTHOUSE_OWNERS | ||
|
||
[email protected] |
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 +1 @@ | ||
file://COMMON_OWNERS | ||
file://config/owner/COMMON_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 +1 @@ | ||
file://COMMON_OWNERS | ||
file://config/owner/COMMON_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 +1 @@ | ||
file://COMMON_OWNERS | ||
file://config/owner/COMMON_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 +1 @@ | ||
file://COMMON_OWNERS | ||
file://config/owner/COMMON_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 +1 @@ | ||
file://LIGHTHOUSE_OWNERS | ||
file://config/owner/LIGHTHOUSE_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 +1 @@ | ||
file://LIGHTHOUSE_OWNERS | ||
file://config/owner/LIGHTHOUSE_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 +1 @@ | ||
file://COMMON_OWNERS | ||
file://config/owner/COMMON_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,2 +1,2 @@ | ||
file://LIGHTHOUSE_OWNERS | ||
file://INFRA_OWNERS | ||
file://config/owner/LIGHTHOUSE_OWNERS | ||
file://config/owner/INFRA_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 +1 @@ | ||
file://INFRA_OWNERS | ||
file://config/owner/INFRA_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://COMMON_OWNERS | ||
file://config/owner/COMMON_OWNERS | ||
[email protected] | ||
[email protected] |
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,2 +1,2 @@ | ||
file://LIGHTHOUSE_OWNERS | ||
file://INFRA_OWNERS | ||
file://config/owner/LIGHTHOUSE_OWNERS | ||
file://config/owner/INFRA_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://INFRA_OWNERS | ||
file://config/owner/INFRA_OWNERS | ||
|
||
[email protected] |
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 |
---|---|---|
@@ -1 +1 @@ | ||
file://COMMON_OWNERS | ||
file://config/owner/COMMON_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 +1 @@ | ||
file://LIGHTHOUSE_OWNERS | ||
file://config/owner/LIGHTHOUSE_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,2 +1,2 @@ | ||
file://INFRA_OWNERS | ||
file://config/owner/INFRA_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 +1 @@ | ||
file://COMMON_OWNERS | ||
file://config/owner/COMMON_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 +1 @@ | ||
file://COMMON_OWNERS | ||
file://config/owner/COMMON_OWNERS |