| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 2cc06448256665ffc1f7671ebdf9c75b9892127d..c9aeb2e5aeff11f3cffd319ae1e116afc015e747 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2648,7 +2648,7 @@
|
| ['toolkit_views==1 and OS!="mac"', {
|
| 'sources': [ '<@(chrome_browser_tests_views_non_mac_sources)' ],
|
| }],
|
| - ['toolkit_views==1 and OS!="mac" and chromeos == 0', {
|
| + ['toolkit_views==1 and (OS!="mac" or mac_views_browser==1) and chromeos == 0', {
|
| 'sources': [ '<@(chrome_browser_tests_views_non_cros_or_mac_sources)' ],
|
| }],
|
| ['OS=="linux" or OS=="win"', {
|
|
|