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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2738 matching lines...) Expand 10 before | Expand all | Expand 10 after
2749 'platform/graphics/Path.cpp', 2749 'platform/graphics/Path.cpp',
2750 'platform/graphics/Pattern.cpp', 2750 'platform/graphics/Pattern.cpp',
2751 'platform/graphics/SegmentedFontData.cpp', 2751 'platform/graphics/SegmentedFontData.cpp',
2752 'platform/graphics/SegmentedFontData.h', 2752 'platform/graphics/SegmentedFontData.h',
2753 'platform/graphics/SimpleFontData.cpp', 2753 'platform/graphics/SimpleFontData.cpp',
2754 'platform/graphics/SVGGlyph.cpp', 2754 'platform/graphics/SVGGlyph.cpp',
2755 'platform/graphics/StringTruncator.cpp', 2755 'platform/graphics/StringTruncator.cpp',
2756 'platform/graphics/StrokeData.cpp', 2756 'platform/graphics/StrokeData.cpp',
2757 'platform/graphics/WidthIterator.cpp', 2757 'platform/graphics/WidthIterator.cpp',
2758 'platform/graphics/WidthIterator.h', 2758 'platform/graphics/WidthIterator.h',
2759 'platform/graphics/cg/FloatPointCG.cpp',
2760 'platform/graphics/cg/FloatRectCG.cpp',
2761 'platform/graphics/cg/FloatSizeCG.cpp',
2762 'platform/graphics/cg/IntPointCG.cpp',
2763 'platform/graphics/cg/IntRectCG.cpp',
2764 'platform/graphics/cg/IntSizeCG.cpp',
2765 'platform/graphics/chromium/Canvas2DLayerBridge.cpp', 2759 'platform/graphics/chromium/Canvas2DLayerBridge.cpp',
2766 'platform/graphics/chromium/Canvas2DLayerBridge.h', 2760 'platform/graphics/chromium/Canvas2DLayerBridge.h',
2767 'platform/graphics/chromium/Canvas2DLayerManager.cpp', 2761 'platform/graphics/chromium/Canvas2DLayerManager.cpp',
2768 'platform/graphics/chromium/Canvas2DLayerManager.h', 2762 'platform/graphics/chromium/Canvas2DLayerManager.h',
2769 'platform/graphics/chromium/CrossProcessFontLoading.h', 2763 'platform/graphics/chromium/CrossProcessFontLoading.h',
2770 'platform/graphics/chromium/CrossProcessFontLoading.mm', 2764 'platform/graphics/chromium/CrossProcessFontLoading.mm',
2771 'platform/graphics/chromium/DeferredImageDecoder.cpp', 2765 'platform/graphics/chromium/DeferredImageDecoder.cpp',
2772 'platform/graphics/chromium/DeferredImageDecoder.h', 2766 'platform/graphics/chromium/DeferredImageDecoder.h',
2773 'platform/graphics/chromium/DiscardablePixelRef.cpp', 2767 'platform/graphics/chromium/DiscardablePixelRef.cpp',
2774 'platform/graphics/chromium/DiscardablePixelRef.h', 2768 'platform/graphics/chromium/DiscardablePixelRef.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 'platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp', 2877 'platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp',
2884 'platform/graphics/harfbuzz/HarfBuzzFace.cpp', 2878 'platform/graphics/harfbuzz/HarfBuzzFace.cpp',
2885 'platform/graphics/harfbuzz/HarfBuzzFace.h', 2879 'platform/graphics/harfbuzz/HarfBuzzFace.h',
2886 'platform/graphics/harfbuzz/HarfBuzzShaper.cpp', 2880 'platform/graphics/harfbuzz/HarfBuzzShaper.cpp',
2887 'platform/graphics/harfbuzz/HarfBuzzShaper.h', 2881 'platform/graphics/harfbuzz/HarfBuzzShaper.h',
2888 'platform/graphics/mac/ColorMac.h', 2882 'platform/graphics/mac/ColorMac.h',
2889 'platform/graphics/mac/ColorMac.mm', 2883 'platform/graphics/mac/ColorMac.mm',
2890 'platform/graphics/mac/ComplexTextController.cpp', 2884 'platform/graphics/mac/ComplexTextController.cpp',
2891 'platform/graphics/mac/ComplexTextController.h', 2885 'platform/graphics/mac/ComplexTextController.h',
2892 'platform/graphics/mac/ComplexTextControllerCoreText.mm', 2886 'platform/graphics/mac/ComplexTextControllerCoreText.mm',
2893 'platform/graphics/mac/FloatPointMac.mm',
2894 'platform/graphics/mac/FloatRectMac.mm',
2895 'platform/graphics/mac/FloatSizeMac.mm',
2896 'platform/graphics/mac/FontCacheMac.mm', 2887 'platform/graphics/mac/FontCacheMac.mm',
2897 'platform/graphics/mac/FontComplexTextMac.cpp', 2888 'platform/graphics/mac/FontComplexTextMac.cpp',
2898 'platform/graphics/mac/FontCustomPlatformDataMac.cpp', 2889 'platform/graphics/mac/FontCustomPlatformDataMac.cpp',
2899 'platform/graphics/mac/FontMac.cpp', 2890 'platform/graphics/mac/FontMac.cpp',
2900 'platform/graphics/mac/GlyphPageTreeNodeMac.cpp', 2891 'platform/graphics/mac/GlyphPageTreeNodeMac.cpp',
2901 'platform/graphics/mac/IntPointMac.mm',
2902 'platform/graphics/mac/IntRectMac.mm',
2903 'platform/graphics/mac/IntSizeMac.mm',
2904 'platform/graphics/mac/SimpleFontDataCoreText.cpp', 2892 'platform/graphics/mac/SimpleFontDataCoreText.cpp',
2905 'platform/graphics/mac/SimpleFontDataMac.mm', 2893 'platform/graphics/mac/SimpleFontDataMac.mm',
2906 'platform/graphics/opentype/OpenTypeSanitizer.cpp', 2894 'platform/graphics/opentype/OpenTypeSanitizer.cpp',
2907 'platform/graphics/opentype/OpenTypeSanitizer.h', 2895 'platform/graphics/opentype/OpenTypeSanitizer.h',
2908 'platform/graphics/opentype/OpenTypeUtilities.cpp', 2896 'platform/graphics/opentype/OpenTypeUtilities.cpp',
2909 'platform/graphics/opentype/OpenTypeUtilities.h', 2897 'platform/graphics/opentype/OpenTypeUtilities.h',
2910 'platform/graphics/opentype/OpenTypeVerticalData.cpp', 2898 'platform/graphics/opentype/OpenTypeVerticalData.cpp',
2911 'platform/graphics/opentype/OpenTypeVerticalData.h', 2899 'platform/graphics/opentype/OpenTypeVerticalData.h',
2912 'platform/graphics/skia/FontCacheSkia.cpp', 2900 'platform/graphics/skia/FontCacheSkia.cpp',
2913 'platform/graphics/skia/FontCacheSkiaWin.cpp', 2901 'platform/graphics/skia/FontCacheSkiaWin.cpp',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
3538 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3526 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3539 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3527 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3540 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3528 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3541 'platform/testing/FakeWebGraphicsContext3D.h', 3529 'platform/testing/FakeWebGraphicsContext3D.h',
3542 'rendering/RenderOverflowTest.cpp', 3530 'rendering/RenderOverflowTest.cpp',
3543 'testing/UnitTestHelpers.h', 3531 'testing/UnitTestHelpers.h',
3544 'testing/UnitTestHelpers.cpp', 3532 'testing/UnitTestHelpers.cpp',
3545 ], 3533 ],
3546 } 3534 }
3547 } 3535 }
OLDNEW
« 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