Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 488767525
Change-Id: Icac4e0b71a30b06adb87344f3f137c92d9c0b539
  • Loading branch information
laramiel authored and Copybara-Service committed Nov 15, 2022
1 parent 62f31b6 commit af7dbb9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/com_google_absl/workspace.bzl
Expand Up @@ -70,9 +70,12 @@ ABSL_CMAKE_MAPPING = {
"@com_google_absl//absl/flags:parse": "absl::flags_parse",
"@com_google_absl//absl/flags:reflection": "absl::flags_reflection",
"@com_google_absl//absl/flags:usage": "absl::flags_usage",
"@com_google_absl//absl/functional:any_invocable": "absl::any_invocable",
"@com_google_absl//absl/functional:bind_front": "absl::bind_front",
"@com_google_absl//absl/functional:function_ref": "absl::function_ref",
"@com_google_absl//absl/hash:hash": "absl::hash",
"@com_google_absl//absl/log:die_if_null": "absl::die_if_null",
"@com_google_absl//absl/log:check": "absl::check",
"@com_google_absl//absl/memory:memory": "absl::memory",
"@com_google_absl//absl/meta:meta": "absl::meta",
"@com_google_absl//absl/meta:type_traits": "absl::type_traits",
Expand Down
12 changes: 12 additions & 0 deletions third_party/com_google_protobuf/workspace.bzl
Expand Up @@ -46,6 +46,18 @@ def repo():
"@com_google_protobuf//:protoc": "protobuf::protoc",
"@com_google_protobuf//:protobuf": "protobuf::libprotobuf",
"@com_google_protobuf//:protobuf_lite": "protobuf::libprotobuf-lite",
# Well-known protos
"@com_google_protobuf//:any_proto": "protobuf::any_proto",
"@com_google_protobuf//:api_proto": "protobuf::api_proto", #
"@com_google_protobuf//:compiler_plugin_proto": "protobuf::compiler_plugin_proto", #
"@com_google_protobuf//:descriptor_proto": "protobuf::descriptor_proto",
"@com_google_protobuf//:duration_proto": "protobuf::duration_proto",
"@com_google_protobuf//:empty_proto": "protobuf::empty_proto", #
"@com_google_protobuf//:field_mask_proto": "protobuf::field_mask_proto", #
"@com_google_protobuf//:source_context_proto": "protobuf::source_context_proto", #
"@com_google_protobuf//:struct_proto": "protobuf::struct_proto", #
"@com_google_protobuf//:timestamp_proto": "protobuf::timestamp_proto",
"@com_google_protobuf//:type_proto": "protobuf::type_proto", #
"@com_google_protobuf//:wrappers_proto": "protobuf::wrappers_proto",
},
)

0 comments on commit af7dbb9

Please sign in to comment.