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

Unified Diff: Source/core/core.gypi

Issue 14298018: This CL implements the first draft of Canvas 2D Context Attributes, aka getContext('2d', { alpha: f… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: IDL cleanup Created 7 years, 8 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 906c83159902f1c26353a24aeffb4d53a0981015..fc8c79b93530f42173ee28c453aa92553ae8e7cc 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -213,6 +213,7 @@
'html/canvas/CanvasProxy.idl',
'html/canvas/CanvasRenderingContext.idl',
'html/canvas/CanvasRenderingContext2D.idl',
+ 'html/canvas/Canvas2DContextAttributes.idl',
'html/canvas/DataView.idl',
'html/canvas/DOMPath.idl',
'html/canvas/EXTDrawBuffers.idl',
@@ -2219,6 +2220,8 @@
'html/WeekInputType.h',
'html/TypeAhead.cpp',
'html/TypeAhead.h',
+ 'html/canvas/Canvas2DContextAttributes.cpp',
+ 'html/canvas/Canvas2DContextAttributes.h',
'html/canvas/CanvasContextAttributes.cpp',
'html/canvas/CanvasContextAttributes.h',
'html/canvas/CanvasGradient.cpp',

Powered by Google App Engine
This is Rietveld 408576698