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

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

Issue 179353002: [webcrypto] Add the KeyAlgorithm interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase yet again (another conflict) Created 6 years, 10 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 | « Source/modules/modules.gypi ('k') | Source/platform/exported/WebCryptoAlgorithm.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 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'exported/Platform.cpp', 255 'exported/Platform.cpp',
256 'exported/WebActiveGestureAnimation.cpp', 256 'exported/WebActiveGestureAnimation.cpp',
257 'exported/WebActiveGestureAnimation.h', 257 'exported/WebActiveGestureAnimation.h',
258 'exported/WebArrayBuffer.cpp', 258 'exported/WebArrayBuffer.cpp',
259 'exported/WebAudioBus.cpp', 259 'exported/WebAudioBus.cpp',
260 'exported/WebAudioDevice.cpp', 260 'exported/WebAudioDevice.cpp',
261 'exported/WebBlobData.cpp', 261 'exported/WebBlobData.cpp',
262 'exported/WebContentDecryptionModule.cpp', 262 'exported/WebContentDecryptionModule.cpp',
263 'exported/WebContentDecryptionModuleSession.cpp', 263 'exported/WebContentDecryptionModuleSession.cpp',
264 'exported/WebCryptoAlgorithm.cpp', 264 'exported/WebCryptoAlgorithm.cpp',
265 'exported/WebCryptoKeyAlgorithm.cpp',
265 'exported/WebCryptoKey.cpp', 266 'exported/WebCryptoKey.cpp',
266 'exported/WebCryptoResult.cpp', 267 'exported/WebCryptoResult.cpp',
267 'exported/WebCursorInfo.cpp', 268 'exported/WebCursorInfo.cpp',
268 'exported/WebData.cpp', 269 'exported/WebData.cpp',
269 'exported/WebDeviceMotionData.cpp', 270 'exported/WebDeviceMotionData.cpp',
270 'exported/WebDeviceOrientationData.cpp', 271 'exported/WebDeviceOrientationData.cpp',
271 'exported/WebFileSystemCallbacks.cpp', 272 'exported/WebFileSystemCallbacks.cpp',
272 'exported/WebFilterKeyframe.cpp', 273 'exported/WebFilterKeyframe.cpp',
273 'exported/WebFloatQuad.cpp', 274 'exported/WebFloatQuad.cpp',
274 'exported/WebHTTPBody.cpp', 275 'exported/WebHTTPBody.cpp',
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 'animation/TimingFunctionTestHelper.cpp', 909 'animation/TimingFunctionTestHelper.cpp',
909 'animation/TimingFunctionTestHelper.h', 910 'animation/TimingFunctionTestHelper.h',
910 'animation/TimingFunctionTestHelperTest.cpp', 911 'animation/TimingFunctionTestHelperTest.cpp',
911 'graphics/DeferredImageDecoderTest.cpp', 912 'graphics/DeferredImageDecoderTest.cpp',
912 'graphics/ImageDecodingStoreTest.cpp', 913 'graphics/ImageDecodingStoreTest.cpp',
913 'graphics/ImageFrameGeneratorTest.cpp', 914 'graphics/ImageFrameGeneratorTest.cpp',
914 'graphics/test/MockImageDecoder.h', 915 'graphics/test/MockImageDecoder.h',
915 ], 916 ],
916 }, 917 },
917 } 918 }
OLDNEW
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/platform/exported/WebCryptoAlgorithm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698