| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Get basic type definitions. | 5 // Get basic type definitions. |
| 6 #define IPC_MESSAGE_IMPL | 6 #define IPC_MESSAGE_IMPL |
| 7 #undef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 7 #include "components/tracing/common/tracing_messages.h" | 8 #include "components/tracing/common/tracing_messages.h" |
| 9 #ifndef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 10 #error "Failed to properly include header components/tracing/common/tracing_mess
ages.h" |
| 11 #endif |
| 8 | 12 |
| 9 // Generate constructors. | 13 // Generate constructors. |
| 10 #include "ipc/struct_constructor_macros.h" | 14 #include "ipc/struct_constructor_macros.h" |
| 15 #undef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 11 #include "components/tracing/common/tracing_messages.h" | 16 #include "components/tracing/common/tracing_messages.h" |
| 17 #ifndef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 18 #error "Failed to properly include header components/tracing/common/tracing_mess
ages.h" |
| 19 #endif |
| 12 | 20 |
| 13 // Generate destructors. | 21 // Generate destructors. |
| 14 #include "ipc/struct_destructor_macros.h" | 22 #include "ipc/struct_destructor_macros.h" |
| 23 #undef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 15 #include "components/tracing/common/tracing_messages.h" | 24 #include "components/tracing/common/tracing_messages.h" |
| 25 #ifndef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 26 #error "Failed to properly include header components/tracing/common/tracing_mess
ages.h" |
| 27 #endif |
| 16 | 28 |
| 17 // Generate param traits size methods. | 29 // Generate param traits size methods. |
| 18 #include "ipc/param_traits_size_macros.h" | 30 #include "ipc/param_traits_size_macros.h" |
| 19 namespace IPC { | 31 namespace IPC { |
| 32 #undef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 20 #include "components/tracing/common/tracing_messages.h" | 33 #include "components/tracing/common/tracing_messages.h" |
| 34 #ifndef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 35 #error "Failed to properly include header components/tracing/common/tracing_mess
ages.h" |
| 36 #endif |
| 21 } | 37 } |
| 22 | 38 |
| 23 // Generate param traits write methods. | 39 // Generate param traits write methods. |
| 24 #include "ipc/param_traits_write_macros.h" | 40 #include "ipc/param_traits_write_macros.h" |
| 25 namespace IPC { | 41 namespace IPC { |
| 42 #undef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 26 #include "components/tracing/common/tracing_messages.h" | 43 #include "components/tracing/common/tracing_messages.h" |
| 44 #ifndef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 45 #error "Failed to properly include header components/tracing/common/tracing_mess
ages.h" |
| 46 #endif |
| 27 } // namespace IPC | 47 } // namespace IPC |
| 28 | 48 |
| 29 // Generate param traits read methods. | 49 // Generate param traits read methods. |
| 30 #include "ipc/param_traits_read_macros.h" | 50 #include "ipc/param_traits_read_macros.h" |
| 31 namespace IPC { | 51 namespace IPC { |
| 52 #undef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 32 #include "components/tracing/common/tracing_messages.h" | 53 #include "components/tracing/common/tracing_messages.h" |
| 54 #ifndef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 55 #error "Failed to properly include header components/tracing/common/tracing_mess
ages.h" |
| 56 #endif |
| 33 } // namespace IPC | 57 } // namespace IPC |
| 34 | 58 |
| 35 // Generate param traits log methods. | 59 // Generate param traits log methods. |
| 36 #include "ipc/param_traits_log_macros.h" | 60 #include "ipc/param_traits_log_macros.h" |
| 37 namespace IPC { | 61 namespace IPC { |
| 62 #undef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 38 #include "components/tracing/common/tracing_messages.h" | 63 #include "components/tracing/common/tracing_messages.h" |
| 64 #ifndef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_ |
| 65 #error "Failed to properly include header components/tracing/common/tracing_mess
ages.h" |
| 66 #endif |
| 39 } // namespace IPC | 67 } // namespace IPC |
| 68 |
| OLD | NEW |