Cleanup: Remove chromium_builder_qa target.
It seems buildbot is not using this target anymore and pyauto is long gone now. See chromium-dev discussion: https://groups.google.com/a/chromium.org/d/topic/chromium-dev/b3R7ItP8R-k/discussion BUG=None R=thakis@chromium.org Review URL: https://codereview.chromium.org/919483004 Cr-Original-Commit-Position: refs/heads/master@{#317282} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: d4f1c6ee81fba9ad6c6dbc4a09558321bbc1d065
This commit is contained in:
Родитель
6b94cd7a12
Коммит
765ba5f9e7
33
all.gyp
33
all.gyp
|
@ -519,7 +519,6 @@
|
|||
'target_name': 'chromium_builder_nacl_win_integration',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'chromium_builder_qa', # needed for pyauto
|
||||
'chromium_builder_tests',
|
||||
],
|
||||
}, # target_name: chromium_builder_nacl_win_integration
|
||||
|
@ -635,43 +634,11 @@
|
|||
}],
|
||||
],
|
||||
}, # target_name: chromium_gpu_debug_builder
|
||||
{
|
||||
'target_name': 'chromium_builder_qa',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'../chrome/chrome.gyp:chrome',
|
||||
# Dependencies of pyauto_functional tests.
|
||||
'../remoting/remoting.gyp:remoting_webapp',
|
||||
],
|
||||
'conditions': [
|
||||
['OS=="mac"', {
|
||||
'dependencies': [
|
||||
'../remoting/remoting.gyp:remoting_me2me_host_archive',
|
||||
],
|
||||
}],
|
||||
['OS=="win"', {
|
||||
'dependencies': [
|
||||
'../chrome/chrome.gyp:crash_service',
|
||||
],
|
||||
}],
|
||||
['OS=="win" and target_arch=="ia32"', {
|
||||
'dependencies': [
|
||||
'../chrome/chrome.gyp:crash_service_win64',
|
||||
],
|
||||
}],
|
||||
['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', {
|
||||
'dependencies': [
|
||||
'../remoting/remoting.gyp:remoting_host_installation',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}, # target_name: chromium_builder_qa
|
||||
{
|
||||
'target_name': 'chromium_builder_perf_av',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'blink_tests', # to run layout tests
|
||||
'chromium_builder_qa', # needed for perf pyauto tests
|
||||
],
|
||||
}, # target_name: chromium_builder_perf_av
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче