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

Unified Diff: chrome/chrome.gyp

Issue 126015: Extract breakpad symbol files for Linux official builds. (Closed)
Patch Set: shell out to helper script Created 11 years, 6 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
« build/linux/dump_signature.py ('K') | « build/linux/dump_signature.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 38881f154476563e13c9e4bd90c28bb602cd9863..3e19973b2195b9acbd66e558307b555881a6e12a 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2310,6 +2310,25 @@
},
'conditions': [
['OS=="linux"', {
+ 'conditions': [
+ ['branding=="Chrome"', {
+ 'actions': [
+ {
+ 'action_name': 'dump_symbols',
+ 'inputs': [
+ '<(PRODUCT_DIR)/dump_syms',
+ '<(PRODUCT_DIR)/chrome',
+ ],
+ 'outputs': [
+ '<(PRODUCT_DIR)/chrome.breakpad',
+ ],
+ 'action': ['<(DEPTH)/build/linux/dump_app_syms',
+ '<(PRODUCT_DIR)/dump_syms',
+ '<(PRODUCT_DIR)/chrome', '<@(_outputs)'],
+ },
+ ],
+ }],
+ ],
'dependencies': [
# Needed for chrome_dll_main.cc #include of gtk/gtk.h
'../build/linux/system.gyp:gtk',
« build/linux/dump_signature.py ('K') | « build/linux/dump_signature.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698