Commit 5bfca93e by Jamie Madill Committed by Commit Bot

Fix roll script for CIPD deps.

Was looking at the Chromium path instead of the ANGLE path. Bug: skia:10572 Change-Id: I7f5dba011a5d446b8f1ef814f89421edfd0f7b95 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2418420Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 082c0240
......@@ -321,7 +321,7 @@ def CalculateChangedDeps(angle_deps, new_cr_deps):
if isinstance(cr_deps_entry, CipdDepsEntry):
result.extend(
_FindChangedCipdPackages(chrome_path, angle_deps_entry.packages,
_FindChangedCipdPackages(path, angle_deps_entry.packages,
cr_deps_entry.packages))
continue
......
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