Automated visibility attribute cleanup.

PiperOrigin-RevId: 523895219
This commit is contained in:
hai007
2023-04-12 21:56:31 -07:00
committed by Copybara-Service
parent 37225fab5a
commit 123815e841
2 changed files with 16 additions and 26 deletions
+16 -16
View File
@@ -246,23 +246,23 @@ let package = Package(
name: "json",
path: "third_party/json",
exclude:[
"json/LICENSES",
"json/cmake",
"json/docs",
"json/single_include",
"json/tests",
"json/tools",
"json/CITATION.cff",
"json/CMakeLists.txt",
"json/ChangeLog.md",
"json/LICENSE.MIT",
"json/Makefile",
"json/README.md",
"json/meson.build",
"json/nlohmann_json.natvis",
"json/wsjcpp.yml",
"LICENSES",
"cmake",
"docs",
"single_include",
"tests",
"tools",
"CITATION.cff",
"CMakeLists.txt",
"ChangeLog.md",
"LICENSE.MIT",
"Makefile",
"README.md",
"meson.build",
"nlohmann_json.natvis",
"wsjcpp.yml",
],
publicHeadersPath: "json/include"
publicHeadersPath: "include"
),
.target(
name: "protobuf",
-10
View File
@@ -20,15 +20,10 @@ cc_library(
"utils.h",
],
visibility = [
"//connections:__subpackages__",
"//fastpair:__subpackages__",
"//internal:__pkg__",
"//internal:__subpackages__",
"//internal/platform:__subpackages__",
"//internal/platform/implementation:__subpackages__",
"//location/nearby/cpp/fastpair:__subpackages__",
"//location/nearby/cpp/sharing:__subpackages__",
"//presence:__subpackages__",
],
deps = [
"//internal/platform:types",
@@ -51,15 +46,10 @@ cc_library(
],
defines = ["_SILENCE_CLANG_COROUTINE_MESSAGE"],
visibility = [
"//connections:__subpackages__",
"//fastpair:__subpackages__",
"//internal:__pkg__",
"//internal:__subpackages__",
"//internal/platform:__subpackages__",
"//internal/platform/implementation:__subpackages__",
"//location/nearby/cpp/fastpair:__subpackages__",
"//location/nearby/cpp/sharing:__subpackages__",
"//presence:__subpackages__",
],
deps = [
":types",