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

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: Fix a bunch of stuff Created 5 years, 9 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',
(...skipping 10 matching lines...) Expand all
118 'SharedTimer.cpp', 116 'SharedTimer.cpp',
119 'SharedTimer.h', 117 'SharedTimer.h',
120 'StorageQuotaCallbacks.h', 118 'StorageQuotaCallbacks.h',
121 'Supplementable.h', 119 'Supplementable.h',
122 'Task.h', 120 'Task.h',
123 'TaskSynchronizer.cpp', 121 'TaskSynchronizer.cpp',
124 'TaskSynchronizer.h', 122 'TaskSynchronizer.h',
125 'Theme.cpp', 123 'Theme.cpp',
126 'Theme.h', 124 'Theme.h',
127 'ThemeTypes.h', 125 'ThemeTypes.h',
128 'ThreadTimers.cpp',
129 'ThreadTimers.h',
130 'Timer.cpp', 126 'Timer.cpp',
131 'Timer.h', 127 'Timer.h',
132 'TraceEvent.h', 128 'TraceEvent.h',
133 'TracedValue.cpp', 129 'TracedValue.cpp',
134 'TracedValue.h', 130 'TracedValue.h',
135 'URLPatternMatcher.cpp', 131 'URLPatternMatcher.cpp',
136 'URLPatternMatcher.h', 132 'URLPatternMatcher.h',
137 'UUID.cpp', 133 'UUID.cpp',
138 'UUID.h', 134 'UUID.h',
139 'UserGestureIndicator.cpp', 135 'UserGestureIndicator.cpp',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'graphics/ImageLayerChromiumTest.cpp', 982 'graphics/ImageLayerChromiumTest.cpp',
987 'graphics/test/MockImageDecoder.h', 983 'graphics/test/MockImageDecoder.h',
988 'graphics/test/MockWebGraphicsContext3D.h', 984 'graphics/test/MockWebGraphicsContext3D.h',
989 'image-decoders/bmp/BMPImageDecoderTest.cpp', 985 'image-decoders/bmp/BMPImageDecoderTest.cpp',
990 'image-decoders/gif/GIFImageDecoderTest.cpp', 986 'image-decoders/gif/GIFImageDecoderTest.cpp',
991 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 987 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
992 'image-decoders/webp/WEBPImageDecoderTest.cpp', 988 'image-decoders/webp/WEBPImageDecoderTest.cpp',
993 ], 989 ],
994 }, 990 },
995 } 991 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698