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

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

Issue 18475002: WebCrypto: Add framework for AlgorithmIdentifier normalization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rename verify --> verifySignature (because "verify" is a macro on Mac) 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
« no previous file with comments | « LayoutTests/crypto/normalize-algorithm-expected.txt ('k') | Source/bindings/v8/Dictionary.h » ('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 'bindings_dir': ['.'], 3 'bindings_dir': ['.'],
4 'bindings_files': [ 4 'bindings_files': [
5 'v8/ActiveDOMCallback.cpp', 5 'v8/ActiveDOMCallback.cpp',
6 'v8/ActiveDOMCallback.h', 6 'v8/ActiveDOMCallback.h',
7 'v8/ArrayValue.cpp', 7 'v8/ArrayValue.cpp',
8 'v8/ArrayValue.h', 8 'v8/ArrayValue.h',
9 'v8/BindingSecurity.cpp', 9 'v8/BindingSecurity.cpp',
10 'v8/BindingSecurity.h', 10 'v8/BindingSecurity.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'v8/V8ValueCache.h', 126 'v8/V8ValueCache.h',
127 'v8/V8WindowShell.cpp', 127 'v8/V8WindowShell.cpp',
128 'v8/V8WindowShell.h', 128 'v8/V8WindowShell.h',
129 'v8/V8WorkerGlobalScopeEventListener.cpp', 129 'v8/V8WorkerGlobalScopeEventListener.cpp',
130 'v8/V8WorkerGlobalScopeEventListener.h', 130 'v8/V8WorkerGlobalScopeEventListener.h',
131 'v8/WorkerScriptController.cpp', 131 'v8/WorkerScriptController.cpp',
132 'v8/WorkerScriptController.h', 132 'v8/WorkerScriptController.h',
133 'v8/WorkerScriptDebugServer.cpp', 133 'v8/WorkerScriptDebugServer.cpp',
134 'v8/WorkerScriptDebugServer.h', 134 'v8/WorkerScriptDebugServer.h',
135 'v8/WrapperTypeInfo.h', 135 'v8/WrapperTypeInfo.h',
136 'v8/custom/V8AlgorithmCustom.cpp',
136 'v8/custom/V8ArrayBufferCustom.cpp', 137 'v8/custom/V8ArrayBufferCustom.cpp',
137 'v8/custom/V8ArrayBufferCustom.h', 138 'v8/custom/V8ArrayBufferCustom.h',
138 'v8/custom/V8ArrayBufferViewCustom.cpp', 139 'v8/custom/V8ArrayBufferViewCustom.cpp',
139 'v8/custom/V8ArrayBufferViewCustom.h', 140 'v8/custom/V8ArrayBufferViewCustom.h',
140 'v8/custom/V8AudioBufferSourceNodeCustom.cpp', 141 'v8/custom/V8AudioBufferSourceNodeCustom.cpp',
141 'v8/custom/V8AudioContextCustom.cpp', 142 'v8/custom/V8AudioContextCustom.cpp',
142 'v8/custom/V8AudioNodeCustom.cpp', 143 'v8/custom/V8AudioNodeCustom.cpp',
143 'v8/custom/V8BiquadFilterNodeCustom.cpp', 144 'v8/custom/V8BiquadFilterNodeCustom.cpp',
144 'v8/custom/V8BlobCustom.cpp', 145 'v8/custom/V8BlobCustom.cpp',
145 'v8/custom/V8CSSRuleCustom.cpp', 146 'v8/custom/V8CSSRuleCustom.cpp',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
254 ], 255 ],
255 }], 256 }],
256 ], 257 ],
257 }, 258 },
258 } 259 }
OLDNEW
« no previous file with comments | « LayoutTests/crypto/normalize-algorithm-expected.txt ('k') | Source/bindings/v8/Dictionary.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698