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

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

Issue 959263002: WIP - not ready for review (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Decouple TimerHeap and ThreadTimers. 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 | Annotate | Revision Log
« no previous file with comments | « Source/platform/TimerHeapEntry.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'Task.h', 122 'Task.h',
123 'TaskSynchronizer.cpp', 123 'TaskSynchronizer.cpp',
124 'TaskSynchronizer.h', 124 'TaskSynchronizer.h',
125 'Theme.cpp', 125 'Theme.cpp',
126 'Theme.h', 126 'Theme.h',
127 'ThemeTypes.h', 127 'ThemeTypes.h',
128 'ThreadTimers.cpp', 128 'ThreadTimers.cpp',
129 'ThreadTimers.h', 129 'ThreadTimers.h',
130 'Timer.cpp', 130 'Timer.cpp',
131 'Timer.h', 131 'Timer.h',
132 'TimerHeap.cpp',
133 'TimerHeap.h',
134 'TimerHeapEntry.cpp',
135 'TimerHeapEntry.h',
132 'TraceEvent.h', 136 'TraceEvent.h',
133 'TracedValue.cpp', 137 'TracedValue.cpp',
134 'TracedValue.h', 138 'TracedValue.h',
135 'URLPatternMatcher.cpp', 139 'URLPatternMatcher.cpp',
136 'URLPatternMatcher.h', 140 'URLPatternMatcher.h',
137 'UUID.cpp', 141 'UUID.cpp',
138 'UUID.h', 142 'UUID.h',
139 'UserGestureIndicator.cpp', 143 'UserGestureIndicator.cpp',
140 'UserGestureIndicator.h', 144 'UserGestureIndicator.h',
141 'WebThread.cpp', 145 'WebThread.cpp',
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'graphics/ImageLayerChromiumTest.cpp', 990 'graphics/ImageLayerChromiumTest.cpp',
987 'graphics/test/MockImageDecoder.h', 991 'graphics/test/MockImageDecoder.h',
988 'graphics/test/MockWebGraphicsContext3D.h', 992 'graphics/test/MockWebGraphicsContext3D.h',
989 'image-decoders/bmp/BMPImageDecoderTest.cpp', 993 'image-decoders/bmp/BMPImageDecoderTest.cpp',
990 'image-decoders/gif/GIFImageDecoderTest.cpp', 994 'image-decoders/gif/GIFImageDecoderTest.cpp',
991 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 995 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
992 'image-decoders/webp/WEBPImageDecoderTest.cpp', 996 'image-decoders/webp/WEBPImageDecoderTest.cpp',
993 ], 997 ],
994 }, 998 },
995 } 999 }
OLDNEW
« no previous file with comments | « Source/platform/TimerHeapEntry.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698