OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |