kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/extractors/gcp/config/testdata/bazel-multi.json (about)

     1  {
     2    "extractions": [
     3      {
     4        "build_system": "BAZEL",
     5        "targets": [
     6          {
     7            "individual_targets": [
     8              "//a/target/...",
     9              "//another/target/...",
    10              "//direct:target"
    11            ]
    12          }
    13        ]
    14      }
    15    ]
    16  }
    17