Skip to content

Commit

Permalink
Remove audio_resampler and audio_resampler_kernel
Browse files Browse the repository at this point in the history
These are unused, so removing them to avoid confusion.

Change-Id: I297633f23649fd52bf40182004c0eb9fec50cb52
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348938
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Michael Wilson <mjwilson@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1118890}
  • Loading branch information
Michael Wilson authored and Chromium LUCI CQ committed Mar 17, 2023
1 parent 40c9e47 commit bf03995
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 430 deletions.
4 changes: 0 additions & 4 deletions third_party/blink/renderer/platform/BUILD.gn
Expand Up @@ -318,10 +318,6 @@ component("platform") {
"audio/audio_io_callback.h",
"audio/audio_processor.cc",
"audio/audio_processor.h",
"audio/audio_resampler.cc",
"audio/audio_resampler.h",
"audio/audio_resampler_kernel.cc",
"audio/audio_resampler_kernel.h",
"audio/audio_source_provider.h",
"audio/audio_source_provider_client.h",
"audio/audio_utilities.cc",
Expand Down
119 changes: 0 additions & 119 deletions third_party/blink/renderer/platform/audio/audio_resampler.cc

This file was deleted.

77 changes: 0 additions & 77 deletions third_party/blink/renderer/platform/audio/audio_resampler.h

This file was deleted.

143 changes: 0 additions & 143 deletions third_party/blink/renderer/platform/audio/audio_resampler_kernel.cc

This file was deleted.

0 comments on commit bf03995

Please sign in to comment.