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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//components/nacl/common/nacl.mojom"
6 public_headers =
7 [ "//native_client/src/trusted/service_runtime/nacl_error_code.h" ]
8 traits_headers = [ "//components/nacl/common/nacl_types_param_traits.h" ]
9 deps = [
10 "//components/nacl/common:minimal",
11 "//components/nacl/common:nacl_error_code",
12 "//ipc",
13 ]
14
15 type_mappings = [ "nacl.mojom.NaClErrorCode=::NaClErrorCode" ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698