summaryrefslogtreecommitdiff
path: root/etc/import.pkgconfig/TARGETS.google_apis
blob: 1e579e502c2a8ae38e6282c2586f18f9a861ae96 (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": [["include", "google_api_http_proto_file"]]
  }
, "google_api_annotations_proto":
  { "type": ["@", "rules", "proto", "library"]
  , "name": ["google_api_annotations_proto"]
  , "srcs": [["include", "google_api_annotations_proto_file"]]
  , "deps": ["google_api_http_proto"]
  }
, "google_bytestream_proto":
  { "type": ["@", "rules", "proto", "library"]
  , "name": ["google_bytestream_proto"]
  , "service": ["yes"]
  , "srcs": [["include", "google_bytestream_proto_file"]]
  , "deps": ["google_api_annotations_proto"]
  }
, "google_rpc_status_proto":
  { "type": ["@", "rules", "proto", "library"]
  , "name": ["google_rpc_status_proto"]
  , "srcs": [["include", "google_rpc_status_proto_file"]]
  }
, "google_longrunning_operations_proto":
  { "type": ["@", "rules", "proto", "library"]
  , "name": ["google_longrunning_operations_proto"]
  , "srcs": [["include", "google_longrunning_operations_proto_file"]]
  , "service": ["yes"]
  , "deps":
    [ "google_api_annotations_proto"
    , "google_api_http_proto"
    , "google_rpc_status_proto"
    ]
  }
}