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

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

Issue 2514323004: Convert NaCl renderer-browser messages to mojo. (Closed)
Patch Set: Created 3 years, 10 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 | « components/nacl/common/nacl.mojom ('k') | components/nacl/common/nacl_host_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
index 019d805c18a27438e75c97b5c1fe724cfe3ee132..665807f2867f427545696b0033e221030e8abb9b 100644
--- a/components/nacl/common/nacl.typemap
+++ b/components/nacl/common/nacl.typemap
@@ -3,13 +3,22 @@
# found in the LICENSE file.
mojom = "//components/nacl/common/nacl.mojom"
-public_headers =
- [ "//native_client/src/trusted/service_runtime/nacl_error_code.h" ]
+public_headers = [
+ "//native_client/src/trusted/service_runtime/nacl_error_code.h",
+ "//components/nacl/common/nacl_types.h",
+ "//components/nacl/common/pnacl_types.h",
+]
traits_headers = [ "//components/nacl/common/nacl_types_param_traits.h" ]
deps = [
"//components/nacl/common:minimal",
"//components/nacl/common:nacl_error_code",
"//ipc",
+ "//url/ipc:url_ipc",
]
-type_mappings = [ "nacl.mojom.NaClErrorCode=::NaClErrorCode" ]
+type_mappings = [
+ "nacl.mojom.NaClAppProcessType=::nacl::NaClAppProcessType",
+ "nacl.mojom.NaClErrorCode=::NaClErrorCode",
+ "nacl.mojom.NaClResourcePrefetchRequest=::nacl::NaClResourcePrefetchRequest",
+ "nacl.mojom.PnaclCacheInfo=::nacl::PnaclCacheInfo",
+]
« no previous file with comments | « components/nacl/common/nacl.mojom ('k') | components/nacl/common/nacl_host_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698