all_messages.h 1.3 KB

123456789101112131415161718192021222324252627282930
  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. // no-include-guard-because-multiply-included
  5. // Inclusion of all message files recognized by message_lib. All messages
  6. // received by RenderProcessHost should be included here for the IPC fuzzer.
  7. // Force all multi-include optional files to be included again.
  8. #undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
  9. #undef COMPONENTS_NACL_COMMON_NACL_TYPES_PARAM_TRAITS_H_
  10. #undef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_
  11. #undef CONTENT_COMMON_CONTENT_PARAM_TRAITS_MACROS_H_
  12. #undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_
  13. #undef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
  14. #include "components/nacl/common/buildflags.h"
  15. #include "chrome/common/all_messages.h"
  16. #if BUILDFLAG(ENABLE_NACL)
  17. #include "components/nacl/common/nacl_host_messages.h"
  18. #endif
  19. #include "components/guest_view/common/guest_view_message_generator.h"
  20. #include "components/subresource_filter/content/common/subresource_filter_messages.h"
  21. #include "content/common/all_messages.h"
  22. #include "extensions/common/extension_message_generator.h"
  23. #include "gpu/ipc/common/gpu_message_generator.h"
  24. #include "media/gpu/ipc/common/media_message_generator.h"
  25. #include "remoting/host/chromoting_messages.h"