Commit e82f2822 by Jamie Madill Committed by Commit Bot

Correctly forward 'data' for capture_replay sample.

This will allow the isolation scripts to correctly package the trace data GZ file. Bug: angleproject:5040 Change-Id: I9e0229701eb10ea5e46b79304c8da47a42ba552d Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2408718 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
parent 7402b3f6
......@@ -57,6 +57,7 @@ template("angle_sample") {
forward_variables_from(invoker,
[
"cflags",
"data",
"defines",
"deps",
"sources",
......@@ -198,6 +199,7 @@ if (angle_build_capture_replay_sample) {
]
deps = [ "$angle_root:angle_compression" ]
data = [ "capture_replay/angle_capture_context${_contextid}.angledata.gz" ]
_data_path = rebase_path("capture_replay", root_out_dir)
defines = [
......
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