summaryrefslogtreecommitdiff
path: root/chromium/content/common/content_message_generator.h
blob: 11ed2e9df9bc5050385c2dfaea3c435d0d584933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
// Copyright (c) 2012 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.

// Multiply-included file, hence no include guard.
// NOLINT(build/header_guard)

#include "build/build_config.h"
#undef CONTENT_COMMON_DRAG_MESSAGES_H_
#include "content/common/drag_messages.h"
#ifndef CONTENT_COMMON_DRAG_MESSAGES_H_
#error "Failed to include content/common/drag_messages.h"
#endif
#undef CONTENT_COMMON_DRAG_TRAITS_H_
#include "content/common/drag_traits.h"
#ifndef CONTENT_COMMON_DRAG_TRAITS_H_
#error "Failed to include content/common/drag_traits.h"
#endif
#undef CONTENT_COMMON_FRAME_MESSAGES_H_
#include "content/common/frame_messages.h"
#ifndef CONTENT_COMMON_FRAME_MESSAGES_H_
#error "Failed to include content/common/frame_messages.h"
#endif
#undef CONTENT_COMMON_INPUT_MESSAGES_H_
#include "content/common/input_messages.h"
#ifndef CONTENT_COMMON_INPUT_MESSAGES_H_
#error "Failed to include content/common/input_messages.h"
#endif
#undef CONTENT_COMMON_MEDIA_MEDIA_PLAYER_DELEGATE_MESSAGES_H_
#include "content/common/media/media_player_delegate_messages.h"
#ifndef CONTENT_COMMON_MEDIA_MEDIA_PLAYER_DELEGATE_MESSAGES_H_
#error "Failed to include content/common/media/media_player_delegate_messages.h"
#endif
#undef CONTENT_COMMON_PAGE_MESSAGES_H_
#include "content/common/page_messages.h"
#ifndef CONTENT_COMMON_PAGE_MESSAGES_H_
#error "Failed to include content/common/page_messages.h"
#endif
#undef CONTENT_COMMON_RESOURCE_MESSAGES_H_
#include "content/common/resource_messages.h"
#ifndef CONTENT_COMMON_RESOURCE_MESSAGES_H_
#error "Failed to include content/common/resource_messages.h"
#endif
#undef CONTENT_COMMON_TEXT_INPUT_CLIENT_MESSAGES_H_
#include "content/common/text_input_client_messages.h"
#ifndef CONTENT_COMMON_TEXT_INPUT_CLIENT_MESSAGES_H_
#error "Failed to include content/common/text_input_client_messages.h"
#endif
#undef CONTENT_COMMON_UNFREEZABLE_FRAME_MESSAGES_H_
#include "content/common/unfreezable_frame_messages.h"
#ifndef CONTENT_COMMON_UNFREEZABLE_FRAME_MESSAGES_H_
#error "Failed to include content/common/unfreezable_frame_messages.h"
#endif
#undef CONTENT_COMMON_VIEW_MESSAGES_H_
#include "content/common/view_messages.h"
#ifndef CONTENT_COMMON_VIEW_MESSAGES_H_
#error "Failed to include content/common/view_messages.h"
#endif
#undef CONTENT_COMMON_WIDGET_MESSAGES_H_
#include "content/common/widget_messages.h"
#ifndef CONTENT_COMMON_WIDGET_MESSAGES_H_
#error "Failed to include content/common/widget_messages.h"
#endif
#include "media/media_buildflags.h"

#undef CONTENT_COMMON_SYNC_COMPOSITOR_MESSAGES_H_
#include "content/common/input/sync_compositor_messages.h"
#ifndef CONTENT_COMMON_SYNC_COMPOSITOR_MESSAGES_H_
#error "Failed to include content/common/input/sync_compositor_messages.h"
#endif

#if defined(OS_ANDROID)
#undef CONTENT_COMMON_GIN_JAVA_BRIDGE_MESSAGES_H_
#include "content/common/gin_java_bridge_messages.h"
#ifndef CONTENT_COMMON_GIN_JAVA_BRIDGE_MESSAGES_H_
#error "Failed to include content/common/gin_java_bridge_messages.h"
#endif
#endif  // defined(OS_ANDROID)