summaryrefslogtreecommitdiffstats
path: root/android_webview/native/webview_native.gyp
diff options
context:
space:
mode:
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 15:05:04 +0000
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 15:05:04 +0000
commite20a8add827566d797bd3c3c23cc6b5d8d5a1b9d (patch)
tree26865e9fe3ab810e2794ab48e3a7f0696da573c1 /android_webview/native/webview_native.gyp
parent0c89ee8c8f4a68eeac34eebafccb8d57a11525cb (diff)
downloadchromium_src-e20a8add827566d797bd3c3c23cc6b5d8d5a1b9d.zip
chromium_src-e20a8add827566d797bd3c3c23cc6b5d8d5a1b9d.tar.gz
chromium_src-e20a8add827566d797bd3c3c23cc6b5d8d5a1b9d.tar.bz2
Android: factor out use of SDK jar.
Specify the path to the Android SDK main jarfile in a single location so that it can be overridden by the WebView build. BUG= TBR=fischman@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/12524008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/native/webview_native.gyp')
-rw-r--r--android_webview/native/webview_native.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index 11e8ae8..28ef1d8 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -70,7 +70,6 @@
'variables': {
'jni_gen_package': 'android_webview',
'input_java_class': 'java/io/InputStream.class',
- 'input_jar_file': '<(android_sdk)/android.jar',
},
'includes': [ '../../build/jar_file_jni_generator.gypi' ],
},