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

Unified Diff: mojo/nacl/sfi/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/BUILD.gn ('k') | mojo/nacl/sfi/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/sfi/BUILD.gn
diff --git a/mojo/nacl/sfi/BUILD.gn b/mojo/nacl/sfi/BUILD.gn
deleted file mode 100644
index 51d332a9d6a9433be67e4f23e350e864b036c11c..0000000000000000000000000000000000000000
--- a/mojo/nacl/sfi/BUILD.gn
+++ /dev/null
@@ -1,41 +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 simple shell for running untrusted binaries that talk to the Mojo
- # embedder. (No services.)
- executable("monacl_shell_sfi") {
- testonly = true
- sources = [
- "monacl_shell.cc",
- ]
- deps = [
- "//base",
- "//mojo/edk/base_edk",
- "//mojo/edk/system",
- "//mojo/gles2:mgl",
- "//mojo/nacl/sfi/nacl_bindings:monacl_sel",
- "//mojo/public/cpp/environment:standalone",
- ]
-
- data_deps = [
- "//mojo/nacl/sfi/nacl_bindings:irt_mojo(//build/toolchain/nacl:irt_${target_cpu})",
- ]
- }
-}
-
-group("mojo_nacl") {
- deps = [
- "//services/nacl/sfi:content_handler_sfi_nexe",
- ]
-}
-
-group("mojo_nacl_tests_sfi") {
- testonly = true
- deps = [
- "//mojo/nacl:mojo_nacl_tests_untrusted(//build/toolchain/nacl:clang_newlib_${current_cpu})",
- ":monacl_shell_sfi",
- ]
-}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/nacl/sfi/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698