diff options
author | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-27 23:31:27 +0000 |
---|---|---|
committer | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-27 23:31:27 +0000 |
commit | b13f73e498961e56096b42080592034b4c5a1128 (patch) | |
tree | 78d22ebce54d00a3fcbea6e13c0fd2a7576d6365 /android_webview | |
parent | e346aef5b64580c0a564d61522c9bfd3b74a6a58 (diff) | |
download | chromium_src-b13f73e498961e56096b42080592034b4c5a1128.zip chromium_src-b13f73e498961e56096b42080592034b4c5a1128.tar.gz chromium_src-b13f73e498961e56096b42080592034b4c5a1128.tar.bz2 |
Predex java libraries
dx supports merging of already dexed jars. This means we
can dex jars as part of the library target and then just
merge them when we build the apk.
BUG=158821
Review URL: https://chromiumcodereview.appspot.com/12913009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/android_webview_tests.gypi | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi index 09ebb89..b8a73af 100644 --- a/android_webview/android_webview_tests.gypi +++ b/android_webview/android_webview_tests.gypi @@ -44,19 +44,7 @@ 'dependencies': [ 'android_webview_apk', ], - 'all_dependent_settings': { - 'variables': { - 'input_jars_paths': ['>(apk_output_jar_path)'], - }, - }, - 'actions': [ - { - 'action_name': 'fake_generate_jar', - 'inputs': [], - 'outputs': ['>(apk_output_jar_path)'], - 'action': [], - }, - ], + 'includes': [ '../build/apk_fake_jar.gypi' ], }, { 'target_name': 'android_webview_test_apk', |