Index: ui/views/controls/webview/webview_tests.gyp |
diff --git a/ui/views/controls/webview/webview_tests.gyp b/ui/views/controls/webview/webview_tests.gyp |
index 0adc5c2befc1b88507d830e2fb289f2236592eb6..db50784b3e7879b3c95556f23c9b03dd3a3add33 100644 |
--- a/ui/views/controls/webview/webview_tests.gyp |
+++ b/ui/views/controls/webview/webview_tests.gyp |
@@ -8,6 +8,25 @@ |
}, |
'targets': [ |
{ |
+ 'target_name': 'webview_unittests', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ '../../../../content/content_shell_and_tests.gyp:test_support_content', |
msw
2014/04/18 19:57:57
Is it necessary to list the dependencies in common
Yuki
2014/04/22 09:09:02
Removed, but it turned out that we need skiya.gyp:
|
+ '../../../../testing/gtest.gyp:gtest', |
+ '../../../accessibility/accessibility.gyp:accessibility', |
+ '../../views.gyp:views_test_support', |
+ 'webview.gyp:webview', |
+ 'webview_test_support', |
+ ], |
+ 'include_dirs': [ |
+ '../../../..', |
+ ], |
+ 'sources': [ |
+ 'run_all_unittests.cc', |
+ 'webview_unittest.cc', |
msw
2014/04/18 19:57:57
Could this instead simply be part of views_unittes
Yuki
2014/04/22 09:09:02
Seeing webview.gyp:webview is separated from views
|
+ ], |
+ }, |
+ { |
'target_name': 'webview_test_support', |
'type': 'static_library', |
'dependencies': [ |