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

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
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 27b1e20314dddadbf6ff22d7f415157544751f44..0874612726bbe80087a96da25fd36c41db9f8332 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',
'device_light/DeviceLightEvent.idl',
'device_orientation/DeviceAcceleration.idl',
'device_orientation/DeviceMotionEvent.idl',
@@ -923,6 +924,8 @@
'crypto/SubtleCrypto.h',
'crypto/WorkerGlobalScopeCrypto.cpp',
'crypto/WorkerGlobalScopeCrypto.h',
+ 'csspaint/PaintRenderingContext2D.cpp',
+ 'csspaint/PaintRenderingContext2D.h',
'device_light/DeviceLightController.cpp',
'device_light/DeviceLightController.h',
'device_light/DeviceLightDispatcher.cpp',

Powered by Google App Engine
This is Rietveld 408576698