util:status -> common:status
This commit is contained in:
@@ -39,13 +39,13 @@ cc_library(
|
|||||||
hdrs = glob(["*.h"]),
|
hdrs = glob(["*.h"]),
|
||||||
deps = [
|
deps = [
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/base:core_headers",
|
"//common:status",
|
||||||
"//util:status",
|
|
||||||
"//media_cas_packager_sdk/internal:ecm",
|
"//media_cas_packager_sdk/internal:ecm",
|
||||||
"//media_cas_packager_sdk/internal:ecm_generator",
|
"//media_cas_packager_sdk/internal:ecm_generator",
|
||||||
"//media_cas_packager_sdk/internal:key_fetcher",
|
"//media_cas_packager_sdk/internal:key_fetcher",
|
||||||
"//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",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -66,11 +66,11 @@ cc_library(
|
|||||||
deps = [
|
deps = [
|
||||||
":wv_cas_types",
|
":wv_cas_types",
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/base:core_headers",
|
"//common:status",
|
||||||
"@abseil_repo//absl/strings",
|
|
||||||
"//util:status",
|
|
||||||
"//common:string_util",
|
"//common:string_util",
|
||||||
"//protos/public:media_cas_proto",
|
"//protos/public:media_cas_proto",
|
||||||
|
"@abseil_repo//absl/base:core_headers",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -81,8 +81,8 @@ cc_test(
|
|||||||
deps = [
|
deps = [
|
||||||
":wv_cas_ca_descriptor",
|
":wv_cas_ca_descriptor",
|
||||||
":wv_cas_types",
|
":wv_cas_types",
|
||||||
"//testing:gunit_main",
|
|
||||||
"//protos/public:media_cas_proto",
|
"//protos/public:media_cas_proto",
|
||||||
|
"//testing:gunit_main",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -94,17 +94,17 @@ cc_library(
|
|||||||
deps = [
|
deps = [
|
||||||
":wv_cas_types",
|
":wv_cas_types",
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/base:core_headers", # buildcleaner: keep
|
|
||||||
"@abseil_repo//absl/memory", # buildcleaner: keep
|
|
||||||
"@abseil_repo//absl/strings", # buildcleaner: keep
|
|
||||||
"//util:status",
|
|
||||||
"//common:crypto_util",
|
"//common:crypto_util",
|
||||||
|
"//common:status",
|
||||||
"//example:constants",
|
"//example:constants",
|
||||||
"//media_cas_packager_sdk/internal:ecm",
|
"//media_cas_packager_sdk/internal:ecm",
|
||||||
"//media_cas_packager_sdk/internal:ecm_generator",
|
"//media_cas_packager_sdk/internal:ecm_generator",
|
||||||
"//media_cas_packager_sdk/internal:fixed_key_fetcher",
|
"//media_cas_packager_sdk/internal:fixed_key_fetcher",
|
||||||
"//media_cas_packager_sdk/internal:mpeg2ts",
|
"//media_cas_packager_sdk/internal:mpeg2ts",
|
||||||
"//media_cas_packager_sdk/internal:util",
|
"//media_cas_packager_sdk/internal:util",
|
||||||
|
"@abseil_repo//absl/base:core_headers", # buildcleaner: keep
|
||||||
|
"@abseil_repo//absl/memory", # buildcleaner: keep
|
||||||
|
"@abseil_repo//absl/strings", # buildcleaner: keep
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -115,9 +115,9 @@ cc_test(
|
|||||||
deps = [
|
deps = [
|
||||||
":wv_cas_ecm",
|
":wv_cas_ecm",
|
||||||
":wv_cas_types",
|
":wv_cas_types",
|
||||||
|
"//media_cas_packager_sdk/internal:mpeg2ts",
|
||||||
"//testing:gunit_main",
|
"//testing:gunit_main",
|
||||||
"@abseil_repo//absl/strings",
|
"@abseil_repo//absl/strings",
|
||||||
"//media_cas_packager_sdk/internal:mpeg2ts",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -131,13 +131,13 @@ cc_library(
|
|||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//base",
|
"//base",
|
||||||
"@abseil_repo//absl/base:core_headers",
|
|
||||||
"@abseil_repo//absl/strings",
|
|
||||||
"//third_party/curl",
|
|
||||||
"//util:status",
|
|
||||||
"//common:signature_util",
|
"//common:signature_util",
|
||||||
|
"//common:status",
|
||||||
"//media_cas_packager_sdk/internal:key_fetcher",
|
"//media_cas_packager_sdk/internal:key_fetcher",
|
||||||
"//protos/public:media_cas_encryption_proto",
|
"//protos/public:media_cas_encryption_proto",
|
||||||
|
"//third_party/curl",
|
||||||
|
"@abseil_repo//absl/base:core_headers",
|
||||||
|
"@abseil_repo//absl/strings",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -150,11 +150,11 @@ cc_test(
|
|||||||
deps = [
|
deps = [
|
||||||
":wv_cas_key_fetcher",
|
":wv_cas_key_fetcher",
|
||||||
"//base",
|
"//base",
|
||||||
|
"//common:status",
|
||||||
"//external:protobuf",
|
"//external:protobuf",
|
||||||
|
"//protos/public:media_cas_encryption_proto",
|
||||||
"//testing:gunit_main",
|
"//testing:gunit_main",
|
||||||
"@abseil_repo//absl/strings",
|
"@abseil_repo//absl/strings",
|
||||||
"//util:status",
|
|
||||||
"//protos/public:media_cas_encryption_proto",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user