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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

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/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index dd19259c25d9132a54ca305e7730e1843c7be81d..bb32f0f5567d24573e332303f159aa1107e9b5e5 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -927,6 +927,10 @@
'crypto/SubtleCrypto.h',
'crypto/WorkerGlobalScopeCrypto.cpp',
'crypto/WorkerGlobalScopeCrypto.h',
+ 'csspaint/CSSPaintDefinition.cpp',
+ 'csspaint/CSSPaintDefinition.h',
+ 'csspaint/CSSPaintImageGeneratorImpl.cpp',
+ 'csspaint/CSSPaintImageGeneratorImpl.h',
'csspaint/PaintRenderingContext2D.cpp',
'csspaint/PaintRenderingContext2D.h',
'csspaint/PaintWorklet.cpp',

Powered by Google App Engine
This is Rietveld 408576698