diff options
author | mlamouri <mlamouri@chromium.org> | 2014-09-24 14:07:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-24 21:07:29 +0000 |
commit | ebf1d277800088a1413ecf6e170fc9634dba95d4 (patch) | |
tree | 3f512ae765dc2478ff62b881a068e8582d9d8820 /chrome/OWNERS | |
parent | e2b442be9c01e033aebd119ee49acd9cac83ee34 (diff) | |
download | chromium_src-ebf1d277800088a1413ecf6e170fc9634dba95d4.zip chromium_src-ebf1d277800088a1413ecf6e170fc9634dba95d4.tar.gz chromium_src-ebf1d277800088a1413ecf6e170fc9634dba95d4.tar.bz2 |
Update chrome/OWNERS android rule to match chrome/android/OWNERS.
This is also fixing the chrome/OWNERS android related rules
to apply on chrome_android*.gypi files instead of *android*.
BUG=None
Review URL: https://codereview.chromium.org/604503002
Cr-Commit-Position: refs/heads/master@{#296517}
Diffstat (limited to 'chrome/OWNERS')
-rw-r--r-- | chrome/OWNERS | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chrome/OWNERS b/chrome/OWNERS index c1eafe7..ff7a394 100644 --- a/chrome/OWNERS +++ b/chrome/OWNERS @@ -20,12 +20,13 @@ per-file *.isolate=csharp@chromium.org per-file *.isolate=maruel@chromium.org # Android OWNERS from chrome/android/OWNERS -per-file *android*=aruslan@chromium.org -per-file *android*=bauerb@chromium.org -per-file *android*=dtrainor@chromium.org -per-file *android*=nyquist@chromium.org -per-file *android*=tedchoc@chromium.org -per-file *android*=yfriedman@chromium.org +per-file chrome_android*.gypi=aruslan@chromium.org +per-file chrome_android*.gypi=bauerb@chromium.org +per-file chrome_android*.gypi=dtrainor@chromium.org +per-file chrome_android*.gypi=miguelg@chromium.org +per-file chrome_android*.gypi=nyquist@chromium.org +per-file chrome_android*.gypi=tedchoc@chromium.org +per-file chrome_android*.gypi=yfriedman@chromium.org # Chrome OS OWNERS from chrome/browser/chromeos/OWNERS per-file chrome_browser_chromeos.gypi=achuith@chromium.org |