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

Unified Diff: build/common.gypi

Issue 259008: Add (yet another) option to allow stripping the chrome binary after dumping s... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « no previous file | build/linux/dump_app_syms » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 27758)
+++ build/common.gypi (working copy)
@@ -42,7 +42,8 @@
# situations. I.e. for Chrome bot.
'linux_chromium_breakpad%': 0,
# And if we want to dump symbols.
- 'linux_chromium_dump_symbols': 0,
+ 'linux_chromium_dump_symbols%': 0,
+ # Also see linux_strip_binary below.
# By default, Linux does not use views. To turn on views in Linux,
# set the variable GYP_DEFINES to "toolkit_views=1", or modify
@@ -147,6 +148,9 @@
# Set this to true to enable SELinux support.
'selinux%': 0,
+ # Strip the binary after dumping symbols.
+ 'linux_strip_binary%': 0,
+
# Set to select the Title Case versions of strings in GRD files.
'use_titlecase_in_grd_files%': 0,
« no previous file with comments | « no previous file | build/linux/dump_app_syms » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698