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

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

Issue 1977773002: Make SameThreadTask/CrossThreadTask internal and remove platform/Task.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Shironeko_3
Patch Set: Rebase. Use DCHECK. Created 4 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
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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'SecureTextInput.cpp', 106 'SecureTextInput.cpp',
107 'SecureTextInput.h', 107 'SecureTextInput.h',
108 'SerializedResource.h', 108 'SerializedResource.h',
109 'SharedBuffer.cpp', 109 'SharedBuffer.cpp',
110 'SharedBuffer.h', 110 'SharedBuffer.h',
111 'SharedBufferChunkReader.cpp', 111 'SharedBufferChunkReader.cpp',
112 'SharedBufferChunkReader.h', 112 'SharedBufferChunkReader.h',
113 'StorageQuotaCallbacks.h', 113 'StorageQuotaCallbacks.h',
114 'Supplementable.cpp', 114 'Supplementable.cpp',
115 'Supplementable.h', 115 'Supplementable.h',
116 'Task.h',
117 'TaskSynchronizer.cpp', 116 'TaskSynchronizer.cpp',
118 'TaskSynchronizer.h', 117 'TaskSynchronizer.h',
119 'Theme.cpp', 118 'Theme.cpp',
120 'Theme.h', 119 'Theme.h',
121 'ThemeTypes.h', 120 'ThemeTypes.h',
122 'Timer.cpp', 121 'Timer.cpp',
123 'Timer.h', 122 'Timer.h',
124 'TraceEvent.h', 123 'TraceEvent.h',
125 'TraceEventCommon.h', 124 'TraceEventCommon.h',
126 'TracedValue.cpp', 125 'TracedValue.cpp',
(...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1322 ['OS!="mac"', 1321 ['OS!="mac"',
1323 { 1322 {
1324 'platform_test_files': [ 1323 'platform_test_files': [
1325 'scroll/ScrollAnimatorTest.cpp', 1324 'scroll/ScrollAnimatorTest.cpp',
1326 ], 1325 ],
1327 } 1326 }
1328 ], 1327 ],
1329 ], 1328 ],
1330 }, 1329 },
1331 } 1330 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698