Chromium Code Reviews| Index: content/content_common.gypi |
| diff --git a/content/content_common.gypi b/content/content_common.gypi |
| index 3c4be3437bc0f3309a723bfb9f9fa9850a50721c..e4c573937c29dfbf20a413ecc0067e01a1defb3c 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': [ |
| + 'common/external_ipc_dumper.cc', |
| + 'common/external_ipc_dumper.h', |
| + ], |
| + }], |
| ], |
| } |