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

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

Issue 815933006: Change all uses of the RoundedRect class to use FloatRoundedRect instead. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 '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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'geometry/IntSize.h', 434 'geometry/IntSize.h',
435 'geometry/IntSizeHash.h', 435 'geometry/IntSizeHash.h',
436 'geometry/LayoutBoxExtent.cpp', 436 'geometry/LayoutBoxExtent.cpp',
437 'geometry/LayoutBoxExtent.h', 437 'geometry/LayoutBoxExtent.h',
438 'geometry/LayoutPoint.h', 438 'geometry/LayoutPoint.h',
439 'geometry/LayoutRect.cpp', 439 'geometry/LayoutRect.cpp',
440 'geometry/LayoutRect.h', 440 'geometry/LayoutRect.h',
441 'geometry/LayoutSize.h', 441 'geometry/LayoutSize.h',
442 'geometry/Region.cpp', 442 'geometry/Region.cpp',
443 'geometry/Region.h', 443 'geometry/Region.h',
444 'geometry/RoundedRect.cpp',
445 'geometry/RoundedRect.h',
446 'geometry/TransformState.cpp', 444 'geometry/TransformState.cpp',
447 'geometry/TransformState.h', 445 'geometry/TransformState.h',
448 'geometry/cg/FloatPointCG.cpp', 446 'geometry/cg/FloatPointCG.cpp',
449 'geometry/cg/FloatRectCG.cpp', 447 'geometry/cg/FloatRectCG.cpp',
450 'geometry/cg/FloatSizeCG.cpp', 448 'geometry/cg/FloatSizeCG.cpp',
451 'geometry/cg/IntPointCG.cpp', 449 'geometry/cg/IntPointCG.cpp',
452 'geometry/cg/IntRectCG.cpp', 450 'geometry/cg/IntRectCG.cpp',
453 'geometry/cg/IntSizeCG.cpp', 451 'geometry/cg/IntSizeCG.cpp',
454 'geometry/mac/FloatPointMac.mm', 452 'geometry/mac/FloatPointMac.mm',
455 'geometry/mac/FloatRectMac.mm', 453 'geometry/mac/FloatRectMac.mm',
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 'graphics/ImageFrameGeneratorTest.cpp', 968 'graphics/ImageFrameGeneratorTest.cpp',
971 'graphics/ImageLayerChromiumTest.cpp', 969 'graphics/ImageLayerChromiumTest.cpp',
972 'graphics/test/MockImageDecoder.h', 970 'graphics/test/MockImageDecoder.h',
973 'graphics/test/MockWebGraphicsContext3D.h', 971 'graphics/test/MockWebGraphicsContext3D.h',
974 'image-decoders/gif/GIFImageDecoderTest.cpp', 972 'image-decoders/gif/GIFImageDecoderTest.cpp',
975 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 973 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
976 'image-decoders/webp/WEBPImageDecoderTest.cpp', 974 'image-decoders/webp/WEBPImageDecoderTest.cpp',
977 ], 975 ],
978 }, 976 },
979 } 977 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698