mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Import code from internal repository to git
This commit is contained in:
commit
0ef0c933d2
2490 changed files with 281594 additions and 0 deletions
13
javascript/closure/BUILD
Normal file
13
javascript/closure/BUILD
Normal file
|
@ -0,0 +1,13 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
load("//third_party/closure/compiler:closure_js_library.bzl", "closure_js_library")
|
||||
|
||||
closure_js_library(
|
||||
name = "closure",
|
||||
exports = ["//third_party/closure/library"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "js_files_recursive",
|
||||
srcs = ["@closure_library//:js_files"],
|
||||
)
|
6
javascript/template/soy/BUILD
Normal file
6
javascript/template/soy/BUILD
Normal file
|
@ -0,0 +1,6 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
filegroup(
|
||||
name = "soy_usegoog_js_files",
|
||||
srcs = ["@soyutils_usegoog//file"],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue