Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(660)

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2686893002: Revert "This CL is to reduce the complexity of current FIFO structure." (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/audio/AudioDestination.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 3aa8cb9a4bedb648498f15b217c49718da319e82..3f266907766e9a6707a87eaea1ae6e126d79b352 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -405,10 +405,14 @@ component("platform") {
"audio/AudioDestination.cpp",
"audio/AudioDestination.h",
"audio/AudioDestinationConsumer.h",
+ "audio/AudioFIFO.cpp",
+ "audio/AudioFIFO.h",
"audio/AudioFileReader.h",
"audio/AudioIOCallback.h",
"audio/AudioProcessor.cpp",
"audio/AudioProcessor.h",
+ "audio/AudioPullFIFO.cpp",
+ "audio/AudioPullFIFO.h",
"audio/AudioResampler.cpp",
"audio/AudioResampler.h",
"audio/AudioResamplerKernel.cpp",
@@ -455,8 +459,6 @@ component("platform") {
"audio/MultiChannelResampler.h",
"audio/Panner.cpp",
"audio/Panner.h",
- "audio/PushPullFIFO.cpp",
- "audio/PushPullFIFO.h",
"audio/Reverb.cpp",
"audio/Reverb.h",
"audio/ReverbAccumulationBuffer.cpp",
@@ -1697,7 +1699,6 @@ test("blink_platform_unittests") {
"animation/CompositorAnimationTimelineTest.cpp",
"animation/CompositorFloatAnimationCurveTest.cpp",
"animation/TimingFunctionTest.cpp",
- "audio/PushPullFIFOTest.cpp",
"blob/BlobDataTest.cpp",
"exported/FilePathConversionTest.cpp",
"exported/WebStringTest.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/audio/AudioDestination.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698