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

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

Issue 1418113002: RTCPeerConnection.generateCertificate taking AlgorithmIdentifier and using WebCrypto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 5 years, 1 month 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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 ['os_posix==1 and OS!="mac"', 1090 ['os_posix==1 and OS!="mac"',
1090 { 1091 {
1091 'platform_test_files': [ 1092 'platform_test_files': [
1092 'text/LocaleICUTest.cpp', 1093 'text/LocaleICUTest.cpp',
1093 ], 1094 ],
1094 } 1095 }
1095 ], 1096 ],
1096 ], 1097 ],
1097 }, 1098 },
1098 } 1099 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698