diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 00:59:28 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 00:59:28 +0000 |
commit | 3a770bae864a3938ad22ad9ba0ae1fb92bc1fb28 (patch) | |
tree | 0274d6052bc9b7d5c2b7f586746013d003f7ccfc | |
parent | 359c3e9eae66ca44ec045a567db902344adce2c4 (diff) | |
download | chromium_src-3a770bae864a3938ad22ad9ba0ae1fb92bc1fb28.zip chromium_src-3a770bae864a3938ad22ad9ba0ae1fb92bc1fb28.tar.gz chromium_src-3a770bae864a3938ad22ad9ba0ae1fb92bc1fb28.tar.bz2 |
Add an OWNERS file for src\content by moving the owners that were there for the top level directories within. I've removed them all from the subdirectories. Also removed the "set noparent" in subdirectories and just put one in src/content/OWNERS for now. I also added brettw/darin for src/chrome/OWNERS.
Review URL: https://chromiumcodereview.appspot.com/9695028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126522 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/OWNERS | 7 | ||||
-rw-r--r-- | content/OWNERS (renamed from content/common/OWNERS) | 1 | ||||
-rw-r--r-- | content/browser/OWNERS | 6 | ||||
-rw-r--r-- | content/gpu/OWNERS | 1 | ||||
-rw-r--r-- | content/plugin/OWNERS | 4 | ||||
-rw-r--r-- | content/port/OWNERS | 3 | ||||
-rw-r--r-- | content/ppapi_plugin/OWNERS | 2 | ||||
-rw-r--r-- | content/public/OWNERS | 3 | ||||
-rw-r--r-- | content/renderer/OWNERS | 6 | ||||
-rw-r--r-- | content/utility/OWNERS | 2 | ||||
-rw-r--r-- | content/worker/OWNERS | 2 |
11 files changed, 7 insertions, 30 deletions
diff --git a/chrome/OWNERS b/chrome/OWNERS index 4e2609e..9e421e2 100644 --- a/chrome/OWNERS +++ b/chrome/OWNERS @@ -1,6 +1,11 @@ +# Reviewers: ben@chromium.org -jhawkins@chromium.org +brettw@chromium.org jam@chromium.org +jhawkins@chromium.org sky@chromium.org thakis@chromium.org thestig@chromium.org + +# Just owners: +darin@chromium.org diff --git a/content/common/OWNERS b/content/OWNERS index 8a36716..a8c3ccf 100644 --- a/content/common/OWNERS +++ b/content/OWNERS @@ -1,3 +1,4 @@ +# The set noparent is temporary until src/OWNERS isn't *. set noparent avi@chromium.org ben@chromium.org diff --git a/content/browser/OWNERS b/content/browser/OWNERS index 1ecff42..90b3e80 100644 --- a/content/browser/OWNERS +++ b/content/browser/OWNERS @@ -1,7 +1 @@ -set noparent -avi@chromium.org -ben@chromium.org -brettw@chromium.org -darin@chromium.org -jam@chromium.org sky@chromium.org diff --git a/content/gpu/OWNERS b/content/gpu/OWNERS index 030fdd9..d73ca87 100644 --- a/content/gpu/OWNERS +++ b/content/gpu/OWNERS @@ -1,3 +1,2 @@ -set noparent
apatrick@chromium.org
kbr@chromium.org
diff --git a/content/plugin/OWNERS b/content/plugin/OWNERS index 530f87f..10dfbb7 100644 --- a/content/plugin/OWNERS +++ b/content/plugin/OWNERS @@ -1,7 +1,3 @@ -set noparent ananta@chromium.org -brettw@chromium.org -darin@chromium.org -jam@chromium.org piman@chromium.org stuartmorgan@chromium.org diff --git a/content/port/OWNERS b/content/port/OWNERS index ee361bf..e1e8d2c 100644 --- a/content/port/OWNERS +++ b/content/port/OWNERS @@ -1,6 +1,3 @@ -set noparent -avi@chromium.org -jam@chromium.org joi@chromium.org # Please include jam@ on all reviews that are adding new interfaces. diff --git a/content/ppapi_plugin/OWNERS b/content/ppapi_plugin/OWNERS index 67446c1..50ff9c2 100644 --- a/content/ppapi_plugin/OWNERS +++ b/content/ppapi_plugin/OWNERS @@ -1,3 +1 @@ -set noparent -brettw@chromium.org piman@chromium.org diff --git a/content/public/OWNERS b/content/public/OWNERS index ee361bf..e1e8d2c 100644 --- a/content/public/OWNERS +++ b/content/public/OWNERS @@ -1,6 +1,3 @@ -set noparent -avi@chromium.org -jam@chromium.org joi@chromium.org # Please include jam@ on all reviews that are adding new interfaces. diff --git a/content/renderer/OWNERS b/content/renderer/OWNERS index c743041..c81fa98 100644 --- a/content/renderer/OWNERS +++ b/content/renderer/OWNERS @@ -1,8 +1,2 @@ -set noparent -avi@chromium.org -ben@chromium.org -brettw@chromium.org -darin@chromium.org -jam@chromium.org jamesr@chromium.org piman@chromium.org diff --git a/content/utility/OWNERS b/content/utility/OWNERS index cd528bd..39cb68c 100644 --- a/content/utility/OWNERS +++ b/content/utility/OWNERS @@ -1,3 +1 @@ -set noparent -jam@chromium.org mpcomplete@chromium.org diff --git a/content/worker/OWNERS b/content/worker/OWNERS index 5933f4e..3e63b46 100644 --- a/content/worker/OWNERS +++ b/content/worker/OWNERS @@ -1,3 +1 @@ -set noparent atwilson@chromium.org -jam@chromium.org |