Update V8 DEPS.
Rolling v8/build:8528a36..e3f4298
Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/2662d14..1078fdd Rolling v8/third_party/depot_tools:940c282..31f187e
Rolling v8/third_party/googletest/src:fb49e6c..ed2eef6
Rolling v8/third_party/icu:2b2ee71..952ccb9
Rolling v8/tools/clang:656fd11..2ddb2b2
This required porting fuchsia related changes from9c4748c810
over to this CL. TBR=machenbach@chromium.org,tmrts@chromium.org Change-Id: I2b3b81151c3023d67e970170191e6d5078970a7e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1768795 Reviewed-by: Tamer Tas <tmrts@chromium.org> Reviewed-by: Sigurd Schneider <sigurds@chromium.org> Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Tamer Tas <tmrts@chromium.org> Cr-Commit-Position: refs/heads/master@{#63397}
This commit is contained in:
parent
789fb683bc
commit
401e679920
28
DEPS
28
DEPS
@ -3,6 +3,21 @@
|
||||
# all paths in here must match this assumption.
|
||||
|
||||
vars = {
|
||||
# Fetches only the SDK boot images which match at least one of the whitelist
|
||||
# entries in a comma-separated list.
|
||||
#
|
||||
# Only the X64 and ARM64 QEMU images are downloaded by default. Developers
|
||||
# that need to boot on other target architectures or devices can opt to
|
||||
# download more boot images. Example of images include:
|
||||
#
|
||||
# Emulation:
|
||||
# qemu.x64, qemu.arm64
|
||||
# Hardware:
|
||||
# generic.x64, generic.arm64
|
||||
#
|
||||
# Wildcards are supported (e.g. "qemu.*").
|
||||
'checkout_fuchsia_boot_images': "qemu.x64,qemu.arm64",
|
||||
|
||||
'checkout_instrumented_libraries': False,
|
||||
'chromium_url': 'https://chromium.googlesource.com',
|
||||
'android_url': 'https://android.googlesource.com',
|
||||
@ -57,11 +72,11 @@ vars = {
|
||||
|
||||
deps = {
|
||||
'v8/build':
|
||||
Var('chromium_url') + '/chromium/src/build.git' + '@' + '8528a36be4d7e9d379302f6089f8360f6fd57c61',
|
||||
Var('chromium_url') + '/chromium/src/build.git' + '@' + 'e3f429804a0d357c2cb421f87b4ccac75edc65eb',
|
||||
'v8/third_party/depot_tools':
|
||||
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '940c282116e124616efbacbd8dc571f72000fa8d',
|
||||
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '31f187e5c0d7d13d71348dd9bd6a891bf3643ba6',
|
||||
'v8/third_party/icu':
|
||||
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + '2b2ee7158675555acb4d0d0cbb5dff71c00e7c54',
|
||||
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + '952ccb90fb669bb70015cabe64ce415708f125bf',
|
||||
'v8/third_party/instrumented_libraries':
|
||||
Var('chromium_url') + '/chromium/src/third_party/instrumented_libraries.git' + '@' + 'b1c3ca20848c117eb935b02c25d441f03e6fbc5e',
|
||||
'v8/buildtools':
|
||||
@ -153,7 +168,7 @@ deps = {
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
'v8/third_party/catapult': {
|
||||
'url': Var('chromium_url') + '/catapult.git' + '@' + '2662d14861da126abe19301255dc34724158d730',
|
||||
'url': Var('chromium_url') + '/catapult.git' + '@' + '1078fdda6aea72aac670e606809de1bbd77c4744',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'v8/third_party/colorama/src': {
|
||||
@ -165,7 +180,7 @@ deps = {
|
||||
'condition': 'checkout_fuchsia',
|
||||
},
|
||||
'v8/third_party/googletest/src':
|
||||
Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + 'fb49e6c164490a227bbb7cf5223b846c836a0305',
|
||||
Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + 'ed2eef654373c17b96bf5a007bb481a6e96ba629',
|
||||
'v8/third_party/jinja2':
|
||||
Var('chromium_url') + '/chromium/src/third_party/jinja2.git' + '@' + 'b41863e42637544c2941b574c7877d3e1f663e25',
|
||||
'v8/third_party/markupsafe':
|
||||
@ -201,7 +216,7 @@ deps = {
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
'v8/tools/clang':
|
||||
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + '656fd11bb0ba9a54d224f4c75ac5fd5871a2eaeb',
|
||||
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + '2ddb2b2c7cde41ffdbad85a88d6d777d75fcaa59',
|
||||
'v8/tools/luci-go': {
|
||||
'packages': [
|
||||
{
|
||||
@ -451,6 +466,7 @@ hooks = [
|
||||
'action': [
|
||||
'python',
|
||||
'v8/build/fuchsia/update_sdk.py',
|
||||
'--boot-images={checkout_fuchsia_boot_images}',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user