Commit 068dcd5c authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Fix runtime_deps_file arg for tast targets.

TBR=jbudorick

Bug: 876587
Change-Id: Ic121bccd2343fe48eefbbaf2ccf60d2d01969ca2
Reviewed-on: https://chromium-review.googlesource.com/1252911Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595255}
parent 3a69d4b4
...@@ -159,7 +159,7 @@ template("tast_test") { ...@@ -159,7 +159,7 @@ template("tast_test") {
testonly = true testonly = true
tast_tests = invoker.tast_tests tast_tests = invoker.tast_tests
generated_script = "$root_build_dir/bin/run_${target_name}" generated_script = "$root_build_dir/bin/run_${target_name}"
runtime_deps_file = "$root_out_dir/${target_name}/.runtime_deps" runtime_deps_file = "$root_out_dir/${target_name}.runtime_deps"
deploy_chrome = true deploy_chrome = true
data_deps = [ data_deps = [
"//:chromiumos_preflight", # Builds the browser. "//:chromiumos_preflight", # Builds the browser.
......
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