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

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

Issue 48113009: Move Font related classes to Source/platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mac export 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/CSSFontFaceSource.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 2710 matching lines...) Expand 10 before | Expand all | Expand 10 after
2721 'platform/graphics/ContentDecryptionModuleSession.cpp', 2721 'platform/graphics/ContentDecryptionModuleSession.cpp',
2722 'platform/graphics/ContentDecryptionModuleSession.h', 2722 'platform/graphics/ContentDecryptionModuleSession.h',
2723 'platform/graphics/CrossfadeGeneratedImage.cpp', 2723 'platform/graphics/CrossfadeGeneratedImage.cpp',
2724 'platform/graphics/CrossfadeGeneratedImage.h', 2724 'platform/graphics/CrossfadeGeneratedImage.h',
2725 'platform/graphics/GradientGeneratedImage.cpp', 2725 'platform/graphics/GradientGeneratedImage.cpp',
2726 'platform/graphics/GradientGeneratedImage.h', 2726 'platform/graphics/GradientGeneratedImage.h',
2727 'platform/graphics/Extensions3D.cpp', 2727 'platform/graphics/Extensions3D.cpp',
2728 'platform/graphics/Extensions3D.h', 2728 'platform/graphics/Extensions3D.h',
2729 'platform/graphics/Font.cpp', 2729 'platform/graphics/Font.cpp',
2730 'platform/graphics/FontCache.cpp', 2730 'platform/graphics/FontCache.cpp',
2731 'platform/graphics/FontCacheKey.h',
2732 'platform/graphics/FontDescription.cpp',
2733 'platform/graphics/FontFallbackList.cpp', 2731 'platform/graphics/FontFallbackList.cpp',
2734 'platform/graphics/FontFastPath.cpp', 2732 'platform/graphics/FontFastPath.cpp',
2735 'platform/graphics/FontPlatformData.cpp', 2733 'platform/graphics/FontPlatformData.cpp',
2736 'platform/graphics/FontPlatformData.h', 2734 'platform/graphics/FontPlatformData.h',
2737 'platform/graphics/FrameData.cpp', 2735 'platform/graphics/FrameData.cpp',
2738 'platform/graphics/FrameData.h', 2736 'platform/graphics/FrameData.h',
2739 'platform/graphics/GeneratedImage.cpp', 2737 'platform/graphics/GeneratedImage.cpp',
2740 'platform/graphics/GeneratedImage.h', 2738 'platform/graphics/GeneratedImage.h',
2741 'platform/graphics/GlyphPageTreeNode.cpp', 2739 'platform/graphics/GlyphPageTreeNode.cpp',
2742 'platform/graphics/Gradient.cpp', 2740 'platform/graphics/Gradient.cpp',
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
3572 'platform/graphics/gpu/DrawingBufferTest.cpp', 3570 'platform/graphics/gpu/DrawingBufferTest.cpp',
3573 'platform/image-decoders/ImageDecoderTest.cpp', 3571 'platform/image-decoders/ImageDecoderTest.cpp',
3574 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3572 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3575 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3573 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3576 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3574 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3577 'platform/testing/FakeWebGraphicsContext3D.h', 3575 'platform/testing/FakeWebGraphicsContext3D.h',
3578 'rendering/RenderOverflowTest.cpp', 3576 'rendering/RenderOverflowTest.cpp',
3579 ], 3577 ],
3580 } 3578 }
3581 } 3579 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSFontFaceSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698