extension_message_generator.cc 942 B

123456789101112131415161718192021222324252627282930
  1. // Copyright 2014 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. // Get basic type definitions.
  5. #define IPC_MESSAGE_IMPL
  6. #include "extensions/common/extension_message_generator.h"
  7. // Generate constructors.
  8. #include "ipc/struct_constructor_macros.h"
  9. #include "extensions/common/extension_message_generator.h"
  10. // Generate param traits write methods.
  11. #include "ipc/param_traits_write_macros.h"
  12. namespace IPC {
  13. #include "extensions/common/extension_message_generator.h"
  14. } // namespace IPC
  15. // Generate param traits read methods.
  16. #include "ipc/param_traits_read_macros.h"
  17. namespace IPC {
  18. #include "extensions/common/extension_message_generator.h"
  19. } // namespace IPC
  20. // Generate param traits log methods.
  21. #include "ipc/param_traits_log_macros.h"
  22. namespace IPC {
  23. #include "extensions/common/extension_message_generator.h"
  24. } // namespace IPC