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

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

Issue 875513007: IPC Fuzzer: Enable ChannelMojo if it should be enabled. (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
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',

Powered by Google App Engine
This is Rietveld 408576698