Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 6be7280e6466d750984fa262d0b845ab474dc7ad..9719958608e67e4c4ad4c9c68a18b17de61e7205 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -172,6 +172,8 @@ |
'test/mock_keyboard_driver_win.h', |
'test/mock_render_process.cc', |
'test/mock_render_process.h', |
+ 'test/mock_webclipboard_impl.cc', |
+ 'test/mock_webclipboard_impl.h', |
'test/mock_webframeclient.h', |
'test/mock_weburlloader.cc', |
'test/mock_weburlloader.h', |
@@ -203,8 +205,16 @@ |
'test/test_render_view_host_factory.h', |
'test/test_web_contents.cc', |
'test/test_web_contents.h', |
+ 'test/test_webkit_platform_support.cc', |
+ 'test/test_webkit_platform_support.h', |
'test/web_gesture_curve_mock.cc', |
'test/web_gesture_curve_mock.h', |
+ 'test/webkit_support.cc', |
+ 'test/webkit_support.h', |
+ 'test/webkit_unit_test_support.cc', |
+ 'test/webkit_unit_test_support.h', |
+ 'test/web_layer_tree_view_impl_for_testing.cc', |
+ 'test/web_layer_tree_view_impl_for_testing.h', |
piman
2014/05/15 21:56:43
I suspect some of these will need to be excluded o
|
'test/weburl_loader_mock.cc', |
'test/weburl_loader_mock.h', |
'test/weburl_loader_mock_factory.cc', |
@@ -1347,6 +1357,8 @@ |
], |
}, |
{ |
+ # TODO(enne): Remove this once dependencies in Blink |
+ # point to test_support_content instead. |
'target_name': 'content_webkit_unit_test_support', |
'type': 'static_library', |
piman
2014/05/15 21:56:43
Would 'none' work? I'm not sure what an empty stat
|
'dependencies': [ |
@@ -1356,16 +1368,6 @@ |
'..', |
], |
'sources': [ |
- 'test/mock_webclipboard_impl.cc', |
- 'test/mock_webclipboard_impl.h', |
- 'test/test_webkit_platform_support.cc', |
- 'test/test_webkit_platform_support.h', |
- 'test/web_layer_tree_view_impl_for_testing.cc', |
- 'test/web_layer_tree_view_impl_for_testing.h', |
- 'test/webkit_support.cc', |
- 'test/webkit_support.h', |
- 'test/webkit_unit_test_support.cc', |
- 'test/webkit_unit_test_support.h', |
], |
}, |
], |