summaryrefslogtreecommitdiffstats
path: root/components/web_contents_delegate_android.gypi
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 /components/web_contents_delegate_android.gypi
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 'components/web_contents_delegate_android.gypi')
-rw-r--r--components/web_contents_delegate_android.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/web_contents_delegate_android.gypi b/components/web_contents_delegate_android.gypi
index 179b1a6..0a8b845 100644
--- a/components/web_contents_delegate_android.gypi
+++ b/components/web_contents_delegate_android.gypi
@@ -54,7 +54,7 @@
'web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/WebContentsDelegateAndroid.java',
],
'variables': {
- 'jni_gen_dir': 'web_contents_delegate_android',
+ 'jni_gen_package': 'web_contents_delegate_android',
},
'includes': [ '../build/jni_generator.gypi' ],
},