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

Side by Side Diff: Source/platform/blink_platform.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
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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'exported/WebURLResponsePrivate.h', 256 'exported/WebURLResponsePrivate.h',
257 'exported/WrappedResourceRequest.h', 257 'exported/WrappedResourceRequest.h',
258 'exported/WrappedResourceResponse.h', 258 'exported/WrappedResourceResponse.h',
259 'fonts/AlternateFontFamily.h', 259 'fonts/AlternateFontFamily.h',
260 'fonts/FontBaseline.h', 260 'fonts/FontBaseline.h',
261 'fonts/FontCacheKey.h', 261 'fonts/FontCacheKey.h',
262 'fonts/FontCustomPlatformData.h', 262 'fonts/FontCustomPlatformData.h',
263 'fonts/FontData.cpp', 263 'fonts/FontData.cpp',
264 'fonts/FontData.h', 264 'fonts/FontData.h',
265 'fonts/FontDescription.cpp', 265 'fonts/FontDescription.cpp',
266 'fonts/FontFallbackWin.cpp',
267 'fonts/FontFallbackWin.h',
266 'fonts/FontFamily.cpp', 268 'fonts/FontFamily.cpp',
267 'fonts/FontFamily.h', 269 'fonts/FontFamily.h',
268 'fonts/FontFeatureSettings.cpp', 270 'fonts/FontFeatureSettings.cpp',
269 'fonts/FontFeatureSettings.h', 271 'fonts/FontFeatureSettings.h',
270 'fonts/GlyphBuffer.h', 272 'fonts/GlyphBuffer.h',
271 'fonts/GlyphMetricsMap.h', 273 'fonts/GlyphMetricsMap.h',
272 'fonts/GlyphPage.h', 274 'fonts/GlyphPage.h',
273 'fonts/Latin1TextIterator.h', 275 'fonts/Latin1TextIterator.h',
274 'fonts/WidthCache.h', 276 'fonts/WidthCache.h',
275 'geometry/FloatPolygon.cpp', 277 'geometry/FloatPolygon.cpp',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'geometry/RoundedRectTest.cpp', 459 'geometry/RoundedRectTest.cpp',
458 'graphics/ThreadSafeDataTransportTest.cpp', 460 'graphics/ThreadSafeDataTransportTest.cpp',
459 'testing/ArenaTestHelpers.h', 461 'testing/ArenaTestHelpers.h',
460 'testing/TreeTestHelpers.cpp', 462 'testing/TreeTestHelpers.cpp',
461 'testing/TreeTestHelpers.h', 463 'testing/TreeTestHelpers.h',
462 'text/BidiResolverTest.cpp', 464 'text/BidiResolverTest.cpp',
463 'text/DateTimeFormatTest.cpp', 465 'text/DateTimeFormatTest.cpp',
464 ], 466 ],
465 }, 467 },
466 } 468 }
OLDNEW
« no previous file with comments | « Source/core/platform/graphics/skia/FontCacheSkiaWin.cpp ('k') | Source/platform/fonts/FontFallbackWin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698