Fix OWNERS file parsing for some media OWNERS [chromium/src : main]

0 views
Skip to first unread message

Vikram Pasupathy (Gerrit)

unread,
Mar 11, 2026, 1:12:58 AMMar 11
to Chromium LUCI CQ, chromium...@chromium.org, feature-me...@chromium.org
Attention needed from Xiaohan Wang

Vikram Pasupathy added 1 comment

Patchset-level comments
File-level comment, Patchset 1 (Latest):
Vikram Pasupathy . resolved

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.

Open in Gerrit

Related details

Attention is currently required from:
  • Xiaohan Wang
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement is not satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I9062f3259ee90ee487da66b6c7bda22f1fd650e3
Gerrit-Change-Number: 7655313
Gerrit-PatchSet: 1
Gerrit-Owner: Vikram Pasupathy <vpasu...@chromium.org>
Gerrit-Reviewer: Vikram Pasupathy <vpasu...@chromium.org>
Gerrit-Reviewer: Xiaohan Wang <xhw...@chromium.org>
Gerrit-Attention: Xiaohan Wang <xhw...@chromium.org>
Gerrit-Comment-Date: Wed, 11 Mar 2026 05:12:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Xiaohan Wang (Gerrit)

unread,
Mar 11, 2026, 7:04:48 PMMar 11
to Vikram Pasupathy, Chromium LUCI CQ, chromium...@chromium.org, feature-me...@chromium.org
Attention needed from Vikram Pasupathy

Xiaohan Wang voted and added 1 comment

Votes added by Xiaohan Wang

Code-Review+1

1 comment

Patchset-level comments
Xiaohan Wang . resolved

Thanks for the fix!

Open in Gerrit

Related details

Attention is currently required from:
  • Vikram Pasupathy
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I9062f3259ee90ee487da66b6c7bda22f1fd650e3
Gerrit-Change-Number: 7655313
Gerrit-PatchSet: 1
Gerrit-Owner: Vikram Pasupathy <vpasu...@chromium.org>
Gerrit-Reviewer: Vikram Pasupathy <vpasu...@chromium.org>
Gerrit-Reviewer: Xiaohan Wang <xhw...@chromium.org>
Gerrit-Attention: Vikram Pasupathy <vpasu...@chromium.org>
Gerrit-Comment-Date: Wed, 11 Mar 2026 23:04:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Vikram Pasupathy (Gerrit)

unread,
Mar 12, 2026, 12:52:17 AMMar 12
to Chromium LUCI CQ, chromium...@chromium.org, feature-me...@chromium.org

Vikram Pasupathy voted Commit-Queue+2

Commit-Queue+2
Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I9062f3259ee90ee487da66b6c7bda22f1fd650e3
    Gerrit-Change-Number: 7655313
    Gerrit-PatchSet: 2
    Gerrit-Owner: Vikram Pasupathy <vpasu...@chromium.org>
    Gerrit-Reviewer: Vikram Pasupathy <vpasu...@chromium.org>
    Gerrit-Reviewer: Xiaohan Wang <xhw...@chromium.org>
    Gerrit-Comment-Date: Thu, 12 Mar 2026 04:52:08 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    open
    diffy

    Chromium LUCI CQ (Gerrit)

    unread,
    Mar 12, 2026, 12:55:39 AMMar 12
    to Vikram Pasupathy, chromium...@chromium.org, feature-me...@chromium.org

    Chromium LUCI CQ submitted the change

    Unreviewed changes

    1 is the latest approved patch-set.
    No files were changed between the latest approved patch-set and the submitted one.

    Change information

    Commit message:
    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.
    Change-Id: I9062f3259ee90ee487da66b6c7bda22f1fd650e3
    Commit-Queue: Vikram Pasupathy <vpasu...@chromium.org>
    Reviewed-by: Xiaohan Wang <xhw...@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1598213}
    Files:
    • M chrome/browser/media/OWNERS
    • M content/browser/media/OWNERS
    • M media/mojo/services/OWNERS
    Change size: S
    Delta: 3 files changed, 9 insertions(+), 4 deletions(-)
    Branch: refs/heads/main
    Submit Requirements:
    • requirement satisfiedCode-Review: +1 by Xiaohan Wang
    Open in Gerrit
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: merged
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I9062f3259ee90ee487da66b6c7bda22f1fd650e3
    Gerrit-Change-Number: 7655313
    Gerrit-PatchSet: 3
    Gerrit-Owner: Vikram Pasupathy <vpasu...@chromium.org>
    Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
    Gerrit-Reviewer: Vikram Pasupathy <vpasu...@chromium.org>
    Gerrit-Reviewer: Xiaohan Wang <xhw...@chromium.org>
    open
    diffy
    satisfied_requirement
    Reply all
    Reply to author
    Forward
    0 new messages