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

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

Issue 52803006: Move FontFallbackWin to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: move to platform/fonts 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/platform/graphics/chromium/FontCacheChromiumWin.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 2756 matching lines...) Expand 10 before | Expand all | Expand 10 after
2767 'platform/graphics/chromium/CrossProcessFontLoading.h', 2767 'platform/graphics/chromium/CrossProcessFontLoading.h',
2768 'platform/graphics/chromium/CrossProcessFontLoading.mm', 2768 'platform/graphics/chromium/CrossProcessFontLoading.mm',
2769 'platform/graphics/chromium/DeferredImageDecoder.cpp', 2769 'platform/graphics/chromium/DeferredImageDecoder.cpp',
2770 'platform/graphics/chromium/DeferredImageDecoder.h', 2770 'platform/graphics/chromium/DeferredImageDecoder.h',
2771 'platform/graphics/chromium/DiscardablePixelRef.cpp', 2771 'platform/graphics/chromium/DiscardablePixelRef.cpp',
2772 'platform/graphics/chromium/DiscardablePixelRef.h', 2772 'platform/graphics/chromium/DiscardablePixelRef.h',
2773 'platform/graphics/chromium/FontCacheAndroid.cpp', 2773 'platform/graphics/chromium/FontCacheAndroid.cpp',
2774 'platform/graphics/chromium/FontCacheChromiumLinux.cpp', 2774 'platform/graphics/chromium/FontCacheChromiumLinux.cpp',
2775 'platform/graphics/chromium/FontCacheChromiumWin.cpp', 2775 'platform/graphics/chromium/FontCacheChromiumWin.cpp',
2776 'platform/graphics/chromium/FontChromiumWin.cpp', 2776 'platform/graphics/chromium/FontChromiumWin.cpp',
2777 'platform/graphics/chromium/FontFallbackWin.cpp',
2778 'platform/graphics/chromium/FontFallbackWin.h',
2779 'platform/graphics/chromium/FontPlatformDataChromiumWin.cpp', 2777 'platform/graphics/chromium/FontPlatformDataChromiumWin.cpp',
2780 'platform/graphics/chromium/FontPlatformDataChromiumWin.h', 2778 'platform/graphics/chromium/FontPlatformDataChromiumWin.h',
2781 'platform/graphics/chromium/FontRenderStyle.h', 2779 'platform/graphics/chromium/FontRenderStyle.h',
2782 'platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp', 2780 'platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp',
2783 'platform/graphics/chromium/ImageDecodingStore.cpp', 2781 'platform/graphics/chromium/ImageDecodingStore.cpp',
2784 'platform/graphics/chromium/ImageDecodingStore.h', 2782 'platform/graphics/chromium/ImageDecodingStore.h',
2785 'platform/graphics/chromium/ImageFrameGenerator.cpp', 2783 'platform/graphics/chromium/ImageFrameGenerator.cpp',
2786 'platform/graphics/chromium/ImageFrameGenerator.h', 2784 'platform/graphics/chromium/ImageFrameGenerator.h',
2787 'platform/graphics/chromium/LazyDecodingPixelRef.cpp', 2785 'platform/graphics/chromium/LazyDecodingPixelRef.cpp',
2788 'platform/graphics/chromium/LazyDecodingPixelRef.h', 2786 'platform/graphics/chromium/LazyDecodingPixelRef.h',
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
3549 'platform/graphics/gpu/DrawingBufferTest.cpp', 3547 'platform/graphics/gpu/DrawingBufferTest.cpp',
3550 'platform/image-decoders/ImageDecoderTest.cpp', 3548 'platform/image-decoders/ImageDecoderTest.cpp',
3551 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3549 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3552 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3550 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3553 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3551 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3554 'platform/testing/FakeWebGraphicsContext3D.h', 3552 'platform/testing/FakeWebGraphicsContext3D.h',
3555 'rendering/RenderOverflowTest.cpp', 3553 'rendering/RenderOverflowTest.cpp',
3556 ], 3554 ],
3557 } 3555 }
3558 } 3556 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/chromium/FontCacheChromiumWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698