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

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

Issue 1130423002: Add a unit test for timers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 5 years, 7 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 | Annotate | Revision Log
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 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 'LayoutUnitTest.cpp', 928 'LayoutUnitTest.cpp',
929 'LifecycleContextTest.cpp', 929 'LifecycleContextTest.cpp',
930 'PODArenaTest.cpp', 930 'PODArenaTest.cpp',
931 'PODFreeListArenaTest.cpp', 931 'PODFreeListArenaTest.cpp',
932 'PODIntervalTreeTest.cpp', 932 'PODIntervalTreeTest.cpp',
933 'PODRedBlackTreeTest.cpp', 933 'PODRedBlackTreeTest.cpp',
934 'PurgeableVectorTest.cpp', 934 'PurgeableVectorTest.cpp',
935 'SharedBufferTest.cpp', 935 'SharedBufferTest.cpp',
936 'TestingPlatformSupport.cpp', 936 'TestingPlatformSupport.cpp',
937 'TestingPlatformSupport.h', 937 'TestingPlatformSupport.h',
938 'TimerTest.cpp',
938 'TracedValueTest.cpp', 939 'TracedValueTest.cpp',
939 'WebScreenInfoTest.cpp', 940 'WebScreenInfoTest.cpp',
940 'WebVectorTest.cpp', 941 'WebVectorTest.cpp',
941 'animation/TimingFunctionTest.cpp', 942 'animation/TimingFunctionTest.cpp',
942 'animation/UnitBezierTest.cpp', 943 'animation/UnitBezierTest.cpp',
943 'clipboard/ClipboardUtilitiesTest.cpp', 944 'clipboard/ClipboardUtilitiesTest.cpp',
944 'fonts/FontCacheTest.cpp', 945 'fonts/FontCacheTest.cpp',
945 'fonts/FontDescriptionTest.cpp', 946 'fonts/FontDescriptionTest.cpp',
946 'fonts/FontTest.cpp', 947 'fonts/FontTest.cpp',
947 'fonts/GlyphBufferTest.cpp', 948 'fonts/GlyphBufferTest.cpp',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1010 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1010 ], 1011 ],
1011 'platform_unittest_support_files': [ 1012 'platform_unittest_support_files': [
1012 'testing/URLTestHelpers.cpp', 1013 'testing/URLTestHelpers.cpp',
1013 'testing/URLTestHelpers.h', 1014 'testing/URLTestHelpers.h',
1014 'testing/UnitTestHelpers.cpp', 1015 'testing/UnitTestHelpers.cpp',
1015 'testing/UnitTestHelpers.h', 1016 'testing/UnitTestHelpers.h',
1016 ], 1017 ],
1017 }, 1018 },
1018 } 1019 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698