cc_library( name = "api", hdrs = [ "atomic_boolean.h", "atomic_reference.h", "ble.h", "ble_v2.h", "bluetooth_adapter.h", "bluetooth_classic.h", "cancelable.h", "condition_variable.h", "count_down_latch.h", "crypto.h", "executor.h", "future.h", "input_file.h", "listenable_future.h", "mutex.h", "output_file.h", "platform.h", "scheduled_executor.h", "server_sync.h", "settable_future.h", "submittable_executor.h", "system_clock.h", "webrtc.h", "wifi.h", "wifi_lan.h", ], visibility = [ "//platform_v2/base:__pkg__", "//platform_v2/impl:__subpackages__", "//platform_v2/public:__subpackages__", ], deps = [ "//platform_v2/base", "//absl/base:core_headers", "//absl/strings", "//absl/time", "//absl/types:any", "//webrtc/api:libjingle_peerconnection_api", ], )