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

Unified Diff: tools/ipc_fuzzer/dump/dump.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: Don't rename mutate/ to fuzzer/ 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/dump/message_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/dump/dump.gyp
diff --git a/tools/ipc_fuzzer/dump/dump.gyp b/tools/ipc_fuzzer/dump/dump.gyp
index ac64e9ecbafaf515cdd928af965faf1623808330..0440c2f5bd289a4bacc9671d3ca0c021a21f84fd 100644
--- a/tools/ipc_fuzzer/dump/dump.gyp
+++ b/tools/ipc_fuzzer/dump/dump.gyp
@@ -20,5 +20,22 @@
'../../..',
],
},
+ {
+ 'target_name': 'ipc_message_util',
Martin Barbella 2015/03/16 19:19:55 Move to message_util dir, new CL.
+ 'type': 'executable',
+ 'dependencies': [
+ '../../../third_party/re2/re2.gyp:re2',
+ '../message_lib/message_lib.gyp:ipc_message_lib',
+ ],
+ 'sources': [
+ 'message_util.cc',
+ ],
+ 'include_dirs': [
+ '../../..',
+ ],
+ 'defines': [
+ 'USE_CUPS',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | tools/ipc_fuzzer/dump/message_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698