Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / tools / ipc_fuzzer / message_lib / all_messages.h
1 // Copyright 2013 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 // Multiply-included file, hence no include guard.
6 // Inclusion of all message files recognized by message_lib. All messages
7 // received by RenderProcessHost should be included here for the IPC fuzzer.
8
9 // Force all multi-include optional files to be included again.
10 #undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
11 #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
12 #undef CONTENT_COMMON_CONTENT_PARAM_TRAITS_MACROS_H_
13 #undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_
14 #undef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
15
16 #include "chrome/common/all_messages.h"
17 #include "components/autofill/content/common/autofill_messages.h"
18 #include "components/nacl/common/nacl_host_messages.h"
19 #include "components/password_manager/content/common/credential_manager_messages.h"
20 #include "components/pdf/common/pdf_messages.h"
21 #include "components/tracing/tracing_messages.h"
22 #include "components/translate/content/common/translate_messages.h"
23 #include "components/visitedlink/common/visitedlink_messages.h"
24 #include "content/child/plugin_message_generator.h"
25 #include "content/common/all_messages.h"
26 #include "extensions/common/extension_messages.h"
27 #include "remoting/host/chromoting_messages.h"