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

Unified Diff: build/jni_generator.gypi

Issue 131883002: Android: changes the JNI generator to use long by default. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/jni_generator.gypi
diff --git a/build/jni_generator.gypi b/build/jni_generator.gypi
index 45b3884f82068c614aa933d085fad7178b8faba2..da99331ec522bfc27a3e544c40614bdd025c76ea 100644
--- a/build/jni_generator.gypi
+++ b/build/jni_generator.gypi
@@ -31,7 +31,7 @@
'variables': {
'jni_generator': '<(DEPTH)/base/android/jni_generator/jni_generator.py',
'jni_generator_jarjar_file%': '',
- 'jni_generator_ptr_type%': 'int',
+ 'jni_generator_ptr_type%': 'long',
# A comma separated string of include files.
'jni_generator_includes%': (
'base/android/jni_generator/jni_generator_helper.h'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698