Commit da8c6534 authored by Dirk Pranke's avatar Dirk Pranke Committed by Commit Bot

Add //.vpython as a data dep for perfetto uploader.

The upload_trace_processor step on the perfetto bots has
been failing on Windows since a change that changed how
vpython dependencies were packaged landed.

This CL adds what I believe to be a missing data dependency
on //.vpython that will hopefully fix the problem.

Bug: 1122953
Change-Id: I7b42278bf1a1177b36e2547d0737cc9288c289e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536819Reviewed-by: default avatarMikhail Khokhlov <khokhlov@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#827986}
parent 9a23d3ed
...@@ -13,6 +13,7 @@ generate_wrapper("upload_trace_processor") { ...@@ -13,6 +13,7 @@ generate_wrapper("upload_trace_processor") {
data = [ data = [
"//tools/perf/core/", "//tools/perf/core/",
"//DEPS", "//DEPS",
"//.vpython",
] ]
if (is_win) { if (is_win) {
......
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