Changes to the Windows solution/projects for fixes for ConditionVariable, Mutex, ServerSocket, and started exporting symbols for the UI.

PiperOrigin-RevId: 400983103
This commit is contained in:
jfcarroll
2021-10-05 07:48:21 -07:00
committed by Copybara-Service
parent 55edd5efa6
commit 6269b8b60a
3 changed files with 40 additions and 56 deletions
-4
View File
@@ -98,9 +98,7 @@ cc_library(
"bluetooth_classic_medium.cc",
"bluetooth_classic_server_socket.cc",
"bluetooth_classic_socket.cc",
"condition_variable.cc",
"executor.cc",
"mutex.cc",
"platform.cc",
"scheduled_executor.cc",
"submittable_executor.cc",
@@ -170,12 +168,10 @@ cc_test(
srcs = [
"atomic_boolean_test.cc",
"atomic_reference_test.cc",
"condition_variable_test.cc",
"count_down_latch_test.cc",
"crypto_test.cc",
"executor_test.cc",
"input_file_test.cc",
"mutex_test.cc",
"output_file_test.cc",
"scheduled_executor_test.cc",
"submittable_executor_test.cc",