OLD | NEW |
1 # Copyright (c) 2014 The Native Client Authors. All rights reserved. | 1 # Copyright (c) 2014 The Native Client Authors. 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 group("trusted_targets") { | 5 group("trusted_targets") { |
6 deps = [ | 6 deps = [ |
7 "//native_client/src/trusted/cpu_features:all_cpu_features", | 7 "//native_client/src/trusted/cpu_features:all_cpu_features", |
8 "//native_client/src/trusted/debug_stub:debug_stub", | 8 "//native_client/src/trusted/debug_stub:debug_stub", |
9 "//native_client/src/trusted/desc:nrd_xfer", | 9 "//native_client/src/trusted/desc:nrd_xfer", |
10 "//native_client/src/trusted/validator/driver:ncval_new", | 10 "//native_client/src/trusted/validator/driver:ncval_new", |
11 "//native_client/src/trusted/validator/driver:elf_load", | 11 "//native_client/src/trusted/validator/driver:elf_load", |
12 "//native_client/src/trusted/validator_ragel:rdfa_validator", | 12 "//native_client/src/trusted/validator_ragel:rdfa_validator", |
13 "//native_client/src/trusted/service_runtime:sel", | 13 "//native_client/src/trusted/service_runtime:sel", |
14 "//native_client/src/trusted/service_runtime:sel_main", | 14 "//native_client/src/trusted/service_runtime:sel_main", |
15 "//native_client/src/trusted/service_runtime:env_cleanser", | 15 "//native_client/src/trusted/service_runtime:env_cleanser", |
16 "//native_client/src/trusted/service_runtime:nacl_error_code", | 16 "//native_client/src/trusted/service_runtime:nacl_error_code", |
17 "//native_client/src/trusted/simple_service:simple_service", | 17 "//native_client/src/trusted/simple_service:simple_service", |
18 "//native_client/src/trusted/desc_cacheability:desc_cacheability", | 18 "//native_client/src/trusted/desc_cacheability:desc_cacheability", |
19 "//native_client/src/trusted/manifest_name_service_proxy:manifest_proxy", | |
20 "//native_client/src/trusted/threading:thread_interface", | 19 "//native_client/src/trusted/threading:thread_interface", |
21 "//native_client/src/shared/srpc/:nonnacl_srpc", | 20 "//native_client/src/shared/srpc/:nonnacl_srpc", |
22 "//native_client/src/trusted/desc:nrd_xfer", | 21 "//native_client/src/trusted/desc:nrd_xfer", |
23 "//native_client/src/trusted/perf_counter:nacl_perf_counter", | 22 "//native_client/src/trusted/perf_counter:nacl_perf_counter", |
24 "//native_client/src/trusted/nacl_base:nacl_base", | 23 "//native_client/src/trusted/nacl_base:nacl_base", |
25 "//native_client/src/shared/imc:imc", | 24 "//native_client/src/shared/imc:imc", |
26 "//native_client/src/trusted/fault_injection:nacl_fault_inject", | 25 "//native_client/src/trusted/fault_injection:nacl_fault_inject", |
27 "//native_client/src/trusted/interval_multiset:nacl_interval", | 26 "//native_client/src/trusted/interval_multiset:nacl_interval", |
28 "//native_client/src/shared/platform:platform", | 27 "//native_client/src/shared/platform:platform", |
29 "//native_client/src/trusted/platform_qualify:platform_qual_lib", | 28 "//native_client/src/trusted/platform_qualify:platform_qual_lib", |
(...skipping 10 matching lines...) Expand all Loading... |
40 "//native_client/src/shared/srpc:srpc", | 39 "//native_client/src/shared/srpc:srpc", |
41 "//native_client/src/untrusted/nacl:imc_syscalls", | 40 "//native_client/src/untrusted/nacl:imc_syscalls", |
42 ] | 41 ] |
43 } | 42 } |
44 | 43 |
45 group("irt_targets") { | 44 group("irt_targets") { |
46 deps = [ | 45 deps = [ |
47 "//native_client/src/untrusted/irt:irt_core", | 46 "//native_client/src/untrusted/irt:irt_core", |
48 ] | 47 ] |
49 } | 48 } |
OLD | NEW |