Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(823)

Unified Diff: ppapi/proxy/ppapi_messages.cc

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/proxy/ppapi_messages.h ('k') | third_party/WebKit/Source/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_messages.cc
diff --git a/ppapi/proxy/ppapi_messages.cc b/ppapi/proxy/ppapi_messages.cc
index 6ed361b21113455225fdb4a8ccb5b886d212bca2..b841e1a396819c0dffe2447fe970d9e4dec16882 100644
--- a/ppapi/proxy/ppapi_messages.cc
+++ b/ppapi/proxy/ppapi_messages.cc
@@ -4,37 +4,66 @@
// Get basic type definitions.
#define IPC_MESSAGE_IMPL
+#undef PPAPI_PROXY_PPAPI_MESSAGES_H_
#include "ppapi/proxy/ppapi_messages.h"
+#ifndef PPAPI_PROXY_PPAPI_MESSAGES_H_
+#error "Failed to properly include header ppapi/proxy/ppapi_messages.h"
+#endif
// Generate constructors.
#include "ipc/struct_constructor_macros.h"
+#undef PPAPI_PROXY_PPAPI_MESSAGES_H_
#include "ppapi/proxy/ppapi_messages.h"
+#ifndef PPAPI_PROXY_PPAPI_MESSAGES_H_
+#error "Failed to properly include header ppapi/proxy/ppapi_messages.h"
+#endif
// Generate destructors.
#include "ipc/struct_destructor_macros.h"
+#undef PPAPI_PROXY_PPAPI_MESSAGES_H_
#include "ppapi/proxy/ppapi_messages.h"
+#ifndef PPAPI_PROXY_PPAPI_MESSAGES_H_
+#error "Failed to properly include header ppapi/proxy/ppapi_messages.h"
+#endif
// Generate param traits size methods.
#include "ipc/param_traits_size_macros.h"
namespace IPC {
+#undef PPAPI_PROXY_PPAPI_MESSAGES_H_
#include "ppapi/proxy/ppapi_messages.h"
+#ifndef PPAPI_PROXY_PPAPI_MESSAGES_H_
+#error "Failed to properly include header ppapi/proxy/ppapi_messages.h"
+#endif
}
// Generate param traits write methods.
#include "ipc/param_traits_write_macros.h"
namespace IPC {
+#undef PPAPI_PROXY_PPAPI_MESSAGES_H_
#include "ppapi/proxy/ppapi_messages.h"
+#ifndef PPAPI_PROXY_PPAPI_MESSAGES_H_
+#error "Failed to properly include header ppapi/proxy/ppapi_messages.h"
+#endif
} // namespace IPC
// Generate param traits read methods.
#include "ipc/param_traits_read_macros.h"
namespace IPC {
+#undef PPAPI_PROXY_PPAPI_MESSAGES_H_
#include "ppapi/proxy/ppapi_messages.h"
+#ifndef PPAPI_PROXY_PPAPI_MESSAGES_H_
+#error "Failed to properly include header ppapi/proxy/ppapi_messages.h"
+#endif
} // namespace IPC
// Generate param traits log methods.
#include "ipc/param_traits_log_macros.h"
namespace IPC {
+#undef PPAPI_PROXY_PPAPI_MESSAGES_H_
#include "ppapi/proxy/ppapi_messages.h"
+#ifndef PPAPI_PROXY_PPAPI_MESSAGES_H_
+#error "Failed to properly include header ppapi/proxy/ppapi_messages.h"
+#endif
} // namespace IPC
+
« no previous file with comments | « ppapi/proxy/ppapi_messages.h ('k') | third_party/WebKit/Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698