From efdbdb05c0a56ef6c9d23a78e1586bdc733cb504 Mon Sep 17 00:00:00 2001 From: "cjhopman@chromium.org" Date: Thu, 9 Aug 2012 18:08:19 +0000 Subject: Make java.gypi export jar path to input_jars_paths variable Both java.gypi and apk_test.gypi expect the jar path in input_jars_paths. This means that we were specifying the dependence in both 'dependencies' and 'input_jars_paths'. This change makes it so that we don't need that redundancy. Also, make java.gypi use input_jars_paths in its input so that we actually rebuild targets when we should. BUG=136756 Review URL: https://chromiumcodereview.appspot.com/10837143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150850 0039d316-1c4b-4281-b951-d872f2087c98 --- sync/sync.gyp | 1 - 1 file changed, 1 deletion(-) (limited to 'sync') diff --git a/sync/sync.gyp b/sync/sync.gyp index 99356d9..3143b6d 100644 --- a/sync/sync.gyp +++ b/sync/sync.gyp @@ -840,7 +840,6 @@ 'variables': { 'test_suite_name': 'sync_unit_tests', 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit_tests<(SHARED_LIB_SUFFIX)', - 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ], }, 'includes': [ '../build/apk_test.gypi' ], }, -- cgit v1.1