Remove stray references to crash_service.
Stop bundling it in the installer (FILES.cfg). Remove the references to the crash_service target from the perf builders' targets. (Issue 601762) It's necessary to proceed with the removal of the start_crash_service step on the bots, because putting it back now breaks the GPU bots (Issue 601839). The BUILD.gn removals are proactive, and not actually used yet. BUG=601762, 601839 Review URL: https://codereview.chromium.org/1875613004 Cr-Original-Commit-Position: refs/heads/master@{#386239} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 4cc1754d4ddb33f39dd9fe9cc9518f78bd840091
This commit is contained in:
Родитель
714785a005
Коммит
722b3e00ce
17
all.gyp
17
all.gyp
|
@ -381,7 +381,6 @@
|
|||
}],
|
||||
['OS=="win"', {
|
||||
'dependencies': [
|
||||
'../chrome/chrome.gyp:crash_service',
|
||||
'../chrome/chrome.gyp:installer_util_unittests',
|
||||
'../chrome/chrome.gyp:setup_unittests',
|
||||
# ../chrome/test/mini_installer requires mini_installer.
|
||||
|
@ -590,15 +589,9 @@
|
|||
}],
|
||||
['OS=="win"', {
|
||||
'dependencies': [
|
||||
'../chrome/chrome.gyp:crash_service',
|
||||
'../gpu/gpu.gyp:angle_perftests',
|
||||
],
|
||||
}],
|
||||
['OS=="win" and target_arch=="ia32"', {
|
||||
'dependencies': [
|
||||
'../chrome/chrome.gyp:crash_service_win64',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}, # target_name: chromium_builder_perf
|
||||
{
|
||||
|
@ -628,16 +621,6 @@
|
|||
'../chrome/chrome.gyp:linux_symbols'
|
||||
],
|
||||
}],
|
||||
['OS=="win"', {
|
||||
'dependencies': [
|
||||
'../chrome/chrome.gyp:crash_service',
|
||||
],
|
||||
}],
|
||||
['OS=="win" and target_arch=="ia32"', {
|
||||
'dependencies': [
|
||||
'../chrome/chrome.gyp:crash_service_win64',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}, # target_name: chromium_gpu_builder
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче