diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 14:45:04 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 14:45:04 +0000 |
commit | 1f17964d8139aeb7dfcf9669380eb406a4fb612a (patch) | |
tree | bc5588c4ccf380d2dba6ff727af650444c3f2a38 /testing/android/native_test.gyp | |
parent | a179d396300ae2b9ba743c9f8b63824de67ec2b1 (diff) | |
download | chromium_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/native_test.gyp')
-rw-r--r-- | testing/android/native_test.gyp | 1 |
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 |