Add OWNERS file for skia subdirectory Ben and I occasionally make changes in Skia that needs to be rolled out to clients (such as PDFium). Having OWNERS over the skia/BUILD.gn file (et al) would make those changes easier to land. Change-Id: I53c3839664dd8f1bb4f7b9c93b1af9c7107847f5 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/104750 Reviewed-by: Lei Zhang <thestig@chromium.org> Auto-Submit: Kevin Lubick <kjlubick@google.com> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/skia/OWNERS b/skia/OWNERS new file mode 100644 index 0000000..e1922a5 --- /dev/null +++ b/skia/OWNERS
@@ -0,0 +1,2 @@ +kjlubick@google.com +bungeman@google.com \ No newline at end of file