mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0bd55a684f
Finish removal of aio directory as it is no longer used or relied upon. PR Close #56496
13 lines
232 B
Python
13 lines
232 B
Python
load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
|
|
|
|
package(default_visibility = [
|
|
"//adev:__subpackages__",
|
|
])
|
|
|
|
js_library(
|
|
name = "windows-chromium-path",
|
|
srcs = [
|
|
"windows-chromium-path.js",
|
|
],
|
|
)
|