0

Update tools/cros/bootstrap_deps for r673049

r673049 Moved chrome/browser/policy/test/bootstrap_deps to
components/policy/test_support/bootstrap_deps but the old path is still
referenced in tools/cros/bootstrap_deps causing all ChromeOS PFQ bots
to fail.

TBR=achuith@chromium.org

Bug: 979913
Change-Id: I94b65dc3176a8a9a3ac6d5f5908d4365ed1dde6a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1683576
Reviewed-by: Trent Apted <tapted@chromium.org>
Commit-Queue: Trent Apted <tapted@chromium.org>
Cr-Commit-Position: refs/heads/master@{#673634}
This commit is contained in:
Trent Apted
2019-07-01 02:25:45 +00:00
committed by Commit Bot
parent 90bec3a460
commit b452d26f5c

@@ -20,6 +20,6 @@ deps_includes = {
"https://src.chromium.org/chrome/trunk/src/content/test/gpu/bootstrap_deps",
"src/tools/perf/bootstrap_deps":
"https://src.chromium.org/chrome/trunk/src/tools/perf/bootstrap_deps",
"src/chrome/browser/policy/test/bootstrap_deps":
"https://src.chromium.org/chrome/trunk/src/chrome/browser/policy/test/bootstrap_deps",
"src/components/policy/test_support/bootstrap_deps":
"https://src.chromium.org/chrome/trunk/src/components/policy/test_support/bootstrap_deps",
}