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

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: Remove unused code 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 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1339 'testing/TreeTestHelpers.h', 1339 'testing/TreeTestHelpers.h',
1340 'text/BidiResolverTest.cpp', 1340 'text/BidiResolverTest.cpp',
1341 'text/CharacterTest.cpp', 1341 'text/CharacterTest.cpp',
1342 'text/DateTimeFormatTest.cpp', 1342 'text/DateTimeFormatTest.cpp',
1343 'text/HyphenationTest.cpp', 1343 'text/HyphenationTest.cpp',
1344 'text/SegmentedStringTest.cpp', 1344 'text/SegmentedStringTest.cpp',
1345 'text/TextBreakIteratorTest.cpp', 1345 'text/TextBreakIteratorTest.cpp',
1346 'text/TextEncodingDetectorTest.cpp', 1346 'text/TextEncodingDetectorTest.cpp',
1347 'text/UnicodeUtilitiesTest.cpp', 1347 'text/UnicodeUtilitiesTest.cpp',
1348 'threading/BackgroundTaskRunnerTest.cpp', 1348 'threading/BackgroundTaskRunnerTest.cpp',
1349 'transforms/AffineTransformTest.cpp',
1349 'transforms/TransformOperationsTest.cpp', 1350 'transforms/TransformOperationsTest.cpp',
1350 'transforms/TransformTestHelper.h',
1351 'transforms/TransformationMatrixTest.cpp', 1351 'transforms/TransformationMatrixTest.cpp',
1352 'transforms/RotationTest.cpp', 1352 'transforms/RotationTest.cpp',
1353 'web_process_memory_dump_test.cc', 1353 'web_process_memory_dump_test.cc',
1354 'weborigin/KnownPortsTest.cpp', 1354 'weborigin/KnownPortsTest.cpp',
1355 'weborigin/KURLTest.cpp', 1355 'weborigin/KURLTest.cpp',
1356 'weborigin/OriginAccessEntryTest.cpp', 1356 'weborigin/OriginAccessEntryTest.cpp',
1357 'weborigin/SchemeRegistryTest.cpp', 1357 'weborigin/SchemeRegistryTest.cpp',
1358 'weborigin/SecurityOriginTest.cpp', 1358 'weborigin/SecurityOriginTest.cpp',
1359 'weborigin/SecurityPolicyTest.cpp', 1359 'weborigin/SecurityPolicyTest.cpp',
1360 'weborigin/SuboriginTest.cpp', 1360 'weborigin/SuboriginTest.cpp',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 ['use_default_render_theme==1', 1448 ['use_default_render_theme==1',
1449 { 1449 {
1450 'platform_test_files': [ 1450 'platform_test_files': [
1451 'scroll/ScrollbarThemeAuraTest.cpp', 1451 'scroll/ScrollbarThemeAuraTest.cpp',
1452 ], 1452 ],
1453 } 1453 }
1454 ], 1454 ],
1455 ], 1455 ],
1456 }, 1456 },
1457 } 1457 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698