Commit 756e2592 authored by tc@google.com's avatar tc@google.com

Move simple_clipboard_impl.cc to webkit/tools/test_shell where it belongs.

Review URL: http://codereview.chromium.org/100144


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14909 0039d316-1c4b-4281-b951-d872f2087c98
parent 4b1e481a
......@@ -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',
],
}],
],
......
......@@ -250,7 +250,7 @@
>
</File>
<File
RelativePath="..\..\glue\simple_clipboard_impl.cc"
RelativePath=".\simple_clipboard_impl.cc"
>
</File>
<File
......
......@@ -203,7 +203,7 @@
>
</File>
<File
RelativePath="..\..\glue\simple_clipboard_impl.cc"
RelativePath=".\simple_clipboard_impl.cc"
>
</File>
<File
......
......@@ -141,7 +141,7 @@
</References>
<Files>
<File
RelativePath="..\..\..\glue\simple_clipboard_impl.cc"
RelativePath="..\simple_clipboard_impl.cc"
>
</File>
<File
......
......@@ -4427,7 +4427,6 @@
'glue/scoped_clipboard_writer_glue.h',
'glue/searchable_form_data.cc',
'glue/searchable_form_data.h',
'glue/simple_clipboard_impl.cc',
'glue/simple_webmimeregistry_impl.cc',
'glue/simple_webmimeregistry_impl.h',
'glue/stacking_order_iterator.cc',
......@@ -4567,8 +4566,6 @@
],
'sources!': [
'glue/plugins/plugin_stubs.cc',
# Used directly in test_shell* so it can be replaced in chromium.
'glue/simple_clipboard_impl.cc',
],
}],
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment