summaryrefslogtreecommitdiffstats
path: root/testing/android
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-12 14:45:04 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-12 14:45:04 +0000
commit1f17964d8139aeb7dfcf9669380eb406a4fb612a (patch)
treebc5588c4ccf380d2dba6ff727af650444c3f2a38 /testing/android
parenta179d396300ae2b9ba743c9f8b63824de67ec2b1 (diff)
downloadchromium_src-1f17964d8139aeb7dfcf9669380eb406a4fb612a.zip
chromium_src-1f17964d8139aeb7dfcf9669380eb406a4fb612a.tar.gz
chromium_src-1f17964d8139aeb7dfcf9669380eb406a4fb612a.tar.bz2
Android: moves native_test to use long for JNI
BUG=317523 Review URL: https://codereview.chromium.org/70123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/android')
-rw-r--r--testing/android/native_test.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
index 4a3cc4d..bfea40f 100644
--- a/testing/android/native_test.gyp
+++ b/testing/android/native_test.gyp
@@ -37,6 +37,7 @@
],
'variables': {
'jni_gen_package': 'testing',
+ 'jni_generator_ptr_type': 'long',
},
'includes': [ '../../build/jni_generator.gypi' ],
# So generated jni headers can be found by targets that