diff options
author | nyquist <nyquist@chromium.org> | 2014-11-13 18:47:20 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-14 02:47:36 +0000 |
commit | 24df63874e16f59da927280b55d55e100da39490 (patch) | |
tree | ccaca0d4a3e052d610d49f7027f8f9d0b0f99d38 /base | |
parent | 61cdd1c91ec8a61f2e11fad32e6f2666558284e4 (diff) | |
download | chromium_src-24df63874e16f59da927280b55d55e100da39490.zip chromium_src-24df63874e16f59da927280b55d55e100da39490.tar.gz chromium_src-24df63874e16f59da927280b55d55e100da39490.tar.bz2 |
Add per-file OWNERS for Android in //base.
This command:
git ls-files -- base/ | grep android | grep -v ^base/test/android/ | grep -v ^base/android/
returns several results for Android-specific files that do not reside in
android subfolders.
This CL adds a per-file OWNERS for files named *android*. The user list
is taken from base/android/OWNERS.
BUG=None
Review URL: https://codereview.chromium.org/725573005
Cr-Commit-Position: refs/heads/master@{#304157}
Diffstat (limited to 'base')
-rw-r--r-- | base/OWNERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/OWNERS b/base/OWNERS index 92844b6..03c20e7 100644 --- a/base/OWNERS +++ b/base/OWNERS @@ -45,3 +45,8 @@ per-file callback_unittest.cc=ajwong@chromium.org per-file callback_unittest.h=ajwong@chromium.org per-file callback_unittest.nc=ajwong@chromium.org per-file security_unittest.cc=jln@chromium.org + +# For Android-specific changes: +per-file *android*=nyquist@chromium.org +per-file *android*=rmcilroy@chromium.org +per-file *android*=yfriedman@chromium.org |