summaryrefslogtreecommitdiffstats
path: root/android_webview/OWNERS
diff options
context:
space:
mode:
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 10:55:04 +0000
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 10:55:04 +0000
commit878aa82566661246ed8e5b07087342a48e3261ae (patch)
tree5d7abb882bb3dfd9d2905747e95cc6597e3d096b /android_webview/OWNERS
parent220ea593af400386fb65c45b1dbbaceb037c87a6 (diff)
downloadchromium_src-878aa82566661246ed8e5b07087342a48e3261ae.zip
chromium_src-878aa82566661246ed8e5b07087342a48e3261ae.tar.gz
chromium_src-878aa82566661246ed8e5b07087342a48e3261ae.tar.bz2
Build target for Android WebView.
This creates a "libwebview" build target for the JNI code to power the Android WebView. This is unfinished and can't run without additional code that has not yet been upstreamed, but it compiles and links successfully. In its present state the WebViewMainDelegate reuses Chrome implementations of other content client interfaces. This is a temporary state of affairs until necessary refactorings can be performed. Review URL: https://chromiumcodereview.appspot.com/10825155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/OWNERS')
-rw-r--r--android_webview/OWNERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/android_webview/OWNERS b/android_webview/OWNERS
new file mode 100644
index 0000000..8e668f0
--- /dev/null
+++ b/android_webview/OWNERS
@@ -0,0 +1,5 @@
+# The set noparent is temporary until src/OWNERS isn't *.
+set noparent
+joth@chromium.org
+steveblock@chromium.org
+torne@chromium.org