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

Side by Side Diff: Source/platform/blink_platform.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 '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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'fonts/FontFallbackWin.h', 267 'fonts/FontFallbackWin.h',
268 'fonts/FontFamily.cpp', 268 'fonts/FontFamily.cpp',
269 'fonts/FontFamily.h', 269 'fonts/FontFamily.h',
270 'fonts/FontFeatureSettings.cpp', 270 'fonts/FontFeatureSettings.cpp',
271 'fonts/FontFeatureSettings.h', 271 'fonts/FontFeatureSettings.h',
272 'fonts/GlyphBuffer.h', 272 'fonts/GlyphBuffer.h',
273 'fonts/GlyphMetricsMap.h', 273 'fonts/GlyphMetricsMap.h',
274 'fonts/GlyphPage.h', 274 'fonts/GlyphPage.h',
275 'fonts/Latin1TextIterator.h', 275 'fonts/Latin1TextIterator.h',
276 'fonts/WidthCache.h', 276 'fonts/WidthCache.h',
277 'fonts/opentype/OpenTypeTypes.h',
277 'geometry/FloatPolygon.cpp', 278 'geometry/FloatPolygon.cpp',
278 'geometry/FloatPolygon.h', 279 'geometry/FloatPolygon.h',
279 'geometry/FloatPoint.cpp', 280 'geometry/FloatPoint.cpp',
280 'geometry/FloatPoint.h', 281 'geometry/FloatPoint.h',
281 'geometry/FloatPoint3D.cpp', 282 'geometry/FloatPoint3D.cpp',
282 'geometry/FloatPoint3D.h', 283 'geometry/FloatPoint3D.h',
283 'geometry/FloatQuad.cpp', 284 'geometry/FloatQuad.cpp',
284 'geometry/FloatQuad.h', 285 'geometry/FloatQuad.h',
285 'geometry/FloatRect.cpp', 286 'geometry/FloatRect.cpp',
286 'geometry/FloatRect.h', 287 'geometry/FloatRect.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'geometry/RoundedRectTest.cpp', 460 'geometry/RoundedRectTest.cpp',
460 'graphics/ThreadSafeDataTransportTest.cpp', 461 'graphics/ThreadSafeDataTransportTest.cpp',
461 'testing/ArenaTestHelpers.h', 462 'testing/ArenaTestHelpers.h',
462 'testing/TreeTestHelpers.cpp', 463 'testing/TreeTestHelpers.cpp',
463 'testing/TreeTestHelpers.h', 464 'testing/TreeTestHelpers.h',
464 'text/BidiResolverTest.cpp', 465 'text/BidiResolverTest.cpp',
465 'text/DateTimeFormatTest.cpp', 466 'text/DateTimeFormatTest.cpp',
466 ], 467 ],
467 }, 468 },
468 } 469 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698