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

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: GetTextInputType() must be public to be accessed by the Cocoa view 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 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.

Powered by Google App Engine
This is Rietveld 408576698