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

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: small cleanup 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..9b87ed56f4d6fb11a896b7d6b7c5ae267c64355c 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -37,6 +37,8 @@
'ipc_logging.h',
'ipc_message.cc',
'ipc_message.h',
+ 'ipc_message_filter.cc',
+ 'ipc_message_filter.h',
'ipc_message_macros.h',
'ipc_message_start.h',
'ipc_message_utils.cc',

Powered by Google App Engine
This is Rietveld 408576698