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

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: rebase 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
« no previous file with comments | « LayoutTests/fast/dom/geometry-interfaces-dom-point-expected.txt ('k') | Source/core/dom/DOMPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 645db3bb8a9e89338340c583fd324f0a8bd1b055..15eba5185afc92e174c01e244347fb31d7b11a80 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',
@@ -1943,6 +1945,10 @@
'dom/DOMException.cpp',
'dom/DOMException.h',
'dom/DOMImplementation.cpp',
+ 'dom/DOMPoint.cpp',
+ 'dom/DOMPoint.h',
+ 'dom/DOMPointReadOnly.cpp',
+ 'dom/DOMPointReadOnly.h',
'dom/DOMSettableTokenList.cpp',
'dom/DOMSettableTokenList.h',
'dom/DOMStringList.cpp',
« no previous file with comments | « LayoutTests/fast/dom/geometry-interfaces-dom-point-expected.txt ('k') | Source/core/dom/DOMPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698