angular/adev/tools/BUILD.bazel
Joey Perrott 2050ffa691 build: migrate remaing esbuild and nodejs_binary usages to new toolchain (#62435)
Migrate the remaing usages of esbuild and nodejs_binary in adev to the new toolchain versions.

PR Close #62435
2025-07-03 08:09:33 +00:00

12 lines
224 B
Text

load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = [
"//adev:__subpackages__",
])
js_library(
name = "windows-chromium-path",
srcs = [
"windows-chromium-path.js",
],
)