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

Unified Diff: ipc/ipc.gyp

Issue 1286253002: IPC: Add attachment brokering support to the message header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more #ifs Created 5 years, 4 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.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index fb64c329e314e265d65f4bc16c9f772ed3a9285b..00f58b4792712bf53c851bfad22e2a221abdf4ce 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -59,6 +59,9 @@
'ipc_sync_channel_unittest.cc',
'ipc_sync_message_unittest.cc',
'ipc_sync_message_unittest.h',
+ 'ipc_test_messages.h',
+ 'ipc_test_message_generator.cc',
+ 'ipc_test_message_generator.h',
'run_all_unittests.cc',
'sync_socket_unittest.cc',
'unix_domain_socket_util_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698