summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authortonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-15 07:08:24 +0000
committertonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-15 07:08:24 +0000
commitfc90f297648f785624bf2e96d194d657868794ff (patch)
tree196b8badef02de63cca38e28d7af42586d0532df /build/all.gyp
parent06ac8872e1923ad31b6b7a92f28bccfa77447796 (diff)
downloadchromium_src-fc90f297648f785624bf2e96d194d657868794ff.zip
chromium_src-fc90f297648f785624bf2e96d194d657868794ff.tar.gz
chromium_src-fc90f297648f785624bf2e96d194d657868794ff.tar.bz2
[Telemetry] Output stack traces on desktop browsers.
BUG=223572 Review URL: https://chromiumcodereview.appspot.com/22303006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 6c6aee9..80ed71d 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -344,6 +344,13 @@
'../chrome/chrome.gyp:sync_performance_tests',
'../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
],
+ 'conditions': [
+ ['OS!="ios" and OS!="win"', {
+ 'dependencies': [
+ '../breakpad/breakpad.gyp:minidump_stackwalk',
+ ],
+ }],
+ ],
}, # target_name: chromium_builder_perf
{
'target_name': 'chromium_gpu_builder',