| Index: third_party/WebKit/Source/bindings/modules/generated.gyp
|
| diff --git a/third_party/WebKit/Source/bindings/modules/generated.gyp b/third_party/WebKit/Source/bindings/modules/generated.gyp
|
| index 1fb09c065f4cead10fc1df33eb0443d4dc19f185..d4a7a0c0e985bc9cd6761844cb3bff84eac950c1 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/generated.gyp
|
| +++ b/third_party/WebKit/Source/bindings/modules/generated.gyp
|
| @@ -151,6 +151,8 @@
|
| 'global_names_idl_files': [
|
| 'CompositorWorkerGlobalScope',
|
| '<(blink_modules_output_dir)/CompositorWorkerGlobalScopeCoreConstructors.idl',
|
| + 'PaintWorkletGlobalScope',
|
| + '<(blink_modules_output_dir)/PaintWorkletGlobalScopeCoreConstructors.idl',
|
| 'ServiceWorkerGlobalScope',
|
| '<(blink_modules_output_dir)/ServiceWorkerGlobalScopeCoreConstructors.idl',
|
| ],
|
| @@ -178,6 +180,8 @@
|
| '<(blink_modules_output_dir)/CompositorWorkerGlobalScopeModulesConstructors.idl',
|
| 'DedicatedWorkerGlobalScope',
|
| '<(blink_modules_output_dir)/DedicatedWorkerGlobalScopeModulesConstructors.idl',
|
| + 'PaintWorkletGlobalScope',
|
| + '<(blink_modules_output_dir)/PaintWorkletGlobalScopeModulesConstructors.idl',
|
| 'ServiceWorkerGlobalScope',
|
| '<(blink_modules_output_dir)/ServiceWorkerGlobalScopeModulesConstructors.idl',
|
| 'SharedWorkerGlobalScope',
|
|
|