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

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 5 years, 12 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 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'fonts/FontDescriptionTest.cpp', 922 'fonts/FontDescriptionTest.cpp',
925 'fonts/FontTest.cpp', 923 'fonts/FontTest.cpp',
926 'fonts/GlyphBufferTest.cpp', 924 'fonts/GlyphBufferTest.cpp',
927 'fonts/GlyphPageTreeNodeTest.cpp', 925 'fonts/GlyphPageTreeNodeTest.cpp',
928 'fonts/android/FontCacheAndroidTest.cpp', 926 'fonts/android/FontCacheAndroidTest.cpp',
929 'geometry/FloatBoxTest.cpp', 927 'geometry/FloatBoxTest.cpp',
930 'geometry/FloatBoxTestHelpers.cpp', 928 'geometry/FloatBoxTestHelpers.cpp',
931 'geometry/FloatPolygonTest.cpp', 929 'geometry/FloatPolygonTest.cpp',
932 'geometry/FloatRoundedRectTest.cpp', 930 'geometry/FloatRoundedRectTest.cpp',
933 'geometry/RegionTest.cpp', 931 'geometry/RegionTest.cpp',
934 'geometry/RoundedRectTest.cpp',
935 'graphics/GraphicsContextTest.cpp', 932 'graphics/GraphicsContextTest.cpp',
936 'graphics/RecordingImageBufferSurfaceTest.cpp', 933 'graphics/RecordingImageBufferSurfaceTest.cpp',
937 'graphics/ThreadSafeDataTransportTest.cpp', 934 'graphics/ThreadSafeDataTransportTest.cpp',
938 'graphics/filters/FilterOperationsTest.cpp', 935 'graphics/filters/FilterOperationsTest.cpp',
939 'graphics/filters/ImageFilterBuilderTest.cpp', 936 'graphics/filters/ImageFilterBuilderTest.cpp',
940 'graphics/gpu/DrawingBufferTest.cpp', 937 'graphics/gpu/DrawingBufferTest.cpp',
941 'graphics/test/MockDiscardablePixelRef.h', 938 'graphics/test/MockDiscardablePixelRef.h',
942 'image-decoders/ImageDecoderTest.cpp', 939 'image-decoders/ImageDecoderTest.cpp',
943 'mac/ScrollElasticityControllerTest.mm', 940 'mac/ScrollElasticityControllerTest.mm',
944 'network/FormDataTest.cpp', 941 'network/FormDataTest.cpp',
(...skipping 27 matching lines...) Expand all
972 'graphics/ImageFrameGeneratorTest.cpp', 969 'graphics/ImageFrameGeneratorTest.cpp',
973 'graphics/ImageLayerChromiumTest.cpp', 970 'graphics/ImageLayerChromiumTest.cpp',
974 'graphics/test/MockImageDecoder.h', 971 'graphics/test/MockImageDecoder.h',
975 'graphics/test/MockWebGraphicsContext3D.h', 972 'graphics/test/MockWebGraphicsContext3D.h',
976 'image-decoders/gif/GIFImageDecoderTest.cpp', 973 'image-decoders/gif/GIFImageDecoderTest.cpp',
977 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 974 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
978 'image-decoders/webp/WEBPImageDecoderTest.cpp', 975 'image-decoders/webp/WEBPImageDecoderTest.cpp',
979 ], 976 ],
980 }, 977 },
981 } 978 }
OLDNEW
« no previous file with comments | « Source/core/rendering/style/RenderStyle.cpp ('k') | Source/platform/geometry/FloatRoundedRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698