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

Side by Side Diff: src/trusted/desc/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 | « no previous file | src/trusted/desc/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 # Autogenerated from src/trusted/desc/build.scons. 5 # Autogenerated from src/trusted/desc/build.scons.
6 6
7 static_library("nrd_xfer") { 7 static_library("nrd_xfer") {
8 sources = [ 8 sources = [
9 "nacl_desc_base.c", 9 "nacl_desc_base.c",
10 "nacl_desc_cond.c", 10 "nacl_desc_cond.c",
11 "nacl_desc_custom.c", 11 "nacl_desc_custom.c",
12 "nacl_desc_dir.c", 12 "nacl_desc_dir.c",
13 "nacl_desc_effector_trusted_mem.c", 13 "nacl_desc_effector_trusted_mem.c",
14 "nacl_desc_file_info.c", 14 "nacl_desc_file_info.c",
15 "nacl_desc_imc.c", 15 "nacl_desc_imc.c",
16 "nacl_desc_imc_shm.c", 16 "nacl_desc_imc_shm.c",
17 "nacl_desc_invalid.c", 17 "nacl_desc_invalid.c",
18 "nacl_desc_io.c", 18 "nacl_desc_io.c",
19 "nacl_desc_mutex.c", 19 "nacl_desc_mutex.c",
20 "nacl_desc_null.c", 20 "nacl_desc_null.c",
21 "nacl_desc_quota.c", 21 "nacl_desc_quota.c",
22 "nacl_desc_quota_interface.c", 22 "nacl_desc_quota_interface.c",
23 "nacl_desc_rng.c",
24 "nacl_desc_semaphore.c", 23 "nacl_desc_semaphore.c",
25 "nacl_desc_sync_socket.c", 24 "nacl_desc_sync_socket.c",
26 "nacl_desc_wrapper.cc", 25 "nacl_desc_wrapper.cc",
27 "nrd_all_modules.c", 26 "nrd_all_modules.c",
28 "nrd_xfer.c", 27 "nrd_xfer.c",
29 ] 28 ]
30 if (os != "win") { 29 if (os != "win") {
31 sources += [ 30 sources += [
32 "posix/nacl_desc.c", 31 "posix/nacl_desc.c",
33 "posix/nacl_desc_conn_cap.c", 32 "posix/nacl_desc_conn_cap.c",
34 "posix/nacl_desc_imc_bound_desc.c", 33 "posix/nacl_desc_imc_bound_desc.c",
35 "posix/nacl_makeboundsock.c", 34 "posix/nacl_makeboundsock.c",
36 ] 35 ]
37 } 36 }
38 37
39 if (os == "win") { 38 if (os == "win") {
40 sources += [ 39 sources += [
41 "nacl_desc_imc_bound_desc.c", 40 "nacl_desc_imc_bound_desc.c",
42 "win/nacl_desc.c", 41 "win/nacl_desc.c",
43 ] 42 ]
44 } 43 }
45 } 44 }
OLDNEW
« no previous file with comments | « no previous file | src/trusted/desc/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698