Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: webkit/glue/DEPS

Issue 12638003: Replace hand-written JNI in fling_animator with generated bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+gpu", 2 "+gpu",
3 "+skia/ext", 3 "+skia/ext",
4 "+skia/include", 4 "+skia/include",
5 "+ui", 5 "+ui",
6 "+webkit/tools/test_shell", # Needed for test shell tests. 6 "+webkit/tools/test_shell", # Needed for test shell tests.
7 7
8 "+jni", # Needed for Android's java-generated bindings
9
8 # This is not actually a directory, but npruntime_util.cc includes a file 10 # This is not actually a directory, but npruntime_util.cc includes a file
9 # from WebKit starting with this path in JSCore mode. 11 # from WebKit starting with this path in JSCore mode.
10 "+bindings/c", 12 "+bindings/c",
11 ] 13 ]
OLDNEW
« no previous file with comments | « content/common/android/common_jni_registrar.cc ('k') | webkit/glue/fling_animator_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698