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

Unified Diff: chrome/test/BUILD.gn

Issue 1948343002: [reland] Browser Side Text Input State Tracking for OOPIF (Aura Only) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (Code changed during CQ Dry-run) Created 4 years, 6 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 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" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698