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

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

Issue 2372303002: [worklets] Add AudioWorkletGlobalScope and AudioWorkletThread (Closed)
Patch Set: Addressing feedback (1) 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
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 e32744ebd2a76aa446da5d7e37b15924b716bdd1..043c64834a5081d7221588def9f575b43abe6f5d 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -11,18 +11,20 @@ bindings_modules_output_dir = "$bindings_output_dir/modules"
blink_modules_output_dir = "$root_gen_dir/blink/modules"
modules_core_global_constructors_original_interfaces = [
+ "AudioWorkletGlobalScope",
"CompositorWorkerGlobalScope",
"PaintWorkletGlobalScope",
"ServiceWorkerGlobalScope",
]
modules_global_constructors_original_interfaces = [
- "Window",
+ "AudioWorkletGlobalScope",
"CompositorWorkerGlobalScope",
"DedicatedWorkerGlobalScope",
"PaintWorkletGlobalScope",
"ServiceWorkerGlobalScope",
"SharedWorkerGlobalScope",
+ "Window",
]
# The interfaces aren't technically files, but we can treat them as file names
@@ -273,6 +275,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