• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2013 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 // Get basic type definitions.
6 #define IPC_MESSAGE_IMPL
7 #include "components/nacl/common/nacl_host_messages.h"
8 
9 // Generate constructors.
10 #include "ipc/struct_constructor_macros.h"
11 #include "components/nacl/common/nacl_host_messages.h"
12 
13 // Generate param traits write methods.
14 #include "ipc/param_traits_write_macros.h"
15 namespace IPC {
16 #include "components/nacl/common/nacl_host_messages.h"
17 }  // namespace IPC
18 
19 // Generate param traits read methods.
20 #include "ipc/param_traits_read_macros.h"
21 namespace IPC {
22 #include "components/nacl/common/nacl_host_messages.h"
23 }  // namespace IPC
24 
25 // Generate param traits log methods.
26 #include "ipc/param_traits_log_macros.h"
27 namespace IPC {
28 #include "components/nacl/common/nacl_host_messages.h"
29 }  // namespace IPC
30 
31