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

Side by Side Diff: src/trusted/service_runtime/BUILD.gn

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/desc/nacl_desc_wrapper.cc ('k') | src/trusted/service_runtime/build.scons » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The Native ClientAuthors. All rights reserved. 1 # Copyright (c) 2014 The Native ClientAuthors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Generated from GYP 5 # Generated from GYP
6 6
7 if (is_posix) { 7 if (is_posix) {
8 syscall_handler_in = "posix/nacl_syscall_impl.c" 8 syscall_handler_in = "posix/nacl_syscall_impl.c"
9 } else { 9 } else {
10 syscall_handler_in = "win/nacl_syscall_impl.c" 10 syscall_handler_in = "win/nacl_syscall_impl.c"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "nacl_reverse_host_interface.c", 64 "nacl_reverse_host_interface.c",
65 "nacl_reverse_quota_interface.c", 65 "nacl_reverse_quota_interface.c",
66 "nacl_runtime_host_interface.c", 66 "nacl_runtime_host_interface.c",
67 "nacl_secure_service.c", 67 "nacl_secure_service.c",
68 "nacl_signal_common.c", 68 "nacl_signal_common.c",
69 "nacl_stack_safety.c", 69 "nacl_stack_safety.c",
70 "nacl_syscall_common.c", 70 "nacl_syscall_common.c",
71 "nacl_syscall_hook.c", 71 "nacl_syscall_hook.c",
72 "nacl_text.c", 72 "nacl_text.c",
73 "nacl_valgrind_hooks.c", 73 "nacl_valgrind_hooks.c",
74 "name_service/default_name_service.c",
75 "name_service/name_service.c", 74 "name_service/name_service.c",
76 "sel_addrspace.c", 75 "sel_addrspace.c",
77 "sel_ldr.c", 76 "sel_ldr.c",
78 "sel_ldr_standard.c", 77 "sel_ldr_standard.c",
79 "sel_ldr_thread_interface.c", 78 "sel_ldr_thread_interface.c",
80 "sel_main_chrome.c", 79 "sel_main_chrome.c",
81 "sel_main_common.c", 80 "sel_main_common.c",
82 "sel_mem.c", 81 "sel_mem.c",
83 "sel_qualify.c", 82 "sel_qualify.c",
84 "sel_validate_image.c", 83 "sel_validate_image.c",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 libs = ["rt"] 266 libs = ["rt"]
268 ldflags = ["-pie"] 267 ldflags = ["-pie"]
269 } 268 }
270 if (is_linux) { 269 if (is_linux) {
271 datadeps = [ 270 datadeps = [
272 "//native_client/src/trusted/service_runtime/linux:nacl_helper_bootstrap" 271 "//native_client/src/trusted/service_runtime/linux:nacl_helper_bootstrap"
273 ] 272 ]
274 } 273 }
275 } 274 }
276 275
OLDNEW
« no previous file with comments | « src/trusted/desc/nacl_desc_wrapper.cc ('k') | src/trusted/service_runtime/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698