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

Unified Diff: tools/ipc_fuzzer/message_lib/all_messages.h

Issue 105083002: IPC fuzzer: create message_lib library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename map_ to mapped_file_. Created 7 years 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
Index: tools/ipc_fuzzer/message_lib/all_messages.h
diff --git a/tools/ipc_fuzzer/message_lib/all_messages.h b/tools/ipc_fuzzer/message_lib/all_messages.h
new file mode 100644
index 0000000000000000000000000000000000000000..fa5795bd9b9f295adbdb7c17eac312419800b13f
--- /dev/null
+++ b/tools/ipc_fuzzer/message_lib/all_messages.h
@@ -0,0 +1,14 @@
+// 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.
+
+// Multiply-included file, hence no include guard.
+// Inclusion of all message files recognized by message_lib. All messages
+// received by RenderProcessHost should be included here for the IPC fuzzer.
+
+#include "chrome/common/all_messages.h"
+#include "components/autofill/core/common/autofill_messages.h"
+#include "components/nacl/common/nacl_host_messages.h"
+#include "components/tracing/tracing_messages.h"
+#include "components/visitedlink/common/visitedlink_messages.h"
+#include "content/common/all_messages.h"

Powered by Google App Engine
This is Rietveld 408576698