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

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

Issue 2136943002: Exclude NaCl messages in ipc_fuzzer on DISABLE_NACL build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 6173a1a7a9052aceb6f3b28569be31dc8237c57b..78001402c5fd318cd4ffcfe1e1985d6b5dad75ba 100644
--- a/tools/ipc_fuzzer/message_lib/all_messages.h
+++ b/tools/ipc_fuzzer/message_lib/all_messages.h
@@ -17,7 +17,9 @@
#include "chrome/common/all_messages.h"
#include "components/autofill/content/common/autofill_message_generator.h"
#include "components/content_settings/content/common/content_settings_message_generator.h"
+#if !defined(DISABLE_NACL)
#include "components/nacl/common/nacl_host_messages.h"
+#endif
#include "components/network_hints/common/network_hints_message_generator.h"
#include "components/page_load_metrics/common/page_load_metrics_messages.h"
#include "components/pdf/common/pdf_message_generator.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698