[Telemetry] Output stack traces on desktop browsers.
BUG=223572 Review URL: https://chromiumcodereview.appspot.com/22303006 git-svn-id: http://src.chromium.org/svn/trunk/src/build@217755 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
819b1a6f40
Коммит
8e0057cd6d
7
all.gyp
7
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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче