diff options
author | mkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-10 14:55:33 +0000 |
---|---|---|
committer | mkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-10 14:55:33 +0000 |
commit | e1f7b2af64d75ebc8d2c3b836f0af4c75dbf7c7d (patch) | |
tree | f7c6446bec2051aecadc941d130d6a477edab3d4 /content | |
parent | 0bf5a200912a6af4459317179b8ce87731e0cfe7 (diff) | |
download | chromium_src-e1f7b2af64d75ebc8d2c3b836f0af4c75dbf7c7d.zip chromium_src-e1f7b2af64d75ebc8d2c3b836f0af4c75dbf7c7d.tar.gz chromium_src-e1f7b2af64d75ebc8d2c3b836f0af4c75dbf7c7d.tar.bz2 |
Add android_webview owners to resource_maps.
Any change to R.java files breaks the android_webview downstream
build, so adding the android_webview folks as owners will at least
give us a heads up that someone is making a change like that.
BUG=None
TEST=None
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/18243006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210843 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/public/android/java/resource_map/OWNERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/content/public/android/java/resource_map/OWNERS b/content/public/android/java/resource_map/OWNERS new file mode 100644 index 0000000..d85278d --- /dev/null +++ b/content/public/android/java/resource_map/OWNERS @@ -0,0 +1,13 @@ +# Changes in this folder are guaranteed to affect the downstream +# android_webview build. Adding one of the folks from the below list to the +# review gives us time to prepare a matching change ahead of time so that our +# downstream build can continue running smoothly. +set noparent + +benm@chromium.org +boliu@chomium.org +joth@chromium.org +mkosiba@chromium.org +mnaganov@chromium.org +primiano@chromium.org +torne@chromium.org |