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

Unified Diff: Source/core/core.gypi

Issue 404803002: Implement DOMPoint of geometry interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: layout test 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 cec0cf33935225e88c622a94dea3e7692f74b3ed..49cb0075d04f3965284896bffcbb1d868aa1b1e7 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/DOMPoint.idl',
+ 'dom/DOMPointReadOnly.idl',
'dom/DOMSettableTokenList.idl',
'dom/DOMStringList.idl',
'dom/DOMStringMap.idl',
@@ -1940,6 +1942,8 @@
'dom/DOMException.cpp',
'dom/DOMException.h',
'dom/DOMImplementation.cpp',
+ 'dom/DOMPoint.h',
+ 'dom/DOMPointReadOnly.h',
'dom/DOMSettableTokenList.cpp',
'dom/DOMSettableTokenList.h',
'dom/DOMStringList.cpp',

Powered by Google App Engine
This is Rietveld 408576698