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

Unified Diff: Source/core/core.gypi

Issue 412373003: Implement DOMQuad of geometry interfaces. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: expected.txt 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/webexposed/global-constructors-listing-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 2d6c4807ca5a6ff7bf5f6942424c90eb5399e888..80e6d13efdffcd4a95414377aa455a50b487f9ce 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -60,6 +60,7 @@
'dom/DOMImplementation.idl',
'dom/DOMPoint.idl',
'dom/DOMPointReadOnly.idl',
+ 'dom/DOMQuad.idl',
'dom/DOMRect.idl',
'dom/DOMRectReadOnly.idl',
'dom/DOMSettableTokenList.idl',
@@ -1949,6 +1950,8 @@
'dom/DOMPoint.h',
'dom/DOMPointReadOnly.cpp',
'dom/DOMPointReadOnly.h',
+ 'dom/DOMQuad.cpp',
+ 'dom/DOMQuad.h',
'dom/DOMRect.cpp',
'dom/DOMRect.h',
'dom/DOMRectReadOnly.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/DOMPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698