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

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: Rebased 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'PlatformGestureEvent.h', 84 'PlatformGestureEvent.h',
85 'PlatformInstrumentation.cpp', 85 'PlatformInstrumentation.cpp',
86 'PlatformInstrumentation.h', 86 'PlatformInstrumentation.h',
87 'PlatformKeyboardEvent.cpp', 87 'PlatformKeyboardEvent.cpp',
88 'PlatformKeyboardEvent.h', 88 'PlatformKeyboardEvent.h',
89 'PlatformMouseEvent.h', 89 'PlatformMouseEvent.h',
90 'PlatformResourceLoader.cpp', 90 'PlatformResourceLoader.cpp',
91 'PlatformResourceLoader.h', 91 'PlatformResourceLoader.h',
92 'PlatformScreen.cpp', 92 'PlatformScreen.cpp',
93 'PlatformScreen.h', 93 'PlatformScreen.h',
94 'PlatformThreadData.cpp',
95 'PlatformThreadData.h',
96 'PlatformTouchEvent.h', 94 'PlatformTouchEvent.h',
97 'PlatformTouchPoint.h', 95 'PlatformTouchPoint.h',
98 'PlatformWheelEvent.h', 96 'PlatformWheelEvent.h',
99 'PopupMenu.h', 97 'PopupMenu.h',
100 'PopupMenuStyle.h', 98 'PopupMenuStyle.h',
101 'Prerender.cpp', 99 'Prerender.cpp',
102 'Prerender.h', 100 'Prerender.h',
103 'PrerenderClient.h', 101 'PrerenderClient.h',
104 'PurgeableVector.cpp', 102 'PurgeableVector.cpp',
105 'PurgeableVector.h', 103 'PurgeableVector.h',
106 'RefCountedSupplement.h', 104 'RefCountedSupplement.h',
107 'ScriptForbiddenScope.cpp', 105 'ScriptForbiddenScope.cpp',
108 'ScriptForbiddenScope.h', 106 'ScriptForbiddenScope.h',
109 'SecureTextInput.cpp', 107 'SecureTextInput.cpp',
110 'SecureTextInput.h', 108 'SecureTextInput.h',
111 'SerializedResource.h', 109 'SerializedResource.h',
112 'SharedBuffer.cpp', 110 'SharedBuffer.cpp',
113 'SharedBuffer.h', 111 'SharedBuffer.h',
114 'SharedBufferChunkReader.cpp', 112 'SharedBufferChunkReader.cpp',
115 'SharedBufferChunkReader.h', 113 'SharedBufferChunkReader.h',
116 'SharedTimer.cpp',
117 'SharedTimer.h',
118 'StorageQuotaCallbacks.h', 114 'StorageQuotaCallbacks.h',
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 'WebThread.cpp', 132 'WebThread.cpp',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 'image-decoders/webp/WEBPImageDecoderTest.cpp', 991 'image-decoders/webp/WEBPImageDecoderTest.cpp',
998 ], 992 ],
999 'platform_unittest_support_files': [ 993 'platform_unittest_support_files': [
1000 'testing/URLTestHelpers.cpp', 994 'testing/URLTestHelpers.cpp',
1001 'testing/URLTestHelpers.h', 995 'testing/URLTestHelpers.h',
1002 'testing/UnitTestHelpers.cpp', 996 'testing/UnitTestHelpers.cpp',
1003 'testing/UnitTestHelpers.h', 997 'testing/UnitTestHelpers.h',
1004 ], 998 ],
1005 }, 999 },
1006 } 1000 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698