diff options
author | mkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-23 19:11:23 +0000 |
---|---|---|
committer | mkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-23 19:11:23 +0000 |
commit | 5d730a3e630bf6adc3f86dcdcf2996099f72c9d1 (patch) | |
tree | b5cf624921f679deda8625efa80111494704b07b /android_webview/DEPS | |
parent | 0700dcd1c6cdeb93d131612155ac77fe454531d2 (diff) | |
download | chromium_src-5d730a3e630bf6adc3f86dcdcf2996099f72c9d1.zip chromium_src-5d730a3e630bf6adc3f86dcdcf2996099f72c9d1.tar.gz chromium_src-5d730a3e630bf6adc3f86dcdcf2996099f72c9d1.tar.bz2 |
Add a test runner for android_webview.
This change adds the necessary build rules for an android_webview
test APK and test runner APK and a trivial test case.
This change also adds a static Java library target to the WebContentsDelegateAndroid component.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10855171
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r-- | android_webview/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS index ed3891d..514d673d 100644 --- a/android_webview/DEPS +++ b/android_webview/DEPS @@ -6,7 +6,11 @@ # chrome/ should go into android_webview/lib/ or be refactored. include_rules = [ + # lib is the top-level target, and must remain a leaf in the dependency tree. + "-android_webview/lib", + "+chrome/android/java/src/org/chromium/chrome/browser/component", "+chrome/browser/component", "+content/public", + "+jni", ] |