kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/test/tools/empty_corpus_checker/BUILD (about) 1 load("//tools:build_rules/shims.bzl", "go_binary") 2 3 package(default_visibility = ["//kythe:default_visibility"]) 4 5 go_binary( 6 name = "empty_corpus_checker", 7 srcs = ["empty_corpus_checker.go"], 8 deps = [ 9 "//kythe/go/storage/entryset", 10 "//kythe/go/storage/stream", 11 "//kythe/go/util/flagutil", 12 "//kythe/go/util/kytheuri", 13 "//kythe/go/util/log", 14 "//kythe/proto:internal_go_proto", 15 "//kythe/proto:storage_go_proto", 16 "@org_bitbucket_creachadair_stringset//:stringset", 17 ], 18 ) 19 20 exports_files(["empty_corpus_test.sh"])