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 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move MediaPlayer and friends to platform/graphics/media 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
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 2699 matching lines...) Expand 10 before | Expand all | Expand 10 after
2710 'platform/chromium/FramelessScrollView.cpp', 2710 'platform/chromium/FramelessScrollView.cpp',
2711 'platform/chromium/FramelessScrollView.h', 2711 'platform/chromium/FramelessScrollView.h',
2712 'platform/chromium/FramelessScrollViewClient.h', 2712 'platform/chromium/FramelessScrollViewClient.h',
2713 'platform/chromium/KeyCodeConversion.h', 2713 'platform/chromium/KeyCodeConversion.h',
2714 'platform/chromium/KeyCodeConversionAndroid.cpp', 2714 'platform/chromium/KeyCodeConversionAndroid.cpp',
2715 'platform/chromium/KeyCodeConversionGtk.cpp', 2715 'platform/chromium/KeyCodeConversionGtk.cpp',
2716 'platform/chromium/KeyboardCodes.h', 2716 'platform/chromium/KeyboardCodes.h',
2717 'platform/chromium/MIMETypeRegistryChromium.cpp', 2717 'platform/chromium/MIMETypeRegistryChromium.cpp',
2718 'platform/graphics/AlternateFontFamily.h', 2718 'platform/graphics/AlternateFontFamily.h',
2719 'platform/graphics/BitmapImage.cpp', 2719 'platform/graphics/BitmapImage.cpp',
2720 'platform/graphics/ContentDecryptionModule.cpp',
2721 'platform/graphics/ContentDecryptionModule.h',
2722 'platform/graphics/ContentDecryptionModuleSession.cpp',
2723 'platform/graphics/ContentDecryptionModuleSession.h',
2724 'platform/graphics/CrossfadeGeneratedImage.cpp', 2720 'platform/graphics/CrossfadeGeneratedImage.cpp',
2725 'platform/graphics/CrossfadeGeneratedImage.h', 2721 'platform/graphics/CrossfadeGeneratedImage.h',
2726 'platform/graphics/GradientGeneratedImage.cpp', 2722 'platform/graphics/GradientGeneratedImage.cpp',
2727 'platform/graphics/GradientGeneratedImage.h', 2723 'platform/graphics/GradientGeneratedImage.h',
2728 'platform/graphics/Extensions3D.cpp', 2724 'platform/graphics/Extensions3D.cpp',
2729 'platform/graphics/Extensions3D.h', 2725 'platform/graphics/Extensions3D.h',
2730 'platform/graphics/Font.cpp', 2726 'platform/graphics/Font.cpp',
2731 'platform/graphics/FontCache.cpp', 2727 'platform/graphics/FontCache.cpp',
2732 'platform/graphics/FontFallbackList.cpp', 2728 'platform/graphics/FontFallbackList.cpp',
2733 'platform/graphics/FontFastPath.cpp', 2729 'platform/graphics/FontFastPath.cpp',
2734 'platform/graphics/FontPlatformData.cpp', 2730 'platform/graphics/FontPlatformData.cpp',
2735 'platform/graphics/FontPlatformData.h', 2731 'platform/graphics/FontPlatformData.h',
2736 'platform/graphics/FrameData.cpp', 2732 'platform/graphics/FrameData.cpp',
2737 'platform/graphics/FrameData.h', 2733 'platform/graphics/FrameData.h',
2738 'platform/graphics/GeneratedImage.cpp', 2734 'platform/graphics/GeneratedImage.cpp',
2739 'platform/graphics/GeneratedImage.h', 2735 'platform/graphics/GeneratedImage.h',
2740 'platform/graphics/GlyphPageTreeNode.cpp', 2736 'platform/graphics/GlyphPageTreeNode.cpp',
2741 'platform/graphics/Gradient.cpp', 2737 'platform/graphics/Gradient.cpp',
2742 'platform/graphics/GraphicsContext.cpp', 2738 'platform/graphics/GraphicsContext.cpp',
2743 'platform/graphics/GraphicsContext3D.cpp', 2739 'platform/graphics/GraphicsContext3D.cpp',
2744 'platform/graphics/GraphicsContext3DImagePacking.cpp', 2740 'platform/graphics/GraphicsContext3DImagePacking.cpp',
2745 'platform/graphics/GraphicsContextAnnotation.cpp', 2741 'platform/graphics/GraphicsContextAnnotation.cpp',
2746 'platform/graphics/GraphicsLayer.cpp', 2742 'platform/graphics/GraphicsLayer.cpp',
2747 'platform/graphics/Image.cpp', 2743 'platform/graphics/Image.cpp',
2748 'platform/graphics/ImageBuffer.cpp', 2744 'platform/graphics/ImageBuffer.cpp',
2749 'platform/graphics/ImageSource.cpp', 2745 'platform/graphics/ImageSource.cpp',
2750 'platform/graphics/InbandTextTrackPrivate.h',
2751 'platform/graphics/InbandTextTrackPrivateClient.h',
2752 'platform/graphics/Latin1TextIterator.h', 2746 'platform/graphics/Latin1TextIterator.h',
2753 'platform/graphics/MediaPlayer.cpp',
2754 'platform/graphics/MediaPlayer.h',
2755 'platform/graphics/Path.cpp', 2747 'platform/graphics/Path.cpp',
2756 'platform/graphics/Pattern.cpp', 2748 'platform/graphics/Pattern.cpp',
2757 'platform/graphics/SegmentedFontData.cpp', 2749 'platform/graphics/SegmentedFontData.cpp',
2758 'platform/graphics/SegmentedFontData.h', 2750 'platform/graphics/SegmentedFontData.h',
2759 'platform/graphics/SimpleFontData.cpp', 2751 'platform/graphics/SimpleFontData.cpp',
2760 'platform/graphics/SVGGlyph.cpp', 2752 'platform/graphics/SVGGlyph.cpp',
2761 'platform/graphics/StringTruncator.cpp', 2753 'platform/graphics/StringTruncator.cpp',
2762 'platform/graphics/StrokeData.cpp', 2754 'platform/graphics/StrokeData.cpp',
2763 'platform/graphics/WidthIterator.cpp', 2755 'platform/graphics/WidthIterator.cpp',
2764 'platform/graphics/WidthIterator.h', 2756 'platform/graphics/WidthIterator.h',
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after
3571 'platform/graphics/gpu/DrawingBufferTest.cpp', 3563 'platform/graphics/gpu/DrawingBufferTest.cpp',
3572 'platform/image-decoders/ImageDecoderTest.cpp', 3564 'platform/image-decoders/ImageDecoderTest.cpp',
3573 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3565 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3574 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3566 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3575 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3567 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3576 'platform/testing/FakeWebGraphicsContext3D.h', 3568 'platform/testing/FakeWebGraphicsContext3D.h',
3577 'rendering/RenderOverflowTest.cpp', 3569 'rendering/RenderOverflowTest.cpp',
3578 ], 3570 ],
3579 } 3571 }
3580 } 3572 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698