OWNERS 793 B

12345678910111213141516171819202122232425262728
  1. # NOTE: Do not use these owners when you're in a subdirectory that has
  2. # OWNERS file. For example:
  3. # - cast
  4. # - midi
  5. # - ozone
  6. # - capture/{content,video}
  7. # Instead prefer the OWNERS in the subdirectory as they will be more familiar,
  8. # and to load balance. Only use OWNERS in this file for these subdirectories
  9. # when doing refactorings and general cleanups.
  10. set noparent
  11. cassew@chromium.org
  12. chcunningham@chromium.org
  13. dalecurtis@chromium.org
  14. eugene@chromium.org
  15. jrummell@chromium.org
  16. liberato@chromium.org
  17. sandersd@chromium.org
  18. tguilbert@chromium.org
  19. tmathmeyer@chromium.org
  20. wolenetz@chromium.org
  21. xhwang@chromium.org
  22. # For Fuchsia-specific changes:
  23. per-file ..._fuchsia*=file://build/fuchsia/OWNERS
  24. # For GpuMemoryBuffer-related changes:
  25. per-file *gpu_memory_buffer*=dcastagna@chromium.org