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

Unified Diff: tools/android/fake_dns/fake_dns.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/device_stats_monitor/device_stats_monitor.gyp ('k') | tools/android/forwarder/forwarder.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/fake_dns/fake_dns.gyp
diff --git a/tools/android/fake_dns/fake_dns.gyp b/tools/android/fake_dns/fake_dns.gyp
index 7b685a1603305e45178cdc7323a5212efd2d118a..0edacfadf07fc1a1758b2c1ccc3950b372c1ee69 100644
--- a/tools/android/fake_dns/fake_dns.gyp
+++ b/tools/android/fake_dns/fake_dns.gyp
@@ -16,7 +16,7 @@
'inputs': ['<(PRODUCT_DIR)/fake_dns_symbols'],
'outputs': ['<(PRODUCT_DIR)/fake_dns'],
'action': [
- '<!(/bin/echo -n $STRIP)',
+ '<(android_strip)',
'--strip-unneeded',
'<@(_inputs)',
'-o',
« no previous file with comments | « tools/android/device_stats_monitor/device_stats_monitor.gyp ('k') | tools/android/forwarder/forwarder.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698