diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 02:29:03 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 02:29:03 +0000 |
commit | 5c9be264de8645dc217c6d302b29c586d3d08adb (patch) | |
tree | f51176f1d2e672e8166a722c20272d2cf0de4c8d /content/OWNERS | |
parent | a59d125d4be4d031d9d12ee99ddec2235d50816a (diff) | |
download | chromium_src-5c9be264de8645dc217c6d302b29c586d3d08adb.zip chromium_src-5c9be264de8645dc217c6d302b29c586d3d08adb.tar.gz chromium_src-5c9be264de8645dc217c6d302b29c586d3d08adb.tar.bz2 |
Copy the * gypi OWNERS rule from chrome/ to content/
Many directories under content/ have specific OWNERS for that topic area,
but all of the gypi rules live in content/ because of restrictions with gypi
and the component build. It's not a good use of time to find a separate OWNER
for a file addition/removal/rename when a patch already has a topic-appropriate
owner. This copies the *.gypi * OWNERS rule from chrome/OWNERS with the same comment.
Review URL: https://codereview.chromium.org/173833005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252467 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/OWNERS')
-rw-r--r-- | content/OWNERS | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/content/OWNERS b/content/OWNERS index 00ed6cf..a47df4d 100644 --- a/content/OWNERS +++ b/content/OWNERS @@ -6,13 +6,14 @@ jam@chromium.org jochen@chromium.org piman@chromium.org +# per-file rules: +# These are for the common case of adding or renaming files. If you're doing +# structural changes, please get a review from a reviewer in this file. +per-file *.gypi=* + # Mac Sandbox profiles. per-file *.sb=set noparent per-file *.sb=jeremy@chromium.org per-file *.isolate=csharp@chromium.org per-file *.isolate=maruel@chromium.org -per-file content_gpu.gypi=kbr@chromium.org -per-file content_jni.gypi=bulach@chromium.org -per-file content_jni.gypi=yfriedman@chromium.org -per-file content_renderer.gypi=jamesr@chromium.org |