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

Unified Diff: tools/ipc_fuzzer/ipc_fuzzer.gyp

Issue 106163003: Refactor IPC fuzzer. (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/DEPS ('k') | tools/ipc_fuzzer/ipc_fuzzer_main.cc » ('j') | 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 058c2f2c0d812f9613b5807fc228a1b4525d6213..46e1bdb53d68ccc1847900de3cdbc25766a30920 100644
--- a/tools/ipc_fuzzer/ipc_fuzzer.gyp
+++ b/tools/ipc_fuzzer/ipc_fuzzer.gyp
@@ -9,19 +9,11 @@
'targets': [
{
'target_name': 'ipc_fuzzer',
- 'type': 'executable',
+ 'type': 'none',
'dependencies': [
- '../../base/base.gyp:base',
- '../../ipc/ipc.gyp:ipc',
- '../../chrome/chrome.gyp:common',
- ],
- 'sources': [
- 'ipc_fuzzer_main.cc',
- ],
- 'include_dirs': [
- '../..',
+ 'mutate/mutate.gyp:ipc_fuzzer_mutate',
+ 'replay/replay.gyp:ipc_fuzzer_replay',
],
},
],
}
-
« no previous file with comments | « tools/ipc_fuzzer/DEPS ('k') | tools/ipc_fuzzer/ipc_fuzzer_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698