kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/indexer/textproto/plugins/example/BUILD (about) 1 package( 2 default_visibility = ["//kythe/cxx/indexer/textproto:__subpackages__"], 3 features = ["layering_check"], 4 ) 5 6 cc_library( 7 name = "plugin", 8 srcs = ["plugin.cc"], 9 hdrs = ["plugin.h"], 10 deps = [ 11 "//kythe/cxx/common/indexing:output", 12 "//kythe/cxx/indexer/proto:vname_util", 13 "//kythe/cxx/indexer/textproto:plugin", 14 "//kythe/proto:analysis_cc_proto", 15 "@com_google_absl//absl/status", 16 "@com_google_absl//absl/strings", 17 ], 18 )