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

Unified Diff: content/content_shell.gypi

Issue 48633002: Only generate breakpad symbols for build artefacts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 2 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 | « components/breakpad/tools/generate_breakpad_symbols.py ('k') | no next file » | 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 85534d01e78f01ad27058b453f5e21f669c027b0..889fbcbe4d2cd3ed6093205d7d3b6a31b4801eca 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -555,7 +555,7 @@
'<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)',
],
'action': ['<(DEPTH)/components/breakpad/tools/generate_breakpad_symbols.py',
- '--dump-syms-dir=<(PRODUCT_DIR)',
+ '--build-dir=<(PRODUCT_DIR)',
'--symbols-dir=<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)',
'--binary=<(PRODUCT_DIR)/content_shell',
'--clear'],
@@ -580,7 +580,7 @@
'<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)',
],
'action': ['<(DEPTH)/components/breakpad/tools/generate_breakpad_symbols.py',
- '--dump-syms-dir=<(PRODUCT_DIR)',
+ '--build-dir=<(PRODUCT_DIR)',
'--symbols-dir=<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)',
'--binary=<(PRODUCT_DIR)/lib/libcontent_shell_content_view.so',
'--clear'],
@@ -605,7 +605,7 @@
'<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)',
],
'action': ['<(DEPTH)/components/breakpad/tools/generate_breakpad_symbols.py',
- '--dump-syms-dir=<(PRODUCT_DIR)',
+ '--build-dir=<(PRODUCT_DIR)',
'--symbols-dir=<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)',
'--binary=<(PRODUCT_DIR)/Content Shell.app/Contents/MacOS/Content Shell',
'--clear'],
« no previous file with comments | « components/breakpad/tools/generate_breakpad_symbols.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698