blob: 5397f4b743c5d6c9b436642e3f595e7bc3e87387 [file] [log] [blame]
Colin Cross91ee4c72019-03-27 10:51:01 -07001blueprint_go_binary {
2 name: "diff_target_files",
3 srcs: [
4 "compare.go",
5 "diff_target_files.go",
6 "glob.go",
7 "target_files.go",
8 "whitelist.go",
9 "zip_artifact.go",
10 ],
11 testSrcs: [
12 "compare_test.go",
13 "glob_test.go",
14 "whitelist_test.go",
15 ],
16}