PiperOrigin-RevId: 597923328pull/15427/head
parent
f2a91b33e1
commit
8d0bfb0a5a
7 changed files with 0 additions and 116 deletions
@ -1,40 +0,0 @@ |
||||
# Copyright (c) 2009-2021, Google LLC |
||||
# All rights reserved. |
||||
# |
||||
# Use of this source code is governed by a BSD-style |
||||
# license that can be found in the LICENSE file or at |
||||
# https://developers.google.com/open-source/licenses/bsd |
||||
|
||||
load("//bazel:build_defs.bzl", "UPB_DEFAULT_COPTS") |
||||
|
||||
# begin:google_only |
||||
# package(default_applicable_licenses = ["//upb:license"]) |
||||
# end:google_only |
||||
|
||||
cc_library( |
||||
name = "collections", |
||||
hdrs = [ |
||||
"array.h", |
||||
"map.h", |
||||
], |
||||
copts = UPB_DEFAULT_COPTS, |
||||
visibility = ["//visibility:public"], |
||||
deps = [ |
||||
"//upb:message", |
||||
], |
||||
) |
||||
|
||||
# begin:github_only |
||||
filegroup( |
||||
name = "source_files", |
||||
srcs = glob( |
||||
[ |
||||
"**/*.h", |
||||
], |
||||
), |
||||
visibility = [ |
||||
"//python/dist:__pkg__", |
||||
"//upb/cmake:__pkg__", |
||||
], |
||||
) |
||||
# end:github_only |
@ -1,17 +0,0 @@ |
||||
// Protocol Buffers - Google's data interchange format
|
||||
// Copyright 2023 Google LLC. All rights reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file or at
|
||||
// https://developers.google.com/open-source/licenses/bsd
|
||||
|
||||
// Temporary hack to fix gRPC. Do not use.
|
||||
|
||||
#ifndef UPB_COLLECTIONS_ARRAY_H_ |
||||
#define UPB_COLLECTIONS_ARRAY_H_ |
||||
|
||||
// IWYU pragma: begin_exports
|
||||
#include "upb/message/array.h" |
||||
// IWYU pragma: end_exports
|
||||
|
||||
#endif /* UPB_COLLECTIONS_ARRAY_H_ */ |
@ -1,17 +0,0 @@ |
||||
// Protocol Buffers - Google's data interchange format
|
||||
// Copyright 2023 Google LLC. All rights reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file or at
|
||||
// https://developers.google.com/open-source/licenses/bsd
|
||||
|
||||
// Temporary hack to fix gRPC. Do not use.
|
||||
|
||||
#ifndef UPB_COLLECTIONS_MAP_H_ |
||||
#define UPB_COLLECTIONS_MAP_H_ |
||||
|
||||
// IWYU pragma: begin_exports
|
||||
#include "upb/message/map.h" |
||||
// IWYU pragma: end_exports
|
||||
|
||||
#endif /* UPB_COLLECTIONS_MAP_H_ */ |
@ -1,18 +0,0 @@ |
||||
// Protocol Buffers - Google's data interchange format
|
||||
// Copyright 2023 Google LLC. All rights reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file or at
|
||||
// https://developers.google.com/open-source/licenses/bsd
|
||||
|
||||
// Temporary hack to fix gRPC. Do not use.
|
||||
|
||||
#ifndef UPB_HPP_ |
||||
#define UPB_HPP_ |
||||
|
||||
// IWYU pragma: begin_exports
|
||||
#include "upb/base/status.hpp" |
||||
#include "upb/mem/arena.hpp" |
||||
// IWYU pragma: end_exports
|
||||
|
||||
#endif // UPB_HPP_
|
Loading…
Reference in new issue