currently, when I run
```
git cl owners --batch --show-all content/browser/media/key_system_support_win.h
```
I see
```
Owners for content/browser/media/key_system_support_win.h:
- elad...@chromium.org
- blun...@chromium.org
- to...@chromium.org
- libe...@chromium.org
- tgui...@chromium.org
- tmath...@chromium.org
- xhw...@chromium.org
- jop...@chromium.org
- eug...@chromium.org
- mfo...@chromium.org
- ol...@chromium.org
- dalec...@chromium.org
- bo...@chromium.org
- arthurs...@chromium.org
- cl...@chromium.org
- ale...@chromium.org
- kin...@chromium.org
- na...@chromium.org
- a...@chromium.org
- cr...@chromium.org
- dgo...@chromium.org
- dtap...@chromium.org
- rak...@chromium.org
```
So looks like everything after the first "cdm" is not being registered.
So I just made this single-file.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Fix OWNERS file parsing for some media OWNERS
This CL splits these comma-separated rules into individual line-by-line
rules across media-related OWNERS files to ensure robust and correct
ownership resolution.
I verified that media/cdm/OWNERS didn't register, as well as the
mirroring_service_host.h didn't allow OWNERS in media/cast/OWNERS who
were not already in media/OWNERS.
Example of it working is in mojo_audio_output*/input* in the
media/mojo/OWNERS file.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |