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 --- ipc/ipc.gyp | 1 - 1 file changed, 1 deletion(-) (limited to 'ipc') diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp index 3c62aaa..f7af7d99 100644 --- a/ipc/ipc.gyp +++ b/ipc/ipc.gyp @@ -138,7 +138,6 @@ 'variables': { 'test_suite_name': 'ipc_tests', 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_tests<(SHARED_LIB_SUFFIX)', - 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], }, 'includes': [ '../build/apk_test.gypi' ], }], -- cgit v1.1