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

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: Now uses the WebThread's WebScheduler 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 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.h', 114 'Supplementable.h',
119 'Task.h', 115 'Task.h',
120 'TaskSynchronizer.cpp', 116 'TaskSynchronizer.cpp',
121 'TaskSynchronizer.h', 117 'TaskSynchronizer.h',
122 'Theme.cpp', 118 'Theme.cpp',
123 'Theme.h', 119 'Theme.h',
124 'ThemeTypes.h', 120 'ThemeTypes.h',
125 'ThreadedDataReceiver.h', 121 'ThreadedDataReceiver.h',
126 'ThreadTimers.cpp',
127 'ThreadTimers.h',
128 'Timer.cpp', 122 'Timer.cpp',
129 'Timer.h', 123 'Timer.h',
130 'TraceEvent.h', 124 'TraceEvent.h',
131 'TracedValue.cpp', 125 'TracedValue.cpp',
132 'TracedValue.h', 126 'TracedValue.h',
133 'UUID.cpp', 127 'UUID.cpp',
134 'UUID.h', 128 'UUID.h',
135 'UserGestureIndicator.cpp', 129 'UserGestureIndicator.cpp',
136 'UserGestureIndicator.h', 130 'UserGestureIndicator.h',
137 'WebScheduler.cpp', 131 'WebScheduler.cpp',
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 'image-decoders/webp/WEBPImageDecoderTest.cpp', 989 'image-decoders/webp/WEBPImageDecoderTest.cpp',
996 ], 990 ],
997 'platform_unittest_support_files': [ 991 'platform_unittest_support_files': [
998 'testing/URLTestHelpers.cpp', 992 'testing/URLTestHelpers.cpp',
999 'testing/URLTestHelpers.h', 993 'testing/URLTestHelpers.h',
1000 'testing/UnitTestHelpers.cpp', 994 'testing/UnitTestHelpers.cpp',
1001 'testing/UnitTestHelpers.h', 995 'testing/UnitTestHelpers.h',
1002 ], 996 ],
1003 }, 997 },
1004 } 998 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698