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

Unified Diff: chrome/test/BUILD.gn

Issue 2371113003: Do not give instant focus if a view's toplevelwidget is not active (Closed)
Patch Set: based on comments Created 4 years, 2 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 0db7c5355dd922fb1c09466d1136b6c1bf0a3718..b3b99c7910642cb8003543b003f2f280f4ebfd59 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -588,6 +588,10 @@ if (!is_android) {
"//ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc",
]
}
+ if (use_aura) {
+ sources +=
+ [ "//ui/views/widget/native_widget_aura_interactive_uitest.cc" ]
+ }
if (use_aura || is_mac) {
# TODO(ekaramad): These tests are activated for aura and mac only. They
# should be moved to 'interactive_ui_tests' sources for all platforms
@@ -2122,7 +2126,6 @@ test("browser_tests") {
"../browser/ui/views/passwords/password_dialog_view_browsertest.cc",
"../browser/ui/views/task_manager_view_browsertest.cc",
"../browser/ui/views/toolbar/browser_actions_container_browsertest.cc",
- "../browser/ui/views/toolbar/toolbar_view_browsertest.cc",
"../browser/ui/views/translate/translate_bubble_view_browsertest.cc",
"../browser/ui/views/web_dialog_view_browsertest.cc",
]
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc ('k') | ui/views/controls/combobox/combobox_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698