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

Unified Diff: Source/platform/blink_platform.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/platform/blink_platform.gyp ('k') | Source/platform/geometry/IntPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index f3ac2e0897645ba8dcfe58c34e9efdacd189d90d..90c62edc64b6b27a5db4478c2c4be6165e4e646b 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -318,6 +318,18 @@
'geometry/RoundedRect.h',
'geometry/TransformState.cpp',
'geometry/TransformState.h',
+ 'geometry/cg/FloatPointCG.cpp',
+ 'geometry/cg/FloatRectCG.cpp',
+ 'geometry/cg/FloatSizeCG.cpp',
+ 'geometry/cg/IntPointCG.cpp',
+ 'geometry/cg/IntRectCG.cpp',
+ 'geometry/cg/IntSizeCG.cpp',
+ 'geometry/mac/FloatPointMac.mm',
+ 'geometry/mac/FloatRectMac.mm',
+ 'geometry/mac/FloatSizeMac.mm',
+ 'geometry/mac/IntPointMac.mm',
+ 'geometry/mac/IntRectMac.mm',
+ 'geometry/mac/IntSizeMac.mm',
'graphics/angle/ANGLEPlatformBridge.cpp',
'graphics/angle/ANGLEPlatformBridge.h',
'graphics/filters/LightSource.cpp',
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/geometry/IntPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698