summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-07 22:34:05 +0000
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-07 22:34:05 +0000
commit521cd94a0366d793fc2e1752ed96d5f36d8ba6ac (patch)
treed8629c6237a82e8428cbe5faa3cd32e8eda2ff09 /testing
parentdf2a3057eb2c4a13deabefcad8c5a0c13f78aa67 (diff)
downloadchromium_src-521cd94a0366d793fc2e1752ed96d5f36d8ba6ac.zip
chromium_src-521cd94a0366d793fc2e1752ed96d5f36d8ba6ac.tar.gz
chromium_src-521cd94a0366d793fc2e1752ed96d5f36d8ba6ac.tar.bz2
[Android] Change jni_gen_dir to jni_gen_package for jni_generator.
With the old name it was getting relativized which is undesirable. See bug for more details. BUG=159133 TBR=ben (nobody really cares about this outside of build/ which cjhopman approved) Review URL: https://chromiumcodereview.appspot.com/12558005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186803 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r--testing/android/native_test.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
index ebf0b42..9e50c39 100644
--- a/testing/android/native_test.gyp
+++ b/testing/android/native_test.gyp
@@ -79,7 +79,7 @@
'java/src/org/chromium/native_test/ChromeNativeTestActivity.java'
],
'variables': {
- 'jni_gen_dir': 'testing',
+ 'jni_gen_package': 'testing',
},
'includes': [ '../../build/jni_generator.gypi' ],
# So generated jni headers can be found by targets that