From b13f73e498961e56096b42080592034b4c5a1128 Mon Sep 17 00:00:00 2001 From: "cjhopman@chromium.org" Date: Wed, 27 Mar 2013 23:31:27 +0000 Subject: 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 --- android_webview/android_webview_tests.gypi | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'android_webview') 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', -- cgit v1.1