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

Unified Diff: build/all.gyp

Issue 22303006: [Telemetry] Output stack traces on desktop browsers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't compile minidump_stackwalk on win and ios 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 | tools/telemetry/telemetry/core/chrome/desktop_browser_backend.py » ('j') | 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 d90b5a5795c2a4f519e03f802ea2b2cef9ac30cb..c539fd58ae1a91c5a9ec25a22dbe36a6360426cb 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -343,6 +343,13 @@
'../chrome/chrome.gyp:performance_ui_tests',
'../chrome/chrome.gyp:sync_performance_tests',
],
+ 'conditions': [
+ ['OS!="ios" and OS!="win"', {
+ 'dependencies': [
+ '../breakpad/breakpad.gyp:minidump_stackwalk',
+ ],
+ }],
+ ],
}, # target_name: chromium_builder_perf
{
'target_name': 'chromium_gpu_builder',
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/chrome/desktop_browser_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698