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

Unified Diff: chrome/chrome_common.gypi

Issue 975903002: Add a flag to dump IPC messages sent from the renderer to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove BUILD.gn changes, since the IPC fuzzer doesn't work with gn 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 6a80c5bf696424e67df2aabfe72061af27dbb32e..f6d26aa7a06a23298a3716ca20b856c980c66299 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -239,6 +239,10 @@
'common/importer/safari_importer_utils.h',
'common/importer/safari_importer_utils.mm',
],
+ 'chrome_common_ipc_fuzzer_sources': [
+ 'common/external_ipc_dumper.h',
+ 'common/external_ipc_dumper.cc',
+ ],
'chrome_common_service_process_sources': [
'common/service_messages.h',
'common/service_process_util.cc',
@@ -412,6 +416,9 @@
'<(DEPTH)/components/nacl.gyp:nacl_common',
],
}],
+ ['enable_ipc_fuzzer==1', {
+ 'sources': [ '<@(chrome_common_ipc_fuzzer_sources)' ],
+ }],
['enable_plugins==1', {
'dependencies': [
'<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698