diff options
Diffstat (limited to 'etc/import/upb_generator/TARGETS.protobuf')
-rw-r--r-- | etc/import/upb_generator/TARGETS.protobuf | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/etc/import/upb_generator/TARGETS.protobuf b/etc/import/upb_generator/TARGETS.protobuf index e86bda2f..78e85caf 100644 --- a/etc/import/upb_generator/TARGETS.protobuf +++ b/etc/import/upb_generator/TARGETS.protobuf @@ -1,9 +1,13 @@ -{ "mangle": - { "type": ["@", "rules", "CC", "library"] - , "name": ["mangle"] +{ "names_srcs": + { "type": ["@", "rules", "data", "staged"] + , "srcs": + ["common/names.cc", "minitable/names.cc", "minitable/names_internal.cc"] + , "stage": ["upb_generator"] + } +, "names_hdrs": + { "type": ["@", "rules", "data", "staged"] + , "srcs": + ["common/names.h", "minitable/names.h", "minitable/names_internal.h"] , "stage": ["upb_generator"] - , "srcs": ["mangle.cc"] - , "hdrs": ["mangle.h"] - , "deps": [["@", "absl", "absl/strings", "strings"]] } } |