| Index: components/nacl/common/nacl.typemap
|
| diff --git a/components/nacl/common/nacl.typemap b/components/nacl/common/nacl.typemap
|
| deleted file mode 100644
|
| index 019d805c18a27438e75c97b5c1fe724cfe3ee132..0000000000000000000000000000000000000000
|
| --- a/components/nacl/common/nacl.typemap
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -# Copyright 2016 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.
|
| -
|
| -mojom = "//components/nacl/common/nacl.mojom"
|
| -public_headers =
|
| - [ "//native_client/src/trusted/service_runtime/nacl_error_code.h" ]
|
| -traits_headers = [ "//components/nacl/common/nacl_types_param_traits.h" ]
|
| -deps = [
|
| - "//components/nacl/common:minimal",
|
| - "//components/nacl/common:nacl_error_code",
|
| - "//ipc",
|
| -]
|
| -
|
| -type_mappings = [ "nacl.mojom.NaClErrorCode=::NaClErrorCode" ]
|
|
|