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

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

Issue 956333002: Refactor TimeBase to post tasks. Workers to use real Idle tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 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 | « Source/platform/TimerTest.cpp ('k') | Source/platform/blink_platform_tests.gyp » ('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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'PlatformGestureEvent.h', 83 'PlatformGestureEvent.h',
84 'PlatformInstrumentation.cpp', 84 'PlatformInstrumentation.cpp',
85 'PlatformInstrumentation.h', 85 'PlatformInstrumentation.h',
86 'PlatformKeyboardEvent.cpp', 86 'PlatformKeyboardEvent.cpp',
87 'PlatformKeyboardEvent.h', 87 'PlatformKeyboardEvent.h',
88 'PlatformMouseEvent.h', 88 'PlatformMouseEvent.h',
89 'PlatformResourceLoader.cpp', 89 'PlatformResourceLoader.cpp',
90 'PlatformResourceLoader.h', 90 'PlatformResourceLoader.h',
91 'PlatformScreen.cpp', 91 'PlatformScreen.cpp',
92 'PlatformScreen.h', 92 'PlatformScreen.h',
93 'PlatformThreadData.cpp',
94 'PlatformThreadData.h',
95 'PlatformTouchEvent.h', 93 'PlatformTouchEvent.h',
96 'PlatformTouchPoint.h', 94 'PlatformTouchPoint.h',
97 'PlatformWheelEvent.h', 95 'PlatformWheelEvent.h',
98 'PopupMenu.h', 96 'PopupMenu.h',
99 'PopupMenuStyle.h', 97 'PopupMenuStyle.h',
100 'Prerender.cpp', 98 'Prerender.cpp',
101 'Prerender.h', 99 'Prerender.h',
102 'PrerenderClient.h', 100 'PrerenderClient.h',
103 'PurgeableVector.cpp', 101 'PurgeableVector.cpp',
104 'PurgeableVector.h', 102 'PurgeableVector.h',
105 'RefCountedSupplement.h', 103 'RefCountedSupplement.h',
106 'ScriptForbiddenScope.cpp', 104 'ScriptForbiddenScope.cpp',
107 'ScriptForbiddenScope.h', 105 'ScriptForbiddenScope.h',
108 'SecureTextInput.cpp', 106 'SecureTextInput.cpp',
109 'SecureTextInput.h', 107 'SecureTextInput.h',
110 'SerializedResource.h', 108 'SerializedResource.h',
111 'SharedBuffer.cpp', 109 'SharedBuffer.cpp',
112 'SharedBuffer.h', 110 'SharedBuffer.h',
113 'SharedBufferChunkReader.cpp', 111 'SharedBufferChunkReader.cpp',
114 'SharedBufferChunkReader.h', 112 'SharedBufferChunkReader.h',
115 'SharedTimer.cpp',
116 'SharedTimer.h',
117 'StorageQuotaCallbacks.h', 113 'StorageQuotaCallbacks.h',
118 'Supplementable.cpp', 114 'Supplementable.cpp',
119 'Supplementable.h', 115 'Supplementable.h',
120 'Task.h', 116 'Task.h',
121 'TaskSynchronizer.cpp', 117 'TaskSynchronizer.cpp',
122 'TaskSynchronizer.h', 118 'TaskSynchronizer.h',
123 'Theme.cpp', 119 'Theme.cpp',
124 'Theme.h', 120 'Theme.h',
125 'ThemeTypes.h', 121 'ThemeTypes.h',
126 'ThreadedDataReceiver.h', 122 'ThreadedDataReceiver.h',
127 'ThreadTimers.cpp',
128 'ThreadTimers.h',
129 'Timer.cpp', 123 'Timer.cpp',
130 'Timer.h', 124 'Timer.h',
131 'TraceEvent.h', 125 'TraceEvent.h',
132 'TracedValue.cpp', 126 'TracedValue.cpp',
133 'TracedValue.h', 127 'TracedValue.h',
134 'UUID.cpp', 128 'UUID.cpp',
135 'UUID.h', 129 'UUID.h',
136 'UserGestureIndicator.cpp', 130 'UserGestureIndicator.cpp',
137 'UserGestureIndicator.h', 131 'UserGestureIndicator.h',
138 'WebScheduler.cpp', 132 'WebScheduler.cpp',
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'LayoutUnitTest.cpp', 912 'LayoutUnitTest.cpp',
919 'LifecycleContextTest.cpp', 913 'LifecycleContextTest.cpp',
920 'PODArenaTest.cpp', 914 'PODArenaTest.cpp',
921 'PODFreeListArenaTest.cpp', 915 'PODFreeListArenaTest.cpp',
922 'PODIntervalTreeTest.cpp', 916 'PODIntervalTreeTest.cpp',
923 'PODRedBlackTreeTest.cpp', 917 'PODRedBlackTreeTest.cpp',
924 'PurgeableVectorTest.cpp', 918 'PurgeableVectorTest.cpp',
925 'SharedBufferTest.cpp', 919 'SharedBufferTest.cpp',
926 'TestingPlatformSupport.cpp', 920 'TestingPlatformSupport.cpp',
927 'TestingPlatformSupport.h', 921 'TestingPlatformSupport.h',
922 'TimerTest.cpp',
928 'TracedValueTest.cpp', 923 'TracedValueTest.cpp',
929 'WebScreenInfoTest.cpp', 924 'WebScreenInfoTest.cpp',
930 'WebVectorTest.cpp', 925 'WebVectorTest.cpp',
931 'animation/TimingFunctionTest.cpp', 926 'animation/TimingFunctionTest.cpp',
932 'animation/UnitBezierTest.cpp', 927 'animation/UnitBezierTest.cpp',
933 'clipboard/ClipboardUtilitiesTest.cpp', 928 'clipboard/ClipboardUtilitiesTest.cpp',
934 'fonts/FontCacheTest.cpp', 929 'fonts/FontCacheTest.cpp',
935 'fonts/FontDescriptionTest.cpp', 930 'fonts/FontDescriptionTest.cpp',
936 'fonts/FontTest.cpp', 931 'fonts/FontTest.cpp',
937 'fonts/GlyphBufferTest.cpp', 932 'fonts/GlyphBufferTest.cpp',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 'image-decoders/webp/WEBPImageDecoderTest.cpp', 994 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1000 ], 995 ],
1001 'platform_unittest_support_files': [ 996 'platform_unittest_support_files': [
1002 'testing/URLTestHelpers.cpp', 997 'testing/URLTestHelpers.cpp',
1003 'testing/URLTestHelpers.h', 998 'testing/URLTestHelpers.h',
1004 'testing/UnitTestHelpers.cpp', 999 'testing/UnitTestHelpers.cpp',
1005 'testing/UnitTestHelpers.h', 1000 'testing/UnitTestHelpers.h',
1006 ], 1001 ],
1007 }, 1002 },
1008 } 1003 }
OLDNEW
« no previous file with comments | « Source/platform/TimerTest.cpp ('k') | Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698