diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 19:19:55 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 19:19:55 +0000 |
commit | 26c5122664ae8da71d0bf06cf7c00e32136bfb97 (patch) | |
tree | 9d121f75ad4f63c6b0dbec06cd8cb227175d0606 /content | |
parent | 542cbb692992cb4b8035375396a6b2231c641fc4 (diff) | |
download | chromium_src-26c5122664ae8da71d0bf06cf7c00e32136bfb97.zip chromium_src-26c5122664ae8da71d0bf06cf7c00e32136bfb97.tar.gz chromium_src-26c5122664ae8da71d0bf06cf7c00e32136bfb97.tar.bz2 |
Add a bunch of owners for subdirs under content.
Review URL: http://codereview.chromium.org/7147020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/in_process_webkit/OWNERS | 3 | ||||
-rw-r--r-- | content/browser/ssl/OWNERS | 1 | ||||
-rw-r--r-- | content/common/appcache/OWNERS | 1 | ||||
-rw-r--r-- | content/common/file_system/OWNERS | 3 | ||||
-rw-r--r-- | content/utility/OWNERS | 3 |
5 files changed, 11 insertions, 0 deletions
diff --git a/content/browser/in_process_webkit/OWNERS b/content/browser/in_process_webkit/OWNERS new file mode 100644 index 0000000..82eda2c --- /dev/null +++ b/content/browser/in_process_webkit/OWNERS @@ -0,0 +1,3 @@ +dgrogan@chromium.org +hans@chromium.org +michaeln@chromium.org diff --git a/content/browser/ssl/OWNERS b/content/browser/ssl/OWNERS new file mode 100644 index 0000000..cf00f71 --- /dev/null +++ b/content/browser/ssl/OWNERS @@ -0,0 +1 @@ +abarth@chromium.org diff --git a/content/common/appcache/OWNERS b/content/common/appcache/OWNERS new file mode 100644 index 0000000..3723f40 --- /dev/null +++ b/content/common/appcache/OWNERS @@ -0,0 +1 @@ +michaeln@chromium.org diff --git a/content/common/file_system/OWNERS b/content/common/file_system/OWNERS new file mode 100644 index 0000000..4b079f8 --- /dev/null +++ b/content/common/file_system/OWNERS @@ -0,0 +1,3 @@ +ericu@chromium.org +kinuko@chromium.org +michaeln@chromium.org diff --git a/content/utility/OWNERS b/content/utility/OWNERS new file mode 100644 index 0000000..cd528bd --- /dev/null +++ b/content/utility/OWNERS @@ -0,0 +1,3 @@ +set noparent +jam@chromium.org +mpcomplete@chromium.org |