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

Side by Side Diff: Source/core/core.gypi

Issue 26679003: Move platform/graphics/chromium/* to platform/graphics/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename fix 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/inspector/InspectorTimelineAgent.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 2680 matching lines...) Expand 10 before | Expand all | Expand 10 after
2691 'platform/ScrollbarThemeMacNonOverlayAPI.mm', 2691 'platform/ScrollbarThemeMacNonOverlayAPI.mm',
2692 'platform/ScrollbarThemeMacOverlayAPI.h', 2692 'platform/ScrollbarThemeMacOverlayAPI.h',
2693 'platform/ScrollbarThemeMacOverlayAPI.mm', 2693 'platform/ScrollbarThemeMacOverlayAPI.mm',
2694 'platform/ScrollbarThemeNonMacCommon.cpp', 2694 'platform/ScrollbarThemeNonMacCommon.cpp',
2695 'platform/ScrollbarThemeNonMacCommon.h', 2695 'platform/ScrollbarThemeNonMacCommon.h',
2696 'platform/ScrollbarThemeOverlay.cpp', 2696 'platform/ScrollbarThemeOverlay.cpp',
2697 'platform/ScrollbarThemeOverlay.h', 2697 'platform/ScrollbarThemeOverlay.h',
2698 'platform/ScrollbarThemeWin.cpp', 2698 'platform/ScrollbarThemeWin.cpp',
2699 'platform/ScrollbarThemeWin.h', 2699 'platform/ScrollbarThemeWin.h',
2700 'platform/Theme.cpp', 2700 'platform/Theme.cpp',
2701 'platform/animation/AnimationValue.h',
2702 'platform/animation/AnimationTranslationUtil.cpp', 2701 'platform/animation/AnimationTranslationUtil.cpp',
2703 'platform/animation/AnimationTranslationUtil.h', 2702 'platform/animation/AnimationTranslationUtil.h',
2703 'platform/animation/AnimationValue.h',
2704 'platform/animation/CSSAnimationData.cpp', 2704 'platform/animation/CSSAnimationData.cpp',
2705 'platform/animation/CSSAnimationDataList.cpp', 2705 'platform/animation/CSSAnimationDataList.cpp',
2706 'platform/animation/KeyframeValueList.cpp', 2706 'platform/animation/KeyframeValueList.cpp',
2707 'platform/animation/KeyframeValueList.h', 2707 'platform/animation/KeyframeValueList.h',
2708 'platform/chromium/ChromiumDataObject.cpp', 2708 'platform/chromium/ChromiumDataObject.cpp',
2709 'platform/chromium/ChromiumDataObject.h', 2709 'platform/chromium/ChromiumDataObject.h',
2710 'platform/chromium/ChromiumDataObjectItem.cpp', 2710 'platform/chromium/ChromiumDataObjectItem.cpp',
2711 'platform/chromium/ChromiumDataObjectItem.h', 2711 'platform/chromium/ChromiumDataObjectItem.h',
2712 'platform/chromium/FramelessScrollView.cpp', 2712 'platform/chromium/FramelessScrollView.cpp',
2713 'platform/chromium/FramelessScrollView.h', 2713 'platform/chromium/FramelessScrollView.h',
2714 'platform/chromium/FramelessScrollViewClient.h', 2714 'platform/chromium/FramelessScrollViewClient.h',
2715 'platform/chromium/KeyCodeConversion.h', 2715 'platform/chromium/KeyCodeConversion.h',
2716 'platform/chromium/KeyCodeConversionAndroid.cpp', 2716 'platform/chromium/KeyCodeConversionAndroid.cpp',
2717 'platform/chromium/KeyCodeConversionGtk.cpp', 2717 'platform/chromium/KeyCodeConversionGtk.cpp',
2718 'platform/chromium/KeyboardCodes.h', 2718 'platform/chromium/KeyboardCodes.h',
2719 'platform/graphics/BitmapImage.cpp', 2719 'platform/graphics/BitmapImage.cpp',
2720 'platform/graphics/Canvas2DLayerBridge.cpp',
2721 'platform/graphics/Canvas2DLayerBridge.h',
2722 'platform/graphics/Canvas2DLayerManager.cpp',
2723 'platform/graphics/Canvas2DLayerManager.h',
2724 'platform/graphics/CrossfadeGeneratedImage.cpp',
2720 'platform/graphics/CrossfadeGeneratedImage.cpp', 2725 'platform/graphics/CrossfadeGeneratedImage.cpp',
2721 'platform/graphics/CrossfadeGeneratedImage.h', 2726 'platform/graphics/CrossfadeGeneratedImage.h',
2727 'platform/graphics/CrossfadeGeneratedImage.h',
2722 'platform/graphics/CustomFontData.h', 2728 'platform/graphics/CustomFontData.h',
2723 'platform/graphics/GradientGeneratedImage.cpp', 2729 'platform/graphics/CustomFontData.h',
2724 'platform/graphics/GradientGeneratedImage.h', 2730 'platform/graphics/DeferredImageDecoder.cpp',
2731 'platform/graphics/DeferredImageDecoder.h',
2732 'platform/graphics/DiscardablePixelRef.cpp',
2733 'platform/graphics/DiscardablePixelRef.h',
2734 'platform/graphics/Extensions3D.cpp',
2725 'platform/graphics/Extensions3D.cpp', 2735 'platform/graphics/Extensions3D.cpp',
2726 'platform/graphics/Extensions3D.h', 2736 'platform/graphics/Extensions3D.h',
2737 'platform/graphics/Extensions3D.h',
2738 'platform/graphics/Font.cpp',
2727 'platform/graphics/Font.cpp', 2739 'platform/graphics/Font.cpp',
2728 'platform/graphics/FontCache.cpp', 2740 'platform/graphics/FontCache.cpp',
2741 'platform/graphics/FontCache.cpp',
2742 'platform/graphics/FontFallbackList.cpp',
2729 'platform/graphics/FontFallbackList.cpp', 2743 'platform/graphics/FontFallbackList.cpp',
2730 'platform/graphics/FontFastPath.cpp', 2744 'platform/graphics/FontFastPath.cpp',
2745 'platform/graphics/FontFastPath.cpp',
2746 'platform/graphics/FontPlatformData.cpp',
2731 'platform/graphics/FontPlatformData.cpp', 2747 'platform/graphics/FontPlatformData.cpp',
2732 'platform/graphics/FontPlatformData.h', 2748 'platform/graphics/FontPlatformData.h',
2749 'platform/graphics/FontPlatformData.h',
2733 'platform/graphics/FrameData.cpp', 2750 'platform/graphics/FrameData.cpp',
2751 'platform/graphics/FrameData.cpp',
2752 'platform/graphics/FrameData.h',
2734 'platform/graphics/FrameData.h', 2753 'platform/graphics/FrameData.h',
2735 'platform/graphics/GaneshUtils.cpp', 2754 'platform/graphics/GaneshUtils.cpp',
2736 'platform/graphics/GeneratedImage.cpp', 2755 'platform/graphics/GeneratedImage.cpp',
2756 'platform/graphics/GeneratedImage.cpp',
2757 'platform/graphics/GeneratedImage.h',
2737 'platform/graphics/GeneratedImage.h', 2758 'platform/graphics/GeneratedImage.h',
2738 'platform/graphics/GlyphPageTreeNode.cpp', 2759 'platform/graphics/GlyphPageTreeNode.cpp',
2760 'platform/graphics/GlyphPageTreeNode.cpp',
2739 'platform/graphics/Gradient.cpp', 2761 'platform/graphics/Gradient.cpp',
2762 'platform/graphics/Gradient.cpp',
2763 'platform/graphics/GradientGeneratedImage.cpp',
2764 'platform/graphics/GradientGeneratedImage.cpp',
2765 'platform/graphics/GradientGeneratedImage.h',
2766 'platform/graphics/GradientGeneratedImage.h',
2767 'platform/graphics/GraphicsContext.cpp',
2740 'platform/graphics/GraphicsContext.cpp', 2768 'platform/graphics/GraphicsContext.cpp',
2741 'platform/graphics/GraphicsContext3D.cpp', 2769 'platform/graphics/GraphicsContext3D.cpp',
2770 'platform/graphics/GraphicsContext3D.cpp',
2771 'platform/graphics/GraphicsContext3DImagePacking.cpp',
2742 'platform/graphics/GraphicsContext3DImagePacking.cpp', 2772 'platform/graphics/GraphicsContext3DImagePacking.cpp',
2743 'platform/graphics/GraphicsContextAnnotation.cpp', 2773 'platform/graphics/GraphicsContextAnnotation.cpp',
2774 'platform/graphics/GraphicsContextAnnotation.cpp',
2775 'platform/graphics/GraphicsLayer.cpp',
2744 'platform/graphics/GraphicsLayer.cpp', 2776 'platform/graphics/GraphicsLayer.cpp',
2745 'platform/graphics/Image.cpp', 2777 'platform/graphics/Image.cpp',
2778 'platform/graphics/Image.cpp',
2746 'platform/graphics/ImageBuffer.cpp', 2779 'platform/graphics/ImageBuffer.cpp',
2780 'platform/graphics/ImageBuffer.cpp',
2781 'platform/graphics/ImageDecodingStore.cpp',
2782 'platform/graphics/ImageDecodingStore.h',
2783 'platform/graphics/ImageFrameGenerator.cpp',
2784 'platform/graphics/ImageFrameGenerator.h',
2747 'platform/graphics/ImageSource.cpp', 2785 'platform/graphics/ImageSource.cpp',
2786 'platform/graphics/ImageSource.cpp',
2787 'platform/graphics/LazyDecodingPixelRef.cpp',
2788 'platform/graphics/LazyDecodingPixelRef.h',
2789 'platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp',
2790 'platform/graphics/OpaqueRectTrackingContentLayerDelegate.h',
2791 'platform/graphics/Path.cpp',
2748 'platform/graphics/Path.cpp', 2792 'platform/graphics/Path.cpp',
2749 'platform/graphics/Pattern.cpp', 2793 'platform/graphics/Pattern.cpp',
2794 'platform/graphics/Pattern.cpp',
2795 'platform/graphics/SVGGlyph.cpp',
2796 'platform/graphics/SVGGlyph.cpp',
2797 'platform/graphics/SegmentedFontData.cpp',
2750 'platform/graphics/SegmentedFontData.cpp', 2798 'platform/graphics/SegmentedFontData.cpp',
2751 'platform/graphics/SegmentedFontData.h', 2799 'platform/graphics/SegmentedFontData.h',
2800 'platform/graphics/SegmentedFontData.h',
2752 'platform/graphics/SimpleFontData.cpp', 2801 'platform/graphics/SimpleFontData.cpp',
2753 'platform/graphics/SVGGlyph.cpp', 2802 'platform/graphics/SimpleFontData.cpp',
2803 'platform/graphics/StringTruncator.cpp',
2754 'platform/graphics/StringTruncator.cpp', 2804 'platform/graphics/StringTruncator.cpp',
2755 'platform/graphics/StrokeData.cpp', 2805 'platform/graphics/StrokeData.cpp',
2806 'platform/graphics/StrokeData.cpp',
2807 'platform/graphics/VDMXParser.cpp',
2808 'platform/graphics/VDMXParser.h',
2809 'platform/graphics/WidthIterator.cpp',
2756 'platform/graphics/WidthIterator.cpp', 2810 'platform/graphics/WidthIterator.cpp',
2757 'platform/graphics/WidthIterator.h', 2811 'platform/graphics/WidthIterator.h',
2758 'platform/graphics/chromium/Canvas2DLayerBridge.cpp', 2812 'platform/graphics/WidthIterator.h',
2759 'platform/graphics/chromium/Canvas2DLayerBridge.h', 2813 'platform/graphics/android/FontCacheAndroid.cpp',
2760 'platform/graphics/chromium/Canvas2DLayerManager.cpp', 2814 'platform/graphics/cg/FloatPointCG.cpp',
2761 'platform/graphics/chromium/Canvas2DLayerManager.h', 2815 'platform/graphics/cg/FloatRectCG.cpp',
2762 'platform/graphics/chromium/CrossProcessFontLoading.h', 2816 'platform/graphics/cg/FloatSizeCG.cpp',
2763 'platform/graphics/chromium/CrossProcessFontLoading.mm', 2817 'platform/graphics/cg/IntPointCG.cpp',
2764 'platform/graphics/chromium/DeferredImageDecoder.cpp', 2818 'platform/graphics/cg/IntRectCG.cpp',
2765 'platform/graphics/chromium/DeferredImageDecoder.h', 2819 'platform/graphics/cg/IntSizeCG.cpp',
2766 'platform/graphics/chromium/DiscardablePixelRef.cpp',
2767 'platform/graphics/chromium/DiscardablePixelRef.h',
2768 'platform/graphics/chromium/FontCacheAndroid.cpp',
2769 'platform/graphics/chromium/FontCacheChromiumLinux.cpp',
2770 'platform/graphics/chromium/FontCacheChromiumWin.cpp',
2771 'platform/graphics/chromium/FontChromiumWin.cpp',
2772 'platform/graphics/chromium/FontPlatformDataChromiumWin.cpp',
2773 'platform/graphics/chromium/FontPlatformDataChromiumWin.h',
2774 'platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp',
2775 'platform/graphics/chromium/ImageDecodingStore.cpp',
2776 'platform/graphics/chromium/ImageDecodingStore.h',
2777 'platform/graphics/chromium/ImageFrameGenerator.cpp',
2778 'platform/graphics/chromium/ImageFrameGenerator.h',
2779 'platform/graphics/chromium/LazyDecodingPixelRef.cpp',
2780 'platform/graphics/chromium/LazyDecodingPixelRef.h',
2781 'platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.c pp',
2782 'platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h ',
2783 'platform/graphics/chromium/SimpleFontDataChromiumWin.cpp',
2784 'platform/graphics/chromium/TransparencyWin.cpp',
2785 'platform/graphics/chromium/TransparencyWin.h',
2786 'platform/graphics/chromium/UniscribeHelper.cpp',
2787 'platform/graphics/chromium/UniscribeHelper.h',
2788 'platform/graphics/chromium/UniscribeHelperTextRun.cpp',
2789 'platform/graphics/chromium/UniscribeHelperTextRun.h',
2790 'platform/graphics/chromium/VDMXParser.cpp',
2791 'platform/graphics/chromium/VDMXParser.h',
2792 'platform/graphics/cocoa/FontPlatformDataCocoa.mm', 2820 'platform/graphics/cocoa/FontPlatformDataCocoa.mm',
2793 'platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp',
2794 'platform/graphics/filters/custom/CustomFilterCompiledProgram.h',
2795 'platform/graphics/filters/custom/CustomFilterGlobalContext.cpp',
2796 'platform/graphics/filters/custom/CustomFilterGlobalContext.h',
2797 'platform/graphics/filters/custom/CustomFilterMesh.cpp',
2798 'platform/graphics/filters/custom/CustomFilterMesh.h',
2799 'platform/graphics/filters/custom/CustomFilterMeshGenerator.cpp',
2800 'platform/graphics/filters/custom/CustomFilterMeshGenerator.h',
2801 'platform/graphics/filters/custom/CustomFilterOperation.cpp',
2802 'platform/graphics/filters/custom/CustomFilterOperation.h',
2803 'platform/graphics/filters/custom/CustomFilterProgram.cpp',
2804 'platform/graphics/filters/custom/CustomFilterProgram.h',
2805 'platform/graphics/filters/custom/CustomFilterRenderer.cpp',
2806 'platform/graphics/filters/custom/CustomFilterRenderer.h',
2807 'platform/graphics/filters/custom/CustomFilterValidatedProgram.cpp',
2808 'platform/graphics/filters/custom/CustomFilterValidatedProgram.h',
2809 'platform/graphics/filters/custom/FECustomFilter.cpp',
2810 'platform/graphics/filters/custom/FECustomFilter.h',
2811 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.cpp ',
2812 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.h',
2813 'platform/graphics/filters/DistantLightSource.cpp', 2821 'platform/graphics/filters/DistantLightSource.cpp',
2814 'platform/graphics/filters/DistantLightSource.h', 2822 'platform/graphics/filters/DistantLightSource.h',
2815 'platform/graphics/filters/FEBlend.cpp', 2823 'platform/graphics/filters/FEBlend.cpp',
2816 'platform/graphics/filters/FEBlend.h', 2824 'platform/graphics/filters/FEBlend.h',
2817 'platform/graphics/filters/FEColorMatrix.cpp', 2825 'platform/graphics/filters/FEColorMatrix.cpp',
2818 'platform/graphics/filters/FEColorMatrix.h', 2826 'platform/graphics/filters/FEColorMatrix.h',
2819 'platform/graphics/filters/FEComponentTransfer.cpp', 2827 'platform/graphics/filters/FEComponentTransfer.cpp',
2820 'platform/graphics/filters/FEComponentTransfer.h', 2828 'platform/graphics/filters/FEComponentTransfer.h',
2821 'platform/graphics/filters/FEComposite.cpp', 2829 'platform/graphics/filters/FEComposite.cpp',
2822 'platform/graphics/filters/FEComposite.h', 2830 'platform/graphics/filters/FEComposite.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
2859 'platform/graphics/filters/ReferenceFilter.cpp', 2867 'platform/graphics/filters/ReferenceFilter.cpp',
2860 'platform/graphics/filters/ReferenceFilter.h', 2868 'platform/graphics/filters/ReferenceFilter.h',
2861 'platform/graphics/filters/SkiaImageFilterBuilder.cpp', 2869 'platform/graphics/filters/SkiaImageFilterBuilder.cpp',
2862 'platform/graphics/filters/SkiaImageFilterBuilder.h', 2870 'platform/graphics/filters/SkiaImageFilterBuilder.h',
2863 'platform/graphics/filters/SourceAlpha.cpp', 2871 'platform/graphics/filters/SourceAlpha.cpp',
2864 'platform/graphics/filters/SourceAlpha.h', 2872 'platform/graphics/filters/SourceAlpha.h',
2865 'platform/graphics/filters/SourceGraphic.cpp', 2873 'platform/graphics/filters/SourceGraphic.cpp',
2866 'platform/graphics/filters/SourceGraphic.h', 2874 'platform/graphics/filters/SourceGraphic.h',
2867 'platform/graphics/filters/SpotLightSource.cpp', 2875 'platform/graphics/filters/SpotLightSource.cpp',
2868 'platform/graphics/filters/SpotLightSource.h', 2876 'platform/graphics/filters/SpotLightSource.h',
2877 'platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp',
2878 'platform/graphics/filters/custom/CustomFilterCompiledProgram.h',
2879 'platform/graphics/filters/custom/CustomFilterGlobalContext.cpp',
2880 'platform/graphics/filters/custom/CustomFilterGlobalContext.h',
2881 'platform/graphics/filters/custom/CustomFilterMesh.cpp',
2882 'platform/graphics/filters/custom/CustomFilterMesh.h',
2883 'platform/graphics/filters/custom/CustomFilterMeshGenerator.cpp',
2884 'platform/graphics/filters/custom/CustomFilterMeshGenerator.h',
2885 'platform/graphics/filters/custom/CustomFilterOperation.cpp',
2886 'platform/graphics/filters/custom/CustomFilterOperation.h',
2887 'platform/graphics/filters/custom/CustomFilterProgram.cpp',
2888 'platform/graphics/filters/custom/CustomFilterProgram.h',
2889 'platform/graphics/filters/custom/CustomFilterRenderer.cpp',
2890 'platform/graphics/filters/custom/CustomFilterRenderer.h',
2891 'platform/graphics/filters/custom/CustomFilterValidatedProgram.cpp',
2892 'platform/graphics/filters/custom/CustomFilterValidatedProgram.h',
2893 'platform/graphics/filters/custom/FECustomFilter.cpp',
2894 'platform/graphics/filters/custom/FECustomFilter.h',
2895 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.cpp ',
2896 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.h',
2869 'platform/graphics/gpu/DrawingBuffer.cpp', 2897 'platform/graphics/gpu/DrawingBuffer.cpp',
2870 'platform/graphics/gpu/DrawingBuffer.h', 2898 'platform/graphics/gpu/DrawingBuffer.h',
2871 'platform/graphics/gpu/SharedGraphicsContext3D.cpp', 2899 'platform/graphics/gpu/SharedGraphicsContext3D.cpp',
2872 'platform/graphics/gpu/SharedGraphicsContext3D.h', 2900 'platform/graphics/gpu/SharedGraphicsContext3D.h',
2873 'platform/graphics/harfbuzz/FontHarfBuzz.cpp', 2901 'platform/graphics/harfbuzz/FontHarfBuzz.cpp',
2874 'platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.cpp', 2902 'platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.cpp',
2875 'platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h', 2903 'platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h',
2904 'platform/graphics/harfbuzz/HarfBuzzFace.cpp',
2905 'platform/graphics/harfbuzz/HarfBuzzFace.h',
2876 'platform/graphics/harfbuzz/HarfBuzzFaceCoreText.cpp', 2906 'platform/graphics/harfbuzz/HarfBuzzFaceCoreText.cpp',
2877 'platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp', 2907 'platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp',
2878 'platform/graphics/harfbuzz/HarfBuzzFace.cpp',
2879 'platform/graphics/harfbuzz/HarfBuzzFace.h',
2880 'platform/graphics/harfbuzz/HarfBuzzShaper.cpp', 2908 'platform/graphics/harfbuzz/HarfBuzzShaper.cpp',
2881 'platform/graphics/harfbuzz/HarfBuzzShaper.h', 2909 'platform/graphics/harfbuzz/HarfBuzzShaper.h',
2910 'platform/graphics/linux/FontCacheLinux.cpp',
2882 'platform/graphics/mac/ColorMac.h', 2911 'platform/graphics/mac/ColorMac.h',
2883 'platform/graphics/mac/ColorMac.mm', 2912 'platform/graphics/mac/ColorMac.mm',
2884 'platform/graphics/mac/ComplexTextController.cpp', 2913 'platform/graphics/mac/ComplexTextController.cpp',
2885 'platform/graphics/mac/ComplexTextController.h', 2914 'platform/graphics/mac/ComplexTextController.h',
2886 'platform/graphics/mac/ComplexTextControllerCoreText.mm', 2915 'platform/graphics/mac/ComplexTextControllerCoreText.mm',
2887 'platform/graphics/mac/FontCacheMac.mm', 2916 'platform/graphics/mac/FontCacheMac.mm',
2888 'platform/graphics/mac/FontComplexTextMac.cpp', 2917 'platform/graphics/mac/FontComplexTextMac.cpp',
2889 'platform/graphics/mac/FontCustomPlatformDataMac.cpp', 2918 'platform/graphics/mac/FontCustomPlatformDataMac.cpp',
2890 'platform/graphics/mac/FontMac.cpp', 2919 'platform/graphics/mac/FontMac.cpp',
2891 'platform/graphics/mac/GlyphPageTreeNodeMac.cpp', 2920 'platform/graphics/mac/GlyphPageTreeNodeMac.cpp',
2921 'platform/graphics/mac/MemoryActivatedFont.h',
2922 'platform/graphics/mac/MemoryActivatedFont.mm',
2892 'platform/graphics/mac/SimpleFontDataCoreText.cpp', 2923 'platform/graphics/mac/SimpleFontDataCoreText.cpp',
2893 'platform/graphics/mac/SimpleFontDataMac.mm', 2924 'platform/graphics/mac/SimpleFontDataMac.mm',
2894 'platform/graphics/opentype/OpenTypeSanitizer.cpp', 2925 'platform/graphics/opentype/OpenTypeSanitizer.cpp',
2895 'platform/graphics/opentype/OpenTypeSanitizer.h', 2926 'platform/graphics/opentype/OpenTypeSanitizer.h',
2896 'platform/graphics/opentype/OpenTypeUtilities.cpp', 2927 'platform/graphics/opentype/OpenTypeUtilities.cpp',
2897 'platform/graphics/opentype/OpenTypeUtilities.h', 2928 'platform/graphics/opentype/OpenTypeUtilities.h',
2898 'platform/graphics/opentype/OpenTypeVerticalData.cpp', 2929 'platform/graphics/opentype/OpenTypeVerticalData.cpp',
2899 'platform/graphics/opentype/OpenTypeVerticalData.h', 2930 'platform/graphics/opentype/OpenTypeVerticalData.h',
2900 'platform/graphics/skia/FontCacheSkia.cpp', 2931 'platform/graphics/skia/FontCacheSkia.cpp',
2901 'platform/graphics/skia/FontCacheSkiaWin.cpp', 2932 'platform/graphics/skia/FontCacheSkiaWin.cpp',
2902 'platform/graphics/skia/FontCustomPlatformDataSkia.cpp', 2933 'platform/graphics/skia/FontCustomPlatformDataSkia.cpp',
2903 'platform/graphics/skia/FontPlatformDataSkia.cpp', 2934 'platform/graphics/skia/FontPlatformDataSkia.cpp',
2904 'platform/graphics/skia/GlyphPageTreeNodeSkia.cpp', 2935 'platform/graphics/skia/GlyphPageTreeNodeSkia.cpp',
2905 'platform/graphics/skia/NativeImageSkia.cpp', 2936 'platform/graphics/skia/NativeImageSkia.cpp',
2906 'platform/graphics/skia/NativeImageSkia.h', 2937 'platform/graphics/skia/NativeImageSkia.h',
2907 'platform/graphics/skia/OpaqueRegionSkia.cpp', 2938 'platform/graphics/skia/OpaqueRegionSkia.cpp',
2908 'platform/graphics/skia/OpaqueRegionSkia.h', 2939 'platform/graphics/skia/OpaqueRegionSkia.h',
2909 'platform/graphics/skia/SimpleFontDataSkia.cpp', 2940 'platform/graphics/skia/SimpleFontDataSkia.cpp',
2910 'platform/graphics/skia/SkiaFontWin.cpp', 2941 'platform/graphics/skia/SkiaFontWin.cpp',
2911 'platform/graphics/skia/SkiaFontWin.h', 2942 'platform/graphics/skia/SkiaFontWin.h',
2912 'platform/graphics/skia/SkiaSharedBufferStream.cpp', 2943 'platform/graphics/skia/SkiaSharedBufferStream.cpp',
2913 'platform/graphics/skia/SkiaSharedBufferStream.h', 2944 'platform/graphics/skia/SkiaSharedBufferStream.h',
2914 'platform/graphics/skia/SkiaUtils.cpp', 2945 'platform/graphics/skia/SkiaUtils.cpp',
2915 'platform/graphics/skia/SkiaUtils.h', 2946 'platform/graphics/skia/SkiaUtils.h',
2947 'platform/graphics/win/FontCacheWin.cpp',
2916 'platform/graphics/win/FontCustomPlatformDataWin.cpp', 2948 'platform/graphics/win/FontCustomPlatformDataWin.cpp',
2949 'platform/graphics/win/FontPlatformDataWin.cpp',
2950 'platform/graphics/win/FontPlatformDataWin.h',
2951 'platform/graphics/win/FontWin.cpp',
2952 'platform/graphics/win/GlyphPageTreeNodeWin.cpp',
2953 'platform/graphics/win/SimpleFontDataWin.cpp',
2954 'platform/graphics/win/TransparencyWin.cpp',
2955 'platform/graphics/win/TransparencyWin.h',
2956 'platform/graphics/win/UniscribeHelper.cpp',
2957 'platform/graphics/win/UniscribeHelper.h',
2958 'platform/graphics/win/UniscribeHelperTextRun.cpp',
2959 'platform/graphics/win/UniscribeHelperTextRun.h',
2917 'platform/image-decoders/ImageDecoder.cpp', 2960 'platform/image-decoders/ImageDecoder.cpp',
2918 'platform/image-decoders/ImageDecoder.h', 2961 'platform/image-decoders/ImageDecoder.h',
2919 'platform/image-decoders/ImageFrame.cpp', 2962 'platform/image-decoders/ImageFrame.cpp',
2920 'platform/image-decoders/bmp/BMPImageDecoder.cpp', 2963 'platform/image-decoders/bmp/BMPImageDecoder.cpp',
2921 'platform/image-decoders/bmp/BMPImageDecoder.h', 2964 'platform/image-decoders/bmp/BMPImageDecoder.h',
2922 'platform/image-decoders/bmp/BMPImageReader.cpp', 2965 'platform/image-decoders/bmp/BMPImageReader.cpp',
2923 'platform/image-decoders/bmp/BMPImageReader.h', 2966 'platform/image-decoders/bmp/BMPImageReader.h',
2924 'platform/image-decoders/gif/GIFImageDecoder.cpp', 2967 'platform/image-decoders/gif/GIFImageDecoder.cpp',
2925 'platform/image-decoders/gif/GIFImageDecoder.h', 2968 'platform/image-decoders/gif/GIFImageDecoder.h',
2926 'platform/image-decoders/gif/GIFImageReader.cpp', 2969 'platform/image-decoders/gif/GIFImageReader.cpp',
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
3505 'html/HTMLDimensionTest.cpp', 3548 'html/HTMLDimensionTest.cpp',
3506 'html/LinkRelAttributeTest.cpp', 3549 'html/LinkRelAttributeTest.cpp',
3507 'html/TimeRangesTest.cpp', 3550 'html/TimeRangesTest.cpp',
3508 'html/track/BufferedLineReaderTest.cpp', 3551 'html/track/BufferedLineReaderTest.cpp',
3509 'frame/ImageBitmapTest.cpp', 3552 'frame/ImageBitmapTest.cpp',
3510 'platform/animation/AnimationTranslationUtilTest.cpp', 3553 'platform/animation/AnimationTranslationUtilTest.cpp',
3511 'platform/animation/TimingFunctionTestHelper.h', 3554 'platform/animation/TimingFunctionTestHelper.h',
3512 'platform/animation/TimingFunctionTestHelper.cpp', 3555 'platform/animation/TimingFunctionTestHelper.cpp',
3513 'platform/animation/TimingFunctionTestHelperTest.cpp', 3556 'platform/animation/TimingFunctionTestHelperTest.cpp',
3514 'platform/graphics/BitmapImageTest.cpp', 3557 'platform/graphics/BitmapImageTest.cpp',
3558 'platform/graphics/Canvas2DLayerBridgeTest.cpp',
3559 'platform/graphics/Canvas2DLayerManagerTest.cpp',
3560 'platform/graphics/DeferredImageDecoderTest.cpp',
3515 'platform/graphics/FontTest.cpp', 3561 'platform/graphics/FontTest.cpp',
3562 'platform/graphics/gpu/DrawingBufferTest.cpp',
3516 'platform/graphics/GraphicsContextTest.cpp', 3563 'platform/graphics/GraphicsContextTest.cpp',
3517 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp', 3564 'platform/graphics/ImageDecodingStoreTest.cpp',
3518 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp', 3565 'platform/graphics/ImageFrameGeneratorTest.cpp',
3519 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', 3566 'platform/graphics/test/MockDiscardablePixelRef.h',
3520 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', 3567 'platform/graphics/test/MockImageDecoder.h',
3521 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp',
3522 'platform/graphics/chromium/test/MockDiscardablePixelRef.h',
3523 'platform/graphics/chromium/test/MockImageDecoder.h',
3524 'platform/graphics/gpu/DrawingBufferTest.cpp',
3525 'platform/image-decoders/ImageDecoderTest.cpp', 3568 'platform/image-decoders/ImageDecoderTest.cpp',
3526 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3569 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3527 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3570 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3528 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3571 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3529 'platform/testing/FakeWebGraphicsContext3D.h', 3572 'platform/testing/FakeWebGraphicsContext3D.h',
3530 'rendering/RenderOverflowTest.cpp', 3573 'rendering/RenderOverflowTest.cpp',
3531 'testing/UnitTestHelpers.h', 3574 'testing/UnitTestHelpers.h',
3532 'testing/UnitTestHelpers.cpp', 3575 'testing/UnitTestHelpers.cpp',
3533 ], 3576 ],
3534 } 3577 }
3535 } 3578 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/inspector/InspectorTimelineAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698