Skip to content

Commit

Permalink
Tweaks to visibility and remove unused dependencies.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 642597788
  • Loading branch information
jwcullen committed Jun 13, 2024
1 parent 12e5c64 commit fe5a02f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion iamf/cli/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ cc_library(
"//iamf/obu:mix_presentation",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
],
)

Expand Down
9 changes: 3 additions & 6 deletions iamf/cli/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ cc_library(
testonly = True,
srcs = ["cli_test_utils.cc"],
hdrs = ["cli_test_utils.h"],
visibility = ["//iamf/cli:__subpackages__"],
visibility = [
"//iamf:__subpackages__",
],
deps = [
"//iamf/cli:audio_element_with_data",
"//iamf/cli:wav_reader",
Expand Down Expand Up @@ -35,7 +37,6 @@ cc_test(
"//iamf/obu:arbitrary_obu",
"//iamf/obu:obu_header",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:status_matchers",
"@com_google_googletest//:gtest_main",
"@com_google_protobuf//:protobuf",
],
Expand Down Expand Up @@ -238,7 +239,6 @@ cc_test(
"//iamf/obu:ia_sequence_header",
"//iamf/obu:obu_header",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:status_matchers",
"@com_google_googletest//:gtest_main",
"@com_google_protobuf//:protobuf",
],
Expand All @@ -251,7 +251,6 @@ cc_test(
"//iamf/cli:iamf_components",
"//iamf/cli/proto:test_vector_metadata_cc_proto",
"//iamf/cli/proto:user_metadata_cc_proto",
"@com_google_absl//absl/status:status_matchers",
"@com_google_googletest//:gtest_main",
"@com_google_protobuf//:protobuf",
],
Expand Down Expand Up @@ -282,7 +281,6 @@ cc_test(
"//iamf/cli/proto:temporal_delimiter_cc_proto",
"//iamf/cli/proto:user_metadata_cc_proto",
"//iamf/obu:mix_presentation",
"@com_google_absl//absl/status:status_matchers",
"@com_google_googletest//:gtest_main",
],
)
Expand Down Expand Up @@ -434,7 +432,6 @@ cc_test(
"//iamf/cli/proto:user_metadata_cc_proto",
"//iamf/obu:audio_element",
"//iamf/obu:mix_presentation",
"@com_google_absl//absl/status:status_matchers",
"@com_google_googletest//:gtest_main",
],
)
Expand Down

0 comments on commit fe5a02f

Please sign in to comment.