Commit dff93316 by Jamie Madill Committed by Commit Bot

Add Skia Gold CIPD package to DEPS.

Will be used in restricted trace testing. Bug: angleproject:4090 Bug: b/168049670 Change-Id: I0931a974c665dd8f8cf557c8af3bdc6e2fdc2544 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2431776 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
parent ae24f28a
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
/tools/mb /tools/mb
/tools/md_browser /tools/md_browser
/tools/memory /tools/memory
/tools/skia_goldctl
angle_debug.txt angle_debug.txt
build build
buildtools/ buildtools/
......
...@@ -327,6 +327,39 @@ deps = { ...@@ -327,6 +327,39 @@ deps = {
'url': '{chromium_git}/chromium/src/tools/memory@ee1e2448132431e7519c2a72ff612e079f13a9d6', 'url': '{chromium_git}/chromium/src/tools/memory@ee1e2448132431e7519c2a72ff612e079f13a9d6',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'tools/skia_goldctl/linux': {
'packages': [
{
'package': 'skia/tools/goldctl/linux-amd64',
'version': 'XNeE-uWpzXzcRoD6ylUJHEbIn411jlyiRNiGMUlyH9wC',
},
],
'dep_type': 'cipd',
'condition': 'checkout_linux and not build_with_chromium',
},
'tools/skia_goldctl/win': {
'packages': [
{
'package': 'skia/tools/goldctl/windows-amd64',
'version': '1qkV-5d6qu6v6W60NcAt1E8QDBmBNVS9ndWZPH93OVwC',
},
],
'dep_type': 'cipd',
'condition': 'checkout_win and not build_with_chromium',
},
'tools/skia_goldctl/mac': {
'packages': [
{
'package': 'skia/tools/goldctl/mac-amd64',
'version': 'McQX6w7ojyNaDcWISrmicbt00IsXxTSvxjuEPfPLiIEC',
},
],
'dep_type': 'cipd',
'condition': 'checkout_mac and not build_with_chromium',
},
} }
hooks = [ hooks = [
......
...@@ -47,6 +47,9 @@ ANGLE_CHROMIUM_DEPS = [ ...@@ -47,6 +47,9 @@ ANGLE_CHROMIUM_DEPS = [
'tools/mb', 'tools/mb',
'tools/md_browser', 'tools/md_browser',
'tools/memory', 'tools/memory',
'tools/skia_goldctl/linux',
'tools/skia_goldctl/mac',
'tools/skia_goldctl/win',
] ]
ANGLE_URL = 'https://chromium.googlesource.com/angle/angle' ANGLE_URL = 'https://chromium.googlesource.com/angle/angle'
......
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