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

Unified Diff: Source/core/core.gypi

Issue 403383002: Implement DOMRect 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-rect-expected.txt ('k') | Source/core/dom/DOMRect.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 827690d3cf1cbcce14eb2c66155462b79c94446f..c4be26c8c16d86dbc93de4a811faeec9254cf6aa 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -60,6 +60,8 @@
'dom/DOMImplementation.idl',
'dom/DOMPoint.idl',
'dom/DOMPointReadOnly.idl',
+ 'dom/DOMRect.idl',
+ 'dom/DOMRectReadOnly.idl',
'dom/DOMSettableTokenList.idl',
'dom/DOMStringList.idl',
'dom/DOMStringMap.idl',
@@ -1949,6 +1951,10 @@
'dom/DOMPoint.h',
'dom/DOMPointReadOnly.cpp',
'dom/DOMPointReadOnly.h',
+ 'dom/DOMRect.cpp',
+ 'dom/DOMRect.h',
+ 'dom/DOMRectReadOnly.cpp',
+ 'dom/DOMRectReadOnly.h',
'dom/DOMSettableTokenList.cpp',
'dom/DOMSettableTokenList.h',
'dom/DOMStringList.cpp',
« no previous file with comments | « LayoutTests/fast/dom/geometry-interfaces-dom-rect-expected.txt ('k') | Source/core/dom/DOMRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698