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

Unified Diff: Source/core/core.gypi

Issue 426063007: Implement basic interfaces and attributes for DOMMatrix. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 b1eec4ef2343d344d21fbcff9ee27a7cb80f2edc..ccc87aad2161daf971987afb2e9f0b75f551e3e2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -58,6 +58,8 @@
'dom/DOMError.idl',
'dom/DOMException.idl',
'dom/DOMImplementation.idl',
+ 'dom/DOMMatrix.idl',
+ 'dom/DOMMatrixReadOnly.idl',
'dom/DOMPoint.idl',
'dom/DOMPointReadOnly.idl',
'dom/DOMRect.idl',
@@ -1945,6 +1947,10 @@
'dom/DOMException.cpp',
'dom/DOMException.h',
'dom/DOMImplementation.cpp',
+ 'dom/DOMMatrix.cpp',
+ 'dom/DOMMatrix.h',
+ 'dom/DOMMatrixReadOnly.cpp',
+ 'dom/DOMMatrixReadOnly.h',
'dom/DOMPoint.cpp',
'dom/DOMPoint.h',
'dom/DOMPointReadOnly.cpp',

Powered by Google App Engine
This is Rietveld 408576698