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

Unified Diff: build/all.gyp

Issue 23060042: Make the perf bots dump symbols. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't strip binary Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index e81c9c86a7d8ed9eb900ebbb1c4d8f87b791dfb5..ff45b748417edc60fc8fba51ac753a2cc21badfe 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -350,6 +350,11 @@
'../breakpad/breakpad.gyp:minidump_stackwalk',
],
}],
+ ['OS=="linux"', {
+ 'dependencies': [
+ '../chrome/chrome.gyp:linux_symbols'
+ ],
+ }],
],
}, # target_name: chromium_builder_perf
{
« 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