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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1960533003: [DO NOT SUBMIT] AudioWorklet FS1: importing scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 962538484a25ffd8b4e842a5e754e7fad0248a2a..0eed97170fb0123986be1bbd683a02db5267d3e9 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -228,6 +228,7 @@
'webaudio/AudioParam.idl',
'webaudio/AudioProcessingEvent.idl',
'webaudio/AudioSourceNode.idl',
+ 'webaudio/AudioWorkletGlobalScope.idl',
'webaudio/BiquadFilterNode.idl',
'webaudio/ChannelMergerNode.idl',
'webaudio/ChannelSplitterNode.idl',
@@ -402,6 +403,7 @@
'vibration/NavigatorVibration.idl',
'vr/NavigatorVRDevice.idl',
'wake_lock/ScreenWakeLock.idl',
+ 'webaudio/WindowAudioWorklet.idl',
'webaudio/WindowWebAudio.idl',
'webdatabase/WindowWebDatabase.idl',
'webgl/WebGL2RenderingContextBase.idl',
@@ -1628,6 +1630,12 @@
'webaudio/AudioSourceNode.h',
'webaudio/AudioSummingJunction.cpp',
'webaudio/AudioSummingJunction.h',
+ 'webaudio/AudioWorklet.cpp',
+ 'webaudio/AudioWorklet.h',
+ 'webaudio/AudioWorkletGlobalScope.cpp',
+ 'webaudio/AudioWorkletGlobalScope.h',
+ 'webaudio/AudioWorkletProcessorDefinition.cpp',
+ 'webaudio/AudioWorkletProcessorDefinition.h',
'webaudio/BiquadDSPKernel.cpp',
'webaudio/BiquadDSPKernel.h',
'webaudio/BiquadFilterNode.cpp',
@@ -1690,6 +1698,8 @@
'webaudio/WaveShaperNode.h',
'webaudio/WaveShaperProcessor.cpp',
'webaudio/WaveShaperProcessor.h',
+ 'webaudio/WindowAudioWorklet.cpp',
+ 'webaudio/WindowAudioWorklet.h',
'webdatabase/ChangeVersionData.h',
'webdatabase/ChangeVersionWrapper.cpp',
'webdatabase/ChangeVersionWrapper.h',
@@ -2010,6 +2020,7 @@
'push_messaging/PushMessageDataTest.cpp',
'serviceworkers/ServiceWorkerContainerTest.cpp',
'webaudio/AudioBasicProcessorHandlerTest.cpp',
+ 'webaudio/AudioWorkletTest.cpp',
'webaudio/ConvolverNodeTest.cpp',
'webaudio/DynamicsCompressorNodeTest.cpp',
'webaudio/ScriptProcessorNodeTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/core/dom/ExecutionContext.h ('k') | third_party/WebKit/Source/modules/webaudio/AudioWorklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698