Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(709)

Unified Diff: webkit/tools/test_shell/test_shell.gyp

Issue 100144: Move simple_clipboard_impl.cc to webkit/tools/test_shell where it belongs. (Closed)
Patch Set: vcproj Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/test_shell/simple_clipboard_impl.cc ('k') | webkit/tools/test_shell/test_shell.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
}],
],
« no previous file with comments | « webkit/tools/test_shell/simple_clipboard_impl.cc ('k') | webkit/tools/test_shell/test_shell.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698