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

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

Issue 1214613003: WebDataConsumerHandle shouldn't be used on non-Oilpan threads. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | « no previous file | Source/platform/exported/WebDataConsumerHandle.cpp » ('j') | 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'exported/WebContentDecryptionModuleSession.cpp', 267 'exported/WebContentDecryptionModuleSession.cpp',
268 'exported/WebContentSettingCallbacks.cpp', 268 'exported/WebContentSettingCallbacks.cpp',
269 'exported/WebConvertableToTraceFormat.cpp', 269 'exported/WebConvertableToTraceFormat.cpp',
270 'exported/WebCredential.cpp', 270 'exported/WebCredential.cpp',
271 'exported/WebCryptoAlgorithm.cpp', 271 'exported/WebCryptoAlgorithm.cpp',
272 'exported/WebCryptoKey.cpp', 272 'exported/WebCryptoKey.cpp',
273 'exported/WebCryptoKeyAlgorithm.cpp', 273 'exported/WebCryptoKeyAlgorithm.cpp',
274 'exported/WebCryptoResult.cpp', 274 'exported/WebCryptoResult.cpp',
275 'exported/WebCursorInfo.cpp', 275 'exported/WebCursorInfo.cpp',
276 'exported/WebData.cpp', 276 'exported/WebData.cpp',
277 'exported/WebDataConsumerHandle.cpp',
277 'exported/WebDeviceMotionData.cpp', 278 'exported/WebDeviceMotionData.cpp',
278 'exported/WebDeviceOrientationData.cpp', 279 'exported/WebDeviceOrientationData.cpp',
279 'exported/WebDisplayItemTransformTree.cpp', 280 'exported/WebDisplayItemTransformTree.cpp',
280 'exported/WebDragData.cpp', 281 'exported/WebDragData.cpp',
281 'exported/WebEncryptedMediaClient.cpp', 282 'exported/WebEncryptedMediaClient.cpp',
282 'exported/WebEncryptedMediaKeyInformation.cpp', 283 'exported/WebEncryptedMediaKeyInformation.cpp',
283 'exported/WebEncryptedMediaRequest.cpp', 284 'exported/WebEncryptedMediaRequest.cpp',
284 'exported/WebFederatedCredential.cpp', 285 'exported/WebFederatedCredential.cpp',
285 'exported/WebFileSystemCallbacks.cpp', 286 'exported/WebFileSystemCallbacks.cpp',
286 'exported/WebFilterKeyframe.cpp', 287 'exported/WebFilterKeyframe.cpp',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 ['os_posix==1 and OS!="mac"', 1040 ['os_posix==1 and OS!="mac"',
1040 { 1041 {
1041 'platform_test_files': [ 1042 'platform_test_files': [
1042 'text/LocaleICUTest.cpp', 1043 'text/LocaleICUTest.cpp',
1043 ], 1044 ],
1044 } 1045 }
1045 ], 1046 ],
1046 ], 1047 ],
1047 }, 1048 },
1048 } 1049 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/exported/WebDataConsumerHandle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698