From db4a8df70e3521a6d555723356bdae37f95d7ff6 Mon Sep 17 00:00:00 2001 From: sdefresne Date: Fri, 5 Feb 2016 03:07:50 -0800 Subject: Silence libtool warning when building libcrnet_standalone.a. Port code from tools/gyp/pylib/gyp/mac_tool.py to silence libtool warning to ios/build/packaging/link_dependencies.py. Add dependency on ios/build/packaging/link_dependencies.py for target that invoke it so that they are rebuilt when the script is updated. BUG=None Review URL: https://codereview.chromium.org/1670613002 Cr-Commit-Position: refs/heads/master@{#373784} --- ios/crnet/crnet_pack.gyp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ios/crnet') diff --git a/ios/crnet/crnet_pack.gyp b/ios/crnet/crnet_pack.gyp index 81b2e78b..79d6545 100644 --- a/ios/crnet/crnet_pack.gyp +++ b/ios/crnet/crnet_pack.gyp @@ -48,7 +48,10 @@ }, # Actions need an inputs list, even if it's empty. - 'inputs': [], + 'inputs': [ + '<(tool_path)', + '<(PRODUCT_DIR)/crnet_dummy.app/crnet_dummy', + ], # Only specify one output, since this will be libtool's output. 'outputs': [ '<(PRODUCT_DIR)/libcrnet_standalone.a' ], 'action': ['<(tool_path)', -- cgit v1.1