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

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

Issue 2265453003: Add platform/transforms pretty printers for logging and testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update per reviewer comments Created 4 years, 3 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/testing/TransformPrinters.cpp » ('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 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1343 'testing/TreeTestHelpers.h', 1343 'testing/TreeTestHelpers.h',
1344 'text/BidiResolverTest.cpp', 1344 'text/BidiResolverTest.cpp',
1345 'text/CharacterTest.cpp', 1345 'text/CharacterTest.cpp',
1346 'text/DateTimeFormatTest.cpp', 1346 'text/DateTimeFormatTest.cpp',
1347 'text/HyphenationTest.cpp', 1347 'text/HyphenationTest.cpp',
1348 'text/SegmentedStringTest.cpp', 1348 'text/SegmentedStringTest.cpp',
1349 'text/TextBreakIteratorTest.cpp', 1349 'text/TextBreakIteratorTest.cpp',
1350 'text/TextEncodingDetectorTest.cpp', 1350 'text/TextEncodingDetectorTest.cpp',
1351 'text/UnicodeUtilitiesTest.cpp', 1351 'text/UnicodeUtilitiesTest.cpp',
1352 'threading/BackgroundTaskRunnerTest.cpp', 1352 'threading/BackgroundTaskRunnerTest.cpp',
1353 'transforms/AffineTransformTest.cpp',
1353 'transforms/TransformOperationsTest.cpp', 1354 'transforms/TransformOperationsTest.cpp',
1354 'transforms/TransformTestHelper.h',
1355 'transforms/TransformationMatrixTest.cpp', 1355 'transforms/TransformationMatrixTest.cpp',
1356 'transforms/RotationTest.cpp', 1356 'transforms/RotationTest.cpp',
1357 'web_process_memory_dump_test.cc', 1357 'web_process_memory_dump_test.cc',
1358 'weborigin/KnownPortsTest.cpp', 1358 'weborigin/KnownPortsTest.cpp',
1359 'weborigin/KURLTest.cpp', 1359 'weborigin/KURLTest.cpp',
1360 'weborigin/OriginAccessEntryTest.cpp', 1360 'weborigin/OriginAccessEntryTest.cpp',
1361 'weborigin/SchemeRegistryTest.cpp', 1361 'weborigin/SchemeRegistryTest.cpp',
1362 'weborigin/SecurityOriginTest.cpp', 1362 'weborigin/SecurityOriginTest.cpp',
1363 'weborigin/SecurityPolicyTest.cpp', 1363 'weborigin/SecurityPolicyTest.cpp',
1364 'weborigin/SuboriginTest.cpp', 1364 'weborigin/SuboriginTest.cpp',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 ['use_default_render_theme==1', 1452 ['use_default_render_theme==1',
1453 { 1453 {
1454 'platform_test_files': [ 1454 'platform_test_files': [
1455 'scroll/ScrollbarThemeAuraTest.cpp', 1455 'scroll/ScrollbarThemeAuraTest.cpp',
1456 ], 1456 ],
1457 } 1457 }
1458 ], 1458 ],
1459 ], 1459 ],
1460 }, 1460 },
1461 } 1461 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/testing/TransformPrinters.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698