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 60233003: Move OpenTypeTypes to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
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 2887 matching lines...) Expand 10 before | Expand all | Expand 10 after
2898 'platform/graphics/mac/FontCustomPlatformDataMac.cpp', 2898 'platform/graphics/mac/FontCustomPlatformDataMac.cpp',
2899 'platform/graphics/mac/FontMac.cpp', 2899 'platform/graphics/mac/FontMac.cpp',
2900 'platform/graphics/mac/GlyphPageTreeNodeMac.cpp', 2900 'platform/graphics/mac/GlyphPageTreeNodeMac.cpp',
2901 'platform/graphics/mac/IntPointMac.mm', 2901 'platform/graphics/mac/IntPointMac.mm',
2902 'platform/graphics/mac/IntRectMac.mm', 2902 'platform/graphics/mac/IntRectMac.mm',
2903 'platform/graphics/mac/IntSizeMac.mm', 2903 'platform/graphics/mac/IntSizeMac.mm',
2904 'platform/graphics/mac/SimpleFontDataCoreText.cpp', 2904 'platform/graphics/mac/SimpleFontDataCoreText.cpp',
2905 'platform/graphics/mac/SimpleFontDataMac.mm', 2905 'platform/graphics/mac/SimpleFontDataMac.mm',
2906 'platform/graphics/opentype/OpenTypeSanitizer.cpp', 2906 'platform/graphics/opentype/OpenTypeSanitizer.cpp',
2907 'platform/graphics/opentype/OpenTypeSanitizer.h', 2907 'platform/graphics/opentype/OpenTypeSanitizer.h',
2908 'platform/graphics/opentype/OpenTypeTypes.h',
2909 'platform/graphics/opentype/OpenTypeUtilities.cpp', 2908 'platform/graphics/opentype/OpenTypeUtilities.cpp',
2910 'platform/graphics/opentype/OpenTypeUtilities.h', 2909 'platform/graphics/opentype/OpenTypeUtilities.h',
2911 'platform/graphics/opentype/OpenTypeVerticalData.cpp', 2910 'platform/graphics/opentype/OpenTypeVerticalData.cpp',
2912 'platform/graphics/opentype/OpenTypeVerticalData.h', 2911 'platform/graphics/opentype/OpenTypeVerticalData.h',
2913 'platform/graphics/skia/FontCacheSkia.cpp', 2912 'platform/graphics/skia/FontCacheSkia.cpp',
2914 'platform/graphics/skia/FontCacheSkiaWin.cpp', 2913 'platform/graphics/skia/FontCacheSkiaWin.cpp',
2915 'platform/graphics/skia/FontCustomPlatformDataSkia.cpp', 2914 'platform/graphics/skia/FontCustomPlatformDataSkia.cpp',
2916 'platform/graphics/skia/FontPlatformDataSkia.cpp', 2915 'platform/graphics/skia/FontPlatformDataSkia.cpp',
2917 'platform/graphics/skia/GlyphPageTreeNodeSkia.cpp', 2916 'platform/graphics/skia/GlyphPageTreeNodeSkia.cpp',
2918 'platform/graphics/skia/NativeImageSkia.cpp', 2917 'platform/graphics/skia/NativeImageSkia.cpp',
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
3547 'platform/graphics/gpu/DrawingBufferTest.cpp', 3546 'platform/graphics/gpu/DrawingBufferTest.cpp',
3548 'platform/image-decoders/ImageDecoderTest.cpp', 3547 'platform/image-decoders/ImageDecoderTest.cpp',
3549 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3548 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3550 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3549 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3551 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3550 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3552 'platform/testing/FakeWebGraphicsContext3D.h', 3551 'platform/testing/FakeWebGraphicsContext3D.h',
3553 'rendering/RenderOverflowTest.cpp', 3552 'rendering/RenderOverflowTest.cpp',
3554 ], 3553 ],
3555 } 3554 }
3556 } 3555 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/opentype/OpenTypeTypes.h » ('j') | Source/web/tests/OpenTypeVerticalDataTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698