Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 2239270e9c95c7ece427aa3eb9ed8af606c1e544..3a5fe6e255561a774347284c50b6c0baae31b11a 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -448,6 +448,10 @@ if (!is_android) { |
] |
} |
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. |
+ sources += [ "//chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc" ] |
deps += [ "//ui/touch_selection" ] |
} |
} |