OWNERS: Split out OWNERS.graphics without `set noparent`

`set noparent` leads to unintended consequences when included by outside
repositories like chromiumos-overlay, so split the members list out to
OWNERS.graphics which does not have `set noparent`.

BUG=b:207630331
TEST=CQ passes

Change-Id: I3982f0a47cc3cf91fb43d36820f2392b4c7292c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/graphics/+/3299420
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Commit-Queue: Allen Webb <allenwebb@google.com>
Tested-by: Allen Webb <allenwebb@google.com>
diff --git a/OWNERS b/OWNERS
index cebe77d..34a8223 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,29 +1,4 @@
 set noparent
 
-andrescj@chromium.org
-anholt@google.com
-basni@chromium.org
-chadversary@chromium.org
-davidriley@chromium.org
-dbehr@chromium.org
-dcastagna@chromium.org
-ddavenport@chromium.org
-frkoenig@chromium.org
-gildekel@chromium.org
-gurchetansingh@chromium.org
-gwink@chromium.org
-hob@chromium.org
-hoegsberg@chromium.org
-ihf@chromium.org
-jbates@chromium.org
-jchinlee@chromium.org
-jkardatzke@chromium.org
-marcheu@chromium.org
-markyacoub@chromium.org
-mcasas@chromium.org
-olv@chromium.org
-pwang@chromium.org
-robdclark@chromium.org
-sashamcintosh@chromium.org
-seanpaul@chromium.org
-tutankhamen@chromium.org
+# Included separately so they can included elsewhere without `set noparent`
+include /OWNERS.graphics
diff --git a/OWNERS.graphics b/OWNERS.graphics
new file mode 100644
index 0000000..464b331
--- /dev/null
+++ b/OWNERS.graphics
@@ -0,0 +1,29 @@
+# OWNERS.graphics is separate from OWNERS so it can included without
+# the `set noparent` option in places like chromiumos-overlay.
+andrescj@chromium.org
+anholt@google.com
+basni@chromium.org
+chadversary@chromium.org
+davidriley@chromium.org
+dbehr@chromium.org
+dcastagna@chromium.org
+ddavenport@chromium.org
+frkoenig@chromium.org
+gildekel@chromium.org
+gurchetansingh@chromium.org
+gwink@chromium.org
+hob@chromium.org
+hoegsberg@chromium.org
+ihf@chromium.org
+jbates@chromium.org
+jchinlee@chromium.org
+jkardatzke@chromium.org
+marcheu@chromium.org
+markyacoub@chromium.org
+mcasas@chromium.org
+olv@chromium.org
+pwang@chromium.org
+robdclark@chromium.org
+sashamcintosh@chromium.org
+seanpaul@chromium.org
+tutankhamen@chromium.org