Index: webkit/tools/test_shell/test_shell.gyp |
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp |
index 9c916f68e1752134ebf4dc1a826f5dc9f0b190ab..f660ffeef463ef976bcff4df6b3022b3808f8294 100644 |
--- a/webkit/tools/test_shell/test_shell.gyp |
+++ b/webkit/tools/test_shell/test_shell.gyp |
@@ -39,13 +39,6 @@ |
'../../webkit.gyp:webkit', |
], |
'sources': [ |
- # TODO: Clean this up. |
- # An alternate implementation for chrome on windows lives in: |
- # chrome/renderer/renderer_glue.cc |
- # As a consequence this can't be baked directly into glue. |
- # This version is needed for test_shell and test_shell_tests so |
- # it gets baked into test_shell_common for now. |
- '../../glue/simple_clipboard_impl.cc', |
'mac/DumpRenderTreePasteboard.h', |
'mac/DumpRenderTreePasteboard.m', |
'mac/test_shell_webview.h', |
@@ -65,6 +58,7 @@ |
'mock_webclipboard_impl.cc', |
'mock_webclipboard_impl.h', |
'resource.h', |
+ 'simple_clipboard_impl.cc', |
'simple_resource_loader_bridge.cc', |
'simple_resource_loader_bridge.h', |
'test_navigation_controller.cc', |
@@ -152,7 +146,6 @@ |
'sources!': [ |
'drag_delegate.cc', |
'drop_delegate.cc', |
- '../../glue/simple_clipboard_impl.cc', |
], |
}], |
], |