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

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

Issue 1839913002: Implement PaintWorkletGlobalScope#registerPaint() for the CSS Paint API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + remove WillBe types. 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 397be402788cf1f62ad93752b8ff11e67e69551c..6cf49d37755562cfb758ff151ac7b71e9a1d7242 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -928,6 +928,8 @@
'crypto/SubtleCrypto.h',
'crypto/WorkerGlobalScopeCrypto.cpp',
'crypto/WorkerGlobalScopeCrypto.h',
+ 'csspaint/CSSPaintDefinition.cpp',
+ 'csspaint/CSSPaintDefinition.h',
'csspaint/PaintRenderingContext2D.cpp',
'csspaint/PaintRenderingContext2D.h',
'csspaint/PaintWorklet.cpp',
@@ -1977,6 +1979,7 @@
'compositorworker/CompositorWorkerThreadTest.cpp',
'credentialmanager/PasswordCredentialTest.cpp',
'csspaint/PaintRenderingContext2DTest.cpp',
+ 'csspaint/PaintWorkletTest.cpp',
'fetch/BodyStreamBufferTest.cpp',
'fetch/CompositeDataConsumerHandleTest.cpp',
'fetch/DataConsumerHandleTestUtil.cpp',

Powered by Google App Engine
This is Rietveld 408576698