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

Unified Diff: mojo/nacl/sfi/nacl_bindings/BUILD.gn

Issue 2051163002: Nuke NaCl SFI, part 1. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/nacl/sfi/monacl_shell.cc ('k') | mojo/nacl/sfi/nacl_bindings/irt_entry_mojo.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/sfi/nacl_bindings/BUILD.gn
diff --git a/mojo/nacl/sfi/nacl_bindings/BUILD.gn b/mojo/nacl/sfi/nacl_bindings/BUILD.gn
deleted file mode 100644
index 92c5a5038b847d7294c40d97f83eed201c4f47af..0000000000000000000000000000000000000000
--- a/mojo/nacl/sfi/nacl_bindings/BUILD.gn
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Trusted code
-if (!is_nacl) {
- # A library for launching a NaCl sandbox connected to a Mojo embedder.
- source_set("monacl_sel") {
- sources = [
- "mojo_syscall.cc",
- "mojo_syscall_internal.h",
- "monacl_sel_main.cc",
- ]
- deps = [
- "//mojo/public/c/system",
- "//mojo/public/platform/native:system_impl_private_api",
-
- # This target makes sure we have all the pre-processor defines needed to
- # use NaCl's headers.
- "//build/config/nacl:nacl_base",
- "//native_client/src/trusted/desc:nrd_xfer",
- "//native_client/src/trusted/service_runtime:sel_main_chrome",
- ]
- }
-}
-
-# Untrusted code
-if (is_nacl) {
- executable("irt_mojo") {
- cflags_c = [ "-std=c99" ]
- sources = [
- "../../../../mojo/public/platform/nacl/mojo_irt.h",
- "irt_entry_mojo.c",
- "mojo_irt.c",
- ]
- deps = [
- "//mojo/public/c/system",
- "//build/config/nacl:nacl_base",
- "//native_client/src/untrusted/irt:irt_core_lib",
- "//native_client/src/untrusted/nacl:imc_syscalls",
- ]
- }
-}
« no previous file with comments | « mojo/nacl/sfi/monacl_shell.cc ('k') | mojo/nacl/sfi/nacl_bindings/irt_entry_mojo.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698