summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-14 02:40:08 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-14 02:40:08 +0000
commit1ad083fa503786206030dfb56d8ead5c497b46bd (patch)
treef97400e031db0175cead24e616ff2fc221503348
parentdc8f69b66cfb34ef331a9ac058f831cee8f0a6b6 (diff)
downloadchromium_src-1ad083fa503786206030dfb56d8ead5c497b46bd.zip
chromium_src-1ad083fa503786206030dfb56d8ead5c497b46bd.tar.gz
chromium_src-1ad083fa503786206030dfb56d8ead5c497b46bd.tar.bz2
[Android] Setup OWNERS structure for android_webview
Explicitly lock down the lib/ directory approvers, while opening the rest of the tree up to the core team. BUG= Review URL: https://chromiumcodereview.appspot.com/10914276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156723 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--android_webview/OWNERS3
-rw-r--r--android_webview/lib/OWNERS5
2 files changed, 8 insertions, 0 deletions
diff --git a/android_webview/OWNERS b/android_webview/OWNERS
index 8e668f0..a64f112e 100644
--- a/android_webview/OWNERS
+++ b/android_webview/OWNERS
@@ -1,5 +1,8 @@
# The set noparent is temporary until src/OWNERS isn't *.
set noparent
+benm@chromium.org
joth@chromium.org
+mkosiba@chromium.org
+mnaganov@chromium.org
steveblock@chromium.org
torne@chromium.org
diff --git a/android_webview/lib/OWNERS b/android_webview/lib/OWNERS
new file mode 100644
index 0000000..d0ddbe3
--- /dev/null
+++ b/android_webview/lib/OWNERS
@@ -0,0 +1,5 @@
+# Intentionally limiting approvers as this directory hold undesired chrome/
+# layer dependencies.
+set noparent
+joth@chromium.org
+torne@chromium.org