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

Unified Diff: ipc/ipc.gypi

Issue 245443005: Move IPC::MessageFilter and router to a separate file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pre-review cleanups Created 6 years, 8 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
Index: ipc/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index ba80e4214044e2933e97ed67ee2528bea2f758af..8e2e77c02b0da18efe903fb8e725b0fc49200a55 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -37,6 +37,10 @@
'ipc_logging.h',
'ipc_message.cc',
'ipc_message.h',
+ 'ipc_message_filter.cc',
+ 'ipc_message_filter.h',
+ 'ipc_message_filter_router.cc',
+ 'ipc_message_filter_router.h',
'ipc_message_macros.h',
'ipc_message_start.h',
'ipc_message_utils.cc',

Powered by Google App Engine
This is Rietveld 408576698