summaryrefslogtreecommitdiff
path: root/etc/import.pkgconfig/TARGETS.bazel_remote_apis
blob: 9c16e433e4400f9663020dc54ecb922300873f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "semver_proto":
  { "type": ["@", "rules", "proto", "library"]
  , "name": ["semver_proto"]
  , "srcs": [["include", "semver_proto_file"]]
  }
, "remote_execution_proto":
  { "type": ["@", "rules", "proto", "library"]
  , "name": ["remote_execution_proto"]
  , "service": ["yes"]
  , "srcs": [["include", "remote_execution_proto_file"]]
  , "deps":
    [ "semver_proto"
    , ["@", "google_apis", "", "google_api_annotations_proto"]
    , ["@", "google_apis", "", "google_api_http_proto"]
    , ["@", "google_apis", "", "google_longrunning_operations_proto"]
    , ["@", "google_apis", "", "google_rpc_status_proto"]
    ]
  }
}