From ca5d31e4592cc50e0d946ade5895099a5ab69040 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Tue, 7 Sep 2021 17:15:59 +0000 Subject: [PATCH] Revert "Add OWNERS to include (and include/private) to enforce API review" This reverts commit be0e255c3e0f62249a1ddd767136d40fa7bf5370. Reason for revert: Android autoroller can't create CLs Original change's description: > Add OWNERS to include (and include/private) to enforce API review > > Change-Id: I3ae83fbdcb4b3b13150df8b6a6461c36cbeaa55e > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/445641 > Reviewed-by: Ravi Mistry > Reviewed-by: Kevin Lubick > Commit-Queue: Brian Osman Change-Id: I368fa6293674d65b45f19c60dd6d47eaf33962b9 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/c/skia/+/446157 Auto-Submit: Brian Osman Commit-Queue: Rubber Stamper Bot-Commit: Rubber Stamper --- include/OWNERS | 11 ----------- include/private/OWNERS | 4 ---- include/third_party/skcms/OWNERS | 2 -- 3 files changed, 17 deletions(-) delete mode 100644 include/OWNERS delete mode 100644 include/private/OWNERS delete mode 100644 include/third_party/skcms/OWNERS diff --git a/include/OWNERS b/include/OWNERS deleted file mode 100644 index 5d80dd9b34..0000000000 --- a/include/OWNERS +++ /dev/null @@ -1,11 +0,0 @@ -set noparent - -# Include one of the following reviewers for CLs that add or change Skia's public API: -brianosman@google.com -bsalomon@google.com -djsollen@google.com -hcm@google.com -reed@google.com - -# Android rolls are merges, so give the roller account OWNERS as well: -android-autoroll@skia-corp.google.com.iam.gserviceaccount.com diff --git a/include/private/OWNERS b/include/private/OWNERS deleted file mode 100644 index 7cf12a2a7f..0000000000 --- a/include/private/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -# include/ has a restricted set of reviewers (to limit changes to public API) -# Files in this directory follow the same rules as the rest of Skia, though: - -file:../../OWNERS diff --git a/include/third_party/skcms/OWNERS b/include/third_party/skcms/OWNERS deleted file mode 100644 index cc36d27e3d..0000000000 --- a/include/third_party/skcms/OWNERS +++ /dev/null @@ -1,2 +0,0 @@ -# The auto-roller directly checks in skcms, so give it ownership as well: -skia-autoroll@skia-public.iam.gserviceaccount.com