Avoid absolute GN deps in compile_wasm to avoid breaking golem builds

Change-Id: I838070dbc268dee2c35ba735f3ca130071b5e157
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/507422
Commit-Queue: Jonas Jensen <jonasfj@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Jonas Finnemann Jensen
2026-05-29 06:33:54 -07:00
committed by dart-scoped@luci-project-accounts.iam.gserviceaccount.com
parent 6a72255963
commit a84f38cbfb
+1 -1
View File
@@ -86,7 +86,7 @@ template("compile_dart2wasm") {
"../dart2wasm:dart2wasm_snapshot",
]
if (product_mode) {
deps += [ "//third_party/binaryen:wasm-opt" ]
deps += [ "../../third_party/binaryen:wasm-opt" ]
}
if (defined(invoker.deps)) {
deps += invoker.deps