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

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

Issue 16820007: Expose crypto.getRandomValues() to workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'v8/custom/V8AudioContextCustom.cpp', 141 'v8/custom/V8AudioContextCustom.cpp',
142 'v8/custom/V8AudioNodeCustom.cpp', 142 'v8/custom/V8AudioNodeCustom.cpp',
143 'v8/custom/V8BiquadFilterNodeCustom.cpp', 143 'v8/custom/V8BiquadFilterNodeCustom.cpp',
144 'v8/custom/V8BlobCustom.cpp', 144 'v8/custom/V8BlobCustom.cpp',
145 'v8/custom/V8CSSRuleCustom.cpp', 145 'v8/custom/V8CSSRuleCustom.cpp',
146 'v8/custom/V8CSSStyleDeclarationCustom.cpp', 146 'v8/custom/V8CSSStyleDeclarationCustom.cpp',
147 'v8/custom/V8CSSValueCustom.cpp', 147 'v8/custom/V8CSSValueCustom.cpp',
148 'v8/custom/V8CanvasRenderingContext2DCustom.cpp', 148 'v8/custom/V8CanvasRenderingContext2DCustom.cpp',
149 'v8/custom/V8CanvasRenderingContextCustom.cpp', 149 'v8/custom/V8CanvasRenderingContextCustom.cpp',
150 'v8/custom/V8ClipboardCustom.cpp', 150 'v8/custom/V8ClipboardCustom.cpp',
151 'v8/custom/V8CryptoCustom.cpp',
152 'v8/custom/V8CustomElementConstructorCustom.cpp', 151 'v8/custom/V8CustomElementConstructorCustom.cpp',
153 'v8/custom/V8CustomEventCustom.cpp', 152 'v8/custom/V8CustomEventCustom.cpp',
154 'v8/custom/V8CustomSQLStatementErrorCallback.cpp', 153 'v8/custom/V8CustomSQLStatementErrorCallback.cpp',
155 'v8/custom/V8CustomXPathNSResolver.cpp', 154 'v8/custom/V8CustomXPathNSResolver.cpp',
156 'v8/custom/V8CustomXPathNSResolver.h', 155 'v8/custom/V8CustomXPathNSResolver.h',
157 'v8/custom/V8DOMStringMapCustom.cpp', 156 'v8/custom/V8DOMStringMapCustom.cpp',
158 'v8/custom/V8DOMWindowCustom.cpp', 157 'v8/custom/V8DOMWindowCustom.cpp',
159 'v8/custom/V8DataViewCustom.cpp', 158 'v8/custom/V8DataViewCustom.cpp',
160 'v8/custom/V8DedicatedWorkerContextCustom.cpp', 159 'v8/custom/V8DedicatedWorkerContextCustom.cpp',
161 'v8/custom/V8DeviceMotionEventCustom.cpp', 160 'v8/custom/V8DeviceMotionEventCustom.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'v8/custom/V8MessageChannelCustom.cpp', 195 'v8/custom/V8MessageChannelCustom.cpp',
197 'v8/custom/V8MessageEventCustom.cpp', 196 'v8/custom/V8MessageEventCustom.cpp',
198 'v8/custom/V8MessagePortCustom.cpp', 197 'v8/custom/V8MessagePortCustom.cpp',
199 'v8/custom/V8MutationObserverCustom.cpp', 198 'v8/custom/V8MutationObserverCustom.cpp',
200 'v8/custom/V8NodeCustom.cpp', 199 'v8/custom/V8NodeCustom.cpp',
201 'v8/custom/V8NodeListCustom.cpp', 200 'v8/custom/V8NodeListCustom.cpp',
202 'v8/custom/V8OscillatorNodeCustom.cpp', 201 'v8/custom/V8OscillatorNodeCustom.cpp',
203 'v8/custom/V8PannerNodeCustom.cpp', 202 'v8/custom/V8PannerNodeCustom.cpp',
204 'v8/custom/V8PerformanceEntryCustom.cpp', 203 'v8/custom/V8PerformanceEntryCustom.cpp',
205 'v8/custom/V8PopStateEventCustom.cpp', 204 'v8/custom/V8PopStateEventCustom.cpp',
205 'v8/custom/V8RandomSourceCustom.cpp',
206 'v8/custom/V8SQLResultSetRowListCustom.cpp', 206 'v8/custom/V8SQLResultSetRowListCustom.cpp',
207 'v8/custom/V8SQLTransactionCustom.cpp', 207 'v8/custom/V8SQLTransactionCustom.cpp',
208 'v8/custom/V8SQLTransactionSyncCustom.cpp', 208 'v8/custom/V8SQLTransactionSyncCustom.cpp',
209 'v8/custom/V8SVGDocumentCustom.cpp', 209 'v8/custom/V8SVGDocumentCustom.cpp',
210 'v8/custom/V8SVGElementCustom.cpp', 210 'v8/custom/V8SVGElementCustom.cpp',
211 'v8/custom/V8SVGLengthCustom.cpp', 211 'v8/custom/V8SVGLengthCustom.cpp',
212 'v8/custom/V8SVGPathSegCustom.cpp', 212 'v8/custom/V8SVGPathSegCustom.cpp',
213 'v8/custom/V8StorageCustom.cpp', 213 'v8/custom/V8StorageCustom.cpp',
214 'v8/custom/V8StyleSheetCustom.cpp', 214 'v8/custom/V8StyleSheetCustom.cpp',
215 'v8/custom/V8TextCustom.cpp', 215 'v8/custom/V8TextCustom.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
254 ], 254 ],
255 }], 255 }],
256 ], 256 ],
257 }, 257 },
258 } 258 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698