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

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: Rebase 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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'fonts/win/FontCacheSkiaWin.cpp', 497 'fonts/win/FontCacheSkiaWin.cpp',
498 'fonts/win/FontFallbackWin.cpp', 498 'fonts/win/FontFallbackWin.cpp',
499 'fonts/win/FontFallbackWin.h', 499 'fonts/win/FontFallbackWin.h',
500 'fonts/win/FontPlatformDataWin.cpp', 500 'fonts/win/FontPlatformDataWin.cpp',
501 'geometry/DoublePoint.cpp', 501 'geometry/DoublePoint.cpp',
502 'geometry/DoublePoint.h', 502 'geometry/DoublePoint.h',
503 'geometry/DoubleRect.cpp', 503 'geometry/DoubleRect.cpp',
504 'geometry/DoubleRect.h', 504 'geometry/DoubleRect.h',
505 'geometry/DoubleSize.cpp', 505 'geometry/DoubleSize.cpp',
506 'geometry/DoubleSize.h', 506 'geometry/DoubleSize.h',
507 'geometry/FloatBox.cpp',
508 'geometry/FloatBox.h',
507 'geometry/FloatRectOutsets.h', 509 'geometry/FloatRectOutsets.h',
508 'geometry/FloatPoint.cpp', 510 'geometry/FloatPoint.cpp',
509 'geometry/FloatPoint.h', 511 'geometry/FloatPoint.h',
510 'geometry/FloatPoint3D.cpp', 512 'geometry/FloatPoint3D.cpp',
511 'geometry/FloatPoint3D.h', 513 'geometry/FloatPoint3D.h',
512 'geometry/FloatPolygon.cpp', 514 'geometry/FloatPolygon.cpp',
513 'geometry/FloatPolygon.h', 515 'geometry/FloatPolygon.h',
514 'geometry/FloatQuad.cpp', 516 'geometry/FloatQuad.cpp',
515 'geometry/FloatQuad.h', 517 'geometry/FloatQuad.h',
516 'geometry/FloatRect.cpp', 518 'geometry/FloatRect.cpp',
(...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 ['use_default_render_theme==1', 1448 ['use_default_render_theme==1',
1447 { 1449 {
1448 'platform_test_files': [ 1450 'platform_test_files': [
1449 'scroll/ScrollbarThemeAuraTest.cpp', 1451 'scroll/ScrollbarThemeAuraTest.cpp',
1450 ], 1452 ],
1451 } 1453 }
1452 ], 1454 ],
1453 ], 1455 ],
1454 }, 1456 },
1455 } 1457 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698