| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 1e94514143a65ee642d9270ab412b03c811d4890..98a15267db3f789f4cb1c3343a5964f8a93f8823 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" ]
|
| }
|
| }
|
|
|