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

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: Rebase on master 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'v8/custom/V8SVGElementCustom.cpp', 212 'v8/custom/V8SVGElementCustom.cpp',
213 'v8/custom/V8SVGLengthCustom.cpp', 213 'v8/custom/V8SVGLengthCustom.cpp',
214 'v8/custom/V8SVGPathSegCustom.cpp', 214 'v8/custom/V8SVGPathSegCustom.cpp',
215 'v8/custom/V8StorageCustom.cpp', 215 'v8/custom/V8StorageCustom.cpp',
216 'v8/custom/V8StyleSheetCustom.cpp', 216 'v8/custom/V8StyleSheetCustom.cpp',
217 'v8/custom/V8TextCustom.cpp', 217 'v8/custom/V8TextCustom.cpp',
218 'v8/custom/V8TrackEventCustom.cpp', 218 'v8/custom/V8TrackEventCustom.cpp',
219 'v8/custom/V8WebGLRenderingContextCustom.cpp', 219 'v8/custom/V8WebGLRenderingContextCustom.cpp',
220 'v8/custom/V8WebKitPointCustom.cpp', 220 'v8/custom/V8WebKitPointCustom.cpp',
221 'v8/custom/V8WorkerContextCustom.cpp', 221 'v8/custom/V8WorkerContextCustom.cpp',
222 'v8/custom/V8WorkerCryptoCustom.cpp',
222 'v8/custom/V8WorkerCustom.cpp', 223 'v8/custom/V8WorkerCustom.cpp',
223 'v8/custom/V8XMLHttpRequestCustom.cpp', 224 'v8/custom/V8XMLHttpRequestCustom.cpp',
224 'v8/custom/V8XSLTProcessorCustom.cpp', 225 'v8/custom/V8XSLTProcessorCustom.cpp',
225 'v8/npruntime.cpp', 226 'v8/npruntime.cpp',
226 'v8/npruntime_impl.h', 227 'v8/npruntime_impl.h',
227 'v8/npruntime_priv.h', 228 'v8/npruntime_priv.h',
228 ], 229 ],
229 'conditions': [ 230 'conditions': [
230 ['OS=="win" and buildtype=="Official"', { 231 ['OS=="win" and buildtype=="Official"', {
231 # On windows official release builds, we try to preserve symbol space. 232 # On windows official release builds, we try to preserve symbol space.
(...skipping 19 matching lines...) Expand all
251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 256 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
256 ], 257 ],
257 }], 258 }],
258 ], 259 ],
259 }, 260 },
260 } 261 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698