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

Unified Diff: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp

Issue 11566017: Use --strip-debug on pnacl_irt_shim archive to reduce size of chrome bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
index 011c2c2adb18a841196e506df7d5705a3cfb3f2d..7c67da4319336b42576bc5f5e69addc1e07c2feb 100644
--- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
+++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
@@ -10,9 +10,6 @@
{
'target_name': 'pnacl_irt_shim',
'type': 'none',
- # TODO(jvoung): should be able to --strip-debug
- # this archive to reduce the size to 25% of what
- # it is now.
'variables': {
'nlib_target': 'libpnacl_irt_shim.a',
'out_newlib_arm': '<(SHARED_INTERMEDIATE_DIR)/tc_pnacl_translate/lib-arm/libpnacl_irt_shim.a',
@@ -28,6 +25,9 @@
'include_dirs': [
'../../../..',
],
+ 'extra_args': [
+ '--strip-debug',
+ ],
'conditions': [
['target_arch=="arm"', {
'compile_flags': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698