Skip to content

Commit

Permalink
Fix iOS build
Browse files Browse the repository at this point in the history
Broken by
https://chromium-review.googlesource.com/c/angle/angle/+/6302912

Bug: b/398048048
Change-Id: I41d7c8b45b42b9fc36fcd761a254f346c7fb2299
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6330716
Reviewed-by: Cody Northrop <cnorthrop@google.com>
Auto-Submit: Yuly Novikov <ynovikov@chromium.org>
Commit-Queue: Cody Northrop <cnorthrop@google.com>
  • Loading branch information
y-novikov authored and Angle LUCI CQ committed Mar 6, 2025
1 parent 9bdc676 commit 4f6a799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ if (build_angle_perftests) {
if (is_ios) {
bundle_data("angle_trace_tests_bundle_data") {
testonly = true
sources = [ "angle_trace_tests_expectations.txt" ]
sources = [ "perf_tests/angle_trace_tests_expectations.txt" ]
outputs = [ "{{bundle_resources_dir}}/" +
"{{source_root_relative_dir}}/{{source_file_part}}" ]
}
Expand Down

0 comments on commit 4f6a799

Please sign in to comment.