1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
7 # A library for launching a NaCl sandbox connected to a Mojo embedder.
8 source_set("monacl_sel") {
10 "mojo_syscall_internal.h",
15 "../mojo/public/c/system",
17 # This target makes sure we have all the pre-processor defines needed to
19 "//native_client/build/config/nacl:nacl_base",
20 "//native_client/src/trusted/desc:nrd_xfer",
21 "//native_client/src/trusted/service_runtime:sel_main_chrome",
28 executable("irt_mojo") {
29 cflags_c = [ "-std=c99" ]
31 "../mojo/public/platform/nacl/mojo_irt.h",
36 "../mojo/public/c/system",
37 "//native_client/build/config/nacl:nacl_base",
38 "//native_client/src/untrusted/irt:irt_core_lib",
39 "//native_client/src/untrusted/nacl:imc_syscalls",