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

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

Powered by Google App Engine
This is Rietveld 408576698