Manually copy changes from output generated by 'moe test'
This commit is contained in:
@@ -26,15 +26,15 @@ cc_library(
|
||||
hdrs = ["ecm.h"],
|
||||
deps = [
|
||||
"//base",
|
||||
"@abseil_repo//absl/base:core_headers",
|
||||
"@abseil_repo//absl/strings",
|
||||
"//common:status",
|
||||
"//common:aes_cbc_util",
|
||||
"//common:random_util",
|
||||
"//common:status",
|
||||
"//common:string_util",
|
||||
"//media_cas_packager_sdk/public:wv_cas_types",
|
||||
"//protos/public:media_cas_encryption_proto",
|
||||
"//protos/public:media_cas_proto",
|
||||
"@abseil_repo//absl/base:core_headers",
|
||||
"@abseil_repo//absl/strings",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -44,10 +44,10 @@ cc_test(
|
||||
srcs = ["ecm_test.cc"],
|
||||
deps = [
|
||||
":ecm",
|
||||
"//testing:gunit_main",
|
||||
"//common:status",
|
||||
"//media_cas_packager_sdk/public:wv_cas_types",
|
||||
"//protos/public:media_cas_encryption_proto",
|
||||
"//testing:gunit_main",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -68,10 +68,10 @@ cc_test(
|
||||
srcs = ["ecm_generator_test.cc"],
|
||||
deps = [
|
||||
":ecm_generator",
|
||||
"//common:aes_cbc_util",
|
||||
"//protos/public:media_cas_encryption_proto",
|
||||
"//testing:gunit_main",
|
||||
"@abseil_repo//absl/memory",
|
||||
"//common:aes_cbc_util",
|
||||
"//protos/public:media_cas_encryption_proto",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -88,12 +88,12 @@ cc_library(
|
||||
":fixed_key_fetcher",
|
||||
":util",
|
||||
"//base",
|
||||
"//common:status",
|
||||
"//example:constants",
|
||||
"//media_cas_packager_sdk/public:wv_cas_types",
|
||||
"@abseil_repo//absl/base:core_headers",
|
||||
"@abseil_repo//absl/memory",
|
||||
"@abseil_repo//absl/strings",
|
||||
"//common:status",
|
||||
"//example:constants",
|
||||
"//media_cas_packager_sdk/public:wv_cas_types",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -142,9 +142,9 @@ cc_library(
|
||||
":ecmg",
|
||||
":util",
|
||||
"//base",
|
||||
"//common:status",
|
||||
"@abseil_repo//absl/base:core_headers",
|
||||
"@abseil_repo//absl/strings",
|
||||
"//common:status",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -154,8 +154,8 @@ cc_test(
|
||||
srcs = ["simulcrypt_test.cc"],
|
||||
deps = [
|
||||
":simulcrypt",
|
||||
"//example:test_simulcrypt_messages",
|
||||
"//testing:gunit_main",
|
||||
"//example:test_simulcrypt_messages",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -171,10 +171,10 @@ cc_library(
|
||||
deps = [
|
||||
":mpeg2ts",
|
||||
"//base",
|
||||
"//common:status",
|
||||
"//common:string_util",
|
||||
"@abseil_repo//absl/base:core_headers",
|
||||
"@abseil_repo//absl/strings",
|
||||
"//common:status",
|
||||
"//common:string_util",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -201,8 +201,8 @@ cc_library(
|
||||
":mpeg2ts",
|
||||
":ts_packet",
|
||||
"//base",
|
||||
"//common:status",
|
||||
"@abseil_repo//absl/base:core_headers",
|
||||
"//common:status",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user