util:status -> common:status

This commit is contained in:
Fang Yu
2018-12-07 16:45:21 -08:00
parent 121d554c20
commit f3be3be9dd
2 changed files with 71 additions and 71 deletions

View File

@@ -26,15 +26,15 @@ cc_library(
hdrs = ["ecm.h"],
deps = [
"//base",
"@abseil_repo//absl/base:core_headers",
"@abseil_repo//absl/strings",
"//util: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",
"//util:status",
"//common:status",
"//media_cas_packager_sdk/public:wv_cas_types",
"//protos/public:media_cas_encryption_proto",
"//testing:gunit_main",
],
)
@@ -57,7 +57,7 @@ cc_library(
hdrs = ["ecm_generator.h"],
deps = [
"//base",
"//util:status",
"//common:status",
"//media_cas_packager_sdk/internal:ecm",
],
)
@@ -68,10 +68,10 @@ cc_test(
srcs = ["ecm_generator_test.cc"],
deps = [
":ecm_generator",
"//testing:gunit_main",
"@abseil_repo//absl/memory",
"//common:aes_cbc_util",
"//protos/public:media_cas_encryption_proto",
"//testing:gunit_main",
"@abseil_repo//absl/memory",
],
)
@@ -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",
"//util:status",
"//example:constants",
"//media_cas_packager_sdk/public:wv_cas_types",
],
)
@@ -107,7 +107,7 @@ cc_library(
],
deps = [
":key_fetcher",
"//util:status",
"//common:status",
"//protos/public:media_cas_encryption_proto",
],
)
@@ -117,7 +117,7 @@ cc_library(
hdrs = [
"key_fetcher.h",
],
deps = ["//util:status"],
deps = ["//common:status"],
)
cc_library(
@@ -142,9 +142,9 @@ cc_library(
":ecmg",
":util",
"//base",
"//common:status",
"@abseil_repo//absl/base:core_headers",
"@abseil_repo//absl/strings",
"//util:status",
],
)
@@ -154,8 +154,8 @@ cc_test(
srcs = ["simulcrypt_test.cc"],
deps = [
":simulcrypt",
"//testing:gunit_main",
"//example:test_simulcrypt_messages",
"//testing:gunit_main",
],
)
@@ -171,10 +171,10 @@ cc_library(
deps = [
":mpeg2ts",
"//base",
"//common:status",
"//common:string_util",
"@abseil_repo//absl/base:core_headers",
"@abseil_repo//absl/strings",
"//util:status",
"//common:string_util",
],
)
@@ -201,8 +201,8 @@ cc_library(
":mpeg2ts",
":ts_packet",
"//base",
"//common:status",
"@abseil_repo//absl/base:core_headers",
"//util:status",
],
)