123456789101112131415161718192021222324252627282930 |
- // Copyright 2013 The Chromium Authors. All rights reserved.
- // Use of this source code is governed by a BSD-style license that can be
- // found in the LICENSE file.
- // no-include-guard-because-multiply-included
- // Inclusion of all message files recognized by message_lib. All messages
- // received by RenderProcessHost should be included here for the IPC fuzzer.
- // Force all multi-include optional files to be included again.
- #undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
- #undef COMPONENTS_NACL_COMMON_NACL_TYPES_PARAM_TRAITS_H_
- #undef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_
- #undef CONTENT_COMMON_CONTENT_PARAM_TRAITS_MACROS_H_
- #undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_
- #undef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
- #include "components/nacl/common/buildflags.h"
- #include "chrome/common/all_messages.h"
- #if BUILDFLAG(ENABLE_NACL)
- #include "components/nacl/common/nacl_host_messages.h"
- #endif
- #include "components/guest_view/common/guest_view_message_generator.h"
- #include "components/subresource_filter/content/common/subresource_filter_messages.h"
- #include "content/common/all_messages.h"
- #include "extensions/common/extension_message_generator.h"
- #include "gpu/ipc/common/gpu_message_generator.h"
- #include "media/gpu/ipc/common/media_message_generator.h"
- #include "remoting/host/chromoting_messages.h"
|