blob: 8f78998cac902190736e0da9187d82fd41a2f2dd [file] [log] [blame]
java_library(
name = 'listener',
srcs = glob(['*.java']),
deps = [
'//lib:guava',
'//lib:jackson-annotations',
'//lib:jackson-core',
'//lib:jackson-databind',
'//lib:jsr305',
'//src/com/facebook/buck/android:steps',
'//src/com/facebook/buck/cli:events',
'//src/com/facebook/buck/event:event',
'//src/com/facebook/buck/model:model',
'//src/com/facebook/buck/parser:parser',
'//src/com/facebook/buck/rules:build_rule',
'//src/com/facebook/buck/rules:rules',
'//src/com/facebook/buck/test:test',
'//src/com/facebook/buck/step:step',
'//src/com/facebook/buck/timing:timing',
'//src/com/facebook/buck/util:constants',
'//src/com/facebook/buck/util:exceptions',
'//src/com/facebook/buck/util/environment:environment',
'//src/com/facebook/buck/util:io',
'//src/com/facebook/buck/util:network',
'//src/com/facebook/buck/util:util',
],
visibility = [
'PUBLIC',
],
)