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

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

Issue 2191233002: Add platform/geometry pretty printers for logging and testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fewer redundant spaces, more toString tests Created 4 years, 4 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
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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'JSONValues.h', 48 'JSONValues.h',
49 'KeyboardCodes.h', 49 'KeyboardCodes.h',
50 'KillRing.h', 50 'KillRing.h',
51 'KillRingNone.cpp', 51 'KillRingNone.cpp',
52 'Language.cpp', 52 'Language.cpp',
53 'Language.h', 53 'Language.h',
54 'LayoutLocale.cpp', 54 'LayoutLocale.cpp',
55 'LayoutLocale.h', 55 'LayoutLocale.h',
56 'LayoutTestSupport.cpp', 56 'LayoutTestSupport.cpp',
57 'LayoutTestSupport.h', 57 'LayoutTestSupport.h',
58 'LayoutUnit.cpp',
58 'LayoutUnit.h', 59 'LayoutUnit.h',
59 'Length.cpp', 60 'Length.cpp',
60 'Length.h', 61 'Length.h',
61 'LengthBox.cpp', 62 'LengthBox.cpp',
62 'LengthBox.h', 63 'LengthBox.h',
63 'LengthFunctions.cpp', 64 'LengthFunctions.cpp',
64 'LengthFunctions.h', 65 'LengthFunctions.h',
65 'LengthPoint.h', 66 'LengthPoint.h',
66 'LengthSize.h', 67 'LengthSize.h',
67 'LifecycleNotifier.h', 68 'LifecycleNotifier.h',
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'fonts/win/FontCacheSkiaWin.cpp', 498 'fonts/win/FontCacheSkiaWin.cpp',
498 'fonts/win/FontFallbackWin.cpp', 499 'fonts/win/FontFallbackWin.cpp',
499 'fonts/win/FontFallbackWin.h', 500 'fonts/win/FontFallbackWin.h',
500 'fonts/win/FontPlatformDataWin.cpp', 501 'fonts/win/FontPlatformDataWin.cpp',
501 'geometry/DoublePoint.cpp', 502 'geometry/DoublePoint.cpp',
502 'geometry/DoublePoint.h', 503 'geometry/DoublePoint.h',
503 'geometry/DoubleRect.cpp', 504 'geometry/DoubleRect.cpp',
504 'geometry/DoubleRect.h', 505 'geometry/DoubleRect.h',
505 'geometry/DoubleSize.cpp', 506 'geometry/DoubleSize.cpp',
506 'geometry/DoubleSize.h', 507 'geometry/DoubleSize.h',
508 'geometry/FloatBox.cpp',
509 'geometry/FloatBox.h',
507 'geometry/FloatRectOutsets.h', 510 'geometry/FloatRectOutsets.h',
508 'geometry/FloatPoint.cpp', 511 'geometry/FloatPoint.cpp',
509 'geometry/FloatPoint.h', 512 'geometry/FloatPoint.h',
510 'geometry/FloatPoint3D.cpp', 513 'geometry/FloatPoint3D.cpp',
511 'geometry/FloatPoint3D.h', 514 'geometry/FloatPoint3D.h',
512 'geometry/FloatPolygon.cpp', 515 'geometry/FloatPolygon.cpp',
513 'geometry/FloatPolygon.h', 516 'geometry/FloatPolygon.h',
514 'geometry/FloatQuad.cpp', 517 'geometry/FloatQuad.cpp',
515 'geometry/FloatQuad.h', 518 'geometry/FloatQuad.h',
516 'geometry/FloatRect.cpp', 519 'geometry/FloatRect.cpp',
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 'fonts/mac/FontFamilyMatcherMacTest.mm', 1258 'fonts/mac/FontFamilyMatcherMacTest.mm',
1256 'fonts/opentype/OpenTypeVerticalDataTest.cpp', 1259 'fonts/opentype/OpenTypeVerticalDataTest.cpp',
1257 'fonts/shaping/CachingWordShaperTest.cpp', 1260 'fonts/shaping/CachingWordShaperTest.cpp',
1258 'fonts/shaping/HarfBuzzShaperTest.cpp', 1261 'fonts/shaping/HarfBuzzShaperTest.cpp',
1259 'fonts/shaping/RunSegmenterTest.cpp', 1262 'fonts/shaping/RunSegmenterTest.cpp',
1260 'geometry/DoubleRectTest.cpp', 1263 'geometry/DoubleRectTest.cpp',
1261 'geometry/FloatBoxTest.cpp', 1264 'geometry/FloatBoxTest.cpp',
1262 'geometry/FloatBoxTestHelpers.cpp', 1265 'geometry/FloatBoxTestHelpers.cpp',
1263 'geometry/FloatPointTest.cpp', 1266 'geometry/FloatPointTest.cpp',
1264 'geometry/FloatPolygonTest.cpp', 1267 'geometry/FloatPolygonTest.cpp',
1268 'geometry/FloatQuadTest.cpp',
1265 'geometry/FloatRectTest.cpp', 1269 'geometry/FloatRectTest.cpp',
1266 'geometry/FloatRoundedRectTest.cpp', 1270 'geometry/FloatRoundedRectTest.cpp',
1267 'geometry/FloatSizeTest.cpp', 1271 'geometry/FloatSizeTest.cpp',
1268 'geometry/GeometryTestHelpers.cpp', 1272 'geometry/GeometryTestHelpers.cpp',
1269 'geometry/IntRectTest.cpp', 1273 'geometry/IntRectTest.cpp',
1270 'geometry/LayoutRectTest.cpp', 1274 'geometry/LayoutRectTest.cpp',
1271 'geometry/LayoutRectOutsetsTest.cpp', 1275 'geometry/LayoutRectOutsetsTest.cpp',
1272 'geometry/RegionTest.cpp', 1276 'geometry/RegionTest.cpp',
1273 'graphics/BitmapImageTest.cpp', 1277 'graphics/BitmapImageTest.cpp',
1274 'graphics/CompositorMutableStateTest.cpp', 1278 'graphics/CompositorMutableStateTest.cpp',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 ['use_default_render_theme==1', 1450 ['use_default_render_theme==1',
1447 { 1451 {
1448 'platform_test_files': [ 1452 'platform_test_files': [
1449 'scroll/ScrollbarThemeAuraTest.cpp', 1453 'scroll/ScrollbarThemeAuraTest.cpp',
1450 ], 1454 ],
1451 } 1455 }
1452 ], 1456 ],
1453 ], 1457 ],
1454 }, 1458 },
1455 } 1459 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/LayoutUnit.cpp ('k') | third_party/WebKit/Source/platform/geometry/FloatBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698