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

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

Issue 1580363002: Implement FloatRect::squaredDistanceTo function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/geometry/FloatRect.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'fonts/mac/FontFamilyMatcherMacTest.mm', 1010 'fonts/mac/FontFamilyMatcherMacTest.mm',
1011 'fonts/opentype/OpenTypeVerticalDataTest.cpp', 1011 'fonts/opentype/OpenTypeVerticalDataTest.cpp',
1012 'fonts/shaping/CachingWordShaperTest.cpp', 1012 'fonts/shaping/CachingWordShaperTest.cpp',
1013 'fonts/shaping/HarfBuzzShaperTest.cpp', 1013 'fonts/shaping/HarfBuzzShaperTest.cpp',
1014 'fonts/shaping/RunSegmenterTest.cpp', 1014 'fonts/shaping/RunSegmenterTest.cpp',
1015 'fonts/win/FontFallbackWinTest.cpp', 1015 'fonts/win/FontFallbackWinTest.cpp',
1016 'geometry/FloatBoxTest.cpp', 1016 'geometry/FloatBoxTest.cpp',
1017 'geometry/FloatBoxTestHelpers.cpp', 1017 'geometry/FloatBoxTestHelpers.cpp',
1018 'geometry/FloatPointTest.cpp', 1018 'geometry/FloatPointTest.cpp',
1019 'geometry/FloatPolygonTest.cpp', 1019 'geometry/FloatPolygonTest.cpp',
1020 'geometry/FloatRectTest.cpp',
1020 'geometry/FloatRoundedRectTest.cpp', 1021 'geometry/FloatRoundedRectTest.cpp',
1021 'geometry/FloatSizeTest.cpp', 1022 'geometry/FloatSizeTest.cpp',
1022 'geometry/GeometryTestHelpers.cpp', 1023 'geometry/GeometryTestHelpers.cpp',
1023 'geometry/LayoutRectOutsetsTest.cpp', 1024 'geometry/LayoutRectOutsetsTest.cpp',
1024 'geometry/RegionTest.cpp', 1025 'geometry/RegionTest.cpp',
1025 'graphics/ContiguousContainerTest.cpp', 1026 'graphics/ContiguousContainerTest.cpp',
1026 'graphics/GraphicsContextTest.cpp', 1027 'graphics/GraphicsContextTest.cpp',
1027 'graphics/RecordingImageBufferSurfaceTest.cpp', 1028 'graphics/RecordingImageBufferSurfaceTest.cpp',
1028 'graphics/ThreadSafeDataTransportTest.cpp', 1029 'graphics/ThreadSafeDataTransportTest.cpp',
1029 'graphics/filters/FilterOperationsTest.cpp', 1030 'graphics/filters/FilterOperationsTest.cpp',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 ['OS!="mac"', 1127 ['OS!="mac"',
1127 { 1128 {
1128 'platform_test_files': [ 1129 'platform_test_files': [
1129 'scroll/ScrollAnimatorTest.cpp', 1130 'scroll/ScrollAnimatorTest.cpp',
1130 ], 1131 ],
1131 } 1132 }
1132 ], 1133 ],
1133 ], 1134 ],
1134 }, 1135 },
1135 } 1136 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/geometry/FloatRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698