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

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: Changed the idle implementation 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
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'PlatformGestureEvent.h', 86 'PlatformGestureEvent.h',
87 'PlatformInstrumentation.cpp', 87 'PlatformInstrumentation.cpp',
88 'PlatformInstrumentation.h', 88 'PlatformInstrumentation.h',
89 'PlatformKeyboardEvent.cpp', 89 'PlatformKeyboardEvent.cpp',
90 'PlatformKeyboardEvent.h', 90 'PlatformKeyboardEvent.h',
91 'PlatformMouseEvent.h', 91 'PlatformMouseEvent.h',
92 'PlatformResourceLoader.cpp', 92 'PlatformResourceLoader.cpp',
93 'PlatformResourceLoader.h', 93 'PlatformResourceLoader.h',
94 'PlatformScreen.cpp', 94 'PlatformScreen.cpp',
95 'PlatformScreen.h', 95 'PlatformScreen.h',
96 'PlatformThreadData.cpp',
97 'PlatformThreadData.h',
98 'PlatformTouchEvent.h', 96 'PlatformTouchEvent.h',
99 'PlatformTouchPoint.h', 97 'PlatformTouchPoint.h',
100 'PlatformWheelEvent.h', 98 'PlatformWheelEvent.h',
101 'PopupMenu.h', 99 'PopupMenu.h',
102 'PopupMenuStyle.h', 100 'PopupMenuStyle.h',
103 'Prerender.cpp', 101 'Prerender.cpp',
104 'Prerender.h', 102 'Prerender.h',
105 'PrerenderClient.h', 103 'PrerenderClient.h',
106 'PurgeableVector.cpp', 104 'PurgeableVector.cpp',
107 'PurgeableVector.h', 105 'PurgeableVector.h',
108 'RefCountedSupplement.h', 106 'RefCountedSupplement.h',
109 'ScriptForbiddenScope.cpp', 107 'ScriptForbiddenScope.cpp',
110 'ScriptForbiddenScope.h', 108 'ScriptForbiddenScope.h',
111 'SecureTextInput.cpp', 109 'SecureTextInput.cpp',
112 'SecureTextInput.h', 110 'SecureTextInput.h',
113 'SerializedResource.h', 111 'SerializedResource.h',
114 'SharedBuffer.cpp', 112 'SharedBuffer.cpp',
115 'SharedBuffer.h', 113 'SharedBuffer.h',
116 'SharedBufferChunkReader.cpp', 114 'SharedBufferChunkReader.cpp',
117 'SharedBufferChunkReader.h', 115 'SharedBufferChunkReader.h',
118 'SharedTimer.cpp',
119 'SharedTimer.h',
120 'StorageQuotaCallbacks.h', 116 'StorageQuotaCallbacks.h',
121 'Supplementable.h', 117 'Supplementable.h',
122 'Task.h', 118 'Task.h',
123 'TaskSynchronizer.cpp', 119 'TaskSynchronizer.cpp',
124 'TaskSynchronizer.h', 120 'TaskSynchronizer.h',
125 'Theme.cpp', 121 'Theme.cpp',
126 'Theme.h', 122 'Theme.h',
127 'ThemeTypes.h', 123 'ThemeTypes.h',
128 'ThreadedDataReceiver.h', 124 'ThreadedDataReceiver.h',
129 'ThreadTimers.cpp',
130 'ThreadTimers.h',
131 'Timer.cpp', 125 'Timer.cpp',
132 'Timer.h', 126 'Timer.h',
133 'TraceEvent.h', 127 'TraceEvent.h',
134 'TracedValue.cpp', 128 'TracedValue.cpp',
135 'TracedValue.h', 129 'TracedValue.h',
136 'URLPatternMatcher.cpp', 130 'URLPatternMatcher.cpp',
137 'URLPatternMatcher.h', 131 'URLPatternMatcher.h',
138 'UUID.cpp', 132 'UUID.cpp',
139 'UUID.h', 133 'UUID.h',
140 'UserGestureIndicator.cpp', 134 'UserGestureIndicator.cpp',
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'image-decoders/webp/WEBPImageDecoderTest.cpp', 995 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1002 ], 996 ],
1003 'platform_unittest_support_files': [ 997 'platform_unittest_support_files': [
1004 'testing/URLTestHelpers.cpp', 998 'testing/URLTestHelpers.cpp',
1005 'testing/URLTestHelpers.h', 999 'testing/URLTestHelpers.h',
1006 'testing/UnitTestHelpers.cpp', 1000 'testing/UnitTestHelpers.cpp',
1007 'testing/UnitTestHelpers.h', 1001 'testing/UnitTestHelpers.h',
1008 ], 1002 ],
1009 }, 1003 },
1010 } 1004 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698