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

Unified Diff: chrome/chrome_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 CONTENT_EXPORT 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
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/BUILD.gn » ('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 196c2179ac74e743baa241e54c0bec77a1dabaa4..880a69f6232c0be234e9cf11fde28fcb46392c57 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -269,10 +269,6 @@
'common/importer/safari_importer_utils.h',
'common/importer/safari_importer_utils.mm',
],
- 'chrome_common_ipc_fuzzer_sources': [
- 'common/external_ipc_dumper.cc',
- 'common/external_ipc_dumper.h',
- ],
'chrome_common_service_process_sources': [
'common/service_messages.h',
'common/service_process_util.cc',
@@ -462,9 +458,6 @@
'<(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/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698