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

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, 2 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 | « Source/core/accessibility/AccessibilityRenderObject.h ('k') | Source/core/css/CSSCursorImageValue.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 367da694423235846cb712a5c5de8bdfb103d60f..d6d4f0827dd24b173dd310043e19138368eaefe8 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2830,7 +2830,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',
@@ -3213,18 +3212,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',
« no previous file with comments | « Source/core/accessibility/AccessibilityRenderObject.h ('k') | Source/core/css/CSSCursorImageValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698