Commit f832b149 authored by Mikhail Khokhlov's avatar Mikhail Khokhlov Committed by Commit Bot

Move upload_trace_processor generated script to bin/

For consistency with other generated scripts and also to work around
an issue with test_env.py failing to run a script from the current
directory.

Bug: 1050517
Change-Id: I83c0608add7450dc7d7996cc722ca7a809e39581
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141987Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Commit-Queue: Mikhail Khokhlov <khokhlov@google.com>
Cr-Commit-Position: refs/heads/master@{#757796}
parent af03cb06
...@@ -1731,7 +1731,7 @@ ...@@ -1731,7 +1731,7 @@
"upload_trace_processor": { "upload_trace_processor": {
"label": "//tools/perf/core/perfetto_binary_roller:upload_trace_processor", "label": "//tools/perf/core/perfetto_binary_roller:upload_trace_processor",
"type": "generated_script", "type": "generated_script",
"script": "upload_trace_processor", "script": "bin/upload_trace_processor",
}, },
"url_unittests": { "url_unittests": {
"label": "//url:url_unittests", "label": "//url:url_unittests",
......
...@@ -22,7 +22,7 @@ generate_wrapper("upload_trace_processor") { ...@@ -22,7 +22,7 @@ generate_wrapper("upload_trace_processor") {
} }
executable = "upload_trace_processor.py" executable = "upload_trace_processor.py"
wrapper_script = "$root_build_dir/upload_trace_processor" wrapper_script = "$root_build_dir/bin/upload_trace_processor"
executable_args = [ executable_args = [
"--path", "--path",
"@WrappedPath(./$binary_name)", "@WrappedPath(./$binary_name)",
......
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