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

Unified Diff: Source/core/core.gypi

Issue 68103014: Move some core/platform/graphics/mac files to geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Export IntSize/IntPoint Created 7 years, 1 month 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/core.gyp ('k') | Source/core/platform/graphics/cg/FloatPointCG.cpp » ('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 679a9aec628947c13f572ac83717110fee18c775..a06bb914fe6e42e1543511a7bb3b1c83e74086aa 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2756,12 +2756,6 @@
'platform/graphics/StrokeData.cpp',
'platform/graphics/WidthIterator.cpp',
'platform/graphics/WidthIterator.h',
- 'platform/graphics/cg/FloatPointCG.cpp',
- 'platform/graphics/cg/FloatRectCG.cpp',
- 'platform/graphics/cg/FloatSizeCG.cpp',
- 'platform/graphics/cg/IntPointCG.cpp',
- 'platform/graphics/cg/IntRectCG.cpp',
- 'platform/graphics/cg/IntSizeCG.cpp',
'platform/graphics/chromium/Canvas2DLayerBridge.cpp',
'platform/graphics/chromium/Canvas2DLayerBridge.h',
'platform/graphics/chromium/Canvas2DLayerManager.cpp',
@@ -2890,17 +2884,11 @@
'platform/graphics/mac/ComplexTextController.cpp',
'platform/graphics/mac/ComplexTextController.h',
'platform/graphics/mac/ComplexTextControllerCoreText.mm',
- 'platform/graphics/mac/FloatPointMac.mm',
- 'platform/graphics/mac/FloatRectMac.mm',
- 'platform/graphics/mac/FloatSizeMac.mm',
'platform/graphics/mac/FontCacheMac.mm',
'platform/graphics/mac/FontComplexTextMac.cpp',
'platform/graphics/mac/FontCustomPlatformDataMac.cpp',
'platform/graphics/mac/FontMac.cpp',
'platform/graphics/mac/GlyphPageTreeNodeMac.cpp',
- 'platform/graphics/mac/IntPointMac.mm',
- 'platform/graphics/mac/IntRectMac.mm',
- 'platform/graphics/mac/IntSizeMac.mm',
'platform/graphics/mac/SimpleFontDataCoreText.cpp',
'platform/graphics/mac/SimpleFontDataMac.mm',
'platform/graphics/opentype/OpenTypeSanitizer.cpp',
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/platform/graphics/cg/FloatPointCG.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698