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

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

Issue 198673002: Rename DatabaseTaskSynchronizer to TaskSynchronizer and move it to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'SerializedResource.h', 119 'SerializedResource.h',
120 'SharedBuffer.cpp', 120 'SharedBuffer.cpp',
121 'SharedBuffer.h', 121 'SharedBuffer.h',
122 'SharedBufferChunkReader.cpp', 122 'SharedBufferChunkReader.cpp',
123 'SharedBufferChunkReader.h', 123 'SharedBufferChunkReader.h',
124 'SharedTimer.cpp', 124 'SharedTimer.cpp',
125 'SharedTimer.h', 125 'SharedTimer.h',
126 'StorageQuotaCallbacks.h', 126 'StorageQuotaCallbacks.h',
127 'Supplementable.h', 127 'Supplementable.h',
128 'Task.h', 128 'Task.h',
129 'TaskSynchronizer.cpp',
130 'TaskSynchronizer.h',
129 'ThemeTypes.h', 131 'ThemeTypes.h',
130 'Theme.cpp', 132 'Theme.cpp',
131 'Theme.h', 133 'Theme.h',
132 'ThreadTimers.cpp', 134 'ThreadTimers.cpp',
133 'ThreadTimers.h', 135 'ThreadTimers.h',
134 'Timer.cpp', 136 'Timer.cpp',
135 'Timer.h', 137 'Timer.h',
136 'TraceEvent.h', 138 'TraceEvent.h',
137 'UserGestureIndicator.cpp', 139 'UserGestureIndicator.cpp',
138 'UserGestureIndicator.h', 140 'UserGestureIndicator.h',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 # NOTE: these are legacy unit tests, do not add more! 915 # NOTE: these are legacy unit tests, do not add more!
914 'platform_web_unittest_files': [ 916 'platform_web_unittest_files': [
915 'animation/TimingFunctionTest.cpp', 917 'animation/TimingFunctionTest.cpp',
916 'graphics/DeferredImageDecoderTest.cpp', 918 'graphics/DeferredImageDecoderTest.cpp',
917 'graphics/ImageDecodingStoreTest.cpp', 919 'graphics/ImageDecodingStoreTest.cpp',
918 'graphics/ImageFrameGeneratorTest.cpp', 920 'graphics/ImageFrameGeneratorTest.cpp',
919 'graphics/test/MockImageDecoder.h', 921 'graphics/test/MockImageDecoder.h',
920 ], 922 ],
921 }, 923 },
922 } 924 }
OLDNEW
« Source/platform/TaskSynchronizer.cpp ('K') | « Source/platform/TaskSynchronizer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698