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

Side by Side Diff: src/BUILD.gn

Issue 594733005: Cleanup: Remove src/trusted/gio/, since it is unused (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix 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 | « site_scons/site_tools/library_deps.py ('k') | src/trusted/gio/BUILD.gn » ('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 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", 19 "//native_client/src/trusted/manifest_name_service_proxy:manifest_proxy",
20 "//native_client/src/trusted/threading:thread_interface", 20 "//native_client/src/trusted/threading:thread_interface",
21 "//native_client/src/trusted/gio:gio_wrapped_desc",
22 "//native_client/src/shared/srpc/:nonnacl_srpc", 21 "//native_client/src/shared/srpc/:nonnacl_srpc",
23 "//native_client/src/trusted/desc:nrd_xfer", 22 "//native_client/src/trusted/desc:nrd_xfer",
24 "//native_client/src/trusted/perf_counter:nacl_perf_counter", 23 "//native_client/src/trusted/perf_counter:nacl_perf_counter",
25 "//native_client/src/trusted/nacl_base:nacl_base", 24 "//native_client/src/trusted/nacl_base:nacl_base",
26 "//native_client/src/shared/imc:imc", 25 "//native_client/src/shared/imc:imc",
27 "//native_client/src/trusted/fault_injection:nacl_fault_inject", 26 "//native_client/src/trusted/fault_injection:nacl_fault_inject",
28 "//native_client/src/trusted/interval_multiset:nacl_interval", 27 "//native_client/src/trusted/interval_multiset:nacl_interval",
29 "//native_client/src/shared/platform:platform", 28 "//native_client/src/shared/platform:platform",
30 "//native_client/src/trusted/platform_qualify:platform_qual_lib", 29 "//native_client/src/trusted/platform_qualify:platform_qual_lib",
31 30
32 "//native_client/src/trusted/service_runtime:sel_ldr" 31 "//native_client/src/trusted/service_runtime:sel_ldr"
33 ] 32 ]
34 } 33 }
35 34
36 group("untrusted_targets") { 35 group("untrusted_targets") {
37 deps = [ 36 deps = [
38 "//native_client/tests/hello_world:hello_world", 37 "//native_client/tests/hello_world:hello_world",
39 "//native_client/src/shared/gio:gio", 38 "//native_client/src/shared/gio:gio",
40 "//native_client/src/shared/platform:platform", 39 "//native_client/src/shared/platform:platform",
41 "//native_client/src/shared/srpc:srpc", 40 "//native_client/src/shared/srpc:srpc",
42 "//native_client/src/untrusted/nacl:imc_syscalls", 41 "//native_client/src/untrusted/nacl:imc_syscalls",
43 "//native_client/src/untrusted/irt:irt_core_raw", 42 "//native_client/src/untrusted/irt:irt_core_raw",
44 ] 43 ]
45 } 44 }
OLDNEW
« no previous file with comments | « site_scons/site_tools/library_deps.py ('k') | src/trusted/gio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698