Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index 3afc5f910bbc5771091185087553ad08fc700b5f..a806cac4e66a9c8cbc1e1dcd7b90a98fbf76bd76 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -26,6 +26,7 @@ |
| '../third_party/npapi/npapi.gyp:npapi', |
| '../third_party/zlib/zlib.gyp:zlib', |
| '../ui/base/ui_base.gyp:ui_base_test_support', |
| + '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', |
|
sky
2014/05/01 15:21:19
Shouldn't you only add this dependency when using
Yuki
2014/05/02 06:38:11
You're right. Moved to 'toolkit_views==1' section
|
| '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
| '../webkit/webkit_resources.gyp:webkit_resources', |
| 'browser', |
| @@ -46,6 +47,7 @@ |
| 'sources': [ |
| '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', |
| '../apps/app_window_interactive_uitest.cc', |
| + '../ui/views/controls/webview/webview_interactive_uitest.cc', |
|
sky
2014/05/01 15:21:19
How does this test get excluded on other platforms
Yuki
2014/05/02 06:38:11
I forgot it, but now I've found the following rule
|
| '../ui/views/corewm/desktop_capture_controller_unittest.cc', |
| '../ui/views/widget/widget_interactive_uitest.cc', |
| 'browser/apps/app_browsertest_util.cc', |