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

Unified Diff: tools/ipc_fuzzer/ipc_fuzzer.gyp

Issue 975903002: Add a flag to dump IPC messages sent from the renderer to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove BUILD.gn changes, since the IPC fuzzer doesn't work with gn Created 5 years, 9 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 | « tools/ipc_fuzzer/dump/message_dump.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/ipc_fuzzer.gyp
diff --git a/tools/ipc_fuzzer/ipc_fuzzer.gyp b/tools/ipc_fuzzer/ipc_fuzzer.gyp
index ba431f79a6f760b1978a918ed094dee18c3c5462..916c1a7a3454532695410d15c68b060a17a4edb6 100644
--- a/tools/ipc_fuzzer/ipc_fuzzer.gyp
+++ b/tools/ipc_fuzzer/ipc_fuzzer.gyp
@@ -11,6 +11,7 @@
'target_name': 'ipc_fuzzer',
'type': 'none',
'dependencies': [
+ 'dump/dump.gyp:ipc_message_dump',
'ipclist/ipclist.gyp:ipclist',
'mutate/mutate.gyp:ipc_fuzzer_mutate',
'mutate/mutate.gyp:ipc_fuzzer_generate',
« no previous file with comments | « tools/ipc_fuzzer/dump/message_dump.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698