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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 months 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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'fonts/FontPlatformData.h', 366 'fonts/FontPlatformData.h',
367 'fonts/FontRenderStyle.h', 367 'fonts/FontRenderStyle.h',
368 'fonts/GenericFontFamilySettings.cpp', 368 'fonts/GenericFontFamilySettings.cpp',
369 'fonts/GenericFontFamilySettings.h', 369 'fonts/GenericFontFamilySettings.h',
370 'fonts/GlyphBuffer.h', 370 'fonts/GlyphBuffer.h',
371 'fonts/GlyphMetricsMap.h', 371 'fonts/GlyphMetricsMap.h',
372 'fonts/GlyphPage.h', 372 'fonts/GlyphPage.h',
373 'fonts/GlyphPageTreeNode.cpp', 373 'fonts/GlyphPageTreeNode.cpp',
374 'fonts/GlyphPageTreeNode.h', 374 'fonts/GlyphPageTreeNode.h',
375 'fonts/Latin1TextIterator.h', 375 'fonts/Latin1TextIterator.h',
376 'fonts/SVGGlyph.cpp',
377 'fonts/SVGGlyph.h',
378 'fonts/SegmentedFontData.cpp', 376 'fonts/SegmentedFontData.cpp',
379 'fonts/SegmentedFontData.h', 377 'fonts/SegmentedFontData.h',
380 'fonts/SimpleFontData.cpp', 378 'fonts/SimpleFontData.cpp',
381 'fonts/SimpleFontData.h', 379 'fonts/SimpleFontData.h',
382 'fonts/TextBlob.h', 380 'fonts/TextBlob.h',
383 'fonts/VDMXParser.cpp', 381 'fonts/VDMXParser.cpp',
384 'fonts/VDMXParser.h', 382 'fonts/VDMXParser.h',
385 'fonts/WidthCache.h', 383 'fonts/WidthCache.h',
386 'fonts/android/FontCacheAndroid.cpp', 384 'fonts/android/FontCacheAndroid.cpp',
387 'fonts/linux/FontCacheLinux.cpp', 385 'fonts/linux/FontCacheLinux.cpp',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 'graphics/ImageFrameGeneratorTest.cpp', 952 'graphics/ImageFrameGeneratorTest.cpp',
955 'graphics/ImageLayerChromiumTest.cpp', 953 'graphics/ImageLayerChromiumTest.cpp',
956 'graphics/test/MockImageDecoder.h', 954 'graphics/test/MockImageDecoder.h',
957 'graphics/test/MockWebGraphicsContext3D.h', 955 'graphics/test/MockWebGraphicsContext3D.h',
958 'image-decoders/gif/GIFImageDecoderTest.cpp', 956 'image-decoders/gif/GIFImageDecoderTest.cpp',
959 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 957 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
960 'image-decoders/webp/WEBPImageDecoderTest.cpp', 958 'image-decoders/webp/WEBPImageDecoderTest.cpp',
961 ], 959 ],
962 }, 960 },
963 } 961 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698