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

Unified Diff: content/content.gyp

Issue 10968009: Android: generates JNI bindings for constructors in system classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jam comment Created 8 years, 3 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
« no previous file with comments | « content/common/android/surface_texture_bridge.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 510faeb1ca7503f31d1563a2b99cc15c7e3dc1ad..40eebee345d7b6ea8f66057be96db02479e0ae86 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -298,8 +298,21 @@
'includes': [ '../build/java.gypi' ],
},
{
+ 'target_name': 'surface_texture_jni_headers',
+ 'type': 'none',
+ 'variables': {
+ 'jni_gen_dir': 'content',
+ 'input_java_class': 'android/graphics/SurfaceTexture.class',
+ 'input_jar_file': '<(android_sdk)/android.jar',
+ },
+ 'includes': [ '../build/jar_file_jni_generator.gypi' ],
+ },
+ {
'target_name': 'content_jni_headers',
'type': 'none',
+ 'dependencies': [
+ 'surface_texture_jni_headers',
+ ],
'includes': [ 'content_jni.gypi' ],
},
],
« no previous file with comments | « content/common/android/surface_texture_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698