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

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

Issue 550523002: Remove the old "SecureRandom" service, formerly used by get_random_bytes() (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: 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
« no previous file with comments | « src/trusted/service_runtime/sel_ldr.c ('k') | tests/nameservice/nameservice_test.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'nacl_reverse_host_interface.c', 46 'nacl_reverse_host_interface.c',
47 'nacl_reverse_quota_interface.c', 47 'nacl_reverse_quota_interface.c',
48 'nacl_runtime_host_interface.c', 48 'nacl_runtime_host_interface.c',
49 'nacl_secure_service.c', 49 'nacl_secure_service.c',
50 'nacl_signal_common.c', 50 'nacl_signal_common.c',
51 'nacl_stack_safety.c', 51 'nacl_stack_safety.c',
52 'nacl_syscall_common.c', 52 'nacl_syscall_common.c',
53 'nacl_syscall_hook.c', 53 'nacl_syscall_hook.c',
54 'nacl_text.c', 54 'nacl_text.c',
55 'nacl_valgrind_hooks.c', 55 'nacl_valgrind_hooks.c',
56 'name_service/default_name_service.c',
57 'name_service/name_service.c', 56 'name_service/name_service.c',
58 'sel_addrspace.c', 57 'sel_addrspace.c',
59 'sel_ldr.c', 58 'sel_ldr.c',
60 'sel_ldr_standard.c', 59 'sel_ldr_standard.c',
61 'sel_ldr_thread_interface.c', 60 'sel_ldr_thread_interface.c',
62 # TODO(mseaborn): Move sel_main_chrome.c to the 61 # TODO(mseaborn): Move sel_main_chrome.c to the
63 # "sel_main_chrome" library once Chromium is changed to 62 # "sel_main_chrome" library once Chromium is changed to
64 # depend on that rather than on "sel". 63 # depend on that rather than on "sel".
65 'sel_main_chrome.c', 64 'sel_main_chrome.c',
66 'sel_main_common.c', 65 'sel_main_common.c',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 }], 468 }],
470 ], 469 ],
471 'sources': [ 470 'sources': [
472 'linux/nacl_signal.c', 471 'linux/nacl_signal.c',
473 ], 472 ],
474 }, 473 },
475 ], 474 ],
476 }], 475 }],
477 ], 476 ],
478 } 477 }
OLDNEW
« no previous file with comments | « src/trusted/service_runtime/sel_ldr.c ('k') | tests/nameservice/nameservice_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698