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

Unified Diff: chrome/test/BUILD.gn

Issue 2557493002: IME for Mus: Use ui::InputMethodChromeOS to provide logic for ime driver. (Closed)
Patch Set: . Created 4 years 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 c68c0e222d93af45c8374074c12d9036a2b54db5..c140dfdeb3fb0f51e5c93fe8116d4135f99e7ec7 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4791,6 +4791,7 @@ test("unit_tests") {
"../../ui/views/controls/webview/webview_unittest.cc",
"../browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.cc",
"../browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unittest.cc",
+ "../browser/ui/views/ime_driver/input_method_bridge_chromeos_unittest.cc",
sky 2016/12/12 02:16:21 Shouldn't this only be inclined on chromeos?
Hadi 2016/12/12 16:04:58 Done.
"../browser/ui/views/website_settings/website_settings_popup_view_unittest.cc",
]
if (!is_chromeos && (!is_mac || mac_views_browser)) {

Powered by Google App Engine
This is Rietveld 408576698