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

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

Issue 2372303002: [worklets] Add AudioWorkletGlobalScope and AudioWorkletThread (Closed)
Patch Set: Fixing nits after l-g-t-m 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
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9943fc368638f773e23b1d23c936897a6ac1a372 100644
--- a/third_party/WebKit/Source/modules/webaudio/BUILD.gn
+++ b/third_party/WebKit/Source/modules/webaudio/BUILD.gn
@@ -44,6 +44,10 @@ blink_modules_sources("webaudio") {
"AudioSummingJunction.h",
"AudioWorklet.cpp",
"AudioWorklet.h",
+ "AudioWorkletGlobalScope.cpp",
+ "AudioWorkletGlobalScope.h",
+ "AudioWorkletThread.cpp",
+ "AudioWorkletThread.h",
"BaseAudioContext.cpp",
"BaseAudioContext.h",
"BiquadDSPKernel.cpp",
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698