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

Unified Diff: content/content_common.gypi

Issue 2043933002: Move IPC fuzzer switches and helpers from chrome/common to content/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove mojo switch Created 4 years, 6 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 3c4be3437bc0f3309a723bfb9f9fa9850a50721c..a44d135dd52418ec3edf73edca32d1b014e5020c 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -660,5 +660,11 @@
'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
],
}],
+ ['enable_ipc_fuzzer==1', {
+ 'sources': [
+ 'public/common/external_ipc_dumper.cc',
+ 'public/common/external_ipc_dumper.h',
+ ],
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698