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

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

Issue 2267183003: Switch from PrintTo to operator<< for platform printers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/geometry/DoublePoint.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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
1388 'scroll/ScrollbarTestSuite.h', 1388 'scroll/ScrollbarTestSuite.h',
1389 'testing/CompositorTest.cpp', 1389 'testing/CompositorTest.cpp',
1390 'testing/CompositorTest.h', 1390 'testing/CompositorTest.h',
1391 'testing/FakeDisplayItemClient.h', 1391 'testing/FakeDisplayItemClient.h',
1392 'testing/FakeGraphicsLayer.h', 1392 'testing/FakeGraphicsLayer.h',
1393 'testing/FakeGraphicsLayerClient.h', 1393 'testing/FakeGraphicsLayerClient.h',
1394 'testing/FontTestHelpers.cpp', 1394 'testing/FontTestHelpers.cpp',
1395 'testing/FontTestHelpers.h', 1395 'testing/FontTestHelpers.h',
1396 'testing/FuzzedDataProvider.cpp', 1396 'testing/FuzzedDataProvider.cpp',
1397 'testing/FuzzedDataProvider.h', 1397 'testing/FuzzedDataProvider.h',
1398 'testing/GeometryPrinters.cpp',
1399 'testing/GeometryPrinters.h',
1400 'testing/HistogramTester.cpp', 1398 'testing/HistogramTester.cpp',
1401 'testing/HistogramTester.h', 1399 'testing/HistogramTester.h',
1402 'testing/MessageLoopForMojo.h', 1400 'testing/MessageLoopForMojo.h',
1403 'testing/PaintPrinters.cpp', 1401 'testing/PaintPrinters.cpp',
1404 'testing/PaintPrinters.h', 1402 'testing/PaintPrinters.h',
1405 'testing/PictureMatchers.cpp', 1403 'testing/PictureMatchers.cpp',
1406 'testing/PictureMatchers.h', 1404 'testing/PictureMatchers.h',
1407 'testing/PlatformTestPrinters.cpp', 1405 'testing/PlatformTestPrinters.cpp',
1408 'testing/TestingPlatformSupport.cpp', 1406 'testing/TestingPlatformSupport.cpp',
1409 'testing/TestingPlatformSupport.h', 1407 'testing/TestingPlatformSupport.h',
1410 'testing/TestPaintArtifact.cpp', 1408 'testing/TestPaintArtifact.cpp',
1411 'testing/TestPaintArtifact.h', 1409 'testing/TestPaintArtifact.h',
1412 'testing/TransformPrinters.cpp',
1413 'testing/TransformPrinters.h',
1414 'testing/URLTestHelpers.cpp', 1410 'testing/URLTestHelpers.cpp',
1415 'testing/URLTestHelpers.h', 1411 'testing/URLTestHelpers.h',
1416 'testing/UnitTestHelpers.cpp', 1412 'testing/UnitTestHelpers.cpp',
1417 'testing/UnitTestHelpers.h', 1413 'testing/UnitTestHelpers.h',
1418 'testing/WebLayerTreeViewImplForTesting.cpp', 1414 'testing/WebLayerTreeViewImplForTesting.cpp',
1419 'testing/WebLayerTreeViewImplForTesting.h', 1415 'testing/WebLayerTreeViewImplForTesting.h',
1420 'testing/weburl_loader_mock.cc', 1416 'testing/weburl_loader_mock.cc',
1421 'testing/weburl_loader_mock.h', 1417 'testing/weburl_loader_mock.h',
1422 'testing/weburl_loader_mock_factory_impl.cc', 1418 'testing/weburl_loader_mock_factory_impl.cc',
1423 'testing/weburl_loader_mock_factory_impl.h', 1419 'testing/weburl_loader_mock_factory_impl.h',
(...skipping 30 matching lines...) Expand all
1454 ['use_default_render_theme==1', 1450 ['use_default_render_theme==1',
1455 { 1451 {
1456 'platform_test_files': [ 1452 'platform_test_files': [
1457 'scroll/ScrollbarThemeAuraTest.cpp', 1453 'scroll/ScrollbarThemeAuraTest.cpp',
1458 ], 1454 ],
1459 } 1455 }
1460 ], 1456 ],
1461 ], 1457 ],
1462 }, 1458 },
1463 } 1459 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/geometry/DoublePoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698