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

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: Adjust tests to work around uninteresting cross-platform differences 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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'fonts/win/FontCacheSkiaWin.cpp', 493 'fonts/win/FontCacheSkiaWin.cpp',
494 'fonts/win/FontFallbackWin.cpp', 494 'fonts/win/FontFallbackWin.cpp',
495 'fonts/win/FontFallbackWin.h', 495 'fonts/win/FontFallbackWin.h',
496 'fonts/win/FontPlatformDataWin.cpp', 496 'fonts/win/FontPlatformDataWin.cpp',
497 'geometry/DoublePoint.cpp', 497 'geometry/DoublePoint.cpp',
498 'geometry/DoublePoint.h', 498 'geometry/DoublePoint.h',
499 'geometry/DoubleRect.cpp', 499 'geometry/DoubleRect.cpp',
500 'geometry/DoubleRect.h', 500 'geometry/DoubleRect.h',
501 'geometry/DoubleSize.cpp', 501 'geometry/DoubleSize.cpp',
502 'geometry/DoubleSize.h', 502 'geometry/DoubleSize.h',
503 'geometry/FloatBox.cpp',
504 'geometry/FloatBox.h',
503 'geometry/FloatRectOutsets.h', 505 'geometry/FloatRectOutsets.h',
504 'geometry/FloatPoint.cpp', 506 'geometry/FloatPoint.cpp',
505 'geometry/FloatPoint.h', 507 'geometry/FloatPoint.h',
506 'geometry/FloatPoint3D.cpp', 508 'geometry/FloatPoint3D.cpp',
507 'geometry/FloatPoint3D.h', 509 'geometry/FloatPoint3D.h',
508 'geometry/FloatPolygon.cpp', 510 'geometry/FloatPolygon.cpp',
509 'geometry/FloatPolygon.h', 511 'geometry/FloatPolygon.h',
510 'geometry/FloatQuad.cpp', 512 'geometry/FloatQuad.cpp',
511 'geometry/FloatQuad.h', 513 'geometry/FloatQuad.h',
512 'geometry/FloatRect.cpp', 514 'geometry/FloatRect.cpp',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 ], 1289 ],
1288 'platform_test_support_files': [ 1290 'platform_test_support_files': [
1289 'scroll/ScrollbarTestSuite.h', 1291 'scroll/ScrollbarTestSuite.h',
1290 'testing/CompositorTest.cpp', 1292 'testing/CompositorTest.cpp',
1291 'testing/CompositorTest.h', 1293 'testing/CompositorTest.h',
1292 'testing/FakeDisplayItemClient.h', 1294 'testing/FakeDisplayItemClient.h',
1293 'testing/FakeGraphicsLayer.h', 1295 'testing/FakeGraphicsLayer.h',
1294 'testing/FakeGraphicsLayerClient.h', 1296 'testing/FakeGraphicsLayerClient.h',
1295 'testing/FontTestHelpers.cpp', 1297 'testing/FontTestHelpers.cpp',
1296 'testing/FontTestHelpers.h', 1298 'testing/FontTestHelpers.h',
1297 'testing/GeometryPrinters.cpp',
1298 'testing/GeometryPrinters.h',
1299 'testing/HistogramTester.cpp', 1299 'testing/HistogramTester.cpp',
1300 'testing/HistogramTester.h', 1300 'testing/HistogramTester.h',
1301 'testing/MessageLoopForMojo.h', 1301 'testing/MessageLoopForMojo.h',
1302 'testing/PaintPrinters.cpp', 1302 'testing/PaintPrinters.cpp',
1303 'testing/PaintPrinters.h', 1303 'testing/PaintPrinters.h',
1304 'testing/PictureMatchers.cpp', 1304 'testing/PictureMatchers.cpp',
1305 'testing/PictureMatchers.h', 1305 'testing/PictureMatchers.h',
1306 'testing/PlatformTestPrinters.cpp', 1306 'testing/PlatformTestPrinters.cpp',
1307 'testing/TestingPlatformSupport.cpp', 1307 'testing/TestingPlatformSupport.cpp',
1308 'testing/TestingPlatformSupport.h', 1308 'testing/TestingPlatformSupport.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 ['use_default_render_theme==1', 1353 ['use_default_render_theme==1',
1354 { 1354 {
1355 'platform_test_files': [ 1355 'platform_test_files': [
1356 'scroll/ScrollbarThemeAuraTest.cpp', 1356 'scroll/ScrollbarThemeAuraTest.cpp',
1357 ], 1357 ],
1358 } 1358 }
1359 ], 1359 ],
1360 ], 1360 ],
1361 }, 1361 },
1362 } 1362 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698