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

Unified Diff: services/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/tools/get_test_list.py ('k') | services/nacl/sfi/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/nacl/sfi/BUILD.gn
diff --git a/services/nacl/sfi/BUILD.gn b/services/nacl/sfi/BUILD.gn
deleted file mode 100644
index 6a9ce4ff73cce307ed3a5c17b1e8bb3cebaa5429..0000000000000000000000000000000000000000
--- a/services/nacl/sfi/BUILD.gn
+++ /dev/null
@@ -1,32 +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.
-
-import("//mojo/public/mojo_application.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
-import("//mojo/tools/embed/rules.gni")
-
-# Trusted code
-if (!is_nacl) {
- mojo_native_application("content_handler_sfi_nexe") {
- sources = [
- "content_handler_main.cc",
- ]
-
- deps = [
- "//base",
- "//mojo/application:application",
- "//mojo/application:content_handler",
- "//mojo/data_pipe_utils",
- "//mojo/message_pump",
- "//mojo/public/platform/native:system_impl_private",
- "//mojo/services/network/interfaces",
- "//mojo/nacl/sfi/nacl_bindings:monacl_sel",
- "//url",
- ]
-
- data_deps = [
- "//mojo/nacl/sfi/nacl_bindings:irt_mojo(//build/toolchain/nacl:irt_${target_cpu})",
- ]
- }
-}
« no previous file with comments | « mojo/tools/get_test_list.py ('k') | services/nacl/sfi/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698