blob: b7f614c338bcaf679d9409bf62f14151856f27b1 [file] [log] [blame]
java_library(
name = 'unit',
srcs = glob(['*.java']),
deps = [
'//third-party/java/guava:guava',
'//src/com/facebook/buck/util:util',
],
visibility = [
'PUBLIC',
],
)