util:status -> common:status
This commit is contained in:
106
common/BUILD
106
common/BUILD
@@ -37,9 +37,9 @@ cc_library(
|
|||||||
hdrs = ["status.h"],
|
hdrs = ["status.h"],
|
||||||
deps = [
|
deps = [
|
||||||
"//base",
|
"//base",
|
||||||
|
"//util:error_space",
|
||||||
"@abseil_repo//absl/base:core_headers",
|
"@abseil_repo//absl/base:core_headers",
|
||||||
"@abseil_repo//absl/strings",
|
"@abseil_repo//absl/strings",
|
||||||
"//util:error_space",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -65,17 +65,17 @@ cc_library(
|
|||||||
":signing_key_util",
|
":signing_key_util",
|
||||||
":wvm_token_handler",
|
":wvm_token_handler",
|
||||||
"//base",
|
"//base",
|
||||||
"//strings",
|
"//common:status",
|
||||||
"@abseil_repo//absl/strings",
|
|
||||||
"@abseil_repo//absl/synchronization",
|
|
||||||
"@abseil_repo//absl/time",
|
|
||||||
"//util/gtl:map_util",
|
|
||||||
"//util:status",
|
|
||||||
"//protos/public:client_identification_proto",
|
"//protos/public:client_identification_proto",
|
||||||
"//protos/public:drm_certificate_proto",
|
"//protos/public:drm_certificate_proto",
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
"//protos/public:license_protocol_proto",
|
"//protos/public:license_protocol_proto",
|
||||||
"//protos/public:signed_drm_certificate_proto",
|
"//protos/public:signed_drm_certificate_proto",
|
||||||
|
"//strings",
|
||||||
|
"//util/gtl:map_util",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
|
"@abseil_repo//absl/synchronization",
|
||||||
|
"@abseil_repo//absl/time",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -88,16 +88,16 @@ cc_test(
|
|||||||
":error_space",
|
":error_space",
|
||||||
":wvm_test_keys",
|
":wvm_test_keys",
|
||||||
"//base",
|
"//base",
|
||||||
"//strings",
|
|
||||||
"//testing:gunit_main",
|
|
||||||
"@abseil_repo//absl/strings",
|
|
||||||
"@abseil_repo//absl/synchronization",
|
|
||||||
"@abseil_repo//absl/time",
|
|
||||||
"//common:rsa_key",
|
"//common:rsa_key",
|
||||||
"//common:rsa_test_keys",
|
"//common:rsa_test_keys",
|
||||||
"//protos/public:drm_certificate_proto",
|
"//protos/public:drm_certificate_proto",
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
"//protos/public:signed_drm_certificate_proto",
|
"//protos/public:signed_drm_certificate_proto",
|
||||||
|
"//strings",
|
||||||
|
"//testing:gunit_main",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
|
"@abseil_repo//absl/synchronization",
|
||||||
|
"@abseil_repo//absl/time",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -115,14 +115,14 @@ cc_library(
|
|||||||
":rsa_key",
|
":rsa_key",
|
||||||
":signing_key_util",
|
":signing_key_util",
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/strings",
|
"//common:status",
|
||||||
"@abseil_repo//absl/synchronization",
|
|
||||||
"//util/gtl:map_util",
|
|
||||||
"//util:status",
|
|
||||||
"//protos/public:client_identification_proto",
|
"//protos/public:client_identification_proto",
|
||||||
"//protos/public:device_certificate_status_proto",
|
"//protos/public:device_certificate_status_proto",
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
"//protos/public:provisioned_device_info_proto",
|
"//protos/public:provisioned_device_info_proto",
|
||||||
|
"//util/gtl:map_util",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
|
"@abseil_repo//absl/synchronization",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -134,14 +134,14 @@ cc_test(
|
|||||||
":client_cert",
|
":client_cert",
|
||||||
":device_status_list",
|
":device_status_list",
|
||||||
"//base",
|
"//base",
|
||||||
"//testing:gunit_main",
|
|
||||||
"@abseil_repo//absl/strings",
|
|
||||||
"//common:rsa_key",
|
"//common:rsa_key",
|
||||||
"//common:rsa_test_keys",
|
"//common:rsa_test_keys",
|
||||||
"//protos/public:client_identification_proto",
|
"//protos/public:client_identification_proto",
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
"//protos/public:provisioned_device_info_proto",
|
"//protos/public:provisioned_device_info_proto",
|
||||||
"//protos/public:signed_drm_certificate_proto",
|
"//protos/public:signed_drm_certificate_proto",
|
||||||
|
"//testing:gunit_main",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -155,14 +155,14 @@ cc_library(
|
|||||||
":rsa_key",
|
":rsa_key",
|
||||||
":sha_util",
|
":sha_util",
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/memory",
|
"//common:status",
|
||||||
"@abseil_repo//absl/strings",
|
|
||||||
"@abseil_repo//absl/synchronization",
|
|
||||||
"//external:openssl",
|
"//external:openssl",
|
||||||
"//util:status",
|
|
||||||
"//protos/public:drm_certificate_proto",
|
"//protos/public:drm_certificate_proto",
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
"//protos/public:signed_drm_certificate_proto",
|
"//protos/public:signed_drm_certificate_proto",
|
||||||
|
"@abseil_repo//absl/memory",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
|
"@abseil_repo//absl/synchronization",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -178,10 +178,10 @@ cc_test(
|
|||||||
":test_drm_certificates",
|
":test_drm_certificates",
|
||||||
"//base",
|
"//base",
|
||||||
"//external:protobuf",
|
"//external:protobuf",
|
||||||
"//testing:gunit_main",
|
|
||||||
"//protos/public:drm_certificate_proto",
|
"//protos/public:drm_certificate_proto",
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
"//protos/public:signed_drm_certificate_proto",
|
"//protos/public:signed_drm_certificate_proto",
|
||||||
|
"//testing:gunit_main",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -194,10 +194,10 @@ cc_library(
|
|||||||
":drm_service_certificate",
|
":drm_service_certificate",
|
||||||
":error_space",
|
":error_space",
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/strings",
|
"//common:status",
|
||||||
"//util:status",
|
|
||||||
"//protos/public:client_identification_proto",
|
"//protos/public:client_identification_proto",
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -220,9 +220,9 @@ cc_test(
|
|||||||
":rsa_test_keys",
|
":rsa_test_keys",
|
||||||
":rsa_util",
|
":rsa_util",
|
||||||
"//base",
|
"//base",
|
||||||
|
"//external:openssl",
|
||||||
"//testing:gunit",
|
"//testing:gunit",
|
||||||
"//testing:gunit_main",
|
"//testing:gunit_main",
|
||||||
"//external:openssl",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -307,9 +307,9 @@ cc_library(
|
|||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/strings",
|
|
||||||
"//external:openssl",
|
"//external:openssl",
|
||||||
"//util/endian",
|
"//util/endian",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -332,8 +332,8 @@ cc_library(
|
|||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/strings",
|
|
||||||
"//external:openssl",
|
"//external:openssl",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -416,7 +416,7 @@ cc_library(
|
|||||||
":rsa_key",
|
":rsa_key",
|
||||||
":sha_util",
|
":sha_util",
|
||||||
"//base",
|
"//base",
|
||||||
"//util:status",
|
"//common:status",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -438,10 +438,10 @@ cc_test(
|
|||||||
deps = [
|
deps = [
|
||||||
":crypto_util",
|
":crypto_util",
|
||||||
":signing_key_util",
|
":signing_key_util",
|
||||||
|
"//protos/public:license_protocol_proto",
|
||||||
"//testing:gunit",
|
"//testing:gunit",
|
||||||
"//testing:gunit_main",
|
"//testing:gunit_main",
|
||||||
"@abseil_repo//absl/strings",
|
"@abseil_repo//absl/strings",
|
||||||
"//protos/public:license_protocol_proto",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -465,11 +465,11 @@ cc_library(
|
|||||||
":ecb_util",
|
":ecb_util",
|
||||||
":sha_util",
|
":sha_util",
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/strings",
|
"//common:status",
|
||||||
"@abseil_repo//absl/synchronization",
|
|
||||||
"//util/endian",
|
"//util/endian",
|
||||||
"//util/gtl:map_util",
|
"//util/gtl:map_util",
|
||||||
"//util:status",
|
"@abseil_repo//absl/strings",
|
||||||
|
"@abseil_repo//absl/synchronization",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -503,9 +503,9 @@ cc_library(
|
|||||||
srcs = ["error_space.cc"],
|
srcs = ["error_space.cc"],
|
||||||
hdrs = ["error_space.h"],
|
hdrs = ["error_space.h"],
|
||||||
deps = [
|
deps = [
|
||||||
"//util:status",
|
"//common:status",
|
||||||
"//util:proto_status",
|
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
|
"//util:proto_status",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -520,12 +520,12 @@ cc_library(
|
|||||||
":rsa_key",
|
":rsa_key",
|
||||||
":x509_cert",
|
":x509_cert",
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/strings",
|
"//common:status",
|
||||||
"@abseil_repo//absl/synchronization",
|
|
||||||
"//util:status",
|
|
||||||
"//protos/public:client_identification_proto",
|
"//protos/public:client_identification_proto",
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
"//protos/public:remote_attestation_proto",
|
"//protos/public:remote_attestation_proto",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
|
"@abseil_repo//absl/synchronization",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -541,14 +541,14 @@ cc_library(
|
|||||||
":rsa_key",
|
":rsa_key",
|
||||||
":rsa_util",
|
":rsa_util",
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/strings",
|
"//common:status",
|
||||||
"@abseil_repo//absl/synchronization",
|
|
||||||
"//util/gtl:map_util",
|
|
||||||
"//util:status",
|
|
||||||
"//protos/public:client_identification_proto",
|
"//protos/public:client_identification_proto",
|
||||||
"//protos/public:drm_certificate_proto",
|
"//protos/public:drm_certificate_proto",
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
"//protos/public:signed_drm_certificate_proto",
|
"//protos/public:signed_drm_certificate_proto",
|
||||||
|
"//util/gtl:map_util",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
|
"@abseil_repo//absl/synchronization",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -566,13 +566,13 @@ cc_test(
|
|||||||
":test_drm_certificates",
|
":test_drm_certificates",
|
||||||
"//base",
|
"//base",
|
||||||
"//external:protobuf",
|
"//external:protobuf",
|
||||||
"//testing:gunit_main",
|
|
||||||
"@abseil_repo//absl/strings",
|
|
||||||
"//protos/public:client_identification_proto",
|
"//protos/public:client_identification_proto",
|
||||||
"//protos/public:drm_certificate_proto",
|
"//protos/public:drm_certificate_proto",
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
"//protos/public:license_server_sdk_proto",
|
"//protos/public:license_server_sdk_proto",
|
||||||
"//protos/public:signed_drm_certificate_proto",
|
"//protos/public:signed_drm_certificate_proto",
|
||||||
|
"//testing:gunit_main",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -583,9 +583,9 @@ cc_library(
|
|||||||
deps = [
|
deps = [
|
||||||
":vmp_checker",
|
":vmp_checker",
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/strings",
|
"//common:status",
|
||||||
"//util:status",
|
|
||||||
"//protos/public:license_protocol_proto",
|
"//protos/public:license_protocol_proto",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -598,10 +598,10 @@ cc_library(
|
|||||||
":openssl_util",
|
":openssl_util",
|
||||||
":rsa_key",
|
":rsa_key",
|
||||||
"//base",
|
"//base",
|
||||||
|
"//common:status",
|
||||||
|
"//external:openssl",
|
||||||
"@abseil_repo//absl/strings",
|
"@abseil_repo//absl/strings",
|
||||||
"@abseil_repo//absl/synchronization",
|
"@abseil_repo//absl/synchronization",
|
||||||
"//external:openssl",
|
|
||||||
"//util:status",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -612,8 +612,8 @@ cc_library(
|
|||||||
hdrs = ["test_utils.h"],
|
hdrs = ["test_utils.h"],
|
||||||
deps = [
|
deps = [
|
||||||
"//base",
|
"//base",
|
||||||
|
"//common:status",
|
||||||
"//external:openssl",
|
"//external:openssl",
|
||||||
"//util:status",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -641,7 +641,7 @@ cc_library(
|
|||||||
":rsa_key",
|
":rsa_key",
|
||||||
":x509_cert",
|
":x509_cert",
|
||||||
"//base",
|
"//base",
|
||||||
"//util:status",
|
"//common:status",
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
"//protos/public:verified_media_pipeline_proto",
|
"//protos/public:verified_media_pipeline_proto",
|
||||||
],
|
],
|
||||||
@@ -655,10 +655,10 @@ cc_test(
|
|||||||
":rsa_key",
|
":rsa_key",
|
||||||
":vmp_checker",
|
":vmp_checker",
|
||||||
"//base",
|
"//base",
|
||||||
"//testing:gunit_main",
|
|
||||||
"@abseil_repo//absl/strings",
|
|
||||||
"//protos/public:errors_proto",
|
"//protos/public:errors_proto",
|
||||||
"//protos/public:verified_media_pipeline_proto",
|
"//protos/public:verified_media_pipeline_proto",
|
||||||
|
"//testing:gunit_main",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -668,7 +668,7 @@ cc_library(
|
|||||||
hdrs = ["string_util.h"],
|
hdrs = ["string_util.h"],
|
||||||
deps = [
|
deps = [
|
||||||
"//base",
|
"//base",
|
||||||
"//util:status",
|
"//common:status",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -26,15 +26,15 @@ cc_library(
|
|||||||
hdrs = ["ecm.h"],
|
hdrs = ["ecm.h"],
|
||||||
deps = [
|
deps = [
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/base:core_headers",
|
|
||||||
"@abseil_repo//absl/strings",
|
|
||||||
"//util:status",
|
|
||||||
"//common:aes_cbc_util",
|
"//common:aes_cbc_util",
|
||||||
"//common:random_util",
|
"//common:random_util",
|
||||||
|
"//common:status",
|
||||||
"//common:string_util",
|
"//common:string_util",
|
||||||
"//media_cas_packager_sdk/public:wv_cas_types",
|
"//media_cas_packager_sdk/public:wv_cas_types",
|
||||||
"//protos/public:media_cas_encryption_proto",
|
"//protos/public:media_cas_encryption_proto",
|
||||||
"//protos/public:media_cas_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"],
|
srcs = ["ecm_test.cc"],
|
||||||
deps = [
|
deps = [
|
||||||
":ecm",
|
":ecm",
|
||||||
"//testing:gunit_main",
|
"//common:status",
|
||||||
"//util:status",
|
|
||||||
"//media_cas_packager_sdk/public:wv_cas_types",
|
"//media_cas_packager_sdk/public:wv_cas_types",
|
||||||
"//protos/public:media_cas_encryption_proto",
|
"//protos/public:media_cas_encryption_proto",
|
||||||
|
"//testing:gunit_main",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ cc_library(
|
|||||||
hdrs = ["ecm_generator.h"],
|
hdrs = ["ecm_generator.h"],
|
||||||
deps = [
|
deps = [
|
||||||
"//base",
|
"//base",
|
||||||
"//util:status",
|
"//common:status",
|
||||||
"//media_cas_packager_sdk/internal:ecm",
|
"//media_cas_packager_sdk/internal:ecm",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -68,10 +68,10 @@ cc_test(
|
|||||||
srcs = ["ecm_generator_test.cc"],
|
srcs = ["ecm_generator_test.cc"],
|
||||||
deps = [
|
deps = [
|
||||||
":ecm_generator",
|
":ecm_generator",
|
||||||
"//testing:gunit_main",
|
|
||||||
"@abseil_repo//absl/memory",
|
|
||||||
"//common:aes_cbc_util",
|
"//common:aes_cbc_util",
|
||||||
"//protos/public:media_cas_encryption_proto",
|
"//protos/public:media_cas_encryption_proto",
|
||||||
|
"//testing:gunit_main",
|
||||||
|
"@abseil_repo//absl/memory",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -88,12 +88,12 @@ cc_library(
|
|||||||
":fixed_key_fetcher",
|
":fixed_key_fetcher",
|
||||||
":util",
|
":util",
|
||||||
"//base",
|
"//base",
|
||||||
|
"//common:status",
|
||||||
|
"//example:constants",
|
||||||
|
"//media_cas_packager_sdk/public:wv_cas_types",
|
||||||
"@abseil_repo//absl/base:core_headers",
|
"@abseil_repo//absl/base:core_headers",
|
||||||
"@abseil_repo//absl/memory",
|
"@abseil_repo//absl/memory",
|
||||||
"@abseil_repo//absl/strings",
|
"@abseil_repo//absl/strings",
|
||||||
"//util:status",
|
|
||||||
"//example:constants",
|
|
||||||
"//media_cas_packager_sdk/public:wv_cas_types",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -107,7 +107,7 @@ cc_library(
|
|||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":key_fetcher",
|
":key_fetcher",
|
||||||
"//util:status",
|
"//common:status",
|
||||||
"//protos/public:media_cas_encryption_proto",
|
"//protos/public:media_cas_encryption_proto",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -117,7 +117,7 @@ cc_library(
|
|||||||
hdrs = [
|
hdrs = [
|
||||||
"key_fetcher.h",
|
"key_fetcher.h",
|
||||||
],
|
],
|
||||||
deps = ["//util:status"],
|
deps = ["//common:status"],
|
||||||
)
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
@@ -142,9 +142,9 @@ cc_library(
|
|||||||
":ecmg",
|
":ecmg",
|
||||||
":util",
|
":util",
|
||||||
"//base",
|
"//base",
|
||||||
|
"//common:status",
|
||||||
"@abseil_repo//absl/base:core_headers",
|
"@abseil_repo//absl/base:core_headers",
|
||||||
"@abseil_repo//absl/strings",
|
"@abseil_repo//absl/strings",
|
||||||
"//util:status",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -154,8 +154,8 @@ cc_test(
|
|||||||
srcs = ["simulcrypt_test.cc"],
|
srcs = ["simulcrypt_test.cc"],
|
||||||
deps = [
|
deps = [
|
||||||
":simulcrypt",
|
":simulcrypt",
|
||||||
"//testing:gunit_main",
|
|
||||||
"//example:test_simulcrypt_messages",
|
"//example:test_simulcrypt_messages",
|
||||||
|
"//testing:gunit_main",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -171,10 +171,10 @@ cc_library(
|
|||||||
deps = [
|
deps = [
|
||||||
":mpeg2ts",
|
":mpeg2ts",
|
||||||
"//base",
|
"//base",
|
||||||
|
"//common:status",
|
||||||
|
"//common:string_util",
|
||||||
"@abseil_repo//absl/base:core_headers",
|
"@abseil_repo//absl/base:core_headers",
|
||||||
"@abseil_repo//absl/strings",
|
"@abseil_repo//absl/strings",
|
||||||
"//util:status",
|
|
||||||
"//common:string_util",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -201,8 +201,8 @@ cc_library(
|
|||||||
":mpeg2ts",
|
":mpeg2ts",
|
||||||
":ts_packet",
|
":ts_packet",
|
||||||
"//base",
|
"//base",
|
||||||
|
"//common:status",
|
||||||
"@abseil_repo//absl/base:core_headers",
|
"@abseil_repo//absl/base:core_headers",
|
||||||
"//util:status",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user