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

Unified Diff: components/nacl/common/nacl.typemap

Issue 2525483002: Convert NaCl renderer-loader messages to mojo. (Closed)
Patch Set: Created 4 years 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 | « components/nacl/common/nacl.mojom ('k') | components/nacl/common/nacl_renderer_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/nacl.typemap
diff --git a/components/nacl/common/nacl.typemap b/components/nacl/common/nacl.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..019d805c18a27438e75c97b5c1fe724cfe3ee132
--- /dev/null
+++ b/components/nacl/common/nacl.typemap
@@ -0,0 +1,15 @@
+# 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" ]
« no previous file with comments | « components/nacl/common/nacl.mojom ('k') | components/nacl/common/nacl_renderer_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698