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

Unified Diff: chrome/test/BUILD.gn

Issue 2354793003: Browser Side TextInputState Tracking for Android (Closed)
Patch Set: Addressing creis@'s comments Created 4 years, 1 month 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 465e6e961e26a7b4f2e6f130f5c6f7bdb97366f9..c290687aacb8d99b64f0d5615540bcc9644c2ad6 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -394,6 +394,7 @@ if (!is_android) {
"../browser/password_manager/password_manager_interactive_uitest.cc",
"../browser/renderer_context_menu/render_view_context_menu_browsertest_util.cc",
"../browser/renderer_context_menu/render_view_context_menu_browsertest_util.h",
+ "../browser/renderer_host/site_per_process_text_input_browsertest.cc",
"../browser/site_per_process_interactive_browsertest.cc",
"../browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc",
"../browser/ui/blocked_content/popup_blocker_browsertest.cc",
@@ -607,10 +608,6 @@ if (!is_android) {
[ "//ui/views/widget/native_widget_aura_interactive_uitest.cc" ]
}
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