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

Unified Diff: content/common/content_message_generator.h

Issue 381683003: Fix enable_webrtc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove content_tests when enable_webrtc = 1 Created 6 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 | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/content_message_generator.h
diff --git a/content/common/content_message_generator.h b/content/common/content_message_generator.h
index 2d67434b1c2b1d2ada15cd91da786648bfcd161a..9b1eb0ac52946d8df5fb3bb8c80dc58a6b886991 100644
--- a/content/common/content_message_generator.h
+++ b/content/common/content_message_generator.h
@@ -45,7 +45,6 @@
#include "content/common/message_port_messages.h"
#include "content/common/mime_registry_messages.h"
#include "content/common/mojo/mojo_messages.h"
-#include "content/common/p2p_messages.h"
#include "content/common/pepper_messages.h"
#include "content/common/plugin_process_messages.h"
#include "content/common/power_monitor_messages.h"
@@ -63,6 +62,10 @@
#include "content/common/websocket_messages.h"
#include "content/common/worker_messages.h"
+#if defined(ENABLE_WEBRTC)
+#include "content/common/p2p_messages.h"
+#endif
+
#if defined(OS_ANDROID)
#include "content/common/gin_java_bridge_messages.h"
#include "content/common/media/media_player_messages_android.h"
« no previous file with comments | « no previous file | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698