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

Unified Diff: third_party/WebKit/Source/modules/webaudio/BUILD.gn

Issue 2134813002: Implement ConstantSourceNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 2 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
Index: third_party/WebKit/Source/modules/webaudio/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/webaudio/BUILD.gn b/third_party/WebKit/Source/modules/webaudio/BUILD.gn
index 51379f4f0283f9dce1868743ee9ea044469af775..d14bc39900abbd30b89b1eec17098a63bcb800ce 100644
--- a/third_party/WebKit/Source/modules/webaudio/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webaudio/BUILD.gn
@@ -56,6 +56,8 @@ blink_modules_sources("webaudio") {
"ChannelMergerNode.h",
"ChannelSplitterNode.cpp",
"ChannelSplitterNode.h",
+ "ConstantSourceNode.cpp",
+ "ConstantSourceNode.h",
"ConvolverNode.cpp",
"ConvolverNode.h",
"DefaultAudioDestinationNode.cpp",

Powered by Google App Engine
This is Rietveld 408576698