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

Unified Diff: content/common/all_messages.h

Issue 11414180: Add a gyp flag to allow removing dependency on ppapi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Jay's comments and rebase Created 8 years, 1 month 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: content/common/all_messages.h
diff --git a/content/common/all_messages.h b/content/common/all_messages.h
index bb0b24187295293ff63ed53666e6f3ca21774d1f..0eff5028374a2aa7e5180f36176150ec80ff6479 100644
--- a/content/common/all_messages.h
+++ b/content/common/all_messages.h
@@ -8,5 +8,7 @@
// ipc/ipc_message_start.h to ensure the corresponding message file is
// included here.
#include "content/common/content_message_generator.h"
+#if defined(ENABLE_PPAPI)
#include "ppapi/proxy/pepper_file_messages.h"
#include "ppapi/proxy/ppapi_messages.h"
+#endif

Powered by Google App Engine
This is Rietveld 408576698