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

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

Issue 1834843002: [WIP] Plumbing for paint Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: \o/\o/ 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..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',
« 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