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..c44ade9f2665cf48a81eda5bb790ea3263117a4c 100644 |
--- a/third_party/WebKit/Source/bindings/modules/generated.gyp |
+++ b/third_party/WebKit/Source/bindings/modules/generated.gyp |
@@ -153,6 +153,8 @@ |
'<(blink_modules_output_dir)/CompositorWorkerGlobalScopeCoreConstructors.idl', |
'ServiceWorkerGlobalScope', |
'<(blink_modules_output_dir)/ServiceWorkerGlobalScopeCoreConstructors.idl', |
+ 'PaintWorkletGlobalScope', |
+ '<(blink_modules_output_dir)/PaintWorkletGlobalScopeCoreConstructors.idl', |
], |
'outputs': [ |
'<@(modules_core_global_constructors_generated_idl_files)', |
@@ -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', |