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

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

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/css/CSSCrossfadeValue.h » ('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/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 9 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 10 'css/CSSKeyframesRule.idl',
(...skipping 2675 matching lines...) Expand 10 before | Expand all | Expand 10 after
2686 'platform/OverscrollTheme.cpp', 2686 'platform/OverscrollTheme.cpp',
2687 'platform/OverscrollTheme.h', 2687 'platform/OverscrollTheme.h',
2688 'platform/Pasteboard.cpp', 2688 'platform/Pasteboard.cpp',
2689 'platform/Pasteboard.h', 2689 'platform/Pasteboard.h',
2690 'platform/PlatformSpeechSynthesisUtterance.cpp', 2690 'platform/PlatformSpeechSynthesisUtterance.cpp',
2691 'platform/PlatformSpeechSynthesisUtterance.h', 2691 'platform/PlatformSpeechSynthesisUtterance.h',
2692 'platform/PlatformSpeechSynthesisVoice.cpp', 2692 'platform/PlatformSpeechSynthesisVoice.cpp',
2693 'platform/PlatformSpeechSynthesisVoice.h', 2693 'platform/PlatformSpeechSynthesisVoice.h',
2694 'platform/PlatformSpeechSynthesizer.cpp', 2694 'platform/PlatformSpeechSynthesizer.cpp',
2695 'platform/PlatformSpeechSynthesizer.h', 2695 'platform/PlatformSpeechSynthesizer.h',
2696 'platform/ScrollAnimator.cpp',
2697 'platform/ScrollAnimator.h',
2698 'platform/ScrollAnimatorNone.cpp',
2699 'platform/ScrollAnimatorNone.h',
2700 'platform/ScrollView.cpp',
2701 'platform/ScrollableArea.cpp',
2702 'platform/Scrollbar.cpp',
2703 'platform/Scrollbar.h',
2704 'platform/ScrollbarTheme.cpp',
2705 'platform/ScrollbarTheme.h',
2706 'platform/ScrollbarThemeAndroid.cpp',
2707 'platform/ScrollbarThemeGtkOrAura.cpp',
2708 'platform/ScrollbarThemeGtkOrAura.h',
2709 'platform/ScrollbarThemeMacCommon.h',
2710 'platform/ScrollbarThemeMacCommon.mm',
2711 'platform/ScrollbarThemeMacNonOverlayAPI.h',
2712 'platform/ScrollbarThemeMacNonOverlayAPI.mm',
2713 'platform/ScrollbarThemeMacOverlayAPI.h',
2714 'platform/ScrollbarThemeMacOverlayAPI.mm',
2715 'platform/ScrollbarThemeNonMacCommon.cpp',
2716 'platform/ScrollbarThemeNonMacCommon.h',
2717 'platform/ScrollbarThemeOverlay.cpp',
2718 'platform/ScrollbarThemeOverlay.h',
2719 'platform/ScrollbarThemeWin.cpp',
2720 'platform/ScrollbarThemeWin.h',
2721 'platform/animation/AnimationTranslationUtil.cpp', 2696 'platform/animation/AnimationTranslationUtil.cpp',
2722 'platform/animation/AnimationTranslationUtil.h', 2697 'platform/animation/AnimationTranslationUtil.h',
2723 'platform/animation/AnimationValue.h', 2698 'platform/animation/AnimationValue.h',
2724 'platform/animation/CSSAnimationData.cpp', 2699 'platform/animation/CSSAnimationData.cpp',
2725 'platform/animation/CSSAnimationDataList.cpp', 2700 'platform/animation/CSSAnimationDataList.cpp',
2726 'platform/animation/KeyframeValueList.cpp', 2701 'platform/animation/KeyframeValueList.cpp',
2727 'platform/animation/KeyframeValueList.h', 2702 'platform/animation/KeyframeValueList.h',
2728 'platform/chromium/ChromiumDataObject.cpp', 2703 'platform/chromium/ChromiumDataObject.cpp',
2729 'platform/chromium/ChromiumDataObject.h', 2704 'platform/chromium/ChromiumDataObject.h',
2730 'platform/chromium/ChromiumDataObjectItem.cpp', 2705 'platform/chromium/ChromiumDataObjectItem.cpp',
2731 'platform/chromium/ChromiumDataObjectItem.h', 2706 'platform/chromium/ChromiumDataObjectItem.h',
2732 'platform/chromium/FramelessScrollView.cpp', 2707 'platform/chromium/FramelessScrollView.cpp',
2733 'platform/chromium/FramelessScrollView.h', 2708 'platform/chromium/FramelessScrollView.h',
2734 'platform/chromium/FramelessScrollViewClient.h', 2709 'platform/chromium/FramelessScrollViewClient.h',
2735 'platform/chromium/KeyCodeConversion.h', 2710 'platform/chromium/KeyCodeConversion.h',
2736 'platform/chromium/KeyCodeConversionAndroid.cpp', 2711 'platform/chromium/KeyCodeConversionAndroid.cpp',
2737 'platform/chromium/KeyCodeConversionGtk.cpp', 2712 'platform/chromium/KeyCodeConversionGtk.cpp',
2738 'platform/chromium/KeyboardCodes.h', 2713 'platform/chromium/KeyboardCodes.h',
2739 'platform/graphics/BitmapImage.cpp',
2740 'platform/graphics/Canvas2DLayerBridge.cpp',
2741 'platform/graphics/Canvas2DLayerBridge.h',
2742 'platform/graphics/Canvas2DLayerManager.cpp',
2743 'platform/graphics/Canvas2DLayerManager.h',
2744 'platform/graphics/CrossfadeGeneratedImage.cpp', 2714 'platform/graphics/CrossfadeGeneratedImage.cpp',
2745 'platform/graphics/CrossfadeGeneratedImage.h', 2715 'platform/graphics/CrossfadeGeneratedImage.h',
2746 'platform/graphics/CustomFontData.h',
2747 'platform/graphics/DeferredImageDecoder.cpp',
2748 'platform/graphics/DeferredImageDecoder.h',
2749 'platform/graphics/DiscardablePixelRef.cpp',
2750 'platform/graphics/DiscardablePixelRef.h',
2751 'platform/graphics/Extensions3D.cpp',
2752 'platform/graphics/Extensions3D.h',
2753 'platform/graphics/Font.cpp',
2754 'platform/graphics/FontDataCache.cpp',
2755 'platform/graphics/FontDataCache.h',
2756 'platform/graphics/FontCache.cpp',
2757 'platform/graphics/FontFallbackList.cpp',
2758 'platform/graphics/FontFastPath.cpp',
2759 'platform/graphics/FontPlatformData.cpp',
2760 'platform/graphics/FontPlatformData.h',
2761 'platform/graphics/FrameData.cpp',
2762 'platform/graphics/FrameData.h',
2763 'platform/graphics/GaneshUtils.cpp',
2764 'platform/graphics/GeneratedImage.cpp', 2716 'platform/graphics/GeneratedImage.cpp',
2765 'platform/graphics/GeneratedImage.h', 2717 'platform/graphics/GeneratedImage.h',
2766 'platform/graphics/GlyphPageTreeNode.cpp',
2767 'platform/graphics/Gradient.cpp',
2768 'platform/graphics/GradientGeneratedImage.cpp', 2718 'platform/graphics/GradientGeneratedImage.cpp',
2769 'platform/graphics/GradientGeneratedImage.h', 2719 'platform/graphics/GradientGeneratedImage.h',
2770 'platform/graphics/GraphicsContext.cpp',
2771 'platform/graphics/GraphicsContext.h',
2772 'platform/graphics/GraphicsContext3D.cpp',
2773 'platform/graphics/GraphicsContext3D.h',
2774 'platform/graphics/GraphicsContext3DImagePacking.cpp',
2775 'platform/graphics/GraphicsContextAnnotation.cpp',
2776 'platform/graphics/GraphicsLayer.cpp',
2777 'platform/graphics/Image.cpp',
2778 'platform/graphics/Image.h',
2779 'platform/graphics/ImageBuffer.cpp',
2780 'platform/graphics/ImageBuffer.h',
2781 'platform/graphics/ImageDecodingStore.cpp',
2782 'platform/graphics/ImageDecodingStore.h',
2783 'platform/graphics/ImageFrameGenerator.cpp',
2784 'platform/graphics/ImageFrameGenerator.h',
2785 'platform/graphics/ImageSource.cpp',
2786 'platform/graphics/ImageSource.h',
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',
2792 'platform/graphics/Pattern.cpp',
2793 'platform/graphics/SVGGlyph.cpp',
2794 'platform/graphics/SegmentedFontData.cpp',
2795 'platform/graphics/SegmentedFontData.h',
2796 'platform/graphics/SimpleFontData.cpp',
2797 'platform/graphics/StringTruncator.cpp', 2720 'platform/graphics/StringTruncator.cpp',
2798 'platform/graphics/StrokeData.cpp',
2799 'platform/graphics/VDMXParser.cpp',
2800 'platform/graphics/VDMXParser.h',
2801 'platform/graphics/WidthIterator.cpp',
2802 'platform/graphics/WidthIterator.h',
2803 'platform/graphics/android/FontCacheAndroid.cpp',
2804 'platform/graphics/cocoa/FontPlatformDataCocoa.mm',
2805 'platform/graphics/filters/DistantLightSource.cpp', 2721 'platform/graphics/filters/DistantLightSource.cpp',
2806 'platform/graphics/filters/DistantLightSource.h', 2722 'platform/graphics/filters/DistantLightSource.h',
2807 'platform/graphics/filters/FEBlend.cpp', 2723 'platform/graphics/filters/FEBlend.cpp',
2808 'platform/graphics/filters/FEBlend.h', 2724 'platform/graphics/filters/FEBlend.h',
2809 'platform/graphics/filters/FEColorMatrix.cpp', 2725 'platform/graphics/filters/FEColorMatrix.cpp',
2810 'platform/graphics/filters/FEColorMatrix.h', 2726 'platform/graphics/filters/FEColorMatrix.h',
2811 'platform/graphics/filters/FEComponentTransfer.cpp', 2727 'platform/graphics/filters/FEComponentTransfer.cpp',
2812 'platform/graphics/filters/FEComponentTransfer.h', 2728 'platform/graphics/filters/FEComponentTransfer.h',
2813 'platform/graphics/filters/FEComposite.cpp', 2729 'platform/graphics/filters/FEComposite.cpp',
2814 'platform/graphics/filters/FEComposite.h', 2730 'platform/graphics/filters/FEComposite.h',
2815 'platform/graphics/filters/FEConvolveMatrix.cpp', 2731 'platform/graphics/filters/FEConvolveMatrix.cpp',
2816 'platform/graphics/filters/FEConvolveMatrix.h', 2732 'platform/graphics/filters/FEConvolveMatrix.h',
2817 'platform/graphics/filters/FEDiffuseLighting.cpp', 2733 'platform/graphics/filters/FEDiffuseLighting.cpp',
2818 'platform/graphics/filters/FEDiffuseLighting.h', 2734 'platform/graphics/filters/FEDiffuseLighting.h',
2819 'platform/graphics/filters/FEDisplacementMap.cpp', 2735 'platform/graphics/filters/FEDisplacementMap.cpp',
2820 'platform/graphics/filters/FEDisplacementMap.h', 2736 'platform/graphics/filters/FEDisplacementMap.h',
2821 'platform/graphics/filters/FEDropShadow.cpp', 2737 'platform/graphics/filters/FEDropShadow.cpp',
2822 'platform/graphics/filters/FEDropShadow.h', 2738 'platform/graphics/filters/FEDropShadow.h',
2823 'platform/graphics/filters/FEFlood.cpp', 2739 'platform/graphics/filters/FEFlood.cpp',
2824 'platform/graphics/filters/FEFlood.h', 2740 'platform/graphics/filters/FEFlood.h',
2825 'platform/graphics/filters/FEGaussianBlur.cpp',
2826 'platform/graphics/filters/FEGaussianBlur.h',
2827 'platform/graphics/filters/FELighting.cpp', 2741 'platform/graphics/filters/FELighting.cpp',
2828 'platform/graphics/filters/FELighting.h', 2742 'platform/graphics/filters/FELighting.h',
2829 'platform/graphics/filters/FEMerge.cpp', 2743 'platform/graphics/filters/FEMerge.cpp',
2830 'platform/graphics/filters/FEMerge.h', 2744 'platform/graphics/filters/FEMerge.h',
2831 'platform/graphics/filters/FEMorphology.cpp', 2745 'platform/graphics/filters/FEMorphology.cpp',
2832 'platform/graphics/filters/FEMorphology.h', 2746 'platform/graphics/filters/FEMorphology.h',
2833 'platform/graphics/filters/FEOffset.cpp', 2747 'platform/graphics/filters/FEOffset.cpp',
2834 'platform/graphics/filters/FEOffset.h', 2748 'platform/graphics/filters/FEOffset.h',
2835 'platform/graphics/filters/FESpecularLighting.cpp', 2749 'platform/graphics/filters/FESpecularLighting.cpp',
2836 'platform/graphics/filters/FESpecularLighting.h', 2750 'platform/graphics/filters/FESpecularLighting.h',
2837 'platform/graphics/filters/FETile.cpp', 2751 'platform/graphics/filters/FETile.cpp',
2838 'platform/graphics/filters/FETile.h', 2752 'platform/graphics/filters/FETile.h',
2839 'platform/graphics/filters/FETurbulence.cpp', 2753 'platform/graphics/filters/FETurbulence.cpp',
2840 'platform/graphics/filters/FETurbulence.h', 2754 'platform/graphics/filters/FETurbulence.h',
2841 'platform/graphics/filters/Filter.h',
2842 'platform/graphics/filters/FilterEffect.cpp',
2843 'platform/graphics/filters/FilterEffect.h',
2844 'platform/graphics/filters/FilterOperation.cpp',
2845 'platform/graphics/filters/FilterOperation.h',
2846 'platform/graphics/filters/FilterOperations.cpp',
2847 'platform/graphics/filters/FilterOperations.h',
2848 'platform/graphics/filters/ParallelJobs.h',
2849 'platform/graphics/filters/PointLightSource.cpp', 2755 'platform/graphics/filters/PointLightSource.cpp',
2850 'platform/graphics/filters/PointLightSource.h', 2756 'platform/graphics/filters/PointLightSource.h',
2851 'platform/graphics/filters/ReferenceFilter.cpp',
2852 'platform/graphics/filters/ReferenceFilter.h',
2853 'platform/graphics/filters/SkiaImageFilterBuilder.cpp',
2854 'platform/graphics/filters/SkiaImageFilterBuilder.h',
2855 'platform/graphics/filters/SourceAlpha.cpp', 2757 'platform/graphics/filters/SourceAlpha.cpp',
2856 'platform/graphics/filters/SourceAlpha.h', 2758 'platform/graphics/filters/SourceAlpha.h',
2857 'platform/graphics/filters/SourceGraphic.cpp',
2858 'platform/graphics/filters/SourceGraphic.h',
2859 'platform/graphics/filters/SpotLightSource.cpp', 2759 'platform/graphics/filters/SpotLightSource.cpp',
2860 'platform/graphics/filters/SpotLightSource.h', 2760 'platform/graphics/filters/SpotLightSource.h',
2861 'platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp', 2761 'platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp',
2862 'platform/graphics/filters/custom/CustomFilterCompiledProgram.h', 2762 'platform/graphics/filters/custom/CustomFilterCompiledProgram.h',
2863 'platform/graphics/filters/custom/CustomFilterGlobalContext.cpp', 2763 'platform/graphics/filters/custom/CustomFilterGlobalContext.cpp',
2864 'platform/graphics/filters/custom/CustomFilterGlobalContext.h', 2764 'platform/graphics/filters/custom/CustomFilterGlobalContext.h',
2865 'platform/graphics/filters/custom/CustomFilterMesh.cpp', 2765 'platform/graphics/filters/custom/CustomFilterMesh.cpp',
2866 'platform/graphics/filters/custom/CustomFilterMesh.h', 2766 'platform/graphics/filters/custom/CustomFilterMesh.h',
2867 'platform/graphics/filters/custom/CustomFilterOperation.cpp', 2767 'platform/graphics/filters/custom/CustomFilterOperation.cpp',
2868 'platform/graphics/filters/custom/CustomFilterOperation.h', 2768 'platform/graphics/filters/custom/CustomFilterOperation.h',
2869 'platform/graphics/filters/custom/CustomFilterProgram.cpp', 2769 'platform/graphics/filters/custom/CustomFilterProgram.cpp',
2870 'platform/graphics/filters/custom/CustomFilterProgram.h', 2770 'platform/graphics/filters/custom/CustomFilterProgram.h',
2871 'platform/graphics/filters/custom/CustomFilterRenderer.cpp', 2771 'platform/graphics/filters/custom/CustomFilterRenderer.cpp',
2872 'platform/graphics/filters/custom/CustomFilterRenderer.h', 2772 'platform/graphics/filters/custom/CustomFilterRenderer.h',
2873 'platform/graphics/filters/custom/CustomFilterValidatedProgram.cpp', 2773 'platform/graphics/filters/custom/CustomFilterValidatedProgram.cpp',
2874 'platform/graphics/filters/custom/CustomFilterValidatedProgram.h', 2774 'platform/graphics/filters/custom/CustomFilterValidatedProgram.h',
2875 'platform/graphics/filters/custom/FECustomFilter.cpp', 2775 'platform/graphics/filters/custom/FECustomFilter.cpp',
2876 'platform/graphics/filters/custom/FECustomFilter.h', 2776 'platform/graphics/filters/custom/FECustomFilter.h',
2877 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.cpp ', 2777 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.cpp ',
2878 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.h', 2778 'platform/graphics/filters/custom/ValidatedCustomFilterOperation.h',
2879 'platform/graphics/gpu/DrawingBuffer.cpp',
2880 'platform/graphics/gpu/DrawingBuffer.h',
2881 'platform/graphics/gpu/SharedGraphicsContext3D.cpp',
2882 'platform/graphics/gpu/SharedGraphicsContext3D.h',
2883 'platform/graphics/harfbuzz/FontHarfBuzz.cpp',
2884 'platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.cpp',
2885 'platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h',
2886 'platform/graphics/harfbuzz/HarfBuzzFace.cpp',
2887 'platform/graphics/harfbuzz/HarfBuzzFace.h',
2888 'platform/graphics/harfbuzz/HarfBuzzFaceCoreText.cpp',
2889 'platform/graphics/harfbuzz/HarfBuzzFaceSkia.cpp',
2890 'platform/graphics/harfbuzz/HarfBuzzShaper.cpp',
2891 'platform/graphics/harfbuzz/HarfBuzzShaper.h',
2892 'platform/graphics/linux/FontCacheLinux.cpp',
2893 'platform/graphics/mac/ColorMac.h',
2894 'platform/graphics/mac/ColorMac.mm',
2895 'platform/graphics/mac/ComplexTextController.cpp',
2896 'platform/graphics/mac/ComplexTextController.h',
2897 'platform/graphics/mac/ComplexTextControllerCoreText.mm',
2898 'platform/graphics/mac/FontCacheMac.mm',
2899 'platform/graphics/mac/FontComplexTextMac.cpp',
2900 'platform/graphics/mac/FontCustomPlatformDataMac.cpp',
2901 'platform/graphics/mac/FontMac.cpp',
2902 'platform/graphics/mac/GlyphPageTreeNodeMac.cpp',
2903 'platform/graphics/mac/MemoryActivatedFont.h',
2904 'platform/graphics/mac/MemoryActivatedFont.mm',
2905 'platform/graphics/mac/SimpleFontDataCoreText.cpp',
2906 'platform/graphics/mac/SimpleFontDataMac.mm',
2907 'platform/graphics/opentype/OpenTypeSanitizer.cpp',
2908 'platform/graphics/opentype/OpenTypeSanitizer.h',
2909 'platform/graphics/opentype/OpenTypeUtilities.cpp',
2910 'platform/graphics/opentype/OpenTypeUtilities.h',
2911 'platform/graphics/opentype/OpenTypeVerticalData.cpp',
2912 'platform/graphics/opentype/OpenTypeVerticalData.h',
2913 'platform/graphics/skia/FontCacheSkia.cpp',
2914 'platform/graphics/skia/FontCacheSkiaWin.cpp',
2915 'platform/graphics/skia/FontCustomPlatformDataSkia.cpp',
2916 'platform/graphics/skia/FontPlatformDataSkia.cpp',
2917 'platform/graphics/skia/GlyphPageTreeNodeSkia.cpp',
2918 'platform/graphics/skia/NativeImageSkia.cpp',
2919 'platform/graphics/skia/NativeImageSkia.h',
2920 'platform/graphics/skia/OpaqueRegionSkia.cpp',
2921 'platform/graphics/skia/OpaqueRegionSkia.h',
2922 'platform/graphics/skia/SimpleFontDataSkia.cpp',
2923 'platform/graphics/skia/SkiaFontWin.cpp',
2924 'platform/graphics/skia/SkiaFontWin.h',
2925 'platform/graphics/skia/SkiaUtils.cpp',
2926 'platform/graphics/skia/SkiaUtils.h',
2927 'platform/graphics/win/FontCacheWin.cpp',
2928 'platform/graphics/win/FontCustomPlatformDataWin.cpp',
2929 'platform/graphics/win/FontPlatformDataWin.cpp',
2930 'platform/graphics/win/FontPlatformDataWin.h',
2931 'platform/graphics/win/FontWin.cpp',
2932 'platform/graphics/win/GlyphPageTreeNodeWin.cpp',
2933 'platform/graphics/win/SimpleFontDataWin.cpp',
2934 'platform/graphics/win/TransparencyWin.cpp', 2779 'platform/graphics/win/TransparencyWin.cpp',
2935 'platform/graphics/win/TransparencyWin.h', 2780 'platform/graphics/win/TransparencyWin.h',
2936 'platform/graphics/win/UniscribeHelper.cpp',
2937 'platform/graphics/win/UniscribeHelper.h',
2938 'platform/graphics/win/UniscribeHelperTextRun.cpp',
2939 'platform/graphics/win/UniscribeHelperTextRun.h',
2940 'platform/image-decoders/ImageDecoder.cpp',
2941 'platform/image-decoders/ImageDecoder.h',
2942 'platform/image-decoders/ImageFrame.cpp',
2943 'platform/image-decoders/bmp/BMPImageDecoder.cpp',
2944 'platform/image-decoders/bmp/BMPImageDecoder.h',
2945 'platform/image-decoders/bmp/BMPImageReader.cpp',
2946 'platform/image-decoders/bmp/BMPImageReader.h',
2947 'platform/image-decoders/gif/GIFImageDecoder.cpp',
2948 'platform/image-decoders/gif/GIFImageDecoder.h',
2949 'platform/image-decoders/gif/GIFImageReader.cpp',
2950 'platform/image-decoders/gif/GIFImageReader.h',
2951 'platform/image-decoders/ico/ICOImageDecoder.cpp',
2952 'platform/image-decoders/ico/ICOImageDecoder.h',
2953 'platform/image-decoders/jpeg/JPEGImageDecoder.cpp',
2954 'platform/image-decoders/jpeg/JPEGImageDecoder.h',
2955 'platform/image-decoders/png/PNGImageDecoder.cpp',
2956 'platform/image-decoders/png/PNGImageDecoder.h',
2957 'platform/image-decoders/webp/WEBPImageDecoder.cpp',
2958 'platform/image-decoders/webp/WEBPImageDecoder.h',
2959 'platform/image-encoders/skia/JPEGImageEncoder.cpp',
2960 'platform/image-encoders/skia/JPEGImageEncoder.h',
2961 'platform/image-encoders/skia/PNGImageEncoder.cpp',
2962 'platform/image-encoders/skia/PNGImageEncoder.h',
2963 'platform/image-encoders/skia/WEBPImageEncoder.cpp',
2964 'platform/image-encoders/skia/WEBPImageEncoder.h',
2965 'platform/mac/LocalCurrentGraphicsContext.h',
2966 'platform/mac/LocalCurrentGraphicsContext.mm',
2967 'platform/mac/NSScrollerImpDetails.h',
2968 'platform/mac/NSScrollerImpDetails.mm',
2969 'platform/mac/ScrollAnimatorMac.h',
2970 'platform/mac/ScrollAnimatorMac.mm',
2971 'platform/mac/ScrollElasticityController.h',
2972 'platform/mac/ScrollElasticityController.mm',
2973 'platform/mac/ThemeMac.h', 2781 'platform/mac/ThemeMac.h',
2974 'platform/mac/ThemeMac.mm', 2782 'platform/mac/ThemeMac.mm',
2975 'platform/mediastream/MediaStreamCenter.cpp', 2783 'platform/mediastream/MediaStreamCenter.cpp',
2976 'platform/mediastream/MediaStreamCenter.h', 2784 'platform/mediastream/MediaStreamCenter.h',
2977 'platform/mediastream/MediaStreamDescriptor.cpp', 2785 'platform/mediastream/MediaStreamDescriptor.cpp',
2978 'platform/mediastream/MediaStreamDescriptor.h', 2786 'platform/mediastream/MediaStreamDescriptor.h',
2979 'platform/mediastream/RTCDataChannelHandler.cpp', 2787 'platform/mediastream/RTCDataChannelHandler.cpp',
2980 'platform/mediastream/RTCDataChannelHandler.h', 2788 'platform/mediastream/RTCDataChannelHandler.h',
2981 'platform/mediastream/RTCDataChannelHandlerClient.h', 2789 'platform/mediastream/RTCDataChannelHandlerClient.h',
2982 'platform/mediastream/RTCPeerConnectionHandler.cpp', 2790 'platform/mediastream/RTCPeerConnectionHandler.cpp',
2983 'platform/mediastream/RTCPeerConnectionHandler.h', 2791 'platform/mediastream/RTCPeerConnectionHandler.h',
2984 'platform/mediastream/RTCPeerConnectionHandlerClient.h', 2792 'platform/mediastream/RTCPeerConnectionHandlerClient.h',
2985 'platform/mediastream/RTCStatsRequest.h', 2793 'platform/mediastream/RTCStatsRequest.h',
2986 'platform/mock/GeolocationClientMock.cpp', 2794 'platform/mock/GeolocationClientMock.cpp',
2987 'platform/mock/PlatformSpeechSynthesizerMock.cpp', 2795 'platform/mock/PlatformSpeechSynthesizerMock.cpp',
2988 'platform/mock/PlatformSpeechSynthesizerMock.h', 2796 'platform/mock/PlatformSpeechSynthesizerMock.h',
2989 'platform/mock/ScrollbarThemeMock.cpp',
2990 'platform/mock/ScrollbarThemeMock.h',
2991 'platform/mock/ScrollbarThemeOverlayMock.h',
2992 'platform/text/RegularExpression.cpp', 2797 'platform/text/RegularExpression.cpp',
2993 ], 2798 ],
2994 'webcore_svg_files': [ 2799 'webcore_svg_files': [
2995 'rendering/style/SVGRenderStyle.cpp', 2800 'rendering/style/SVGRenderStyle.cpp',
2996 'rendering/style/SVGRenderStyleDefs.cpp', 2801 'rendering/style/SVGRenderStyleDefs.cpp',
2997 'rendering/svg/ReferenceFilterBuilder.cpp', 2802 'rendering/svg/ReferenceFilterBuilder.cpp',
2998 'rendering/svg/ReferenceFilterBuilder.h', 2803 'rendering/svg/ReferenceFilterBuilder.h',
2999 'rendering/svg/RenderSVGBlock.cpp', 2804 'rendering/svg/RenderSVGBlock.cpp',
3000 'rendering/svg/RenderSVGBlock.h', 2805 'rendering/svg/RenderSVGBlock.h',
3001 'rendering/svg/RenderSVGContainer.cpp', 2806 'rendering/svg/RenderSVGContainer.cpp',
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
3529 'fetch/ResourceFetcherTest.cpp', 3334 'fetch/ResourceFetcherTest.cpp',
3530 'html/HTMLDimensionTest.cpp', 3335 'html/HTMLDimensionTest.cpp',
3531 'html/LinkRelAttributeTest.cpp', 3336 'html/LinkRelAttributeTest.cpp',
3532 'html/TimeRangesTest.cpp', 3337 'html/TimeRangesTest.cpp',
3533 'html/track/vtt/BufferedLineReaderTest.cpp', 3338 'html/track/vtt/BufferedLineReaderTest.cpp',
3534 'frame/ImageBitmapTest.cpp', 3339 'frame/ImageBitmapTest.cpp',
3535 'platform/animation/AnimationTranslationUtilTest.cpp', 3340 'platform/animation/AnimationTranslationUtilTest.cpp',
3536 'platform/animation/TimingFunctionTestHelper.h', 3341 'platform/animation/TimingFunctionTestHelper.h',
3537 'platform/animation/TimingFunctionTestHelper.cpp', 3342 'platform/animation/TimingFunctionTestHelper.cpp',
3538 'platform/animation/TimingFunctionTestHelperTest.cpp', 3343 'platform/animation/TimingFunctionTestHelperTest.cpp',
3539 'platform/graphics/BitmapImageTest.cpp',
3540 'platform/graphics/Canvas2DLayerBridgeTest.cpp',
3541 'platform/graphics/Canvas2DLayerManagerTest.cpp',
3542 'platform/graphics/DeferredImageDecoderTest.cpp',
3543 'platform/graphics/FontTest.cpp',
3544 'platform/graphics/gpu/DrawingBufferTest.cpp',
3545 'platform/graphics/GraphicsContextTest.cpp',
3546 'platform/graphics/ImageDecodingStoreTest.cpp',
3547 'platform/graphics/ImageFrameGeneratorTest.cpp',
3548 'platform/graphics/test/MockDiscardablePixelRef.h',
3549 'platform/graphics/test/MockImageDecoder.h',
3550 'platform/image-decoders/ImageDecoderTest.cpp',
3551 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3552 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3553 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3554 'platform/testing/FakeWebGraphicsContext3D.h',
3555 'rendering/RenderOverflowTest.cpp', 3344 'rendering/RenderOverflowTest.cpp',
3556 'testing/UnitTestHelpers.h', 3345 'testing/UnitTestHelpers.h',
3557 'testing/UnitTestHelpers.cpp', 3346 'testing/UnitTestHelpers.cpp',
3558 ], 3347 ],
3559 } 3348 }
3560 } 3349 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698