diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 10:55:04 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 10:55:04 +0000 |
commit | 878aa82566661246ed8e5b07087342a48e3261ae (patch) | |
tree | 5d7abb882bb3dfd9d2905747e95cc6597e3d096b /android_webview/DEPS | |
parent | 220ea593af400386fb65c45b1dbbaceb037c87a6 (diff) | |
download | chromium_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/DEPS')
-rw-r--r-- | android_webview/DEPS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS new file mode 100644 index 0000000..ea141dc --- /dev/null +++ b/android_webview/DEPS @@ -0,0 +1,10 @@ +# Please add joi@ or erikwright@ as reviewers for any changes to DEPS files +# under android_webview/ as they are keeping track of what needs to become a +# Browser Component. + +# Do not add any includes under chrome/ to this DEPS file. Code that depends on +# chrome/ should go into android_webview/lib/ or be refactored. + +include_rules = [ + "+content/public", +] |