Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(842)

Unified Diff: ios/crnet/crnet_pack.gyp

Issue 1670613002: Silence libtool warning when building libcrnet_standalone.a. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove libtool_re5 use Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/build/packaging/link_dependencies.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/crnet_pack.gyp
diff --git a/ios/crnet/crnet_pack.gyp b/ios/crnet/crnet_pack.gyp
index 81b2e78bf51c8c1172e433ce238c793748c89655..79d654599e9c7b33864cdd3aff4dc0de3a970781 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)',
« no previous file with comments | « ios/build/packaging/link_dependencies.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698