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
|
{ "port":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["upb_port"]
, "pure C": ["YES"]
, "srcs": ["upb/port.c"]
, "hdrs":
[ "upb/port_def.inc"
, "upb/port_undef.inc"
]
}
, "upb":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["upb"]
, "pure C": ["YES"]
, "srcs":
[ "upb/decode.c"
, "upb/encode.c"
, "upb/msg.c"
, "upb/table.c"
, "upb/upb.c"
]
, "hdrs":
[ "upb/decode.h"
, "upb/encode.h"
, "upb/upb.h"
, "upb/upb.hpp"
, "upb/msg.h"
, "upb/table.int.h"
]
, "deps": ["port"]
}
}
|