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

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

Issue 52773004: Move Glyph related classes to platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge gypi 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 | « no previous file | Source/core/css/CSSFontFaceSrcValue.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 2693 matching lines...) Expand 10 before | Expand all | Expand 10 after
2704 'platform/animation/KeyframeValueList.cpp', 2704 'platform/animation/KeyframeValueList.cpp',
2705 'platform/animation/KeyframeValueList.h', 2705 'platform/animation/KeyframeValueList.h',
2706 'platform/chromium/ChromiumDataObject.cpp', 2706 'platform/chromium/ChromiumDataObject.cpp',
2707 'platform/chromium/ChromiumDataObject.h', 2707 'platform/chromium/ChromiumDataObject.h',
2708 'platform/chromium/ChromiumDataObjectItem.cpp', 2708 'platform/chromium/ChromiumDataObjectItem.cpp',
2709 'platform/chromium/ChromiumDataObjectItem.h', 2709 'platform/chromium/ChromiumDataObjectItem.h',
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/MIMETypeRegistryChromium.cpp', 2713 'platform/chromium/MIMETypeRegistryChromium.cpp',
2714 'platform/graphics/AlternateFontFamily.h',
2715 'platform/graphics/BitmapImage.cpp', 2714 'platform/graphics/BitmapImage.cpp',
2716 'platform/graphics/ContentDecryptionModule.cpp', 2715 'platform/graphics/ContentDecryptionModule.cpp',
2717 'platform/graphics/ContentDecryptionModule.h', 2716 'platform/graphics/ContentDecryptionModule.h',
2718 'platform/graphics/ContentDecryptionModuleSession.cpp', 2717 'platform/graphics/ContentDecryptionModuleSession.cpp',
2719 'platform/graphics/ContentDecryptionModuleSession.h', 2718 'platform/graphics/ContentDecryptionModuleSession.h',
2720 'platform/graphics/CrossfadeGeneratedImage.cpp', 2719 'platform/graphics/CrossfadeGeneratedImage.cpp',
2721 'platform/graphics/CrossfadeGeneratedImage.h', 2720 'platform/graphics/CrossfadeGeneratedImage.h',
2722 'platform/graphics/GradientGeneratedImage.cpp', 2721 'platform/graphics/GradientGeneratedImage.cpp',
2723 'platform/graphics/GradientGeneratedImage.h', 2722 'platform/graphics/GradientGeneratedImage.h',
2724 'platform/graphics/Extensions3D.cpp', 2723 'platform/graphics/Extensions3D.cpp',
(...skipping 13 matching lines...) Expand all
2738 'platform/graphics/GraphicsContext.cpp', 2737 'platform/graphics/GraphicsContext.cpp',
2739 'platform/graphics/GraphicsContext3D.cpp', 2738 'platform/graphics/GraphicsContext3D.cpp',
2740 'platform/graphics/GraphicsContext3DImagePacking.cpp', 2739 'platform/graphics/GraphicsContext3DImagePacking.cpp',
2741 'platform/graphics/GraphicsContextAnnotation.cpp', 2740 'platform/graphics/GraphicsContextAnnotation.cpp',
2742 'platform/graphics/GraphicsLayer.cpp', 2741 'platform/graphics/GraphicsLayer.cpp',
2743 'platform/graphics/Image.cpp', 2742 'platform/graphics/Image.cpp',
2744 'platform/graphics/ImageBuffer.cpp', 2743 'platform/graphics/ImageBuffer.cpp',
2745 'platform/graphics/ImageSource.cpp', 2744 'platform/graphics/ImageSource.cpp',
2746 'platform/graphics/InbandTextTrackPrivate.h', 2745 'platform/graphics/InbandTextTrackPrivate.h',
2747 'platform/graphics/InbandTextTrackPrivateClient.h', 2746 'platform/graphics/InbandTextTrackPrivateClient.h',
2748 'platform/graphics/Latin1TextIterator.h',
2749 'platform/graphics/MediaPlayer.cpp', 2747 'platform/graphics/MediaPlayer.cpp',
2750 'platform/graphics/MediaPlayer.h', 2748 'platform/graphics/MediaPlayer.h',
2751 'platform/graphics/Path.cpp', 2749 'platform/graphics/Path.cpp',
2752 'platform/graphics/Pattern.cpp', 2750 'platform/graphics/Pattern.cpp',
2753 'platform/graphics/SegmentedFontData.cpp', 2751 'platform/graphics/SegmentedFontData.cpp',
2754 'platform/graphics/SegmentedFontData.h', 2752 'platform/graphics/SegmentedFontData.h',
2755 'platform/graphics/SimpleFontData.cpp', 2753 'platform/graphics/SimpleFontData.cpp',
2756 'platform/graphics/SVGGlyph.cpp', 2754 'platform/graphics/SVGGlyph.cpp',
2757 'platform/graphics/StringTruncator.cpp', 2755 'platform/graphics/StringTruncator.cpp',
2758 'platform/graphics/StrokeData.cpp', 2756 'platform/graphics/StrokeData.cpp',
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
3564 'platform/graphics/gpu/DrawingBufferTest.cpp', 3562 'platform/graphics/gpu/DrawingBufferTest.cpp',
3565 'platform/image-decoders/ImageDecoderTest.cpp', 3563 'platform/image-decoders/ImageDecoderTest.cpp',
3566 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3564 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3567 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3565 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3568 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3566 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3569 'platform/testing/FakeWebGraphicsContext3D.h', 3567 'platform/testing/FakeWebGraphicsContext3D.h',
3570 'rendering/RenderOverflowTest.cpp', 3568 'rendering/RenderOverflowTest.cpp',
3571 ], 3569 ],
3572 } 3570 }
3573 } 3571 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSFontFaceSrcValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698