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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 'exported/WebContentDecryptionModuleAccess.cpp', | 268 'exported/WebContentDecryptionModuleAccess.cpp', |
269 'exported/WebContentDecryptionModuleResult.cpp', | 269 'exported/WebContentDecryptionModuleResult.cpp', |
270 'exported/WebContentDecryptionModuleSession.cpp', | 270 'exported/WebContentDecryptionModuleSession.cpp', |
271 'exported/WebContentSettingCallbacks.cpp', | 271 'exported/WebContentSettingCallbacks.cpp', |
272 'exported/WebConvertableToTraceFormat.cpp', | 272 'exported/WebConvertableToTraceFormat.cpp', |
273 'exported/WebCredential.cpp', | 273 'exported/WebCredential.cpp', |
274 'exported/WebCryptoAlgorithm.cpp', | 274 'exported/WebCryptoAlgorithm.cpp', |
275 'exported/WebCryptoKey.cpp', | 275 'exported/WebCryptoKey.cpp', |
276 'exported/WebCryptoKeyAlgorithm.cpp', | 276 'exported/WebCryptoKeyAlgorithm.cpp', |
277 'exported/WebCryptoResult.cpp', | 277 'exported/WebCryptoResult.cpp', |
| 278 'exported/WebCryptoUtil.cpp', |
278 'exported/WebCursorInfo.cpp', | 279 'exported/WebCursorInfo.cpp', |
279 'exported/WebData.cpp', | 280 'exported/WebData.cpp', |
280 'exported/WebDataConsumerHandle.cpp', | 281 'exported/WebDataConsumerHandle.cpp', |
281 'exported/WebDeviceMotionData.cpp', | 282 'exported/WebDeviceMotionData.cpp', |
282 'exported/WebDeviceOrientationData.cpp', | 283 'exported/WebDeviceOrientationData.cpp', |
283 'exported/WebDragData.cpp', | 284 'exported/WebDragData.cpp', |
284 'exported/WebEncryptedMediaClient.cpp', | 285 'exported/WebEncryptedMediaClient.cpp', |
285 'exported/WebEncryptedMediaKeyInformation.cpp', | 286 'exported/WebEncryptedMediaKeyInformation.cpp', |
286 'exported/WebEncryptedMediaRequest.cpp', | 287 'exported/WebEncryptedMediaRequest.cpp', |
287 'exported/WebFederatedCredential.cpp', | 288 'exported/WebFederatedCredential.cpp', |
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1085 ['os_posix==1 and OS!="mac"', | 1086 ['os_posix==1 and OS!="mac"', |
1086 { | 1087 { |
1087 'platform_test_files': [ | 1088 'platform_test_files': [ |
1088 'text/LocaleICUTest.cpp', | 1089 'text/LocaleICUTest.cpp', |
1089 ], | 1090 ], |
1090 } | 1091 } |
1091 ], | 1092 ], |
1092 ], | 1093 ], |
1093 }, | 1094 }, |
1094 } | 1095 } |
OLD | NEW |