aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted
diff options
context:
space:
mode:
authorheretic <heretic@yandex-team.ru>2022-03-25 12:34:53 +0300
committerheretic <heretic@yandex-team.ru>2022-03-25 12:34:53 +0300
commita41f3739eed6fceb6f62056a7620d220958a47e7 (patch)
tree278103258b510cb4a96761ea79d6ccd397ca05a0 /contrib/restricted
parent73d3613a82e5c217fcbe0ab8bbf8120c1ed1af55 (diff)
downloadydb-a41f3739eed6fceb6f62056a7620d220958a47e7.tar.gz
Update grpc to 1.43.2 DTCC-864
ref:50a492c335cda70f458797cf945e49fe739c2715
Diffstat (limited to 'contrib/restricted')
-rw-r--r--contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/absl_hashtablez_sampler/CMakeLists.txt43
-rw-r--r--contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set/CMakeLists.txt46
2 files changed, 89 insertions, 0 deletions
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/absl_hashtablez_sampler/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/absl_hashtablez_sampler/CMakeLists.txt
new file mode 100644
index 0000000000..7370f8085b
--- /dev/null
+++ b/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/absl_hashtablez_sampler/CMakeLists.txt
@@ -0,0 +1,43 @@
+
+# This file was gererated by the build system used internally in the Yandex monorepo.
+# Only simple modifications are allowed (adding source-files to targets, adding simple properties
+# like target_include_directories). These modifications will be ported to original
+# ya.make files by maintainers. Any complex modifications which can't be ported back to the
+# original buildsystem will not be accepted.
+
+
+
+add_library(ycontainer-internal-absl_hashtablez_sampler)
+target_include_directories(ycontainer-internal-absl_hashtablez_sampler PUBLIC
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring
+)
+target_include_directories(ycontainer-internal-absl_hashtablez_sampler PRIVATE
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring
+)
+target_link_libraries(ycontainer-internal-absl_hashtablez_sampler PUBLIC
+ contrib-libs-cxxsupp
+ yutil
+ yabseil-cpp-tstring-y_absl-base
+ ybase-internal-low_level_alloc
+ ybase-internal-raw_logging
+ ybase-internal-spinlock_wait
+ ybase-internal-throw_delegate
+ yabsl-base-log_severity
+ yabseil-cpp-tstring-y_absl-debugging
+ yabsl-debugging-stacktrace
+ yabsl-debugging-symbolize
+ yabseil-cpp-tstring-y_absl-demangle
+ yabseil-cpp-tstring-y_absl-numeric
+ yprofiling-internal-exponential_biased
+ yabseil-cpp-tstring-y_absl-strings
+ ystrings-internal-absl_strings_internal
+ yabseil-cpp-tstring-y_absl-synchronization
+ yabsl-synchronization-internal
+ yabseil-cpp-tstring-y_absl-time
+ yabsl-time-civil_time
+ yabsl-time-time_zone
+)
+target_sources(ycontainer-internal-absl_hashtablez_sampler PRIVATE
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler.cc
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler_force_weak_definition.cc
+)
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set/CMakeLists.txt
new file mode 100644
index 0000000000..cbf5477dc5
--- /dev/null
+++ b/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set/CMakeLists.txt
@@ -0,0 +1,46 @@
+
+# This file was gererated by the build system used internally in the Yandex monorepo.
+# Only simple modifications are allowed (adding source-files to targets, adding simple properties
+# like target_include_directories). These modifications will be ported to original
+# ya.make files by maintainers. Any complex modifications which can't be ported back to the
+# original buildsystem will not be accepted.
+
+
+
+add_library(ycontainer-internal-raw_hash_set)
+target_include_directories(ycontainer-internal-raw_hash_set PUBLIC
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring
+)
+target_include_directories(ycontainer-internal-raw_hash_set PRIVATE
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring
+)
+target_link_libraries(ycontainer-internal-raw_hash_set PUBLIC
+ contrib-libs-cxxsupp
+ yutil
+ yabseil-cpp-tstring-y_absl-base
+ ybase-internal-low_level_alloc
+ ybase-internal-raw_logging
+ ybase-internal-spinlock_wait
+ ybase-internal-throw_delegate
+ yabsl-base-log_severity
+ ycontainer-internal-absl_hashtablez_sampler
+ yabseil-cpp-tstring-y_absl-debugging
+ yabsl-debugging-stacktrace
+ yabsl-debugging-symbolize
+ yabseil-cpp-tstring-y_absl-demangle
+ yabseil-cpp-tstring-y_absl-hash
+ yabseil-cpp-tstring-y_absl-numeric
+ yprofiling-internal-exponential_biased
+ yabseil-cpp-tstring-y_absl-strings
+ ystrings-internal-absl_strings_internal
+ yabseil-cpp-tstring-y_absl-synchronization
+ yabsl-synchronization-internal
+ yabseil-cpp-tstring-y_absl-time
+ yabsl-time-civil_time
+ yabsl-time-time_zone
+ yabsl-types-bad_optional_access
+ abseil-cpp-tstring-y_absl-types
+)
+target_sources(ycontainer-internal-raw_hash_set PRIVATE
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set.cc
+)