Merge branch 'google3'

Change-Id: I8b28b1d3a5280581f20e4edf9144641a12df8879
This commit is contained in:
Alexey Polyudov
2020-06-04 10:57:23 -07:00
88 changed files with 3810 additions and 683 deletions
-3
View File
@@ -5,14 +5,12 @@ target_sources(platform_utils
PRIVATE
base64_utils.cc
cancelable_alarm.cc
file_impl.cc
pipe.cc
prng.cc
reliability_utils.cc
PUBLIC
base64_utils.h
cancelable_alarm.h
file_impl.h
pipe.h
prng.h
reliability_utils.h
@@ -53,7 +51,6 @@ add_executable(platform_test
byte_array_test.cc
container_of_test.cc
exception_test.cc
file_impl_test.cc
pipe_test.cc
prng_test.cc
ptr_test.cc