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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: webkit/glue/DEPS
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS
index ceb17b6d1d4196f383aa6dfd0f96974fd70b6f00..95201565bf80f1724f7d7003022586bb3a72fc61 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",

Powered by Google App Engine
This is Rietveld 408576698