| 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",
|
| ]
|
|
|