diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-11 23:39:07 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-11 23:39:07 +0000 |
commit | dc5b118a55f623d89447d3037f03e66bdfbd64fa (patch) | |
tree | af1cb2441c99e78389544b59717932397bcb5f67 /webkit/glue/DEPS | |
parent | 9f0ef66fb8ee64e0dd6499b75a620d55d9f040ab (diff) | |
download | chromium_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/DEPS | 2 |
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", |