Chromium Code Reviews| Index: chrome/test/BUILD.gn |
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
| index 9d68d7bf05a4b23379d09ef6a6b6fb3f470cd50e..ce9c0db3fa339f767dee3592ed3c3164c8da6f0a 100644 |
| --- a/chrome/test/BUILD.gn |
| +++ b/chrome/test/BUILD.gn |
| @@ -481,7 +481,7 @@ if (!is_android) { |
| "../../ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc", |
| ] |
| } |
| - if (use_aura) { |
| + if (use_aura || is_mac) { |
| # TODO(ekaramad): These tests are activated for aura only. They should |
|
kenrb
2016/07/21 21:48:16
nit: Comment needs update.
EhsanK
2016/07/25 17:12:02
Acknowledged.
|
| # be moved to 'interactive_ui_tests' sources for all platforms once bug |
| # 578168 is fixed. |