| Index: webkit/tools/test_shell/test_shell.gypi
|
| diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
|
| index e20e6871612bf1ebbe6991a779b5404b172b8f27..4eadfecd82b053897e764f6b09003a5bcacb4fd2 100644
|
| --- a/webkit/tools/test_shell/test_shell.gypi
|
| +++ b/webkit/tools/test_shell/test_shell.gypi
|
| @@ -55,16 +55,12 @@
|
| 'mac/test_webview_delegate.mm',
|
| 'mac/webview_host.mm',
|
| 'mac/webwidget_host.mm',
|
| - 'accessibility_controller.cc',
|
| - 'accessibility_controller.h',
|
| 'accessibility_ui_element.cc',
|
| 'accessibility_ui_element.h',
|
| 'drag_delegate.cc',
|
| 'drag_delegate.h',
|
| 'drop_delegate.cc',
|
| 'drop_delegate.h',
|
| - 'event_sending_controller.cc',
|
| - 'event_sending_controller.h',
|
| 'foreground_helper.h',
|
| 'layout_test_controller.cc',
|
| 'layout_test_controller.h',
|
| @@ -72,8 +68,6 @@
|
| 'mock_spellcheck.h',
|
| 'notification_presenter.cc',
|
| 'notification_presenter.h',
|
| - 'plain_text_controller.cc',
|
| - 'plain_text_controller.h',
|
| 'resource.h',
|
| 'test_navigation_controller.cc',
|
| 'test_navigation_controller.h',
|
| @@ -106,8 +100,6 @@
|
| 'test_webview_delegate.h',
|
| 'test_webview_delegate_gtk.cc',
|
| 'test_webview_delegate_win.cc',
|
| - 'text_input_controller.cc',
|
| - 'text_input_controller.h',
|
| 'webview_host.h',
|
| 'webview_host_gtk.cc',
|
| 'webview_host_win.cc',
|
| @@ -434,7 +426,6 @@
|
| 'run_all_tests.cc',
|
| 'test_shell_test.cc',
|
| 'test_shell_test.h',
|
| - 'text_input_controller_unittest.cc',
|
| ],
|
| 'conditions': [
|
| ['OS=="win"', {
|
|
|