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

Side by Side Diff: src/trusted/service_runtime/service_runtime.gyp

Issue 537543003: Add a get_random_bytes() syscall to replace the SRPC-based implementation (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix glibc tests Created 6 years, 3 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 # -*- gyp -*- 1 # -*- gyp -*-
2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 'conditions': [ 8 'conditions': [
9 ['os_posix==1', { 9 ['os_posix==1', {
10 'syscall_handler': [ 10 'syscall_handler': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'sel_qualify.c', 68 'sel_qualify.c',
69 'sel_validate_image.c', 69 'sel_validate_image.c',
70 'sys_exception.c', 70 'sys_exception.c',
71 'sys_fdio.c', 71 'sys_fdio.c',
72 'sys_filename.c', 72 'sys_filename.c',
73 'sys_futex.c', 73 'sys_futex.c',
74 'sys_imc.c', 74 'sys_imc.c',
75 'sys_list_mappings.c', 75 'sys_list_mappings.c',
76 'sys_memory.c', 76 'sys_memory.c',
77 'sys_parallel_io.c', 77 'sys_parallel_io.c',
78 'sys_random.c',
78 'thread_suspension_common.c', 79 'thread_suspension_common.c',
79 'thread_suspension_unwind.c', 80 'thread_suspension_unwind.c',
80 ], 81 ],
81 'include_dirs': [ 82 'include_dirs': [
82 # For generated header files from the x86-64 validator, 83 # For generated header files from the x86-64 validator,
83 # e.g. nacl_disallows.h. 84 # e.g. nacl_disallows.h.
84 '<(SHARED_INTERMEDIATE_DIR)', 85 '<(SHARED_INTERMEDIATE_DIR)',
85 ], 86 ],
86 'sources!': [ 87 'sources!': [
87 '<(syscall_handler)', 88 '<(syscall_handler)',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 }], 469 }],
469 ], 470 ],
470 'sources': [ 471 'sources': [
471 'linux/nacl_signal.c', 472 'linux/nacl_signal.c',
472 ], 473 ],
473 }, 474 },
474 ], 475 ],
475 }], 476 }],
476 ], 477 ],
477 } 478 }
OLDNEW
« no previous file with comments | « src/trusted/service_runtime/nacl_syscall_handlers_gen.py ('k') | src/trusted/service_runtime/sys_random.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698