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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2821 matching lines...) Expand 10 before | Expand all | Expand 10 after
2832 'platform/graphics/FontData.cpp', 2832 'platform/graphics/FontData.cpp',
2833 'platform/graphics/FontDescription.cpp', 2833 'platform/graphics/FontDescription.cpp',
2834 'platform/graphics/FontFallbackList.cpp', 2834 'platform/graphics/FontFallbackList.cpp',
2835 'platform/graphics/FontFamily.cpp', 2835 'platform/graphics/FontFamily.cpp',
2836 'platform/graphics/FontFeatureSettings.cpp', 2836 'platform/graphics/FontFeatureSettings.cpp',
2837 'platform/graphics/FontFastPath.cpp', 2837 'platform/graphics/FontFastPath.cpp',
2838 'platform/graphics/FontPlatformData.cpp', 2838 'platform/graphics/FontPlatformData.cpp',
2839 'platform/graphics/FontPlatformData.h', 2839 'platform/graphics/FontPlatformData.h',
2840 'platform/graphics/FrameData.cpp', 2840 'platform/graphics/FrameData.cpp',
2841 'platform/graphics/FrameData.h', 2841 'platform/graphics/FrameData.h',
2842 'platform/graphics/LayoutBoxExtent.cpp',
2843 'platform/graphics/GeneratorGeneratedImage.cpp', 2842 'platform/graphics/GeneratorGeneratedImage.cpp',
2844 'platform/graphics/GeneratedImage.cpp', 2843 'platform/graphics/GeneratedImage.cpp',
2845 'platform/graphics/GeneratedImage.h', 2844 'platform/graphics/GeneratedImage.h',
2846 'platform/graphics/GlyphPageTreeNode.cpp', 2845 'platform/graphics/GlyphPageTreeNode.cpp',
2847 'platform/graphics/Gradient.cpp', 2846 'platform/graphics/Gradient.cpp',
2848 'platform/graphics/GraphicsContext.cpp', 2847 'platform/graphics/GraphicsContext.cpp',
2849 'platform/graphics/GraphicsContext3D.cpp', 2848 'platform/graphics/GraphicsContext3D.cpp',
2850 'platform/graphics/GraphicsContext3DImagePacking.cpp', 2849 'platform/graphics/GraphicsContext3DImagePacking.cpp',
2851 'platform/graphics/GraphicsContextAnnotation.cpp', 2850 'platform/graphics/GraphicsContextAnnotation.cpp',
2852 'platform/graphics/GraphicsLayer.cpp', 2851 'platform/graphics/GraphicsLayer.cpp',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
3230 'platform/text/mac/StringImplMac.mm', 3229 'platform/text/mac/StringImplMac.mm',
3231 'platform/text/mac/StringMac.mm', 3230 'platform/text/mac/StringMac.mm',
3232 'platform/text/transcoder/FontTranscoder.cpp', 3231 'platform/text/transcoder/FontTranscoder.cpp',
3233 'platform/text/transcoder/FontTranscoder.h', 3232 'platform/text/transcoder/FontTranscoder.h',
3234 'platform/text/win/LocaleWin.cpp', 3233 'platform/text/win/LocaleWin.cpp',
3235 'platform/text/win/LocaleWin.h', 3234 'platform/text/win/LocaleWin.h',
3236 'platform/win/SystemInfo.cpp', 3235 'platform/win/SystemInfo.cpp',
3237 'platform/win/SystemInfo.h', 3236 'platform/win/SystemInfo.h',
3238 ], 3237 ],
3239 'webcore_platform_geometry_files': [ 3238 'webcore_platform_geometry_files': [
3240 'platform/graphics/FloatPoint.cpp',
3241 'platform/graphics/FloatPolygon.cpp', 3239 'platform/graphics/FloatPolygon.cpp',
3242 'platform/graphics/FloatPoint3D.cpp',
3243 'platform/graphics/FloatQuad.cpp',
3244 'platform/graphics/FloatRect.cpp',
3245 'platform/graphics/FloatSize.cpp',
3246 'platform/graphics/IntRect.cpp',
3247 'platform/graphics/IntRectExtent.h',
3248 'platform/graphics/LayoutRect.cpp',
3249 'platform/graphics/Region.cpp', 3240 'platform/graphics/Region.cpp',
3250 'platform/graphics/transforms/TransformationMatrix.cpp',
3251 'platform/graphics/transforms/AffineTransform.cpp',
3252 ], 3241 ],
3253 'webcore_svg_files': [ 3242 'webcore_svg_files': [
3254 'rendering/style/SVGRenderStyle.cpp', 3243 'rendering/style/SVGRenderStyle.cpp',
3255 'rendering/style/SVGRenderStyleDefs.cpp', 3244 'rendering/style/SVGRenderStyleDefs.cpp',
3256 'rendering/svg/ReferenceFilterBuilder.cpp', 3245 'rendering/svg/ReferenceFilterBuilder.cpp',
3257 'rendering/svg/ReferenceFilterBuilder.h', 3246 'rendering/svg/ReferenceFilterBuilder.h',
3258 'rendering/svg/RenderSVGBlock.cpp', 3247 'rendering/svg/RenderSVGBlock.cpp',
3259 'rendering/svg/RenderSVGBlock.h', 3248 'rendering/svg/RenderSVGBlock.h',
3260 'rendering/svg/RenderSVGContainer.cpp', 3249 'rendering/svg/RenderSVGContainer.cpp',
3261 'rendering/svg/RenderSVGContainer.h', 3250 'rendering/svg/RenderSVGContainer.h',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
3863 'bison_exe': 'bison', 3852 'bison_exe': 'bison',
3864 # We specify a preprocess so it happens locally and won't get 3853 # We specify a preprocess so it happens locally and won't get
3865 # distributed to goma. 3854 # distributed to goma.
3866 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3855 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3867 # use /usr/bin/clang once we require Xcode 4.x. 3856 # use /usr/bin/clang once we require Xcode 4.x.
3868 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3857 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3869 }], 3858 }],
3870 ], 3859 ],
3871 } 3860 }
3872 } 3861 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698