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

Unified Diff: chrome/test/BUILD.gn

Issue 2166573003: Track TextInputState from multiple RenderWidgets in TextInputManager (Mac) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing creis@'s comments Created 4 years, 5 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 0ba5f6ebc2a42060bc50feebf203360f4b1937e9..6576ee76544b4fed85e2dc86d778035ff3ff2709 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -482,10 +482,10 @@ if (!is_android) {
"../../ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc",
]
}
- if (use_aura) {
- # TODO(ekaramad): These tests are activated for aura only. They should
- # be moved to 'interactive_ui_tests' sources for all platforms once bug
- # 578168 is fixed.
+ 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
+ # once https://crbug.com/578168 is fixed.
sources += [ "//chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc" ]
deps += [ "//ui/touch_selection" ]
}

Powered by Google App Engine
This is Rietveld 408576698