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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2372303002: [worklets] Add AudioWorkletGlobalScope and AudioWorkletThread (Closed)
Patch Set: Add a unit test for AudioWorkletThread Created 4 years, 3 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_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 1c4ec19711289625f591599c62166592226bf369..1a82b9da66f2409511ffcf24d894e1834566a014 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -12,6 +12,7 @@ blink_modules_output_dir = "$root_gen_dir/blink/modules"
modules_core_global_constructors_original_interfaces = [
"CompositorWorkerGlobalScope",
+ "AudioWorkletGlobalScope",
nhiroki 2016/09/30 11:28:57 Can you sort this in alphabetical order?
hongchan 2016/10/11 23:42:38 Done.
"PaintWorkletGlobalScope",
"ServiceWorkerGlobalScope",
]
@@ -20,6 +21,7 @@ modules_global_constructors_original_interfaces = [
"Window",
"CompositorWorkerGlobalScope",
"DedicatedWorkerGlobalScope",
+ "AudioWorkletGlobalScope",
nhiroki 2016/09/30 11:28:57 ditto.
hongchan 2016/10/11 23:42:38 Done.
"PaintWorkletGlobalScope",
"ServiceWorkerGlobalScope",
"SharedWorkerGlobalScope",
@@ -267,6 +269,7 @@ modules_idl_files =
"webaudio/AudioParam.idl",
"webaudio/AudioProcessingEvent.idl",
"webaudio/AudioSourceNode.idl",
+ "webaudio/AudioWorkletGlobalScope.idl",
"webaudio/BaseAudioContext.idl",
"webaudio/BiquadFilterNode.idl",
"webaudio/ChannelMergerNode.idl",

Powered by Google App Engine
This is Rietveld 408576698