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

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

Issue 1134523002: Implement timers by posting delayed tasks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Gyp tweak. Created 5 years, 7 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 | Annotate | Revision Log
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'PasteMode.h', 81 'PasteMode.h',
82 'PlatformEvent.h', 82 'PlatformEvent.h',
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 'PlatformThreadData.cpp',
92 'PlatformThreadData.h',
93 'PlatformTouchEvent.h', 91 'PlatformTouchEvent.h',
94 'PlatformTouchPoint.h', 92 'PlatformTouchPoint.h',
95 'PlatformWheelEvent.h', 93 'PlatformWheelEvent.h',
96 'PopupMenu.h', 94 'PopupMenu.h',
97 'PopupMenuStyle.h', 95 'PopupMenuStyle.h',
98 'Prerender.cpp', 96 'Prerender.cpp',
99 'Prerender.h', 97 'Prerender.h',
100 'PrerenderClient.h', 98 'PrerenderClient.h',
101 'PurgeableVector.cpp', 99 'PurgeableVector.cpp',
102 'PurgeableVector.h', 100 'PurgeableVector.h',
103 'RefCountedSupplement.h', 101 'RefCountedSupplement.h',
104 'ScriptForbiddenScope.cpp', 102 'ScriptForbiddenScope.cpp',
105 'ScriptForbiddenScope.h', 103 'ScriptForbiddenScope.h',
106 'SecureTextInput.cpp', 104 'SecureTextInput.cpp',
107 'SecureTextInput.h', 105 'SecureTextInput.h',
108 'SerializedResource.h', 106 'SerializedResource.h',
109 'SharedBuffer.cpp', 107 'SharedBuffer.cpp',
110 'SharedBuffer.h', 108 'SharedBuffer.h',
111 'SharedBufferChunkReader.cpp', 109 'SharedBufferChunkReader.cpp',
112 'SharedBufferChunkReader.h', 110 'SharedBufferChunkReader.h',
113 'SharedTimer.cpp',
114 'SharedTimer.h',
115 'StorageQuotaCallbacks.h', 111 'StorageQuotaCallbacks.h',
116 'Supplementable.cpp', 112 'Supplementable.cpp',
117 'Supplementable.h', 113 'Supplementable.h',
118 'Task.h', 114 'Task.h',
119 'TaskSynchronizer.cpp', 115 'TaskSynchronizer.cpp',
120 'TaskSynchronizer.h', 116 'TaskSynchronizer.h',
121 'Theme.cpp', 117 'Theme.cpp',
122 'Theme.h', 118 'Theme.h',
123 'ThemeTypes.h', 119 'ThemeTypes.h',
124 'ThreadedDataReceiver.h', 120 'ThreadedDataReceiver.h',
125 'ThreadTimers.cpp',
126 'ThreadTimers.h',
127 'Timer.cpp', 121 'Timer.cpp',
128 'Timer.h', 122 'Timer.h',
129 'TraceEvent.h', 123 'TraceEvent.h',
130 'TracedValue.cpp', 124 'TracedValue.cpp',
131 'TracedValue.h', 125 'TracedValue.h',
132 'UUID.cpp', 126 'UUID.cpp',
133 'UUID.h', 127 'UUID.h',
134 'UserGestureIndicator.cpp', 128 'UserGestureIndicator.cpp',
135 'UserGestureIndicator.h', 129 'UserGestureIndicator.h',
136 'WebScheduler.cpp', 130 'WebScheduler.cpp',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1002 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1009 ], 1003 ],
1010 'platform_unittest_support_files': [ 1004 'platform_unittest_support_files': [
1011 'testing/URLTestHelpers.cpp', 1005 'testing/URLTestHelpers.cpp',
1012 'testing/URLTestHelpers.h', 1006 'testing/URLTestHelpers.h',
1013 'testing/UnitTestHelpers.cpp', 1007 'testing/UnitTestHelpers.cpp',
1014 'testing/UnitTestHelpers.h', 1008 'testing/UnitTestHelpers.h',
1015 ], 1009 ],
1016 }, 1010 },
1017 } 1011 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698