summaryrefslogtreecommitdiff
path: root/etc/import.pkgconfig/TARGETS.google_apis
blob: 7326487983a83b5b42acc0e06934e8180b759c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{ "google_api_http_proto":
  { "type": ["@", "rules", "proto", "library"]
  , "name": ["google_api_http_proto"]
  , "srcs": ["google/api/http.proto"]
  }
, "google_api_annotations_proto":
  { "type": ["@", "rules", "proto", "library"]
  , "name": ["google_api_annotations_proto"]
  , "srcs": ["google/api/annotations.proto"]
  , "deps": ["google_api_http_proto"]
  }
, "google_bytestream_proto":
  { "type": ["@", "rules", "proto", "library"]
  , "name": ["google_bytestream_proto"]
  , "srcs": ["google/bytestream/bytestream.proto"]
  , "service": ["yes"]
  , "deps": ["google_api_annotations_proto"]
  }
, "google_rpc_status_proto":
  { "type": ["@", "rules", "proto", "library"]
  , "name": ["google_rpc_status_proto"]
  , "srcs": ["google/rpc/status.proto"]
  }
, "google_longrunning_operations_proto":
  { "type": ["@", "rules", "proto", "library"]
  , "name": ["google_longrunning_operations_proto"]
  , "srcs": ["google/longrunning/operations.proto"]
  , "service": ["yes"]
  , "deps":
    [ "google_api_annotations_proto"
    , "google_api_http_proto"
    , "google_rpc_status_proto"
    ]
  }
}