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

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

Issue 2549093009: Introduce PushPullFIFO class and remove other FIFOs (Closed)
Patch Set: Death test comparison string dropped after l-g-t-m 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 6c36e04058b771ef930b2440d15eb9a253514aff..d053681f6c8d8d3d638c03bb7da8d3604b676690 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -405,14 +405,10 @@ 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",
@@ -459,6 +455,8 @@ 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",
@@ -1699,6 +1697,7 @@ 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