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

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

Issue 105083002: IPC fuzzer: create message_lib library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years 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 | « tools/ipc_fuzzer/message_lib/message_names.cc ('k') | tools/ipc_fuzzer/replay/replay_process.h » ('j') | no next file with comments »
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 6ffdd04d1c24509c5848e7bbe4c14d7687709977..57273f8591ff99ec87bc744b4f676e916791fcf4 100644
--- a/tools/ipc_fuzzer/replay/replay.gyp
+++ b/tools/ipc_fuzzer/replay/replay.gyp
@@ -11,6 +11,7 @@
'target_name': 'ipc_fuzzer_replay',
'type': 'executable',
'dependencies': [
+ '../message_lib/message_lib.gyp:ipc_message_lib',
'../../../base/base.gyp:base',
'../../../chrome/chrome.gyp:common',
'../../../ipc/ipc.gyp:ipc',
« no previous file with comments | « tools/ipc_fuzzer/message_lib/message_names.cc ('k') | tools/ipc_fuzzer/replay/replay_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698