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

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

Issue 100653002: Introduce GenericFontFamilySettings. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added missing PLATFORM_EXPORT Created 7 years 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 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'fonts/FontData.cpp', 281 'fonts/FontData.cpp',
282 'fonts/FontData.h', 282 'fonts/FontData.h',
283 'fonts/FontDescription.cpp', 283 'fonts/FontDescription.cpp',
284 'fonts/FontFallbackWin.cpp', 284 'fonts/FontFallbackWin.cpp',
285 'fonts/FontFallbackWin.h', 285 'fonts/FontFallbackWin.h',
286 'fonts/FontFamily.cpp', 286 'fonts/FontFamily.cpp',
287 'fonts/FontFamily.h', 287 'fonts/FontFamily.h',
288 'fonts/FontFeatureSettings.cpp', 288 'fonts/FontFeatureSettings.cpp',
289 'fonts/FontFeatureSettings.h', 289 'fonts/FontFeatureSettings.h',
290 'fonts/FontRenderStyle.h', 290 'fonts/FontRenderStyle.h',
291 'fonts/GenericFontFamilySettings.cpp',
292 'fonts/GenericFontFamilySettings.h',
291 'fonts/GlyphBuffer.h', 293 'fonts/GlyphBuffer.h',
292 'fonts/GlyphMetricsMap.h', 294 'fonts/GlyphMetricsMap.h',
293 'fonts/GlyphPage.h', 295 'fonts/GlyphPage.h',
294 'fonts/Latin1TextIterator.h', 296 'fonts/Latin1TextIterator.h',
295 'fonts/WidthCache.h', 297 'fonts/WidthCache.h',
296 'fonts/opentype/OpenTypeTypes.h', 298 'fonts/opentype/OpenTypeTypes.h',
297 'geometry/FloatPolygon.cpp', 299 'geometry/FloatPolygon.cpp',
298 'geometry/FloatPolygon.h', 300 'geometry/FloatPolygon.h',
299 'geometry/FloatPoint.cpp', 301 'geometry/FloatPoint.cpp',
300 'geometry/FloatPoint.h', 302 'geometry/FloatPoint.h',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'testing/TreeTestHelpers.h', 558 'testing/TreeTestHelpers.h',
557 'text/BidiResolverTest.cpp', 559 'text/BidiResolverTest.cpp',
558 'text/DateTimeFormatTest.cpp', 560 'text/DateTimeFormatTest.cpp',
559 'weborigin/DatabaseIdentifierTest.cpp', 561 'weborigin/DatabaseIdentifierTest.cpp',
560 'weborigin/KURLTest.cpp', 562 'weborigin/KURLTest.cpp',
561 'weborigin/OriginAccessEntryTest.cpp', 563 'weborigin/OriginAccessEntryTest.cpp',
562 'weborigin/SecurityOriginTest.cpp', 564 'weborigin/SecurityOriginTest.cpp',
563 ], 565 ],
564 }, 566 },
565 } 567 }
OLDNEW
« no previous file with comments | « Source/core/testing/InternalSettings.cpp ('k') | Source/platform/fonts/GenericFontFamilySettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698