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

Unified Diff: third_party/WebKit/Source/bindings/idl.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/modules/modules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/idl.gni
diff --git a/third_party/WebKit/Source/bindings/idl.gni b/third_party/WebKit/Source/bindings/idl.gni
index f214a8977b5fa8a7737fe52e2d079c5a9c38fc5c..4a5f00eececfa4881335f7b19133e99914a3baa3 100644
--- a/third_party/WebKit/Source/bindings/idl.gni
+++ b/third_party/WebKit/Source/bindings/idl.gni
@@ -13,6 +13,7 @@ generated_global_constructors_idl_files = [
"$blink_output_dir/ServiceWorkerGlobalScopeConstructors.idl",
"$blink_output_dir/CompositorWorkerGlobalScopeConstructors.idl",
"$blink_output_dir/PaintWorkletGlobalScopeConstructors.idl",
+ "$blink_output_dir/AudioWorkletGlobalScopeConstructors.idl",
]
generated_global_constructors_header_files = [
@@ -22,4 +23,5 @@ generated_global_constructors_header_files = [
"$blink_output_dir/ServiceWorkerGlobalScopeConstructors.h",
"$blink_output_dir/CompositorWorkerGlobalScopeConstructors.h",
"$blink_output_dir/PaintWorkletGlobalScopeConstructors.h",
+ "$blink_output_dir/AudioWorkletGlobalScopeConstructors.h",
]
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/modules/modules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698