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

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

Issue 2866503002: Revert removal of AudioBufferCallback (Closed)
Patch Set: Add AudioBufferCallback.{h,idl} Created 3 years, 7 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 8cfcd6422f06f2e2b6d04d82c7e53ddc4ace513a..b10d919cf171d6653188207bc3b1db57d7d2e4e4 100644
--- a/third_party/WebKit/Source/modules/webaudio/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webaudio/BUILD.gn
@@ -16,6 +16,7 @@ blink_modules_sources("webaudio") {
"AudioBasicProcessorHandler.h",
"AudioBuffer.cpp",
"AudioBuffer.h",
+ "AudioBufferCallback.h",
"AudioBufferSourceNode.cpp",
"AudioBufferSourceNode.h",
"AudioContext.cpp",

Powered by Google App Engine
This is Rietveld 408576698