| OLD | NEW |
| 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 static_library("sel_main") { | 7 static_library("sel_main") { |
| 8 sources = [ | 8 sources = [ |
| 9 "sel_main.c", | 9 "sel_main.c", |
| 10 ] | 10 ] |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 sources = ["nacl_test_injection_main.c"] | 226 sources = ["nacl_test_injection_main.c"] |
| 227 deps = [ | 227 deps = [ |
| 228 "//native_client/src/shared/gio:gio", | 228 "//native_client/src/shared/gio:gio", |
| 229 "//native_client/src/shared/imc:imc", | 229 "//native_client/src/shared/imc:imc", |
| 230 "//native_client/src/shared/platform:platform", | 230 "//native_client/src/shared/platform:platform", |
| 231 "//native_client/src/shared/srpc/:nonnacl_srpc", | 231 "//native_client/src/shared/srpc/:nonnacl_srpc", |
| 232 "//native_client/src/trusted/debug_stub:debug_stub", | 232 "//native_client/src/trusted/debug_stub:debug_stub", |
| 233 "//native_client/src/trusted/desc:nrd_xfer", | 233 "//native_client/src/trusted/desc:nrd_xfer", |
| 234 "//native_client/src/trusted/desc_cacheability:desc_cacheability", | 234 "//native_client/src/trusted/desc_cacheability:desc_cacheability", |
| 235 "//native_client/src/trusted/fault_injection:nacl_fault_inject", | 235 "//native_client/src/trusted/fault_injection:nacl_fault_inject", |
| 236 "//native_client/src/trusted/gio:gio_wrapped_desc", | |
| 237 "//native_client/src/trusted/interval_multiset:nacl_interval", | 236 "//native_client/src/trusted/interval_multiset:nacl_interval", |
| 238 "//native_client/src/trusted/manifest_name_service_proxy:manifest_proxy", | 237 "//native_client/src/trusted/manifest_name_service_proxy:manifest_proxy", |
| 239 "//native_client/src/trusted/nacl_base:nacl_base", | 238 "//native_client/src/trusted/nacl_base:nacl_base", |
| 240 "//native_client/src/trusted/perf_counter:nacl_perf_counter", | 239 "//native_client/src/trusted/perf_counter:nacl_perf_counter", |
| 241 "//native_client/src/trusted/platform_qualify:platform_qual_lib", | 240 "//native_client/src/trusted/platform_qualify:platform_qual_lib", |
| 242 "//native_client/src/trusted/service_runtime:sel", | 241 "//native_client/src/trusted/service_runtime:sel", |
| 243 "//native_client/src/trusted/service_runtime:sel_main", | 242 "//native_client/src/trusted/service_runtime:sel_main", |
| 244 "//native_client/src/trusted/service_runtime:env_cleanser", | 243 "//native_client/src/trusted/service_runtime:env_cleanser", |
| 245 "//native_client/src/trusted/service_runtime:nacl_error_code", | 244 "//native_client/src/trusted/service_runtime:nacl_error_code", |
| 246 "//native_client/src/trusted/simple_service:simple_service", | 245 "//native_client/src/trusted/simple_service:simple_service", |
| 247 "//native_client/src/trusted/threading:thread_interface", | 246 "//native_client/src/trusted/threading:thread_interface", |
| 248 "//native_client/src/trusted/validator:validation_cache", | 247 "//native_client/src/trusted/validator:validation_cache", |
| 249 "//native_client/src/trusted/validator:validators", | 248 "//native_client/src/trusted/validator:validators", |
| 250 ] | 249 ] |
| 251 if (is_posix) { | 250 if (is_posix) { |
| 252 libs = ["rt"] | 251 libs = ["rt"] |
| 253 ldflags = ["-pie"] | 252 ldflags = ["-pie"] |
| 254 } | 253 } |
| 255 if (is_linux) { | 254 if (is_linux) { |
| 256 datadeps = [ | 255 datadeps = [ |
| 257 "//native_client/src/trusted/service_runtime/linux:nacl_helper_bootstrap" | 256 "//native_client/src/trusted/service_runtime/linux:nacl_helper_bootstrap" |
| 258 ] | 257 ] |
| 259 } | 258 } |
| 260 } | 259 } |
| 261 | 260 |
| OLD | NEW |