Add support for Widevine ECM v3

Widevine ECM v3 is redesigned mainly based on protobuf, and supports new features including carrying fingerprinting and service blocking information. Existing clients must upgrade the Widevine CAS plugin to use the new ECM v3.
This commit is contained in:
Lu Chen
2020-12-14 09:49:52 -08:00
parent ad81d517a5
commit 79e39b482d
46 changed files with 3096 additions and 1035 deletions

View File

@@ -11,8 +11,8 @@ git_repository(
git_repository(
name = "abseil_repo",
commit = "aa844899c937bde5d2b24f276b59997e5b668bde", #2019-08-08
remote = "https://github.com/abseil/abseil-cpp.git",
tag = "20200923.2",
)
# Name com_google_protobuf instead of protobuf_repo because Bazel's proto rules
@@ -42,7 +42,7 @@ http_archive(
git_repository(
name = "boringssl_repo",
commit = "14164f6fef47b7ebd97cdb0cea1624eabd6fe6b8", # 2018-11-26
commit = "3ef9a6b03503ae25f9267473073fea9c39d9cdac", # 2020-10-27
remote = "https://github.com/google/boringssl.git",
)