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

Unified Diff: third_party/WebKit/Source/bindings/modules/modules.gni

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
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/generated.gypi ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/modules/modules.gni
diff --git a/third_party/WebKit/Source/bindings/modules/modules.gni b/third_party/WebKit/Source/bindings/modules/modules.gni
index 19ea7d3a49c955ee631374c59e1adc5733e4f357..fecc2190fe989b1a4546d03258e3403bfd6edc96 100644
--- a/third_party/WebKit/Source/bindings/modules/modules.gni
+++ b/third_party/WebKit/Source/bindings/modules/modules.gni
@@ -10,12 +10,14 @@ bindings_modules_output_dir = "$bindings_output_dir/modules"
modules_core_global_constructors_original_interfaces = [
"CompositorWorkerGlobalScope",
+ "PaintWorkletGlobalScope",
"ServiceWorkerGlobalScope",
]
modules_global_constructors_original_interfaces = [
"Window",
"CompositorWorkerGlobalScope",
+ "PaintWorkletGlobalScope",
"DedicatedWorkerGlobalScope",
"ServiceWorkerGlobalScope",
"SharedWorkerGlobalScope",
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/generated.gypi ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698