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

Unified Diff: mojo/mojo.gyp

Issue 131833002: Android: moves mojo to use long for JNI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | mojo/services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndroid.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 40b6bce7c94dde20a3b421356df800a3a2d7f9c1..a31195d61a6660fe23ea9581fb650e9c0750b5c3 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -363,6 +363,7 @@
'type': 'none',
'variables': {
'jni_gen_package': 'mojo',
+ 'jni_generator_ptr_type': 'long',
'input_java_class': 'java/util/HashSet.class',
},
'includes': [ '../build/jar_file_jni_generator.gypi' ],
@@ -378,8 +379,9 @@
'shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java',
],
'variables': {
- 'jni_gen_package': 'mojo'
- },
+ 'jni_gen_package': 'mojo',
+ 'jni_generator_ptr_type': 'long',
+ },
'includes': [ '../build/jni_generator.gypi' ],
},
{
« no previous file with comments | « no previous file | mojo/services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndroid.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698