blob: 4602195baa5b8bda984fcec91244558af321d869 [file] [log] [blame] [edit]
cc_library(
name = "foo",
deps = [
"yet/another:dep",
":bar",
"//some:dep",
"//some/other/dep",
],
)