Import code from internal repository to git

This commit is contained in:
Justine Tunney 2016-03-01 17:18:14 -05:00
commit 0ef0c933d2
2490 changed files with 281594 additions and 0 deletions

13
javascript/closure/BUILD Normal file
View 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"],
)