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

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

Issue 295423004: Expose WebCrypto's algorithm normalization. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed comments. Created 6 years, 6 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'WebAXObject.cpp', 106 'WebAXObject.cpp',
107 'WebArrayBufferConverter.cpp', 107 'WebArrayBufferConverter.cpp',
108 'WebArrayBufferView.cpp', 108 'WebArrayBufferView.cpp',
109 'WebAutocompleteParams.cpp', 109 'WebAutocompleteParams.cpp',
110 'WebBindings.cpp', 110 'WebBindings.cpp',
111 'WebBlob.cpp', 111 'WebBlob.cpp',
112 'WebCache.cpp', 112 'WebCache.cpp',
113 'WebCachedURLRequest.cpp', 113 'WebCachedURLRequest.cpp',
114 'WebColorName.cpp', 114 'WebColorName.cpp',
115 'WebColorSuggestion.cpp', 115 'WebColorSuggestion.cpp',
116 'WebCryptoNormalize.cpp',
116 'WebCustomElement.cpp', 117 'WebCustomElement.cpp',
117 'WebDOMActivityLogger.cpp', 118 'WebDOMActivityLogger.cpp',
118 'WebDOMCustomEvent.cpp', 119 'WebDOMCustomEvent.cpp',
119 'WebDOMError.cpp', 120 'WebDOMError.cpp',
120 'WebDOMEvent.cpp', 121 'WebDOMEvent.cpp',
121 'WebDOMEventListener.cpp', 122 'WebDOMEventListener.cpp',
122 'WebDOMEventListenerPrivate.cpp', 123 'WebDOMEventListenerPrivate.cpp',
123 'WebDOMEventListenerPrivate.h', 124 'WebDOMEventListenerPrivate.h',
124 'WebDOMFileSystem.cpp', 125 'WebDOMFileSystem.cpp',
125 'WebDOMMediaStreamTrack.cpp', 126 'WebDOMMediaStreamTrack.cpp',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 ['os_posix==1 and OS!="mac"', 340 ['os_posix==1 and OS!="mac"',
340 { 341 {
341 'web_unittest_files': [ 342 'web_unittest_files': [
342 'tests/LocaleICUTest.cpp', 343 'tests/LocaleICUTest.cpp',
343 ], 344 ],
344 } 345 }
345 ], 346 ],
346 ], 347 ],
347 }, 348 },
348 } 349 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698