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

Unified Diff: Source/core/core.gypi

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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 921b051e4872d312878c6798becea68ab0b09e69..1fb1fa0a5dd9fd54e4c22e6600ecb00a054c4482 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2839,7 +2839,6 @@
'platform/graphics/FontPlatformData.h',
'platform/graphics/FrameData.cpp',
'platform/graphics/FrameData.h',
- 'platform/graphics/LayoutBoxExtent.cpp',
'platform/graphics/GeneratorGeneratedImage.cpp',
'platform/graphics/GeneratedImage.cpp',
'platform/graphics/GeneratedImage.h',
@@ -3237,18 +3236,8 @@
'platform/win/SystemInfo.h',
],
'webcore_platform_geometry_files': [
- 'platform/graphics/FloatPoint.cpp',
'platform/graphics/FloatPolygon.cpp',
- 'platform/graphics/FloatPoint3D.cpp',
- 'platform/graphics/FloatQuad.cpp',
- 'platform/graphics/FloatRect.cpp',
- 'platform/graphics/FloatSize.cpp',
- 'platform/graphics/IntRect.cpp',
- 'platform/graphics/IntRectExtent.h',
- 'platform/graphics/LayoutRect.cpp',
'platform/graphics/Region.cpp',
- 'platform/graphics/transforms/TransformationMatrix.cpp',
- 'platform/graphics/transforms/AffineTransform.cpp',
],
'webcore_svg_files': [
'rendering/style/SVGRenderStyle.cpp',

Powered by Google App Engine
This is Rietveld 408576698