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

Unified Diff: content/content_shell.gypi

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 | « build/common.gypi ('k') | testing/android/generate_native_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 2fe401d9193225a839fa3b733fbdf2414b541f26..ec5be71582229c18fb3eb687759ece60f0b0fde6 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -615,7 +615,7 @@
'inputs': ['<(SHARED_LIB_DIR)/libcontent_shell_content_view.so'],
'outputs': ['<(PRODUCT_DIR)/content_shell/libs/<(android_app_abi)/libcontent_shell_content_view.so'],
'action': [
- '<!(/bin/echo -n $STRIP)',
+ '<(android_strip)',
'--strip-unneeded', # All symbols not needed for relocation.
'<@(_inputs)',
'-o',
« no previous file with comments | « build/common.gypi ('k') | testing/android/generate_native_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698