summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authoresprehn <esprehn@chromium.org>2015-11-13 08:45:37 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-13 16:46:22 +0000
commit4b0602d9f07efe1e616d048747268dd4c20e15f9 (patch)
tree900f4d832c492848b9b863946dc463c589a94883 /content/content_shell.gypi
parent439de5bb2a31384666db1a0e2dadb2b97d2f3ce4 (diff)
downloadchromium_src-4b0602d9f07efe1e616d048747268dd4c20e15f9.zip
chromium_src-4b0602d9f07efe1e616d048747268dd4c20e15f9.tar.gz
chromium_src-4b0602d9f07efe1e616d048747268dd4c20e15f9.tar.bz2
Remove the IPCEcho service and WebDOMCustomEvent.
IPCEcho was to experiment with the performance of chrome ipc vs mojo ipc a long time ago, but there's no perf tests that use it, so the code just rots behind the flag. It's also the only user of WebDOMCustomEvent which we can now remove too. Lets just delete this code, in the future if we want a way to test the performance of mojo IPCs we can add it back with automated tests. This patch also removes WebDOMCustomEvent. Review URL: https://codereview.chromium.org/1438403004 Cr-Commit-Position: refs/heads/master@{#359568}
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 637b557..cc30c8f 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -101,8 +101,6 @@
'shell/app/shell_main_delegate_mac.mm',
'shell/browser/blink_test_controller.cc',
'shell/browser/blink_test_controller.h',
- 'shell/browser/ipc_echo_message_filter.cc',
- 'shell/browser/ipc_echo_message_filter.h',
'shell/browser/layout_test/layout_test_android.cc',
'shell/browser/layout_test/layout_test_android.h',
'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc',
@@ -210,8 +208,6 @@
'shell/common/shell_test_configuration.h',
'shell/common/v8_breakpad_support_win.cc',
'shell/common/v8_breakpad_support_win.h',
- 'shell/renderer/ipc_echo.cc',
- 'shell/renderer/ipc_echo.h',
'shell/renderer/layout_test/blink_test_helpers.cc',
'shell/renderer/layout_test/blink_test_helpers.h',
'shell/renderer/layout_test/blink_test_runner.cc',