Skip to content

Commit

Permalink
Use single OWNERS file for USB components
Browse files Browse the repository at this point in the history
This change updates the OWNERS files for directories that are part of
the Blink>USB and IO>USB components to point to the OWNERS file found at
//chrome/browser/usb/OWNERS.

Change-Id: I014b5ab66c97e1a1ffbcfa2a217c07b57dcecc2c
Reviewed-on: https://chromium-review.googlesource.com/c/1474510
Commit-Queue: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org>
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Auto-Submit: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org>
Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#632767}
  • Loading branch information
odejesush authored and Commit Bot committed Feb 15, 2019
1 parent 756e0dc commit 9ba1c23
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 18 deletions.
4 changes: 1 addition & 3 deletions chrome/browser/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ per-file chrome_service_worker_browsertest.cc=file://content/browser/service_wor
per-file chrome_site_per_process_browsertest.cc=file://content/OWNERS
per-file chrome_site_per_process_browsertest.cc=kenrb@chromium.org

per-file chrome_webusb_browser_client*=juncai@chromium.org
per-file chrome_webusb_browser_client*=reillyg@chromium.org
per-file chrome_webusb_browser_client*=rockot@google.com
per-file chrome_webusb_browser_client*=file://chrome/browser/usb/OWNERS

per-file exo_parts.*=reveman@chromium.org

Expand Down
4 changes: 4 additions & 0 deletions chrome/browser/resources/usb_internals/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
file://chrome/browser/usb/OWNERS

# COMPONENT: Blink>USB
# TEAM: webusb@chromium.org
5 changes: 5 additions & 0 deletions chrome/browser/ui/webui/usb_internals/OWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
per-file *.mojom=set noparent
per-file *.mojom=file://ipc/SECURITY_OWNERS

file://chrome/browser/usb/OWNERS

# COMPONENT: Blink>USB
# TEAM: webusb@chromium.org
4 changes: 3 additions & 1 deletion chrome/browser/usb/OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
juncai@chromium.org
odejesush@chromium.org
reillyg@chromium.org
rockot@google.com

# COMPONENT: Blink>USB
# COMPONENT: Blink>USB
# TEAM: webusb@chromium.org
4 changes: 2 additions & 2 deletions device/usb/OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pfeldman@chromium.org
reillyg@chromium.org
rockot@google.com
file://chrome/browser/usb/OWNERS

# COMPONENT: IO>USB
# TEAM: device-dev@chromium.org
6 changes: 3 additions & 3 deletions third_party/blink/renderer/modules/webusb/OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
reillyg@chromium.org
rockot@google.com
file://chrome/browser/usb/OWNERS

# COMPONENT: Blink>USB
# COMPONENT: Blink>USB
# TEAM: webusb@chromium.org
4 changes: 3 additions & 1 deletion third_party/blink/web_tests/external/wpt/webusb/OWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
file://chrome/browser/usb/OWNERS

# COMPONENT: Blink>USB
# TEAM: device-dev@chromium.org
# TEAM: webusb@chromium.org
4 changes: 3 additions & 1 deletion third_party/blink/web_tests/http/tests/usb/OWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# TEAM: device-dev@chromium.org
file://chrome/browser/usb/OWNERS

# COMPONENT: Blink>USB
# TEAM: webusb@chromium.org
4 changes: 3 additions & 1 deletion third_party/blink/web_tests/usb/OWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# TEAM: device-dev@chromium.org
file://chrome/browser/usb/OWNERS

# COMPONENT: Blink>USB
# TEAM: webusb@chromium.org
5 changes: 3 additions & 2 deletions third_party/libudev/OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
reillyg@chromium.org
file://chrome/browser/usb/OWNERS
thestig@chromium.org

# COMPONENT: IO>USB
# COMPONENT: IO>USB
# TEAM: device-dev@chromium.org
5 changes: 3 additions & 2 deletions third_party/usb_ids/OWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
reillyg@chromium.org
file://chrome/browser/usb/OWNERS

# COMPONENT: IO>USB
# COMPONENT: IO>USB
# TEAM: device-dev@chromium.org
5 changes: 3 additions & 2 deletions tools/usb_gadget/OWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
reillyg@chromium.org
file://chrome/browser/usb/OWNERS

# COMPONENT: IO>USB
# COMPONENT: IO>USB
# TEAM: device-dev@chromium.org

0 comments on commit 9ba1c23

Please sign in to comment.