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

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

Issue 1464953003: Revert of More regular Platform implementations in unit tests (reland.) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'DecimalTest.cpp', 966 'DecimalTest.cpp',
967 'DragImageTest.cpp', 967 'DragImageTest.cpp',
968 'LayoutUnitTest.cpp', 968 'LayoutUnitTest.cpp',
969 'LifecycleContextTest.cpp', 969 'LifecycleContextTest.cpp',
970 'PODArenaTest.cpp', 970 'PODArenaTest.cpp',
971 'PODFreeListArenaTest.cpp', 971 'PODFreeListArenaTest.cpp',
972 'PODIntervalTreeTest.cpp', 972 'PODIntervalTreeTest.cpp',
973 'PODRedBlackTreeTest.cpp', 973 'PODRedBlackTreeTest.cpp',
974 'PurgeableVectorTest.cpp', 974 'PurgeableVectorTest.cpp',
975 'SharedBufferTest.cpp', 975 'SharedBufferTest.cpp',
976 'TestingPlatformSupport.cpp',
977 'TestingPlatformSupport.h',
976 'TimerTest.cpp', 978 'TimerTest.cpp',
977 'TracedValueTest.cpp', 979 'TracedValueTest.cpp',
978 'UUIDTest.cpp', 980 'UUIDTest.cpp',
979 'WebScreenInfoTest.cpp', 981 'WebScreenInfoTest.cpp',
980 'WebVectorTest.cpp', 982 'WebVectorTest.cpp',
981 'animation/TimingFunctionTest.cpp', 983 'animation/TimingFunctionTest.cpp',
982 'animation/UnitBezierTest.cpp', 984 'animation/UnitBezierTest.cpp',
983 'blob/BlobDataTest.cpp', 985 'blob/BlobDataTest.cpp',
984 'clipboard/ClipboardUtilitiesTest.cpp', 986 'clipboard/ClipboardUtilitiesTest.cpp',
985 'fonts/FontCacheTest.cpp', 987 'fonts/FontCacheTest.cpp',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 'testing/URLTestHelpers.cpp', 1071 'testing/URLTestHelpers.cpp',
1070 'testing/URLTestHelpers.h', 1072 'testing/URLTestHelpers.h',
1071 'testing/UnitTestHelpers.cpp', 1073 'testing/UnitTestHelpers.cpp',
1072 'testing/UnitTestHelpers.h', 1074 'testing/UnitTestHelpers.h',
1073 ], 1075 ],
1074 'platform_test_support_files': [ 1076 'platform_test_support_files': [
1075 'testing/GeometryPrinters.cpp', 1077 'testing/GeometryPrinters.cpp',
1076 'testing/GeometryPrinters.h', 1078 'testing/GeometryPrinters.h',
1077 'testing/PaintPrinters.cpp', 1079 'testing/PaintPrinters.cpp',
1078 'testing/PaintPrinters.h', 1080 'testing/PaintPrinters.h',
1079 'testing/TestingPlatformSupport.cpp',
1080 'testing/TestingPlatformSupport.h',
1081 'testing/TransformPrinters.cpp', 1081 'testing/TransformPrinters.cpp',
1082 'testing/TransformPrinters.h', 1082 'testing/TransformPrinters.h',
1083 ], 1083 ],
1084 'conditions': [ 1084 'conditions': [
1085 ['OS=="win"', 1085 ['OS=="win"',
1086 { 1086 {
1087 'platform_test_files': [ 1087 'platform_test_files': [
1088 'text/LocaleWinTest.cpp', 1088 'text/LocaleWinTest.cpp',
1089 ], 1089 ],
1090 } 1090 }
(...skipping 15 matching lines...) Expand all
1106 ['OS!="mac"', 1106 ['OS!="mac"',
1107 { 1107 {
1108 'platform_test_files': [ 1108 'platform_test_files': [
1109 'scroll/ScrollAnimatorTest.cpp', 1109 'scroll/ScrollAnimatorTest.cpp',
1110 ], 1110 ],
1111 } 1111 }
1112 ], 1112 ],
1113 ], 1113 ],
1114 }, 1114 },
1115 } 1115 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/TimerTest.cpp ('k') | third_party/WebKit/Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698