diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 16:01:26 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 16:01:26 +0000 |
commit | 56cd2343fceaaa20540db96619ae15424f8d2814 (patch) | |
tree | 7e4c7181602409d980d29c60a0042ff29cffc2c8 /chrome/chrome_common.gypi | |
parent | bd6304d77174538115c626e68d53ed4e79d1928c (diff) | |
download | chromium_src-56cd2343fceaaa20540db96619ae15424f8d2814.zip chromium_src-56cd2343fceaaa20540db96619ae15424f8d2814.tar.gz chromium_src-56cd2343fceaaa20540db96619ae15424f8d2814.tar.bz2 |
Remove ipc fuzzing code.
BUG=298372
Review URL: https://codereview.chromium.org/27031007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 05ee3b14..2367b4f 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -284,8 +284,6 @@ 'common/extensions/web_accessible_resources_handler.h', 'common/extensions/webview_handler.cc', 'common/extensions/webview_handler.h', - 'common/external_ipc_fuzzer.cc', - 'common/external_ipc_fuzzer.h', 'common/favicon/favicon_types.cc', 'common/favicon/favicon_types.h', 'common/favicon/favicon_url_parser.cc', @@ -478,7 +476,6 @@ ['exclude', '^common/common_param_traits'], ['exclude', '^common/custom_handlers/'], ['exclude', '^common/extensions/'], - ['exclude', '^common/external_ipc_fuzzer\\.'], ['exclude', '^common/logging_chrome\\.'], ['exclude', '^common/multi_process_'], ['exclude', '^common/nacl_'], |