summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/content.gyp1
-rw-r--r--content/content_jni.gypi1
-rw-r--r--content/content_shell.gypi1
-rw-r--r--content/content_tests.gypi2
4 files changed, 5 insertions, 0 deletions
diff --git a/content/content.gyp b/content/content.gyp
index 9899f92..c7f4569 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -555,6 +555,7 @@
'type': 'none',
'variables': {
'jni_gen_package': 'content',
+ 'jni_generator_ptr_type': 'long',
'input_java_class': 'android/view/MotionEvent.class',
},
'includes': [ '../build/jar_file_jni_generator.gypi' ],
diff --git a/content/content_jni.gypi b/content/content_jni.gypi
index 42699aa..2ad0dd7 100644
--- a/content/content_jni.gypi
+++ b/content/content_jni.gypi
@@ -43,6 +43,7 @@
],
'variables': {
'jni_gen_package': 'content',
+ 'jni_generator_ptr_type': 'long',
},
'includes': [ '../build/jni_generator.gypi' ],
}
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 7a4580e..1deffb8 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -943,6 +943,7 @@
],
'variables': {
'jni_gen_package': 'content/shell',
+ 'jni_generator_ptr_type': 'long',
},
'includes': [ '../build/jni_generator.gypi' ],
},
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index d25f0fe..6be7280 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1616,6 +1616,7 @@
],
'variables': {
'jni_gen_package': 'content/shell',
+ 'jni_generator_ptr_type': 'long',
},
'includes': [ '../build/jni_generator.gypi' ],
},
@@ -1642,6 +1643,7 @@
],
'variables': {
'jni_gen_package': 'content/public/test',
+ 'jni_generator_ptr_type': 'long',
},
'includes': [ '../build/jni_generator.gypi' ],
},