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

Unified Diff: tools/ipc_fuzzer/ipc_fuzzer.gyp

Issue 1000373004: Combine traits for IPC mutation and generation fuzzing plus other refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor cleanup (if to else if) 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 | « no previous file | tools/ipc_fuzzer/mutate/fuzzer.h » ('j') | tools/ipc_fuzzer/mutate/fuzzer.h » ('J')
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 916c1a7a3454532695410d15c68b060a17a4edb6..54dd14aafbe181a33772b99287450604b116fc95 100644
--- a/tools/ipc_fuzzer/ipc_fuzzer.gyp
+++ b/tools/ipc_fuzzer/ipc_fuzzer.gyp
@@ -13,8 +13,8 @@
'dependencies': [
'dump/dump.gyp:ipc_message_dump',
'ipclist/ipclist.gyp:ipclist',
- 'mutate/mutate.gyp:ipc_fuzzer_mutate',
'mutate/mutate.gyp:ipc_fuzzer_generate',
Tom Sepez 2015/03/18 18:49:19 It seems a pity to have two utilities instead of j
+ 'mutate/mutate.gyp:ipc_fuzzer_mutate',
'mutate/mutate.gyp:ipc_message_util',
'replay/replay.gyp:ipc_fuzzer_replay',
],
« no previous file with comments | « no previous file | tools/ipc_fuzzer/mutate/fuzzer.h » ('j') | tools/ipc_fuzzer/mutate/fuzzer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698