github.com/cheshirekow/buildtools@v0.0.0-20200224190056-5d637702fe81/build/testdata/049.bzl.golden (about) 1 cc_library( 2 name = "foo", 3 deps = [ 4 "yet/another:dep", 5 "//some/other/dep", 6 ":bar", 7 "//some:dep", 8 ], 9 )