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

Unified Diff: ui/views/controls/webview/webview_tests.gyp

Issue 173803002: Redesigns the text input focus handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added an unittest and thread checker. Created 6 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
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': [

Powered by Google App Engine
This is Rietveld 408576698