OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |