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

Side by Side Diff: Source/web/web.gypi

Issue 19082002: WebCrypto: Add SHA-1 support to crypto.subtle.digest(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove CryptoOperation.promise(), instead make finish() and abort() return Promise Created 7 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'AsyncFileSystemChromium.cpp', 9 'AsyncFileSystemChromium.cpp',
10 'AsyncFileSystemChromium.h', 10 'AsyncFileSystemChromium.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'StorageQuotaChromium.cpp', 105 'StorageQuotaChromium.cpp',
106 'TextFieldDecoratorImpl.cpp', 106 'TextFieldDecoratorImpl.cpp',
107 'TextFieldDecoratorImpl.h', 107 'TextFieldDecoratorImpl.h',
108 'UserMediaClientImpl.cpp', 108 'UserMediaClientImpl.cpp',
109 'UserMediaClientImpl.h', 109 'UserMediaClientImpl.h',
110 'ValidationMessageClientImpl.cpp', 110 'ValidationMessageClientImpl.cpp',
111 'ValidationMessageClientImpl.h', 111 'ValidationMessageClientImpl.h',
112 'ViewportAnchor.cpp', 112 'ViewportAnchor.cpp',
113 'ViewportAnchor.h', 113 'ViewportAnchor.h',
114 'WebAccessibilityObject.cpp', 114 'WebAccessibilityObject.cpp',
115 'WebArrayBuffer.cpp',
116 'WebArrayBufferView.cpp', 115 'WebArrayBufferView.cpp',
117 'WebBindings.cpp', 116 'WebBindings.cpp',
118 'WebBlob.cpp', 117 'WebBlob.cpp',
119 'WebBlobData.cpp', 118 'WebBlobData.cpp',
120 'WebCache.cpp', 119 'WebCache.cpp',
121 'WebCachedURLRequest.cpp', 120 'WebCachedURLRequest.cpp',
122 'WebColorName.cpp', 121 'WebColorName.cpp',
123 'WebCrossOriginPreflightResultCache.cpp', 122 'WebCrossOriginPreflightResultCache.cpp',
124 'WebDOMActivityLogger.cpp', 123 'WebDOMActivityLogger.cpp',
125 'WebDOMCustomEvent.cpp', 124 'WebDOMCustomEvent.cpp',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'mac/WebInputEventFactory.mm', 289 'mac/WebInputEventFactory.mm',
291 'mac/WebSubstringUtil.mm', 290 'mac/WebSubstringUtil.mm',
292 'painting/ContinuousPainter.cpp', 291 'painting/ContinuousPainter.cpp',
293 'painting/ContinuousPainter.h', 292 'painting/ContinuousPainter.h',
294 'painting/PaintAggregator.cpp', 293 'painting/PaintAggregator.cpp',
295 'painting/PaintAggregator.h', 294 'painting/PaintAggregator.h',
296 'win/WebInputEventFactory.cpp', 295 'win/WebInputEventFactory.cpp',
297 ], 296 ],
298 }, 297 },
299 } 298 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698