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

Unified Diff: tools/android/forwarder/forwarder.gyp

Issue 10832295: Remove the dependency on the STRIP env variable for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « tools/android/fake_dns/fake_dns.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/forwarder/forwarder.gyp
diff --git a/tools/android/forwarder/forwarder.gyp b/tools/android/forwarder/forwarder.gyp
index 971230c5a1c6a293600b9db54749af1f6a6d08df..1df518b1bb6c7fd627fb633347b6d43ba44c59ae 100644
--- a/tools/android/forwarder/forwarder.gyp
+++ b/tools/android/forwarder/forwarder.gyp
@@ -16,7 +16,7 @@
'inputs': ['<(PRODUCT_DIR)/forwarder_symbols'],
'outputs': ['<(PRODUCT_DIR)/forwarder'],
'action': [
- '<!(/bin/echo -n $STRIP)',
+ '<(android_strip)',
'--strip-unneeded',
'<@(_inputs)',
'-o',
« no previous file with comments | « tools/android/fake_dns/fake_dns.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698