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

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

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/bindings/modules/modules.gni
diff --git a/third_party/WebKit/Source/bindings/modules/modules.gni b/third_party/WebKit/Source/bindings/modules/modules.gni
index 3ae78b19dd1756361d2a40c828c23789073a2243..94e9b092267b8c9e083ce4fdbf8da64156938929 100644
--- a/third_party/WebKit/Source/bindings/modules/modules.gni
+++ b/third_party/WebKit/Source/bindings/modules/modules.gni
@@ -12,6 +12,7 @@ modules_core_global_constructors_original_interfaces = [
"CompositorWorkerGlobalScope",
"PaintWorkletGlobalScope",
"ServiceWorkerGlobalScope",
+ "AudioWorkletGlobalScope",
]
modules_global_constructors_original_interfaces = [
@@ -21,6 +22,7 @@ modules_global_constructors_original_interfaces = [
"PaintWorkletGlobalScope",
"ServiceWorkerGlobalScope",
"SharedWorkerGlobalScope",
+ "AudioWorkletGlobalScope",
]
modules_core_global_constructors_generated_idl_files = []
« no previous file with comments | « third_party/WebKit/Source/bindings/idl.gni ('k') | third_party/WebKit/Source/bindings/scripts/v8_utilities.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698