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

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

Issue 551043004: Make the ipclist utility aware of two new message files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: tools/ipc_fuzzer/ipclist/ipclist.gyp
diff --git a/tools/ipc_fuzzer/ipclist/ipclist.gyp b/tools/ipc_fuzzer/ipclist/ipclist.gyp
index 8586c86655614f83f2ef5e76dd2d694f4c3b212d..1ea608da1b073af026b0b1be26818e010527ba55 100644
--- a/tools/ipc_fuzzer/ipclist/ipclist.gyp
+++ b/tools/ipc_fuzzer/ipclist/ipclist.gyp
@@ -9,6 +9,9 @@
{
'target_name': 'ipclist',
'type': 'executable',
+ 'defines': [
+ 'FULL_SAFE_BROWSING',
+ ],
'dependencies': [
'../message_lib/message_lib.gyp:ipc_message_lib',
],
« no previous file with comments | « components/password_manager/content/common/credential_manager_messages.h ('k') | tools/ipc_fuzzer/message_lib/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698