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

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 2812 matching lines...) Expand 10 before | Expand all | Expand 10 after
2823 'platform/graphics/FontData.cpp', 2823 'platform/graphics/FontData.cpp',
2824 'platform/graphics/FontDescription.cpp', 2824 'platform/graphics/FontDescription.cpp',
2825 'platform/graphics/FontFallbackList.cpp', 2825 'platform/graphics/FontFallbackList.cpp',
2826 'platform/graphics/FontFamily.cpp', 2826 'platform/graphics/FontFamily.cpp',
2827 'platform/graphics/FontFeatureSettings.cpp', 2827 'platform/graphics/FontFeatureSettings.cpp',
2828 'platform/graphics/FontFastPath.cpp', 2828 'platform/graphics/FontFastPath.cpp',
2829 'platform/graphics/FontPlatformData.cpp', 2829 'platform/graphics/FontPlatformData.cpp',
2830 'platform/graphics/FontPlatformData.h', 2830 'platform/graphics/FontPlatformData.h',
2831 'platform/graphics/FrameData.cpp', 2831 'platform/graphics/FrameData.cpp',
2832 'platform/graphics/FrameData.h', 2832 'platform/graphics/FrameData.h',
2833 'platform/graphics/LayoutBoxExtent.cpp',
2834 'platform/graphics/GeneratorGeneratedImage.cpp', 2833 'platform/graphics/GeneratorGeneratedImage.cpp',
2835 'platform/graphics/GeneratedImage.cpp', 2834 'platform/graphics/GeneratedImage.cpp',
2836 'platform/graphics/GeneratedImage.h', 2835 'platform/graphics/GeneratedImage.h',
2837 'platform/graphics/GlyphPageTreeNode.cpp', 2836 'platform/graphics/GlyphPageTreeNode.cpp',
2838 'platform/graphics/Gradient.cpp', 2837 'platform/graphics/Gradient.cpp',
2839 'platform/graphics/GraphicsContext.cpp', 2838 'platform/graphics/GraphicsContext.cpp',
2840 'platform/graphics/GraphicsContext3D.cpp', 2839 'platform/graphics/GraphicsContext3D.cpp',
2841 'platform/graphics/GraphicsContext3DImagePacking.cpp', 2840 'platform/graphics/GraphicsContext3DImagePacking.cpp',
2842 'platform/graphics/GraphicsContextAnnotation.cpp', 2841 'platform/graphics/GraphicsContextAnnotation.cpp',
2843 'platform/graphics/GraphicsLayer.cpp', 2842 'platform/graphics/GraphicsLayer.cpp',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
3206 'platform/text/mac/LocaleMac.h', 3205 'platform/text/mac/LocaleMac.h',
3207 'platform/text/mac/LocaleMac.mm', 3206 'platform/text/mac/LocaleMac.mm',
3208 'platform/text/transcoder/FontTranscoder.cpp', 3207 'platform/text/transcoder/FontTranscoder.cpp',
3209 'platform/text/transcoder/FontTranscoder.h', 3208 'platform/text/transcoder/FontTranscoder.h',
3210 'platform/text/win/LocaleWin.cpp', 3209 'platform/text/win/LocaleWin.cpp',
3211 'platform/text/win/LocaleWin.h', 3210 'platform/text/win/LocaleWin.h',
3212 'platform/win/SystemInfo.cpp', 3211 'platform/win/SystemInfo.cpp',
3213 'platform/win/SystemInfo.h', 3212 'platform/win/SystemInfo.h',
3214 ], 3213 ],
3215 'webcore_platform_geometry_files': [ 3214 'webcore_platform_geometry_files': [
3216 'platform/graphics/FloatPoint.cpp',
3217 'platform/graphics/FloatPolygon.cpp', 3215 'platform/graphics/FloatPolygon.cpp',
3218 'platform/graphics/FloatPoint3D.cpp',
3219 'platform/graphics/FloatQuad.cpp',
3220 'platform/graphics/FloatRect.cpp',
3221 'platform/graphics/FloatSize.cpp',
3222 'platform/graphics/IntRect.cpp',
3223 'platform/graphics/IntRectExtent.h',
3224 'platform/graphics/LayoutRect.cpp',
3225 'platform/graphics/Region.cpp', 3216 'platform/graphics/Region.cpp',
3226 'platform/graphics/transforms/TransformationMatrix.cpp',
3227 'platform/graphics/transforms/AffineTransform.cpp',
3228 ], 3217 ],
3229 'webcore_svg_files': [ 3218 'webcore_svg_files': [
3230 'rendering/style/SVGRenderStyle.cpp', 3219 'rendering/style/SVGRenderStyle.cpp',
3231 'rendering/style/SVGRenderStyleDefs.cpp', 3220 'rendering/style/SVGRenderStyleDefs.cpp',
3232 'rendering/svg/ReferenceFilterBuilder.cpp', 3221 'rendering/svg/ReferenceFilterBuilder.cpp',
3233 'rendering/svg/ReferenceFilterBuilder.h', 3222 'rendering/svg/ReferenceFilterBuilder.h',
3234 'rendering/svg/RenderSVGBlock.cpp', 3223 'rendering/svg/RenderSVGBlock.cpp',
3235 'rendering/svg/RenderSVGBlock.h', 3224 'rendering/svg/RenderSVGBlock.h',
3236 'rendering/svg/RenderSVGContainer.cpp', 3225 'rendering/svg/RenderSVGContainer.cpp',
3237 'rendering/svg/RenderSVGContainer.h', 3226 'rendering/svg/RenderSVGContainer.h',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
3839 'bison_exe': 'bison', 3828 'bison_exe': 'bison',
3840 # We specify a preprocess so it happens locally and won't get 3829 # We specify a preprocess so it happens locally and won't get
3841 # distributed to goma. 3830 # distributed to goma.
3842 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3831 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3843 # use /usr/bin/clang once we require Xcode 4.x. 3832 # use /usr/bin/clang once we require Xcode 4.x.
3844 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3833 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3845 }], 3834 }],
3846 ], 3835 ],
3847 } 3836 }
3848 } 3837 }
OLDNEW
« 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