Files
Joey Perrott ffce768115 build: migrate remaing esbuild and nodejs_binary usages to new toolchain (#62498)
Migrate the remaing usages of esbuild and nodejs_binary in adev to the new toolchain versions.

PR Close #62498
2025-07-07 15:26:37 +00:00

13 lines
224 B
Python

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",
],
)