Skip to content

Commit

Permalink
Further removal of unused proto includes and build deps
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 726146469
  • Loading branch information
trevorknight authored and jwcullen committed Feb 12, 2025
1 parent 6615127 commit 715a73b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 21 deletions.
4 changes: 0 additions & 4 deletions iamf/cli/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ cc_library(
deps = [
":audio_element_with_data",
":cli_util",
"//iamf/cli/proto:parameter_block_cc_proto",
"//iamf/cli/proto:user_metadata_cc_proto",
"//iamf/common/utils:macros",
"//iamf/common/utils:validation_utils",
"//iamf/obu:audio_element",
Expand Down Expand Up @@ -495,8 +493,6 @@ cc_library(
":parameter_block_with_data",
":renderer_factory",
":sample_processor_base",
"//iamf/cli/proto:mix_presentation_cc_proto",
"//iamf/cli/proto:test_vector_metadata_cc_proto",
"//iamf/cli/renderer:audio_element_renderer_base",
"//iamf/common/utils:macros",
"//iamf/common/utils:numeric_utils",
Expand Down
1 change: 0 additions & 1 deletion iamf/cli/global_timing_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "absl/strings/str_cat.h"
#include "iamf/cli/audio_element_with_data.h"
#include "iamf/cli/cli_util.h"
#include "iamf/cli/proto/parameter_block.pb.h"
#include "iamf/common/utils/macros.h"
#include "iamf/common/utils/validation_utils.h"
#include "iamf/obu/audio_element.h"
Expand Down
1 change: 0 additions & 1 deletion iamf/cli/global_timing_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include "absl/container/flat_hash_map.h"
#include "absl/status/status.h"
#include "iamf/cli/audio_element_with_data.h"
#include "iamf/cli/proto/user_metadata.pb.h"
#include "iamf/obu/param_definitions.h"
#include "iamf/obu/types.h"

Expand Down
6 changes: 0 additions & 6 deletions iamf/cli/renderer/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ cc_library(
":renderer_utils",
"//iamf/cli:audio_element_with_data",
"//iamf/cli:channel_label",
"//iamf/cli/proto:mix_presentation_cc_proto",
"//iamf/cli/proto:test_vector_metadata_cc_proto",
"//iamf/common/utils:macros",
"//iamf/obu:audio_element",
"//iamf/obu:mix_presentation",
Expand Down Expand Up @@ -54,8 +52,6 @@ cc_library(
":loudspeakers_renderer",
":renderer_utils",
"//iamf/cli:channel_label",
"//iamf/cli/proto:mix_presentation_cc_proto",
"//iamf/cli/proto:test_vector_metadata_cc_proto",
"//iamf/common/utils:macros",
"//iamf/common/utils:map_utils",
"//iamf/common/utils:validation_utils",
Expand All @@ -81,8 +77,6 @@ cc_library(
deps = [
":audio_element_renderer_base",
"//iamf/cli:channel_label",
"//iamf/cli/proto:mix_presentation_cc_proto",
"//iamf/cli/proto:test_vector_metadata_cc_proto",
"//iamf/common/utils:macros",
"//iamf/common/utils:map_utils",
"//iamf/common/utils:sample_processing_utils",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include "absl/types/span.h"
#include "iamf/cli/audio_element_with_data.h"
#include "iamf/cli/channel_label.h"
#include "iamf/cli/proto/mix_presentation.pb.h"
#include "iamf/cli/proto/test_vector_metadata.pb.h"
#include "iamf/cli/renderer/loudspeakers_renderer.h"
#include "iamf/cli/renderer/renderer_utils.h"
#include "iamf/common/utils/macros.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
#include "iamf/cli/channel_label.h"
#include "iamf/cli/proto/mix_presentation.pb.h"
#include "iamf/cli/proto/test_vector_metadata.pb.h"
#include "iamf/cli/renderer/loudspeakers_renderer.h"
#include "iamf/cli/renderer/renderer_utils.h"
#include "iamf/common/utils/macros.h"
Expand Down
2 changes: 0 additions & 2 deletions iamf/cli/renderer/audio_element_renderer_passthrough.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
#include "iamf/cli/channel_label.h"
#include "iamf/cli/proto/mix_presentation.pb.h"
#include "iamf/cli/proto/test_vector_metadata.pb.h"
#include "iamf/common/utils/macros.h"
#include "iamf/common/utils/map_utils.h"
#include "iamf/common/utils/sample_processing_utils.h"
Expand Down
2 changes: 0 additions & 2 deletions iamf/cli/rendering_mix_presentation_finalizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
#include "iamf/cli/loudness_calculator_base.h"
#include "iamf/cli/loudness_calculator_factory_base.h"
#include "iamf/cli/parameter_block_with_data.h"
#include "iamf/cli/proto/mix_presentation.pb.h"
#include "iamf/cli/proto/test_vector_metadata.pb.h"
#include "iamf/cli/renderer/audio_element_renderer_base.h"
#include "iamf/cli/renderer_factory.h"
#include "iamf/cli/sample_processor_base.h"
Expand Down
1 change: 0 additions & 1 deletion iamf/cli/rendering_mix_presentation_finalizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "iamf/cli/loudness_calculator_base.h"
#include "iamf/cli/loudness_calculator_factory_base.h"
#include "iamf/cli/parameter_block_with_data.h"
#include "iamf/cli/proto/mix_presentation.pb.h"
#include "iamf/cli/renderer/audio_element_renderer_base.h"
#include "iamf/cli/renderer_factory.h"
#include "iamf/cli/sample_processor_base.h"
Expand Down

0 comments on commit 715a73b

Please sign in to comment.