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

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

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
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 625cb2b3d6acf0ff7aa96162c8ec53d7829c2c8d..7d3d486d41fadafa15775666d0565ba3df15c870 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
@@ -274,6 +276,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",
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698