mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c4de4e1f89
Use local generated assets to build adev application. PR Close #53511
14 lines
261 B
Python
14 lines
261 B
Python
load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
|
|
|
|
package(default_visibility = [
|
|
"//adev:__subpackages__",
|
|
"//aio:__subpackages__",
|
|
])
|
|
|
|
js_library(
|
|
name = "windows-chromium-path",
|
|
srcs = [
|
|
"windows-chromium-path.js",
|
|
],
|
|
)
|