the-algorithm/tweetypie/common/src/scala/com/twitter/tweetypie/media/BUILD
twitter-team 01dbfee4c0 Open-sourcing Tweetypie
Tweetypie is the core Tweet service that handles the reading and writing of Tweet data.
2023-05-19 16:20:06 -05:00

18 lines
658 B
Python

scala_library(
sources = ["*.scala"],
compiler_option_sets = ["fatal_warnings"],
platform = "java8",
strict_deps = True,
tags = ["bazel-compatible"],
dependencies = [
"mediaservices/commons/src/main/thrift:thrift-scala",
"scrooge/scrooge-core/src/main/scala",
"tweetypie/servo/util/src/main/scala",
"tweetypie/common/src/thrift/com/twitter/tweetypie:media-entity-scala",
"tweetypie/common/src/thrift/com/twitter/tweetypie:tweet-scala",
"tco-util",
"tweetypie/common/src/scala/com/twitter/tweetypie/util",
"util/util-logging/src/main/scala/com/twitter/logging",
],
)