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

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

Issue 1778413003: Implement PaintRenderingContext2D off BaseRenderingContext2D (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/modules/csspaint/PaintRenderingContext2DTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a16f6a0d1bc3ebafa769b3389d365282b6d8e931..02852ff63c8717a0e395c31cd091f4e201ac8928 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -42,6 +42,7 @@
'crypto/Crypto.idl',
'crypto/CryptoKey.idl',
'crypto/SubtleCrypto.idl',
+ 'csspaint/PaintRenderingContext2D.idl',
'csspaint/PaintWorkletGlobalScope.idl',
'device_light/DeviceLightEvent.idl',
'device_orientation/DeviceAcceleration.idl',
@@ -925,6 +926,8 @@
'crypto/SubtleCrypto.h',
'crypto/WorkerGlobalScopeCrypto.cpp',
'crypto/WorkerGlobalScopeCrypto.h',
+ 'csspaint/PaintRenderingContext2D.cpp',
+ 'csspaint/PaintRenderingContext2D.h',
'csspaint/PaintWorklet.cpp',
'csspaint/PaintWorklet.h',
'csspaint/PaintWorkletGlobalScope.cpp',
@@ -1966,6 +1969,7 @@
'canvas2d/CanvasRenderingContext2DAPITest.cpp',
'canvas2d/CanvasRenderingContext2DTest.cpp',
'compositorworker/CompositorWorkerThreadTest.cpp',
+ 'csspaint/PaintRenderingContext2DTest.cpp',
'fetch/BodyStreamBufferTest.cpp',
'fetch/CompositeDataConsumerHandleTest.cpp',
'fetch/DataConsumerHandleTestUtil.cpp',
« no previous file with comments | « third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2DTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698