| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 3afc5f910bbc5771091185087553ad08fc700b5f..0c1822d1fad1c27ceb3637f07e488f6fa2b16ab2 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -46,6 +46,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',
|
| '../ui/views/corewm/desktop_capture_controller_unittest.cc',
|
| '../ui/views/widget/widget_interactive_uitest.cc',
|
| 'browser/apps/app_browsertest_util.cc',
|
| @@ -232,6 +233,7 @@
|
| }],
|
| ['toolkit_views==1', {
|
| 'dependencies': [
|
| + '../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
|
| '../ui/views/views.gyp:views',
|
| '../ui/views/views.gyp:views_test_support',
|
| ],
|
|
|