shaka-packager/packager/third_party
Joey Parrish b1095f6bc3
feat: port media/base (#1127)
This removes all chromium dependencies from media/base/ and completes
the build system in CMake.

The ClosureThread class and its classes were removed, as they were
specific to chromium base. ClosureThread has been replaced by
std::thread.

The byte-swapping utilities in network_util.cc have been removed and
replaced with absl.

generate_unique_temp_path() was split out of file_unittest.cc into
file_test_util.cc, where other test suites could make use of it.

WARN_UNUSED_RESULT was replaced with the C++ standard attribute
[[nodiscard]].

The base::Clock interface was replaced with a typedef for a function
pointer that returns the current time.

This re-enables the tests in http_key_fetcher_unittest.cc by using
httpbin.org.

Issue #1047 (CMake porting)
Issue #346 (absl porting)
2022-11-04 15:46:41 -07:00
..
abseil-cpp chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
curl chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
glog chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
googletest chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
json feat: Move all third-party deps into git submodules (#1083) 2022-08-17 10:42:00 -07:00
libpng feat: Move all third-party deps into git submodules (#1083) 2022-08-17 10:42:00 -07:00
libwebm feat: Move all third-party deps into git submodules (#1083) 2022-08-17 10:42:00 -07:00
libxml2 feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
mbedtls chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
protobuf fix: Fix protoc linking on macOS w/ update to fork (#1132) 2022-11-04 08:33:01 -07:00
zlib feat: Move all third-party deps into git submodules (#1083) 2022-08-17 10:42:00 -07:00
CMakeLists.txt chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00