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

Unified Diff: third_party/WebKit/Source/bindings/modules/generated.gyp

Issue 1841633002: Make constructors in Worklets be properly exposed on the global. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/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',
« no previous file with comments | « third_party/WebKit/Source/bindings/idl.gni ('k') | third_party/WebKit/Source/bindings/modules/generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698