| OLD | NEW |
| 1 # NOTE: Do not use these owners when you're in a subdirectory that has | 1 # NOTE: Do not use these owners when you're in a subdirectory that has |
| 2 # OWNERS file. For example: | 2 # OWNERS file. For example: |
| 3 # - cast | 3 # - cast |
| 4 # - midi | 4 # - midi |
| 5 # - ozone | 5 # - ozone |
| 6 # - video/capture | 6 # - video/capture |
| 7 # Instead prefer the OWNERS in the subdirectory as they will be more familiar, | 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 | 8 # and to load balance. Only use OWNERS in this file for these subdirectories |
| 9 # when doing refactorings and general cleanups. | 9 # when doing refactorings and general cleanups. |
| 10 | 10 |
| 11 dalecurtis@chromium.org | 11 dalecurtis@chromium.org |
| 12 ddorwin@chromium.org | 12 ddorwin@chromium.org |
| 13 jrummell@chromium.org | 13 jrummell@chromium.org |
| 14 sandersd@chromium.org | 14 sandersd@chromium.org |
| 15 scherkus@chromium.org | 15 scherkus@chromium.org |
| 16 wolenetz@chromium.org | 16 wolenetz@chromium.org |
| 17 xhwang@chromium.org | 17 xhwang@chromium.org |
| 18 | 18 |
| 19 per-file *.isolate=csharp@chromium.org | |
| 20 per-file *.isolate=maruel@chromium.org | 19 per-file *.isolate=maruel@chromium.org |
| 20 per-file *.isolate=tandrii@chromium.org |
| 21 per-file *.isolate=vadimsh@chromium.org |
| OLD | NEW |