| 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})",
|
| - ]
|
| - }
|
| -}
|
|
|