Colin Cross | 91ee4c7 | 2019-03-27 10:51:01 -0700 | [diff] [blame] | 1 | blueprint_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 | } |