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

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

Issue 5878006: moving mocks into webkit/mocks/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/mocks/mock_weburlloader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0e46321f88ae308ae774d416319f65426743d029..be9fcab826c9e356ac2bad9fcec35566a65750eb 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -399,9 +399,6 @@
'../../glue/media/buffered_resource_loader_unittest.cc',
'../../glue/media/simple_data_source_unittest.cc',
'../../glue/mimetype_unittest.cc',
- '../../glue/mock_resource_loader_bridge.h',
- '../../glue/mock_webframe.h',
- '../../glue/mock_weburlloader_impl.h',
'../../glue/multipart_response_delegate_unittest.cc',
'../../glue/plugins/plugin_group_unittest.cc',
'../../glue/plugins/plugin_lib_unittest.cc',
@@ -415,6 +412,9 @@
'../../glue/webkit_glue_unittest.cc',
'../../glue/webpasswordautocompletelistener_unittest.cc',
'../../glue/webview_unittest.cc',
+ '../../mocks/mock_resource_loader_bridge.h',
+ '../../mocks/mock_webframe.h',
+ '../../mocks/mock_weburlloader.h',
'../../plugins/ppapi/mock_plugin_delegate.cc',
'../../plugins/ppapi/mock_plugin_delegate.h',
'../../plugins/ppapi/mock_resource.h',
« no previous file with comments | « webkit/mocks/mock_weburlloader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698