[Reland] Remove no_custom_libcxx and update V8 DEPS.
Rolling v8/build:98bbbff..5698e23
Rolling v8/buildtools:93a751e..3196d83
Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/755a485..fd88dfb Rolling v8/tools/clang:4b58512..e70074d
R=machenbach@chromium.org Change-Id: If3f0ca871fbcf5e46876d2dab00b034dc496f91c Bug: Reviewed-on: https://chromium-review.googlesource.com/775632 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#49437}
This commit is contained in:
parent
60c917313e
commit
31ccd1a645
8
DEPS
8
DEPS
@ -9,7 +9,7 @@ vars = {
|
||||
|
||||
deps = {
|
||||
'v8/build':
|
||||
Var('chromium_url') + '/chromium/src/build.git' + '@' + '98bbbff4731a0b844cb0e77a7afdb955329826b3',
|
||||
Var('chromium_url') + '/chromium/src/build.git' + '@' + '5698e2328ae36ada2784ea67195d8a3731c7a464',
|
||||
'v8/tools/gyp':
|
||||
Var('chromium_url') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'v8/third_party/icu':
|
||||
@ -17,7 +17,7 @@ deps = {
|
||||
'v8/third_party/instrumented_libraries':
|
||||
Var('chromium_url') + '/chromium/src/third_party/instrumented_libraries.git' + '@' + 'e07d437dc8b65ca96ebd3b7d4aa303cd2ec0ec45',
|
||||
'v8/buildtools':
|
||||
Var('chromium_url') + '/chromium/buildtools.git' + '@' + '93a751e41bd93e373548759c6c5453bd95b6f35e',
|
||||
Var('chromium_url') + '/chromium/buildtools.git' + '@' + '3196d83d5c1faac2d34dc68faf899ea936cc8d4f',
|
||||
'v8/base/trace_event/common':
|
||||
Var('chromium_url') + '/chromium/src/base/trace_event/common.git' + '@' + '0e9a47d74970bee1bbfc063c47215406f8918699',
|
||||
'v8/third_party/android_tools': {
|
||||
@ -25,7 +25,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'v8/third_party/catapult': {
|
||||
'url': Var('chromium_url') + '/catapult.git' + '@' + '755a485cfb8a6e9010cdcf106933236aad114832',
|
||||
'url': Var('chromium_url') + '/catapult.git' + '@' + 'fd88dfbfa2217a44f0860dbb718d0c04e6576089',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'v8/third_party/colorama/src': {
|
||||
@ -51,7 +51,7 @@ deps = {
|
||||
'v8/test/test262/harness':
|
||||
Var('chromium_url') + '/external/github.com/test262-utils/test262-harness-py.git' + '@' + '0f2acdd882c84cff43b9d60df7574a1901e2cdcd',
|
||||
'v8/tools/clang':
|
||||
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + '4b585122606d6daecc97b89b69f0f3454afb170a',
|
||||
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + 'e70074db10b27867e6c873adc3ac7e5f9ee0ff6e',
|
||||
'v8/tools/luci-go':
|
||||
Var('chromium_url') + '/chromium/src/tools/luci-go.git' + '@' + '45a8a51fda92e123619a69e7644d9c64a320b0c1',
|
||||
'v8/test/wasm-js':
|
||||
|
@ -375,8 +375,7 @@
|
||||
|
||||
# GN debug configs for arm.
|
||||
'gn_debug_arm': [
|
||||
'gn', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming',
|
||||
'no_custom_libcxx'],
|
||||
'gn', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
|
||||
|
||||
# GN release configs for arm.
|
||||
'gn_release_arm': [
|
||||
@ -676,11 +675,6 @@
|
||||
'gn_args': 'is_clang=false',
|
||||
},
|
||||
|
||||
# TODO(machenbach): Remove when http://crbug.com/738814 is resolved.
|
||||
'no_custom_libcxx': {
|
||||
'gn_args': 'use_custom_libcxx=false',
|
||||
},
|
||||
|
||||
'release': {
|
||||
'gn_args': 'is_debug=false',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user