Commit 9606052b authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[build] Remove remaining gyp builders from MB configs

NOTRY=true
TBR=yangguo@chromium.org

Bug: chromium:772804
Change-Id: I1f72b9710b25edf7d95fa5404bf22bd543fed66b
Reviewed-on: https://chromium-review.googlesource.com/908459Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51177}
parent d24b63ec
...@@ -67,7 +67,6 @@ ...@@ -67,7 +67,6 @@
'V8 Linux64 - debug builder': 'gn_debug_x64', 'V8 Linux64 - debug builder': 'gn_debug_x64',
'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom',
'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal',
'V8 Linux64 - gyp': 'gyp_release_x64',
'V8 Linux64 - verify csa': 'gn_release_x64_verify_csa', 'V8 Linux64 - verify csa': 'gn_release_x64_verify_csa',
# Windows. # Windows.
'V8 Win32 - builder': 'gn_release_x86_minimal_symbols', 'V8 Win32 - builder': 'gn_release_x86_minimal_symbols',
...@@ -210,7 +209,6 @@ ...@@ -210,7 +209,6 @@
'v8_linux64_fyi_rel_ng': 'gn_release_x64_test_features_trybot', 'v8_linux64_fyi_rel_ng': 'gn_release_x64_test_features_trybot',
'v8_linux64_rel_ng': 'gn_release_x64_test_features_trybot', 'v8_linux64_rel_ng': 'gn_release_x64_test_features_trybot',
'v8_linux64_verify_csa_rel_ng': 'gn_release_x64_verify_csa', 'v8_linux64_verify_csa_rel_ng': 'gn_release_x64_verify_csa',
'v8_linux64_gyp_rel_ng': 'gyp_release_x64',
'v8_linux64_asan_rel_ng': 'gn_release_x64_asan_minimal_symbols', 'v8_linux64_asan_rel_ng': 'gn_release_x64_asan_minimal_symbols',
'v8_linux64_msan_rel': 'gn_release_simulate_arm64_msan_minimal_symbols', 'v8_linux64_msan_rel': 'gn_release_simulate_arm64_msan_minimal_symbols',
'v8_linux64_sanitizer_coverage_rel': 'v8_linux64_sanitizer_coverage_rel':
...@@ -539,10 +537,6 @@ ...@@ -539,10 +537,6 @@
'gn_release_mips_no_snap_no_i18n': [ 'gn_release_mips_no_snap_no_i18n': [
'gn', 'release', 'mips', 'crosscompile', 'no_sysroot', 'static', 'gn', 'release', 'mips', 'crosscompile', 'no_sysroot', 'static',
'v8_no_i18n', 'v8_snapshot_none'], 'v8_no_i18n', 'v8_snapshot_none'],
# Gyp release configs for x64.
'gyp_release_x64': [
'gyp', 'release_bot', 'x64', 'no_sysroot', 'swarming'],
}, },
'mixins': { 'mixins': {
...@@ -649,8 +643,6 @@ ...@@ -649,8 +643,6 @@
'gyp_defines': 'use_goma=1', 'gyp_defines': 'use_goma=1',
}, },
'gyp': {'type': 'gyp'},
'hard_float': { 'hard_float': {
'gn_args': 'arm_float_abi="hard"', 'gn_args': 'arm_float_abi="hard"',
'gyp_defines': 'arm_float_abi=hard', 'gyp_defines': 'arm_float_abi=hard',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment