summaryrefslogtreecommitdiffstats
path: root/webkit/glue/DEPS
diff options
context:
space:
mode:
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-11 23:39:07 +0000
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-11 23:39:07 +0000
commitdc5b118a55f623d89447d3037f03e66bdfbd64fa (patch)
treeaf1cb2441c99e78389544b59717932397bcb5f67 /webkit/glue/DEPS
parent9f0ef66fb8ee64e0dd6499b75a620d55d9f040ab (diff)
downloadchromium_src-dc5b118a55f623d89447d3037f03e66bdfbd64fa.zip
chromium_src-dc5b118a55f623d89447d3037f03e66bdfbd64fa.tar.gz
chromium_src-dc5b118a55f623d89447d3037f03e66bdfbd64fa.tar.bz2
Replace hand-written JNI in fling_animator with generated bindings.
Using generated bindings are safer, and we're trying to remove existing manual bindings. Review URL: https://chromiumcodereview.appspot.com/12638003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/DEPS')
-rw-r--r--webkit/glue/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS
index ceb17b6..9520156 100644
--- a/webkit/glue/DEPS
+++ b/webkit/glue/DEPS
@@ -5,6 +5,8 @@ include_rules = [
"+ui",
"+webkit/tools/test_shell", # Needed for test shell tests.
+ "+jni", # Needed for Android's java-generated bindings
+
# This is not actually a directory, but npruntime_util.cc includes a file
# from WebKit starting with this path in JSCore mode.
"+bindings/c",