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

Unified Diff: tools/ipc_fuzzer/replay/replay.gyp

Issue 885143002: IPC Fuzzer: Make ChannelMojo work when --enable-channel-mojo is givne (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | tools/ipc_fuzzer/replay/replay_process.cc » ('j') | tools/ipc_fuzzer/replay/replay_process.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/replay/replay.gyp
diff --git a/tools/ipc_fuzzer/replay/replay.gyp b/tools/ipc_fuzzer/replay/replay.gyp
index ad2d9e32504bd66393c86125f436dd00af03ea8b..030aca173c8a1fa2c89430b2f14e003ee0f65572 100644
--- a/tools/ipc_fuzzer/replay/replay.gyp
+++ b/tools/ipc_fuzzer/replay/replay.gyp
@@ -12,6 +12,7 @@
'type': 'executable',
'dependencies': [
'../message_lib/message_lib.gyp:ipc_message_lib',
+ '../../../ipc/mojo/ipc_mojo.gyp:ipc_mojo'
],
'sources': [
'replay.cc',
« no previous file with comments | « no previous file | tools/ipc_fuzzer/replay/replay_process.cc » ('j') | tools/ipc_fuzzer/replay/replay_process.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698