mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
27 lines
693 B
Python
27 lines
693 B
Python
cc_library(
|
|
name = "g3",
|
|
srcs = [
|
|
"atomic_reference_impl.h",
|
|
"platform.cc",
|
|
"settable_future_impl.h",
|
|
"system_clock_impl.h",
|
|
],
|
|
visibility = [
|
|
"//core:__subpackages__",
|
|
"//platform:__subpackages__",
|
|
],
|
|
deps = [
|
|
"//platform:types",
|
|
"//platform/api",
|
|
"//platform/impl/shared:atomic_boolean",
|
|
"//platform/impl/shared:file",
|
|
"//platform/impl/shared:posix_condition_variable",
|
|
"//platform/impl/shared:posix_lock",
|
|
"//platform/port:string",
|
|
"//absl/base:core_headers",
|
|
"//absl/synchronization",
|
|
"//absl/time",
|
|
"//absl/types:any",
|
|
],
|
|
)
|