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

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

Issue 2793593002: AudioWorklet prototype
Patch Set: Merge changes, AudioParam bug fix Created 3 years, 5 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 e9ecd2ac7d8f180b50e3996854c2e07f76c3e66b..4af9f0d7969336b7a1c9503f101950d028199bad 100644
--- a/third_party/WebKit/Source/modules/webaudio/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webaudio/BUILD.gn
@@ -48,6 +48,10 @@ blink_modules_sources("webaudio") {
"AudioWorkletGlobalScope.h",
"AudioWorkletMessagingProxy.cpp",
"AudioWorkletMessagingProxy.h",
+ "AudioWorkletNode.cpp",
+ "AudioWorkletNode.h",
+ "AudioWorkletObjectProxy.cpp",
+ "AudioWorkletObjectProxy.h",
"AudioWorkletProcessor.cpp",
"AudioWorkletProcessor.h",
"AudioWorkletProcessorDefinition.cpp",

Powered by Google App Engine
This is Rietveld 408576698